/*
    Theme Name:     PET
    Theme URI:      http://www.photoshopelementsuser.com
    Description:    Theme for the Photoshop Elements Techniques site
    Version:        2.0
    Author:         Jim Mock
    Author URI:     http://www.photoshopelementsuser.com
*/

@import url("_css/reset.css");
@import url("_css/button.css");

/* !General */
body {
    background: #fff;
    color: #333;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
del { text-decoration: line-through; }

blockquote {
    border-left: 5px solid #605646;
    color: #605646;
    margin: 0 0 20px 20px;
    padding: 0 0 0 20px;
}

blockquote p { margin-bottom: 10px !important; }
pre, tt, code { font-family: Consolas, Monaco, monospace; }

pre {
    font-size: 13px;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    margin-bottom: 20px;
}

ol {
    list-style-type: decimal;
    margin-bottom: 20px;
}

ul li {
    background: url(_img/bullet.png) 0 2px no-repeat;
    margin-bottom: 10px;
    padding-left: 22px;
}

ol li { margin-left: 22px; }
sup { font-size: 9px; }

/* !Links */
a, a img {
    border: none !important;
    font-weight: normal;
    text-decoration: none;
}

a.image { border: none !important; }

a:link {
    color: #688ba5;
    text-decoration: underline;
}

a:visited {
    color: #575365;
    text-decoration: underline;
}

a:hover {
    color: #aa495d;
    text-decoration: underline;
}

/* !Container */
.container {
    margin: 0 auto;
    width: 960px;
}

/* !Header */
#header {
    background: #70717b;
    border-top: 10px solid #493e42;
    height: 120px;
}

#header #logo {
    float: left;
    width: 350px;
}

#header #logo img { padding-top: 12px; }

/* !Navigation */
#header #nav {
    float: right;
    margin-top: 44px;
}

#header #nav ul { margin: 0; }

#header #nav li {
    background: none;
    display: block;
    float: left;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
    margin-right: 5px;
    padding-left: 0;
}

#header #nav li a {
    border: none;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 6px 10px;
    text-decoration: none;
}

#header #nav li a.here, #header #nav li a.here:hover {
    background: #ad6a51;
    border-radius: 8px;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#header #nav li a:hover {
    background: #493e42;
    border-radius: 8px;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#header #nav li.before-icon { margin-right: 10px !important; }
#header #nav li.last { margin: 0; }

/* !Top (Sign up/Log in/Search) */
#top {
    background: #493e42;
    border-bottom: 2px solid #322a2d;
    border-top: 2px solid #322a2d;
    color: #f1f1f1;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 25px;
}

#home #top { margin-bottom: 0; }

#top a {
    color: #ffffbf;
    text-decoration: underline;
}

#top a:hover { color: #ffe; }
#top .col-1 { float: left; }
#top .col-2 { float: right; }
#top #search label { margin-right: 4px; }

#top #search input#s {
    background: #f1f1f1;
    border: none;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 3px 6px;
    width: 160px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#top .wp-logged-in {
    margin-left: 5px;
    padding-bottom: 4px;
    vertical-align: middle;
}

/* !Slideshow */
#slideshow {
    background: #b9c1b9;
    border-bottom: 2px solid #a4aba4;
    height: 480px;
    margin-bottom: 25px;
    padding: 25px 0;
}

#slideshow .container {
    margin: 0 auto;
    width: 840px;
}

#slider { visibility: hidden; }
#slider li { background: none; }
.loader { background: url(_js/galleryview-2.1.1/loader.gif) center center no-repeat; }

.panel {
    background: #000;
    border: 4px solid #70717b;
}

.panel .panel-overlay, .panel .overlay-background {
    height: 30px;
    padding: 13px 10px 0 10px;
}

.panel .overlay-background { background: #222; }

.panel .panel-overlay, .panel .panel-overlay a {
    color: #fff;
    font-size: 14px;
}

.filmstrip { margin: 8px 5px 5px 5px; }
.strip_wrapper { top: 0 !important; }
.frame .img_wrap { border: 3px solid #70717b; }
.frame.current .img_wrap { border-color: #70717b; }
.frame img { border: none; }

.frame .caption {
    font-size: 11px;
    text-align: center;
}

.frame.current .caption { color: #000; }
.nav-next, .nav-prev { display: none; }
.pointer { border-color: #70717b; }
*html .pointer { filter: chroma(color=pink); }

/* !Homepage Promo Slot */
#content #home-promo-slot {
    margin: 0 auto 30px auto;
    width: 920px;
}

/* !Content */
#content { margin-bottom: 30px; }

#content #main {
    float: left;
    margin-right: 40px;
    width: 620px;
}

#content h2, #content h2 a {
    color: #ad6a51;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

#content h3, #content h3 a {
    color: #354354;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    text-decoration: none;
}

#content h3 a:hover { color: #aa495d; }

#content h4, #content h4 a {
    color: #70717b;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

#content p { margin-bottom: 20px; }
#content .col-wrap { margin-bottom: 30px; }

#content .col {
    float: left;
    width: 300px;
}

#content .col .post { margin-bottom: 20px; }
#content .col .post-ratings { margin-bottom: 10px; }

#content .col .post-ratings .rating-text, #content .col .post-ratings .rating-text strong {
    font-size: 12px;
    vertical-align: top;
}

#content .col .post-type-icon {
    float: right;
    margin-left: 5px;
    padding-top: 0;
}

#content .col .date {
    color: #888;
    font-size: 12px;
    margin-bottom: 10px;
}

#content .col-2 { margin: 0 30px; }
#content .col-3 h3 { margin-bottom: 2px; }

#content #main .view-all {
    float: right;
    font-size: 12px;
}

#content #main .post-wrap { margin-bottom: 20px; }

#content #main .post-wrap-tn {
    float: left;
    height: 100px;
    margin-right: 15px;
    width: 100px;
}

#content #main .post-wrap-tn img { border: 1px solid #ccc !important; }

#content #main .post-wrap-desc {
    float: left;
    width: 505px;
}

#content #main .post-wrap-top { margin-bottom: 2px; }

#content #main .post-wrap-desc .post-type-icon {
    float: right;
    margin-bottom: 0;
    margin-left: 5px;
}

#content #main .post-wrap-desc h3 { margin-bottom: 0; }

#content #main .post-wrap-desc .author {
    color: #888;
    float: left;
    font-size: 12px;
}

#content #main .post-wrap-desc .post-ratings {
    float: right !important;
    margin-right: 0 !important;
    width: auto !important;
}

#content #main .post-wrap-desc p { margin-bottom: 10px; }
#content #main .not-found #search { margin-bottom: 20px; }

#content #main .not-found #search input#s {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 200px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#content p.edit-page {
    border-top: 1px solid #f1f1f1;
    margin-top: 30px;
    padding-top: 10px;
}

#content .alignleft {
    display: inline;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

#content .alignright {
    display: inline;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

/* !Single Posts */
#single #content { margin-bottom: 30px; }
#single #content h2 { margin-bottom: 10px; }

#single #content .author {
    color: #888;
    font-size: 13px;
}

#single #content .post-info, #single #content .post-info-bottom {
    background: #ffe;
    border: 1px solid #efefd8;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 25px;
    padding: 5px 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#single #content .post-info p { margin-bottom: 5px; }

#single #content .post-info p.post-tags {
    margin-bottom: 0;
    margin-top: -2px;
}

#single #content .post-info-bottom p { margin-bottom: 0; }

#single #content .post-info img {
    border: none !important;
    margin-right: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}

#single #content .post-options {
    color: #888;
    line-height: 30px;
    margin-bottom: 0 !important;
}

#single #content .post-ratings {
    float: left;
    padding-top: 3px;
    width: auto !important;
}

#single #content .post-ratings .rating-text { vertical-align: middle; }
#single #content #main .post .entrytext ol li { margin-bottom: 20px; }
#single #content #main .post .entrytext ol li p { margin-bottom: 0; }
#single #content #main .post .entrytext ol li div { margin: 20px 0; }
#single #content #main .post .entrytext img { border: 1px solid #ccc !important; }

#single #content .post-meta {
    background: #f1f1f1;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#single #content .post-meta p { margin-bottom: 10px; }

#single #content .post-meta p.edit-post {
    margin-bottom: 0;
    margin-top: 10px;
}

#single #content .related-articles { margin-bottom: 30px; }
#single #content .article-downloads { margin-bottom: 30px; }

#single #content .article-downloads .dl-vid {
    background: url(_img/film.png) 0 2px no-repeat;
    margin-bottom: 0;
    padding-left: 22px;
}

#single #content .article-downloads .dl-pdf {
    background: url(_img/page_pdf.png) 0 2px no-repeat;
    margin-bottom: 0;
    padding-left: 22px;
}

#single #content .members-only {
    border-bottom: 1px solid #e6e6e7;
    border-top: 1px solid #e6e6e7;
    margin-bottom: 30px;
    padding: 20px 0 10px 0;
}

#single #content .members-only .mo-left {
    float: left;
    margin-right: 20px;
    width: 120px;
}

#single #content #main .post .entrytext .mo-left img { border: none !important; }

#single #content .members-only .mo-right {
    float: left;
    width: 465px;
}

#single #content .members-only .mo-right h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

#single #content .members-only .mo-right li {
    margin-bottom: 10px;
    margin-left: 10px;
}

/* !Comments/Trackbacks */
#single #content #main #comments h2 { margin-bottom: 20px; }
#single #content #main #comments { margin-bottom: 30px; }
#single #content #main #comments ul li { background: none; }
#single #content #main ol.commentlist { list-style-type: none; }
#single #content #main ol.commentlist li { margin: 0; }

#single #content #main ol.commentlist li .avatar {
    border: 3px solid #70717b;
    margin-right: 10px;
}

#single #content #main .comment-wrap {
    margin-bottom: 10px;
    padding-top: 5px;
}

#single #content #main .comment-wrap .reply {
    float: right;
    font-size: 12px;
}

#single #content #main .depth-1 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px !important;
}

#single #content #main .depth-2, #single #content #main .depth-3 {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px !important;
}

#single #content #main .depth-2 .comment-wrap, #single #content #main .depth-2 .comment-text { margin-left: 20px; }
#single #content #main .depth-3 .comment-wrap, #single #content #main .depth-3 .comment-text { margin-left: 40px; }
#single #content #main .depth-4 .comment-wrap, #single #content #main .depth-4 .comment-text { margin-left: 60px; }
#single #content #main .comment-wrap .comment-author-image { float: left; }
#single #content #main .comment-wrap .comment-author-info { float: left; }

#single #content #main .comment-wrap .comment-author-info .date {
    color: #888;
    font-size: 12px;
}

#single #content #main .comment-wrap .author-info {
    font-size: 16px;
    margin-bottom: 0 !important;
    padding-top: 5px;
}

#single #content #main ol.commentlist li.bypostauthor .author-info {
    background: url(_img/star.png) no-repeat;
    background-position: 0 9px;
    padding-left: 20px;
}

#single #content #main .comment-author-info .date { margin-left: 0; }
#single #content #main .comment-text { margin-bottom: 20px; }
#single #content #main ol.commentlist li p { margin-bottom: 10px; }
#single #content #main #respond { margin-bottom: 30px; }
#single #content #main #respond h2 { margin-bottom: 20px; }
#single #content #main #respond p { margin-bottom: 10px; }

#single #content #main #respond .label {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 90px;
}

#single #content #main #respond .site .label { line-height: 26px; }

#single #content #main #respond input#url {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 300px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#single #content #main #respond .cancel-comment-reply p {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: -5px;
}

#single #content #main textarea#comment {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 10px 0;
    padding: 4px 6px;
    width: 98%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* !Pages */
#page #content { margin-bottom: 30px; }

#page #content #main .post .entrytext ol li { margin-bottom: 20px; }
#page #content #main .post .entrytext ol li p { margin-bottom: 0; }
#page #content #main .post .entrytext ol li div { margin: 20px 0; }
#page #content #main h3.topic-most { margin-bottom: 20px; }
#page #content .mag-issues { padding-top: 5px; }
#page #content #main .topic-list p { margin-left: 20px; }

#page #content .issue-cover {
    float: left;
    margin: 0 15px;
    min-height: 240px;
    width: 125px;
}

#page #content .issue-cover p.cover { margin-bottom: 5px; }
#page #content .issue-cover p.issue-name { margin-bottom: 0; }

/* !Blog */
#blog #content h2 { margin-bottom: 5px; }

#blog #content p.author {
    color: #888;
    font-size: 12px;
}

#blog #content .entry img { border: 1px solid #ccc !important; }

#blog #content .post-info {
    background: #ffe;
    border: 1px solid #efefd8;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 25px;
    padding: 4px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#blog #content .post-info p { margin-bottom: 5px; }
#blog #content .post-info p.post-tags { margin-bottom: 0; }

/* !Free Issue */
#free-issue #content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#free-issue #content .col img { border: 1px solid #ccc !important; }
#free-issue #content .col-1-top { width: 250px !important; }

#free-issue #content .col-2-top {
    margin: 0 30px;
    width: 350px !important;
}

#free-issue #content .col-3-top { width: 300px !important; }

#free-issue #content input#id_email {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 180px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#free-issue #content form p { margin-bottom: 5px; }
#free-issue #content form button { margin-left: 5px; }

#free-issue #content .note {
    background: #f1f1f1;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#free-issue #content .note p { margin-bottom: 0; }
#free-issue #content p.vid-thumb { margin-bottom: 15px; }

#free-issue #content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

#free-issue #content h4.with-byline { margin-bottom: 2px; }

#free-issue #content .byline {
    color: #888;
    font-size: 12px;
}

#free-issue #content p.desc { margin-bottom: 0; }
#free-issue .break-960 { margin-bottom: 25px !important; }

/* !Learning Center */
#lc #content .col-1-top {
    float: left;
    margin-right: 40px;
    width: 620px !important;
}

#lc #content .col-1-top img.rick-mug { border: 1px solid #ccc !important; }

#lc #content .col-2-top {
    float: left;
    width: 300px !important;
}

#lc #content input#id_email {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 180px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#lc #content form p { margin-bottom: 5px; }
#lc #content form button { margin-left: 5px; }

#lc #content .note {
    background: #f1f1f1;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#lc #content .letter, #free-issue #content .letter {
    background: #fff;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#lc #content .note p { margin-bottom: 0; }
#lc #content p.vid-thumb { margin-bottom: 15px; }

#lc #content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

#lc #content h4.with-byline { margin-bottom: 2px; }

#lc #content .byline {
    color: #888;
    font-size: 12px;
}

#lc #content p.desc { margin-bottom: 0; }
#lc .break-960 { margin-bottom: 25px !important; }

/* !Subscribe */
#subscribe #content h1 {
    color: #ad6a51;
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
}

#subscribe #content .center {
    margin-bottom: 30px;
    text-align: center;
}

#subscribe #content .nine00 {
    margin: inherit auto;
    text-align: center;
    width: 900px;
}

#subscribe #content .nine00rl {
    margin: inherit auto;
    text-align: center;
    width: 960px;
}

#subscribe #content .big {
    color: #555;
    font-size: 18px;
    line-height: 26px;
}

#subscribe #content .bigrl {
    color: #555;
    font-size: 16px;
    line-height: 26px;
}

#subscribe #content .sub-content {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

#subscribe #content .sub-left {
    float: left;
    margin-right: 30px;
    width: 483px;
}

#subscribe #content .sub-left h3 { font-size: 30px; }

#subscribe #content .sub-left p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

#subscribe #content .sub-left ul { margin-bottom: 30px; }

#subscribe #content .sub-left li {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

#subscribe #content .sub-right {
    float: left;
    width: 447px;
}

#subscribe #content .sub-right p {
    margin-bottom: 0;
    text-align: center;
}

#subscribe #content .rate-info {
    color: #555;
    font-size: 12px;
}

/* !Category Search */
#cat-search { margin-bottom: 20px; }
#cat-search label { margin-right: 2px; }

#cat-search input#cat-s {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 200px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* !Magazine Search */
#mag-search { margin-bottom: 20px; }
#mag-search label { margin-right: 2px; }

#mag-search input#mag-s {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 200px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* !Terms of Use */
#terms #content li p { margin-bottom: 20px; }
#terms #content li li { margin-bottom: 10px; }

#terms #content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

/* !Contact */
#contact #content ul li {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

#contact #content .gform_wrapper { margin-bottom: 30px; }

#contact #content .gform_wrapper select {
    border: 1px solid #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    width: 220px;
}

#contact #content .gform_wrapper .gfield_label {
    color: #70717b;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
}

#contact #content .gform_wrapper input {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 4px 6px;
    width: 240px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#contact #content .gform_wrapper textarea {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 260px;
    padding: 4px 6px;
    resize: auto !important;
    width: 96%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#contact #content .gform_footer .button { float: left; }

/* !Gallery */
#gallery .gal-nav-left { float: left; }
#gallery .gal-nav-right { float: right; }

#gallery p.note {
    background: #fed8de;
    border: 1px solid #dc0111;
    margin-bottom: 30px;
    padding: 10px 20px;
}

/* !Store */
#store #content { min-height: 600px; }

/* !Image Uploader */
#uploader #content { min-height: 400px; }

/* !Video Viewer */
#viewer {
    background: #493e42;
    margin: 0;
    padding: 0;
}

/* !Sidebar */
#content #sidebar {
    float: left;
    width: 300px;
}

#content #sidebar .ad { margin-bottom: 25px; }

#content #sidebar .module {
    background: #f1f1f1;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 20px 15px 15px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#content #sidebar .module ul {
    margin-bottom: 15px;
    padding-bottom: 0;
}

#content #sidebar .module ul li { margin-bottom: 5px; }

#content #sidebar .module p.more {
    font-size: 12px;
    margin-bottom: 0;
}

/* !Bottom */
#bottom {
    background: #70717b;
    border-top: 2px solid #493e42;
    color: #f1f1f1;
}

#bottom a { color: #ffffbf; }
#bottom a:hover { color: #ffe; }
#bottom .col-wrap { padding-top: 20px; }

#bottom .col {
    float: left;
    width: 300px;
}

#bottom .col h2 {
    color: #eedd8a;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

#bottom .col p { margin-bottom: 20px; }

#bottom .col ul li {
    background: none;
    margin-bottom: 10px;
    padding-left: 0;
}

#bottom .col-2 { margin: 0 30px; }
#bottom .col-3 img { border: 2px solid #493e42 !important; }

#bottom .alignright {
    display: inline;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

/* !Footer */
#footer {
    background: #493e42;
    border-top: 2px solid #322a2d;
    color: #f1f1f1;
    font-size: 12px;
    padding: 20px 0;
}

#footer a {
    color: #ffffbf;
    text-decoration: underline;
}

#footer a:hover { color: #ffe; }

#footer p {
    line-height: 14px;
    margin-bottom: 10px;
}

/* !Login popup */
#login {
    background: url(_img/login-top.png) no-repeat;
    border: 1px transparent;
    color: #333;
    display: none;
    left: 268px;
    margin: -5px 0 0 0;
    padding: 10px 0 0 0;
    position: relative;
    text-align: left;
    width: 300px;
    z-index: 9999;
}

#login .signup {
    background: #a0c0d8 url(_img/login-mid.png) repeat-y;
    margin-top: 9px;
    padding: 15px 20px 10px 20px;
}

#login-bottom {
    background: url(_img/login-bot.png) no-repeat;
    height: 10px;
}

#login input[type=text], #login input[type=password] {
    display: block;
    border: 1px solid #354354;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 5px;
    width: 220px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#login h3 {
    color: #354354;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 8px;
    text-decoration: none;
}

#login p { margin: 0 0 15px 0; }
#login p.remember-me { margin-bottom: 5px; }

#login a:link {
    color: #354354;
    text-decoration: underline;
}

#login a:visited {
    color: #575365;
    text-decoration: underline;
}

#login a:hover {
    color: #aa495d;
    text-decoration: underline;
}

/* !Bottom Login */
#bottom-login {
    background: url(_img/login-top.png) no-repeat;
    border: 1px transparent;
    color: #333;
    display: none;
    left: 185px;
    margin: -20px 0 0 0;
    padding: 10px 0 0 0;
    position: absolute;
    text-align: left;
    width: 300px;
    z-index: 99999;
}

#bottom-login .signup {
    background: #a0c0d8 url(_img/login-mid.png) repeat-y;
    margin-top: 9px;
    padding: 15px 20px 10px 20px;
}

#bottom-login-bottom {
    background: url(_img/login-bot.png) no-repeat;
    height: 10px;
}

#bottom-login input[type=text], #bottom-login input[type=password] {
    display: block;
    border: 1px solid #354354;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 5px;
    width: 220px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#bottom-login h3 {
    color: #354354;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 8px;
    text-decoration: none;
}

#bottom-login p { margin: 0 0 15px 0; }
#bottom-login p.remember-me { margin-bottom: 5px; }

#bottom-login a:link {
    color: #354354;
    text-decoration: underline;
}

#bottom-login a:visited {
    color: #575365;
    text-decoration: underline;
}

#bottom-login a:hover {
    color: #aa495d;
    text-decoration: underline;
}

/* !Dividers */
.break-300 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    width: 300px;
}

.break-620 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    width: 620px;
}

.break-960 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    width: 960px;
}

#page .break, #page .break-620 {
    border-bottom: 1px solid #e6e6e7;
    margin-bottom: 20px;
    width: 620px;
}

/* !Miscellaneous */
.hidden, img#wpstats { display: none; }
.twelve { font-size: 12px !important; }
.small { font-size: 11px !important; }
.smaller { font-size: 10px !important; }
.smallest { font-size: 9px !important; }
.no-margin { margin: 0 !important; }
.nav-top { margin-bottom: 25px; }
.nav-left, .sn-post-nav-left { float: left; }
.nav-right, .sn-post-nav-right { float: right; }

.wp-caption-text {
    font-size: 12px;
    margin-right: 10px;
    text-align: right;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* !Page Navigation */
.wp-pagenavi {
    clear: both;
    font-size: 12px;
}

.wp-pagenavi a, .wp-pagenavi span {
    font-size: 12px;
    margin: 0 2px;
    padding: 3px 5px;
    text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current { border: 1px solid #ccc; }
.wp-pagenavi span.current { background: #e6e6e7; font-weight: bold; }

/* !Clearfix - slightly enhanced, universal clearfix hack */
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
