/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC 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 HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended 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 found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.custom #container {
	margin-top:20px; 
        margin-bottom:20px;

}


.custom #header { background-color:#FFFFFF; padding-bottom:0; padding-top:0; padding-left:0; 
	}

.custom #sidebars {
	background:#FFFFFF;
}

.custom #sidebar_1 {
	background:#FFFFFF;
}
.custom #sidebar_2 {
	background:#FFFFFF;
}

.custom #logo  {
	background:transparent url('/img/ptd-top-banner-new.gif'); height:100px; width:940px; display:block; no-repeat;
font-size:0px;
}

.custom #logo a {display:none; }

.custom .to_comments {
	display:none;
}

.custom #LikeThisPost {
	margin:1em;
padding:1em;
background:#efefef;
border:black 1px solid;
font-size:12px;
font-family:arial,helvetica, sans serif;

}
.custom #LikeThisPost h3 {
	
font-weight:bold;}


.link,
.signupframe {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
.link {
text-decoration: none;
}
.signupframe {
border: 0px solid #000000;
background: #ffffff;
}
.signupframe input {
padding:2px; border:black 1px solid; width:auto;
}
.signupframe td {padding:2px; }

.custom .entry-title {
	font-weight:normal;  
text-transform: none;
}


#connect-buttons li {
	line-height:0;
border:0;
padding:0;
margin:0;
padding-bottom:0.5em;
}





/*


.custom .rss {
	padding-right:1em;
}
.custom .menu {
	background:#FFFFFF;

}
.custom #multimedia_box {
	margin-bottom:0;
}




.sidebar ul.sidebar_list {
	padding:0;
padding-top:1.1em;
}



.sidebar h3 {
	padding-left:0.8em;
padding-right:0.8em;
}

.sidebar div.textwidget {
	padding-left:0.8em;
padding-right:0.8em;
}

#text-7 div.textwidget {
	padding:0;
}

.sidebar #search p {
	padding-left:0.8em;
padding-right:0.8em;
}


#recentcomments li {
	padding-left:0.8em; 
padding-right:0.8em;
}


#alternate-recent-posts li a:hover,
#execphp-4 li a:hover,
#recent-comments-3 li a:hover,
#execphp-3 li a:hover,
.blogroll li a:hover,
#connect-buttons li a:hover {
	
background:#cccc99;
text-decoration:none;

}
#alternate-recent-posts li a, 
#execphp-4 li a,
#recent-comments-3 li a, 
#execphp-3 li a,
.blogroll li a,
#connect-buttons li a {
	padding-left:0.8em;
padding-right:0.8em;
padding-top:0.5em;
padding-bottom:0.5em;
display:block;
margin:0;
}

li.widget ul li {
	margin:0;
}


#execphp-3 ul {
	padding-bottom:1em;
}

#execphp-3 img {
	padding-right:0.5em;
}
li.recentcomments {
	padding-bottom:1em;
}

li.widget  {
	margin-bottom:0;
}

.widget h3 {
	margin-top:2em;
}


.custom .comments_closed p { display: none; }










*/