/* 
Theme Name: Custom Theme
Theme URI: http://photoshopessentials.com
Description: A custom WordPress theme for Photoshop Essentials.com
Author: Steve Patterson
Version: 1.0
*/

/*******************************
Reset Browser Defaults
*******************************/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;	
}

strong { font-weight:bold; }

em { font-style:italic; }	

ol, ul, li { list-style:none; text-decoration:none;}

.clear { clear:both; }
/*******************************
Reset Browser Defaults - End
*******************************/



/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/*horizontal menu styles*/



/*******************************
Global
*******************************/
body {
	background:url(images/top-header-repeater.png) #fff top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6;
	font-style:normal;
	color: #444;
}

h1 {
    font-size:2em;
	font-weight:bold;
	line-height:1.3;	
	margin:0;
	padding:0;
}

h1.hide-addthis { padding-top: -20px; } /* Hide bottom padding from AddThis bar */

h2 {
	font-size:1.4em;	
	margin:.6em 0 0 0;
}

h2.privacy-policy {
	padding-bottom: 1em;	
}

h2.small {
	font-size:15px;	
	margin:6px 0 30px 0;
}

h3  {
	font-weight:700;	
	font-size:1.15em;
	margin:.5em 0 0 0;	
	line-height:1.4em; 
}

h4  {
	font-weight:bold;
	font-size:1.4em;
	margin:2em 0 0 0;	
	line-height:1.6em;
}

h4.alsoLike {
	
	padding-top:0;	
	color:#666;
}

h4 a {
	color:#222;
	
}

h4 a:hover {
	color:#000;	
}

p {
	margin:0 0 1em 0;	
}
.writtenby {
	color:#888;	
} /* Author name at the beginning of articles */

a {
	color: #0066CC;
	font-weight:bold;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

img { 
	max-width:100%;
	height:auto; 
}

div.image-desc {
	font-size:.85em;
	color:#8f0000;
	margin-top:0; padding:0;
	margin-bottom:2em;
	line-height:1em;
} /* CAPTION BELOW IMAGES */
/*******************************
Global - End
*******************************/


/*******************************
Breadcrumbs
*******************************/
div.breadcrumbs {
	font-size:.8em;
	font-style:normal;
	box-sizing: border-box;
	padding:6px 12px;
	background-color: #EEE;
	border: 1px solid #EEE;
	border-radius: .3em;
	margin-bottom: 20px;
	overflow: hidden;
}
div.breadcrumbs p { margin-bottom: 0; };
div.breadcrumbs p a { font-weight: normal; }
/*******************************
Breadcrumbs - End
*******************************/


#outerWrapper {
	margin: 0 auto;
	width: 1048px;	
	padding: 0 20px;
	position:relative;
}

/*******************************
Header
*******************************/
header {	
	display:block;
	height:100px;
	
}

/*******************************
Header - Logo
*******************************/
.logoReplace {
   position:relative;
   display:block;
   float:left;
   left:2px;
   top:0;
   text-indent: -9999px;
   width: 288px;
   height: 50px;
   background: url(images/photoshop-essentials-logo-sm.png) transparent no-repeat;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: 0px 0px;
   background-clip: border-box;
   background-origin: padding-box;
   background-size:auto auto;     
}
/*******************************
Header - Logo - End
*******************************/


/*******************************
Header - Logo - Aside
*******************************/
div.logo-aside {
	position:absolute;
	top:15px;
	left:340px;
	color:#b7b7b7;
	font-size:1em;	
}
/*******************************
Header - Logo - Aside - End
*******************************/


/*******************************
Header - End
*******************************/


/*******************************
Nav
*******************************/
nav.mainMenu {
	position:absolute;
	top:55px; left:20px;
	width:100%;
    margin:0;
	padding:0;    	
}
nav::after { content:''; display: block; clear: both;  }
nav.mainMenu ul li {
	float:left;	
	height:45px;	
	font-size:1em;
	background:#292929;
}
nav.mainMenu ul {
	width:100%;
}
nav.mainMenu ul li a {
	display:block;
	font-weight:normal;
	line-height:2.8em;
	color:#b7b7b7;
	padding:0 2em 0 0;	
	text-decoration:none;
}
nav.mainMenu ul li a:hover {
	color:#fff;
}
/*******************************
Nav - End
*******************************/


form#searchform {
	position:relative;
	top:26px;
	left:136px;
	padding:0;
	margin:0;	
}

#s {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  width: 188px;
  height: 16px;	
  position:relative;
  top:-9px;
}

form#commentform {
	margin-bottom:20px;
}


/*******************************
Content Wrapper
*******************************/
#contentWrap {
	padding-top:16px;
	overflow: auto;	
	position:relative;	
}


/*******************************
Content Wrapper - Content Section
*******************************/
#content {
	max-width: 728px;
	padding:0 0 12px 0;
	float:left;
}
#content::after { content:''; display:block; clear:both; }

#content-single {
	max-width:860px;
	margin: 0 auto;
	padding: 0 0 12px 0;	
}

#content ul li, .resources ul li {
	list-style:none;	
}

.resources ul { padding-bottom:12px; }

div.entry {
	margin-bottom:12px;
}


/*******************************
Content Wrapper - Content Section - End
*******************************/

#title-area { position: relative; }



/*******************************
Content Wrapper - Sidebar
*******************************/
.widget-area aside {
	margin:4px 0 24px 0;	
}


.widget-area {
	width:300px;
	padding:0;
	margin-left:20px;
	float:right;	
}

.widget-area ul li {
	list-style:none;	
	color:#666;	
	text-align:left;
	margin-bottom:2px;	
	font-size:.9em;
	line-height:1.6;
	margin-left:0;
	padding:.3em 0;	
	border-bottom:dotted 1px #EEE;		
}

.widget-area ul li a {
	color:#666;	
	font-weight:normal;
}
.widget-area ul li a:hover {
	color:#000;	
}

.widget-area h3 {
	padding:0 0 2px 0;
	color:#888;
	font-size:22px;	
	font-weight:bold;
	
	
}
/* SIDEBAR END */

.page #content {
	max-width:100%;
	float:none;	
}
/*******************************
Content Wrapper - Sidebar - End
*******************************/


/*******************************
Content Wrapper - Archive Page Article Descriptions
*******************************/
article {
	padding-bottom:0;
	
}

section.entry {
	display:block;
	padding:1.25em;
	border-top:solid 1px #EEE;
	background-color: #fff;
	transition: background-color .2s;
}
section.entry:hover {
	background-color: #f5f5f5; 
}
section.entry a {
	font-weight: normal;
}

div.tutdesc {
	max-width:100%;
	position:relative;
}
div.tutdesc a:hover { 
	background-color: #eee;
}

div.tutdesc p {
	margin:0;
	padding:0;	
}

.postthumb {
	width:80px;
	height:80px;	
	float:left;
	margin:0 14px 0 0;
	border:white;
	border-radius:.5em;
	overflow:hidden;
		
}

.postthumb-main { 
	width:82px;
	height:82px;	
	float:left;
	margin:0 20px 20px 0; }

div.postsummary {
	display:block;
	font-weight: normal;
	width:85%;
	float:left;	
	position:relative;
	top:-.2em;
	font-size:.9em;
	color:#555;
	}

.postsummary h4 {
	font-weight: bold;
	margin-top:0;
	padding:0;
	font-size:1.2em;
	line-height:1.4em;		
}

div.postsummary p:last-child {
	font-size:0em;
	line-height:0;
}
/*******************************
Content Wrapper - Archive Page Article Descriptions - End
*******************************/


/*******************************
Miscellaneous
*******************************/

/*******************************
Pagination
*******************************/
.pagination {
clear:both;
padding:2em 0;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 3px 36px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
font-weight:normal;
width:auto;
color:#000;
background: #eee;
}
 
.pagination a:hover{
color:#fff;
background: #0066CC;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #777;
color:#FFF;
}
/*******************************
Pagination - End
*******************************/



/*******************************
PDF Description Page
*******************************/

h1.download-tutorials { line-height: 1em; }

/*******************************
PDF Description Page - End
*******************************/



/*******************************
PDF Ad Links
*******************************/
a.members-ad-top {
	display: inline-block;	
	clear:both;
	height: 32px;
	line-height: 2.2em;
	padding:16px 16px 16px 64px; margin: 0;
	border-color: #fff;	
	background-image: url(images/Adobe_PDF_Icon.png);
	background-size: 48px 51px;
	background-repeat:no-repeat;
	background-position: 0px 5px;
	transition: background-color .1s;
}


div.members-ad {
	clear:both;
	padding:10px 0 22px 0;	
}

div.members-ad-2 {
	clear:both;
	padding:6px 0 16px 0;	
}

/*******************************
PDF Ad Links - End
*******************************/


div .addthis_toolbox {
	padding-bottom:12px;	
}

/*******************************
Sitemap
*******************************/
.sitemap { padding-top: 1em; }
.sitemap > ul > li > a { font-size: 1.6em; font-weight: bold; color: #555;  }
.sitemap > ul > li > ul { padding-top: 2em; }
.sitemap > ul > li > ul > li > a { font-size: 1.3em; font-weight: bold; color: #555; } 
.sitemap > ul ul { padding-left: 2em; }


.sitemap a { font-weight: normal; color: #555; text-decoration: none; }
.sitemap a:hover { text-decoration: underline; }

/*******************************
Sitemap - End
*******************************/

/* CONTACT FORM START */

#cntctfrm_contact_form div {
	padding-bottom:12px;
}
/* CONTACT FORM END */

/* PDF MEMBER LINKS STAR */
div .pdf-member-links table th {
	font-weight:bold;	
}

div .pdf-member-links table td {
	padding-bottom:2px;	
}

div .pdf-member-links {
	
}

div .pdf-member-links a {
	font-weight:normal;
}

div .pdf-member-links li {
	padding:1px 0;
}

div .pdf-member-links li.fullset {
	padding:1px 0 6px 0;	
}

div .pdf-member-links li.fullset a {
	font-weight:bold;		
}

div .pdf-welcome-message {
	padding-bottom:20px;		
}

div .pdf-welcome-message p {
		
}
/* PDF MEMBER LINKS END */

form#ws-plugin--s2member-profile input.ws-plugin--s2member-profile-field {
	width:200px;	
}

div .sign-up-form {
	width:500px;	
}
div#s2member-pro-paypal-checkout-form-description-div {
	font:Arial, Helvetica, sans-serif;	
}

div#login form#loginform p {
	padding:100px;	
}

ul.pdf-members-list { padding-bottom:30px; }

ul.pdf-members-list { width:728px; }

ul.pdf-members-list li { background: #FAFAFA;padding:6px 0; border-bottom:solid 1px #eee; }

ul.pdf-members-list li:nth-child(odd) { background: #FFF;padding:6px 0; }	

p.individual-pdfs { padding-bottom:6px; }

body.login form.loginform p {
	width:300px;	
}

div.s2member-pro-paypal-checkout-form-description-div { display: none; }

.button-bronze, .button-silver, .button-gold {
	width:252px;
	height:35px;	
	text-align:center;	
	margin-right:14px;
	display:inline;
	float:left;
	padding-top:12px;
	font-size:16px;
	color:#000;
}

.button-bronze, .button-bronze-2 {
	background-image:url(/images/new/button-bronze.gif);		
}

.button-silver, .button-silver-2 {
	background-image:url(/images/new/button-silver.gif);		
}

.button-gold, .button-gold-2 {
	background-image:url(/images/new/button-gold.gif);		
}

.button-bronze-2, .button-silver-2, .button-gold-2 {
	width:252px;
	height:35px;
	position:relative;
	left:-2px;	
	text-align:center;	
	margin-right:14px;
	display:block;
	float:left;
	padding-top:12px;
	font-size:1em;
	color:#000;
}

a.button-bronze:hover, a.button-silver:hover, a.button-gold:hover {
	color:#000;	
}

.pdf-download-link {
	clear:both;
	font-weight:bold;
	padding:10px 0 0 42px;	
	margin:12px 0 24px 0;
	background-image: url(/images/pdficon_large.png);
	background-repeat:no-repeat; 
}

.pdf-download-link-example {
	clear:both;
	font-weight:bold;
	padding:10px 0 20px 42px;	
	margin:0;
	background-image: url(/images/pdficon_large.png);
	background-repeat:no-repeat; 
}

.sample-pdf-link {
	font-weight:bold;
	font-size:14px;	
	padding:10px 0 0 0;	
	margin:0;
	background-image: url(/images/pdficon_large.png);
	background-repeat:no-repeat; 
}

/*******************************
Logged In User Bar
*******************************/
ul.logged_in_info {
	font-size:.9em;
	font-style:normal;
	padding:6px 12px;	
}

ul.logged_in_info li {
	display:inline;
	padding:0 40px 0 0;	
}

ul.logged_in_info a {
	font-weight:normal;	
}
/*******************************
Logged In User Bar
*******************************/

ul.pdf-page-link {
	list-style-type:none;
	border-bottom:solid 1px #DDD;
	padding:0 0 6px 0;
	margin:0 0 6px 0;	
}

ul.pdf-page-link li {
	display:inline;
	margin:0 20px 0 0;
	list-style:none;	
}

ul.pdf-page-link a {
	font-weight:normal;	
}

table.pdf-list {
	font-size:.9em;	
}

table.pdf-list a {
	font-weight:normal;
}

div.pdf-members-area h4 {
	margin-top:.5em;
}

/*******************************
PDF Description Page
*******************************/

div.pricing-block-wrapper {
	margin:14px auto;;
	max-width:800px;
	text-align:center;
	clear:both;	
	position:relative;
}

div.pricing-block-wrapper h4 { padding-bottom:12px; }

div.pricing-block {
	width:30%;
	float:left;
	margin:0 6px;
	border:1px solid #CCC;
	border-radius:6px;	
	background:#FFF;
	padding:0;
	text-align:center;	
}

div.pricing-block h3 {
	font-size:1.25em;
	font-weight:normal;	
	margin:0;
	padding:8px 0;
	border-bottom:solid 1px #CCC;		
}

div.pricing-block span.price {
	font-weight:300;
	display:block;
	padding:24px 0 12px 0;
	font-size:2.5em;	
}

div.pricing-block span.price sup {
	font-size:.5em;
	vertical-align:baseline;
	position:relative;
	top:-.6em;	
}

div.pricing-block ul.price-desc {
	list-style-type:none;
	padding:0;
	margin:0;
	border-top:solid 1px #CCC;	
}

div.pricing-block ul.price-desc li {
	padding:6px 0;
	font-size:.85em;
}

div.pricing-block ul.price-desc li.sub {
	background:#EEE;
}

div.pricing-block button {
	cursor:pointer;
	width:140px;
	border:2px solid #fbab00;
	border-radius:10px;
	background:#fbab00;
	color:#FFF;
	font-size:1em;
	font-weight:normal;
	padding:10px 0;
	margin:8px 0 24px 0;
	outline:none;	
}

div.pricing-block button:hover {
   border-color: #777;
   background: #777;   
}
   
div.pricing-block button:active {
   border-color: #555;
   background: #555;   
}

div.pdf-main-list ul li { list-style-type: none; }

div.pdf-main-list ul.main li.main_heading {font-weight:bold;font-size:24px;padding-top:24px;}

div.pdf-main-list ul.main li.main_heading ul.submain {padding-top:0;}

div.pdf-main-list ul.main li.main_heading ul.submain li.subheading {font-weight:normal;font-size:20px;padding-top:12px;color:#666666;}

div.pdf-main-list ul.main li.main_heading ul.submain li.subheading ul.submain {padding-top:6px;}

div.pdf-main-list ul.main li.main_heading ul.submain li {font-weight:normal;font-size:16px;padding-top:2px;color:#000;}

div.pdf-main-list ul.main li.main_heading ul.submain li.subheading ul {font-weight:bold;font-size:16px;padding:0 0 12px 12px;}

div.pdf-info-page {
	clear:both;
	max-width:100%;	
	
}

.pdf-info-page h4 {
	margin:6px 0 4px 0;	
}


blockquote {
	font-size:16px;	
	padding-top:12px;
	font-style:italic;
}

cite {
	display:block;
	font-style:normal;
	text-align:right;
	font-size:12px;
	padding-top:2px;
	margin-top:2px;
	border-bottom:dotted 1px #DDD;	
}




/* Search Box */
.search-form {
text-align:right;
}

/* .search-field {
background-color: #fff;
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
width: 0;
} */

/* .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 200px;
}
.screen-reader-text { display:none; }

.search-form
.search-submit { display:none; } */
/* END Search Box */


/* Wordpress Search Box  */

div.wordpress-search-box {
	position:relative;
	top:13px;
	float:right;
	margin-right:20px;
		
}
form.search-form { position:absolute; right:20px; }
form.search-form .search-field { width:220px; padding-left:1em; margin-right:6px; }
form.search-form .screen-reader-text { display:none; }

form.search-form input.search-submit {
background: transparent url(images/search-icon.png) top left no-repeat;
width: 37px; height:31px;
padding-left: 12px;
display:inline-block;
position:absolute;
top:-3px;
overflow: hidden;
/* Hack for IE */
text-indent:-9999px;
font-size: 0px;
line-height: 0px;
border:none;
}
  
/* Secondary Links */

div.secondary-links {  }

div.secondary-links ul li a {
	padding:0;
	border-bottom:none;
	line-height:1.6em;	
	color:#999;
}
div.secondary-links ul li a:hover { color: #000; }



/* FOOTER START */

footer {
	max-width:100%;
	color:#999;
	background-color:#fff;
	font-size: 1em;
	position:relative;
	padding:30px 40px 40px 40px;
	background-color:#2d2d2d;
	border-top: solid 6px #999;	
}

footer::after { content:''; display:block; clear:both; }

footer section.footer-links {
	width:33%;
	float:left;		
}

footer section.footer-links h4, footer section.copyright-info h4 {
	margin:0; padding:0 0 .2em 0;
	font-size:1.2em;	
}

footer section.footer-links ul, footer section.copyright-info p {
	list-style-type:none;	
	border-left:solid 1px #777;
}
footer section.footer-links ul li, footer section.copyright-info p {
	padding-left:.5em;	
}

footer section.footer-links a {
	color: #999;
	font-weight:normal;	
}
footer section.footer-links a:hover {
	color: #fff;
	text-decoration: none;	
}

footer section.copyright-info {
	width:33%;
	float:left;
}

footer section.copyright-info p { font-size:.9em; }

/* FOOTER END */
	

/* ADSENSE START */

div#post-ads-top {
	max-width:100%;
	padding-bottom:0;
	text-align:center;
}

.ad-post-top { padding:0 0 18px 0; max-width:728px; margin:0 auto 0 auto; }

.ad-middle-center { margin:6px 0px 12px 0px; }

.ad-top-right { width:336px; float:right; margin: 6px 0px 12px 30px; }

.ad-photoeffects-top-right { width:336px;float:right; margin: 6px 70px 12px 40px; }

.ads-bottom { width: 336px; margin:0 0 18px 0; }

.ads-middle { width: 336px;margin:6px 0px 24px 0px; }

.ads-bottom-floatleft {
	float:left;
	width:300px;
	padding:6px 0 12px 0;	
}

aside.ad-archive-top-728x90 {
	width:728px;	
}

/* ADSENSE END */




/* RELATED POSTS START */

#related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0;
margin: 0;
}
 
#related_posts_thumbnails li {
float: left;
margin: 0 0 0 0;
padding: 16px 24px 10px 0px;
display: block;
border-right: none;
background-color: #FFFFFF;
text-align:left;
}
 
#related_posts_thumbnails li:hover {
background-color: #EEEEEF;
}
 
#related_posts_thumbnails li a {
border: 0pt none;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
	 
#related_posts_thumbnails li a+a {
display: block;
width: 80px;
overflow: hidden;
height: 90px;
color: #333333;
text-decoration: none;
font: 12px Arial;
}
	 
#related_posts_thumbnails img {
padding: 0px;
margin: 0px;
border: 0pt none;
}

/*RELATED POSTS END */



/* MEDIA QUERIES */

/* Tablets */

