/*
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 .comments_closed p {display: none ;}

.format_text .to_comments {visibility: hidden;}

.custom #header #logo a { display: block; height: 220px; width: 950px; background: url(images/cp_logo4.jpg) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } .custom #header { padding: 0; }
.custom #header {border-bottom:none;}

/***FOOTER widjet **
.custom #footer_area, #footer_area .page{background: #222;}
.custom #footer_area {color: #ffffff; padding-top: 0em; text-align:center; border-top: 3px solid #666;}
.custom #footer {border-top:none; text-align:center;}
.custom #footer a:hover {color: #ccc; text-decoration: none; }
.custom #footer_1 {text-align:center; border-bottom: 1px solid #CCCCCC; }
.custom #footer_1 ul.sidebar_list li.widget {text-indent:0; color: #99CC33; width:23%; margin-right:0%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#99CC33; font-size:30px; font-family:georgia;}
.custom #footer_1 ul.sidebar_list li.widget a {color: #fff; border-bottom:3; padding:0.2em;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ccc; padding:0.2em;}
/***FOOTER END***/

.custom #footer_area {background:#c3d9d6; padding:0.5em 0; border-top:1px solid #cccccc;}
.custom #footer_area .page {background:transparent;}
.custom #footer {border-top:1;text-align:center;}


/*
.custom .sidebar h3{background-color: #FFFFFF;

-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#F79833;}
*/


/* code for add image in sidebar headings

.custom .sidebar h3{
background:url("http://fourblogger.com/wp-content/themes/thesis_16/custom/images/background sidebar image.png");
margin-left:-0.76em;
width:327px;
font-size:1.6em;
line-height:2em;
color:#fff;
padding-top:0.3em;

}



/*side bar widget area link style 
.custom li.widget ul li{
background:#F0F0F0;
border: 0em solid #C7C7C7;
-moz-border-radius:4px;
padding:0.5em;
margin:0.5em;
}
*/

.custom li.widget ul li{ line-height: 1.0em; }

#multimedia_box {margin-top:26px;}
#content_box {padding-bottom:0px;}

div#feature_box {background:#fff;}

div#featured_one {float:left; width:250px; background:#aaa; height:100px; padding:1em; font-size:11px; margin:10px;}
div#featured_two {float:left; width:250px; background:#ccc; height:100px; padding:1em; font-size:11px; margin:10px;}
div#featured_three {float:left; width:250px; background:#eee; height:100px; padding:1em; font-size:11px; margin:10px;}

/*
.custom #twitter_div { background: none;}
.custom #twitter_div a { font-size: 12px;  }
.custom #twitter_div a:hover { text-decoration: none; color: #ffffff;  }
.custom #twitter_div li { border-bottom: 1px solid #616161; padding: 5px 0 5px 0; font-size: 12px; }
.custom #twitter_update_list li { border-bottom: 1px solid #ccc; }
.custom #twitter_update_list li:last-child { border-bottom: none !important; }
*/
/*sidebar title normal case*/
/*.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #339999;} */

.custom li.widget h3 { font-size: 0.9em; text-transform: uppercase; font-variant: normal;border-bottom:1px dotted #ddd; }
.custom li.thesis_widget_search h3 {
   /*color: green;*/
   padding-bottom: 0px;
   margin-bottom: 0px;
}
.custom li.widget_twitter h3 {
   padding-bottom: 0px;
   margin-bottom: 0px;
   }

custom li.widget_recent_entries h3 {
   padding-bottom: 0px;
   margin-bottom: 0px;
}

.custom li.widget{ padding-bottom: 0px; } 

/* remove white space around posts and titles 
#content div.headline_area {margin-bottom:2px;}
*/

/* remove white space around posts and read more links
div.format_teaser.entry-content {margin-bottom:2px;}
*/

/* whitespace between  title and body text of post 
.custom .post_box {
padding-top:2em;
}
*/
/*
.custom #widget_content {
background: #fff;
color: #111;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #777777;
}

.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}

.custom li.widget .my_widget_header {
background: #ffcc00;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}

.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}
*/