/*
    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: 320px;
}

#header #logo img { padding-top: 12px; }

/* !Navigation */
#nav-wrap {
    float: right;
    margin-top: 48px;
}

ul#top-nav { display: none; }

ul#top-nav li {
    background: none;
    color: #fff
    margin: 0;
    text-decoration: none;
}

ul#top-nav li a.top-level-link {
    background: url(/wp-content/themes/pet/_img/dropdown.png) no-repeat;
    background-position: 93% 9px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 4px 18px 4px 6px;
    text-decoration: none;
}

ul#top-nav li.tl-store a.top-level-link {
    background: url(/wp-content/themes/pet/_img/dropdown.png) no-repeat;
    background-position: 90% 9px;
    padding: 4px 16px 4px 8px;
}

ul#top-nav li.tl-store a.top-level-link:hover {
    background: #493e42 url(/wp-content/themes/pet/_img/dropdown.png) no-repeat;
    background-position: 90% 9px;
}

ul#top-nav li.tl-lc a.top-level-link {
    background: url(/wp-content/themes/pet/_img/dropdown.png) no-repeat;
    background-position: 97% 9px;
    padding: 4px 16px 4px 8px;
}

ul#top-nav li.tl-lc a.top-level-link:hover {
    background: #493e42 url(/wp-content/themes/pet/_img/dropdown.png) no-repeat;
    background-position: 97% 9px;
}

ul#top-nav li a.top-level-link:hover {
    background: #493e42 url(/wp-content/themes/pet/_img/dropdown.png) no-repeat;
    background-position: 93% 9px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

ul#top-nav li a.here, ul#top-nav li a.here:hover {
    background: #ad6a51 url(/wp-content/themes/pet/_img/dropdown.png) center left no-repeat;
    background-position: 93% 9px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

ul#top-nav li.tl-store a.here, ul#top-nav li.tl-store a.here:hover {
    background: #ad6a51 url(/wp-content/themes/pet/_img/dropdown.png) center left no-repeat;
    background-position: 90% 9px;
}

ul#top-nav li.tl-lc a.here, ul#top-nav li.tl-lc a.here:hover {
    background: #ad6a51 url(/wp-content/themes/pet/_img/dropdown.png) center left no-repeat;
    background-position: 97% 9px;
}


ul#top-nav li.clear-fix {
    clear: both;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

ul#top-nav a.mm-item-link:link, ul#top-nav a.mm-item-link:visited {
    /*
    display: inline-block;
    position: relative;
    */
    padding: 4px 18px 4px 6px;
    text-decoration: none;
    z-index: 10;
}

*html ul#top-nav a.mm-item-link:link, *html ul#top-nav a.mm-item-link:visited {
    border-color: pink;
    filter: chroma(color=pink);
}

ul#top-nav div.mm-item-content {
    min-width: 300px;
    padding: 0;
    position: absolute;
    z-index: 200;
}

ul#top-nav .mm-content-base {
    background: #fff;
    border: 1px solid #333;
    padding: 10px;
    position: relative;
    z-index: 11;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    border-radius: 5px;
}

ul#top-nav .mm-js-shadow {
    background: #666;
    position: absolute;
    z-index: 10;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    border-radius: 5px;
}

ul#top-nav .mm-content-base a:hover { text-decoration: none; }

ul#top-nav .mm-content-base p {
    margin-bottom: 2px;
    padding: 2px 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    border-radius: 20px;
}

ul#top-nav .mm-content-base p a { margin: 0; }

ul#top-nav .nav-title {
    color: #354354;
    font-size: 14px;
    font-weight: bold;
}

ul#top-nav .nav-desc {
    color: #888;
    font-size: 12px;
    font-weight: normal !important;
}

ul#top-nav .mm-content-base p.nav-all {
    border-top: 1px solid #ccc;
    font-size: 12px !important;
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
    text-align: right;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul#top-nav .mm-content-base p:hover { background: #e2e2e2; }
ul#top-nav .mm-content-base p.nav-all:hover { background: none; }

/* !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;
}

#top a {
    color: #ffffbf;
    text-decoration: underline;
}

#top a:hover { color: #ffe; }
#top .col-1 { float: left; }
#top .col-2 { float: right; }
#top .col-3 { float: right; }

#top a:hover { color: #ffe; }
#top .column-1 { float: left; }
#top .column-2 { float: left; }
#top .column-3 { float: left; }

#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;
}

/* !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 .LC11-col-wrap { margin-bottom: 0px; }


#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;
}

/* !Home */
#home #main {
    margin-right: 30px;
    width: 630px;
}

#home .promo-slot {
    margin: 0 0 30px 0 !important;
    text-align: center;
}

#home #content .cols { margin-bottom: 30px; }

#home #content .col1 {
    float: left;
    margin-right: 30px;
    width: 300px;
}

#home #content .col2 {
    float: left;
    width: 300px;
}

#home #content .post { margin-bottom: 20px; }
#home #content .post-ratings { margin-bottom: 10px; }

#home #content .post-ratings .rating-text, #content .post-ratings .rating-text strong {
    font-size: 12px;
    vertical-align: top;
}

#home #content .post-type-icon {
    float: right;
    margin-left: 5px;
    padding-top: 0;
}

#home #content .date {
    color: #888;
    font-size: 12px;
    margin-bottom: 10px;
}

#home #content .col2 h3 { margin-bottom: 2px; }

/* !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 { margin: 0 30px; width: 320px !important;}

#free-issue #content .column-1-top {
	width: 300px !important;
	position:relative;
}
#free-issue #content .column-2-top {
	margin: 0 30px;
	position:absolute;
 	top:0;
 	right:-50;
 	width: 350px !important;
}
#free-issue #content .column-3-top {
	margin: 0 30px;
	width: 250px !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 .col-3-top {
    float: left;
    margin-right: 10px;
    width: 300px !important;
}

#lc #content .col-1-top {
    float: left;
    margin-right: 40px;
    width: 620px !important;
}

#lc #content .column-1-top {
	float: left;
	width: 420px !important;
}
#lc #content .column-2-top {
    float: left;
    margin-left: 60px;
    width: 420px !important;
}
#lc #content .column-3-top {
    float: left;
    margin-right: 10px;
    width: 250px !important;
}
#lc #content input#id_email, #lc .post input.medium {
    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 input#id_email2 {
    background: #ffffff;
    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 .gform_fields li {
    background: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}


#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 .Cnote {
    text-align: left;
	margin: 0px;
    height: 130px;
    width: 300px;
    background: #f1f1f1 0px;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    font-size: 12px;
    padding-top: 20px;
   	padding-bottom: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#lc #content .LCnote {
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: 0px;
    background: #cccccc;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 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 .LCletter, #free-issue #content .letter {
    background: #fff;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#lc #content .LC11letter, #free-issue #content .letter {
    background: #f3f3f3;
    border: 1px solid #e6e6e7;
    border-radius: 8px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    -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 .Center {
    font-size: inherit;
    text-align: center;
}

#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-new-left {
    float: left;
    margin-right: 20px;
    width: 400px;
}

#subscribe #content .sub-new-left h3 { 
	font-family: Myriad Pro;
	font-size: 24px; 
	color: #f29745;
    line-height: 24px;
    margin-top: 26px;
    margin-bottom: 18px;

}

#subscribe #content .sub-new-left p {
    color: #555;
    font-family: Myriad Pro;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

#subscribe #content .sub-new-left ul { margin-bottom: 30px; }

#subscribe #content .sub-new-left li {
    color: #555;
    font-size: 18px;
    font-family: Myriad Pro;
    line-height: 24px;
    margin-bottom: 15px;
}

#subscribe #content .sub-new-right {
    float: left;
    width: 500px;
}

#subscribe #content .sub-new-right h3 { 
	font-family: Myriad Pro;
	font-size: 24px; 
	color: #f29745;
  margin-bottom: 18px;

}

 #subscribe #content .sub-new-right p {
    color: #555;
    font-size: 18px;
    font-family: Myriad Pro;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#subscribe #content .sub-new-right ul { 
		margin-bottom: 10px;
}

#subscribe #content .sub-new-right li {
    color: #555;
    font-size: 18px;
    font-family: Myriad Pro;
    line-height: 24px;
    margin-bottom: 15px;
}

/* !LET11 Landing Page */

#subscribe #content .sub-left-LET11 {
    float: left;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 430px;
}

#subscribe #content .sub-left-LET11 h3 { 
		font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size: 24px; 
		font-weight: bold;		
}

#subscribe #content .sub-left-LET11 p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

#subscribe #content .sub-left-LET11 ul { margin-bottom: 10px; }

#subscribe #content .sub-left-LET11 li {
    color: #555;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

#subscribe #content .sub-right-LET11 {
    float: left;
    margin-left: 30px;
    text-align: center;
    width: 400px;
}

#subscribe #content .sub-right-LET11 h3 { 
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: normal; 
	font-size: 24px;
	color: #f29745;
  margin-bottom: 5px;

}

#subscribe #content .sub-right-LET11 h4 { 
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: normal; 
	font-size: 18px;
	color: #f29745;
  margin-bottom: 10px;

}

 #subscribe #content .sub-right-LET11 p {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #555;  
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#subscribe #content .sub-right-LET11 ul { 
		margin-bottom: 10px;
}

#subscribe #content .sub-right-LET11 li {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 18px;
    color: #555;
    line-height: 24px;
    margin-bottom: 15px;
}

#subscribe #content .sub-center {
    margin-left: 50px;
    float: left;
    margin-right: 30px;
    width: 740px;
}

#subscribe #content .sub-center h3 { font-size: 30px; }

#subscribe #content .sub-center p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

#subscribe #content .sub-center ul { margin-bottom: 30px; }

#subscribe #content .sub-center 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-500 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    width: 500px;
}

.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; }

#gform_wrapper_6 { margin-bottom: 20px; }
#gform_wrapper_6 .gform_footer { margin-top: -10px; }
#gform_wrapper_6 label { display: none; }

/* !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 */

iframe.fancybox-iframe {
    overflow: hidden;
}   

body#iframe {
    background-color: #f9f9f9 !important;
    overflow: hidden;
    padding: 15px 25px;
}

body#iframe #content {
    min-height: 240px;
}

.btn, input.gform_button { 
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    line-height: 26px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background: #88bdff; 
	background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdff), color-stop(100%,#60a7ff)); 
	background: -webkit-linear-gradient(top, #88bdff 0%,#60a7ff 100%); 
	background: -o-linear-gradient(top, #88bdff 0%,#60a7ff 100%); 
	background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%); 
	background: linear-gradient(top bottom, #88bdff 0%,#60a7ff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bdff', endColorstr='#60a7ff',GradientType=0 );
    border: 1px solid #3E8FF4;
    color: #fff !important;
	font-size: 12px;
    font-weight: bold;
    margin: 0 5px 8px 0;
    padding: 4px 14px;
	}

.btn:hover, input.gform_button:hover { color:#039 !important; border: 1px solid #3E8FF4; }



.offers {
    padding-bottom: 25px;
    overflow: hidden;
}

.offers a span {
    display: none;
}



/*
.new-pet-page  a.offer-1 {
    width: 451px !important;
    height: 67px;
    background: url(_img/one-year-button.jpg) no-repeat !important;
    margin-top:0 !important;
}

.new-pet-page  a.offer-2 {
    width: 450px !important;
    height: 67px;
    background: url(_img/two-year-button.jpg) no-repeat !important;
    margin-left: 20px;

}
*/

.new-pet-page  a.offer-1:hover {
  opacity:0.7 !important;
  filter:alpha(opacity=70) !important; /* For IE8 and earlier */
}

.new-pet-page  a.offer-2:hover {
  opacity:0.7 !important;
  filter:alpha(opacity=70) !important; /* For IE8 and earlier */

}



.new-pet-page li, .new-pet-page p
{
  color: #70717b !important;
  font-family: Myriad Pro !important;
  font-size: 20px !important;
  line-height: 22px !important;
}

.new-pet-page li {
  /*  background: url(/images/products-index/bullet-navy.png) 0 5px no-repeat; */
  background: url(_img/red-bullet.jpg) 0 5px no-repeat !important;
    line-height: 22px !important;
    margin-bottom: 20px !important;
}



/**starter kit page***/


ul.starter-kit li{

    background: url(_img/blue-bullet.jpg) 0 5px no-repeat !important;
}

div.starter-kit-green{
    background: url(_img/div-background.jpg);
    background-repeat: no-repeat;
    background-position: bottom 60px;
    height: 100%;
    margin-bottom:10px;
}

.gform_wrapper li{
    background:none !important;
    list-style-type: none !important;
}

#gform_wrapper_6{margin-left:0 !important;}

#gform_submit_button_6{

    margin-left:102px !important;
}


.ginput_container ul#input_6_2 li.gchoice_2_1 label{
	display:block !important;

}






























