/*File:			custom.cssDescription:	Custom styles for ThesisBASIC USAGE:If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag will be appended with the "custom" class, like so: <body class="custom">. You can use the "custom" class to override *any* CSS declarations contained in the style.css file.For example, if you wish to change the default link color to green, you would add the following declarations to this file:			
	.custom a, .custom a:visited { color: #090; }	<--- This makes links green		
	.custom a:hover { color: #00f; }<--- This makes links blue when you mouse over them

WHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended with .custom are more specific, they get applied when the page is rendered!
More information about styling your Thesis installation using this file can be foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*/


/*custom header */
.custom #header #logo a { display: block; height: 102px; width: 1298px; background: url('http://www.pdnotebook.com/wp-content/themes/thesis_151/custom/images/header.png') center no-repeat; outline: none;margin-bottom:0px;padding-top:0px;padding-bottom:0px;margin-top:-15px;text-indent:-9999px }
.custom #header #tagline { text-indent: -9999px;height:0px;display:none; }
.custom #header { padding: 0; border-bottom:none;}




/*navbar*/
.custom .menu {background:#1E1E1E none repeat scroll 0 0; border-bottom:6px;border-bottom-style:solid;border-bottom-color:#559b46;
color: fff;}
/* custom headers*/
.custom h1 {font-size:28px;color: #1E1E1e;font-weight: bold;text-align:center;text decoration:none;}
.custom h2 a {color: #1E1E16;text-align:center;text decoration:none;}
.custom h2 {font-size:32px;color: #1E1E1E;font-weight: bold;text-align:center;text decoration:none;}
.custom h2 a:hover {color:#144E9C;text-align:center;text decoration:none;}
.custom h3 {font-size:18px;color: #1E1E1E;text-align:left;text decoration:none;}
.custom h3 a:hover {color:#144E9C;text-align:center;text decoration:none;}
.sidebar h3 {color:#1E1E1E;font-variant:normal;letter-spacing:normal;}
.sidebar h2 {color:#559b46;font-variant:normal;letter-spacing:normal;}
.headline_meta {text-align:center}
.headline_meta a:hover {color:#144E9C;}body.custom {    background: #1E1E1E;}

.custom #container {    margin-top: 0em;    padding-bottom: 0em;   background: #F2F2F2;}
.custom #page {    background: #fff;margin-top: 10px;}
.custom #content {padding-bottom: 2em;}

.custom #footer {background:#1E1E1E;border-top:6px;border-top-style:solid;border-top-color:#559b46}

/*keeps author comments a different color*/
.custom dl#comment_list dt.bypostauthor, 
.format_text {font-size:1.3em;line-height:1.538em;}

/*close comments on certain pages*/
.archives.custom .comments_closed p {display: none;}
.about.custom .comments_closed p {display: none;}
.6-reasons-to-subscribe.custom.comments_closed p {display: none;}
.contact.custom .comments_closed p {display: none;}
.format_text h2 {font-size:22px;color: #1E1E1E;font-weight: bold;text-align:left;}


.custom dl#comment_list dd.bypostauthor>div {background: #F5F5F5 none repeat scroll 0 0; padding-top:20px;}
.postauthor { background: #F2F2F2; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #1E1E1E; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor a:link {color:#559b46;text-decoration:underline;}
.postauthor a:visited {color:#559b46;text-decoration:underline;}
.postauthor a:hover {color:#144E9C;text-decoration:underline;}

.socialmedia { background: #F2F2F2; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #1E1E1E; font-size: 1.3em;}
.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }
.socialmedia a:link {color:#559b46;text-decoration:underline;}
.socialmedia a:visited {color:#559b46;text-decoration:underline;}
.socialmedia a:hover {color:#144E9C;text-decoration:underline;}