/*

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/

*/


body.custom { background: #DEE8F6; }

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #C5D8EF; border: 0.4em solid #D5E3F4; }

.custom #page { background: #fff; }

/* This line sets up our clickable background image based on the site title's link */

/* DIY: Adjust the height & width attributes to reflect the actual size of your image */

/* DIY: Change the filename of your image to reflect the actual header's file name */

.custom #header #logo a { display: block; height: 216px; width: 848px; background: url('images/header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */


.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This is a bit of a kludge, but it seems to work. */

.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom #header { padding: 0; }

/* nav tab */
.custom ul#tabs li a { color: #888888; }
.custom ul#tabs li a:hover {color: #fff; background-color: #E3018C; }
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #ffffff;  color: #888888;}
.custom ul#tabs li.rss a:hover { background-color: #fff; color: #E3018C; }

/* remove nav menu text underline */
.custom ul#tabs li a:hover {  text-decoration: none;}


/* remove "from the category archives" */

#archive_info {display:none; }

/* content headline */

.headline_area h1, .headline_area h2 {
font-size: 14pt;
font-family: Tahoma, simsun, Arial;}


.headline_area h2 a { color: #E3018C; }

.headline_area h2 a:hover { color: #739BBF; text-decoration: none; }


/* text font */

body { font-family: Tahoma, simsun, Arial; }

/*Change link color*/

.custom a { color: #739BBF; }

.custom a:hover {
color: #E3018C;
text-decoration: underline; }

/*Post text link no underline */

.format_text a {text-decoration: none; }


/*category hover no underline */

.headline_meta a:hover {text-decoration: none; }

.headline_meta {margin-top: 3px; }


/*Comment link style*/

.custom .format_text .to_comments span.bracket {
color:#739BBF;
font-size: 13px; }


.custom .format_text .to_comments span {
color:#739BBF;
font-size: 12px; }


/*Comment link style hover change color*/

.custom .format_text .to_comments span:hover {
background: #ffffff; color: #E3018C; }


/*Change comment font size */

.custom .format_text .to_comments a {
font-size: 13px; color:#739BBF; }


/*hover change color */
.custom .format_text .to_comments a:hover {
background: #ffffff; color: #E3018C; }


/*Put read more at the same line as comment at home */

.custom .format_text .to_comments {
text-align: right; }


/*Get rid of extra read more */

.custom .format_text a.more-link {
display: none; }


/*--- sidebar background color change ---*/

.custom #content_box {background-color:#EEEEEE;}

.custom #content {background-color:#fff; }






/*--- follow text widget header image ---*/



.custom li#text-3.widget h3 { 



padding-top: 1em; 
height: 13px; background: url('images/follow_me.png') 
no-repeat; text-indent: -9999px; }


/*--- margin above rss text widget ---*/

.custom li#text-9.widget { 
margin-top: -2em;  }


/*--- sidebar margin on left/right ---*/



.sidebar ul.sidebar_list {
padding-left:2.5em;
padding-right:2.5em;
}


/*--- sidebar popular/recent widget ---*/

#popular-posts li {
	background: #DBDBDB;
	border: 1px solid #ffffff;
	line-height: 2.3em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; }


#popular-posts img { float: left; padding-right: 8px; }

.custom li#popular-posts { 
padding-bottom: 0.2em; }



#recent-posts li {
	background: #EBEBEB;
	border: 1px solid #ffffff;
	line-height: 2.3em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px; }
	
#recent-posts img { float: left; padding-right: 8px; }

/*--- asnio footer css ---*/

.custom #foot { width: 848px; margin-left: auto; margin-right: auto;
	font-weight: normal;
}


#foot {
background: #ffffff;
color: #999;
font-size: 10px;
overflow: hidden;
padding: 2em;
}


#foot a {
color: #739BBF;
padding-bottom: 2px;
text-decoration: none;
}



#foot a:hover { background: #ffffff; color: #E3018C; }



#foot h5 { 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px; 
color: #999999;
letter-spacing: 0px; 
margin-left: 10px; 
margin-top: 10px;
}



#foot span.cat, #foot h3 {
color: #ED1A7A; 
font-size: 13px; 
letter-spacing: 0px; 
text-transform: uppercase;
padding-bottom: 6px;
}


#foot ul li ul { list-style-type: square; margin-left: 28px; margin-right: 10px; margin-top: 10px; margin-bottom: 20px; }

#foot ul.sidebar_list { padding: 2em 20px 30px 1px; }

#foot li.widget .widget_box { background: none; border: 0px ; }

#foot .textwidget p { line-height: 22px; margin-bottom: 20px; }

#foot .col { float: left; list-style: none; width: 33.3%; }

#copyright { 
	border-top: 1px dashed #dddddd; 
	clear: both;
	font-size: 8px;
	letter-spacing: 0px;
	line-height: 21px;
	padding-top: 10px;
}


	#copyright p { font-size: 13px; }


	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }


.custom li#widget_killer_recent_entries-5 h3 {
margin-top: -15px; 
margin-left: 5px; 
height: 30px; background: url('images/fashion_footer.png') 
no-repeat; text-indent: -9999px; }

.custom #widget_killer_recent_entries-5 {
border: 1px dashed #dddddd; 
height:246px; }



.custom li#widget_killer_recent_entries-7 h3 {
margin-top: -15px; 
margin-left: 5px; 
height: 30px; background: url('images/baking_footer.png') 
no-repeat; text-indent: -9999px; }

.custom #widget_killer_recent_entries-7 {
border: 1px dashed #dddddd; 
height:246px; }


.custom li#widget_killer_recent_entries-6 h3 {
margin-top: -15px; 
margin-left: 5px; 
height: 30px; background: url('images/diary_footer.png') 
no-repeat; text-indent: -9999px; }


.custom #widget_killer_recent_entries-6 {
border: 1px dashed #dddddd; 
height:246px; }


.custom li#widget_killer_recent_entries-11 h3 {
margin-top: -15px; 
margin-left: 5px; 
height: 30px; background: url('images/love_footer.png') 
no-repeat; text-indent: -9999px; }

.custom #widget_killer_recent_entries-11 {
border: 1px dashed #dddddd; 
height:246px; }


.custom li#widget_killer_recent_entries-9 h3 {
margin-top: -15px;
margin-left: 5px; 
height: 30px; background: url('images/horoscope_footer.png') 
no-repeat; text-indent: -9999px; }


.custom #widget_killer_recent_entries-9 {
border: 1px dashed #dddddd; 
height:246px; }


.custom li#widget_killer_recent_entries-10 h3 {
margin-top: -15px; 
margin-left: 5px; 
height: 30px; background: url('images/viral_footer.png') 
no-repeat; text-indent: -9999px; }


.custom #widget_killer_recent_entries-10 {
border: 1px dashed #dddddd; 
height:246px; }


/*--- author avatar ---*/
.custom .avatar {float:left; border:3px solid #ddd; margin-right:1em; margin-top: 2px; }


/*--- comment avatar ---*/
dl#comment_list dt span.avatar {float:right; border: none; margin-right:-1em; margin-top: -2px; }

.comments_intro p { font-size: 12px; }


/*--- no tags ---*/

.format_text .post_tags { display: none; }


/*--- related header ---*/
#crp_related h3 { 
font-size: 13px;
color: #888888; }

/*--- comment header ---*/
#respond_intro p {
font-weight: bold; }

/*--- prev next home ---*/
.prev_next {font-size: 12px; }
/*--- prev next content page ---*/
.post_nav a {font-size: 12px ;}


/*--- comment submit hover ---*/	
input.form_submit { color: #739BBF; }
input.form_submit:hover {color: #E3018C; }

/*--- teaser headline ---*/	
.teaser h2 a{ color: #E3018C; }
.teaser h2 a:hover{ color: #739BBF; }

.teaser .teaser_author {margin-right: 5px; }
.teaser .teaser_author a { color: #739BBF; }
.teaser .teaser_author a:hover{ color: #E3018C; text-decoration: none; }
.teaser .edit_post a { color: #739BBF; }
.teaser .edit_post a:hover{ color: #E3018C; text-decoration: none; }

/*--- comment closed ---*/	 
.comments_closed p {display: none; }

/*--- no comment on newsletter page ---*/	
.custom #post-3333 .avatar { display: none; }
.custom #post-3362 .post_postvote { display: none; } 
.custom #post-2737 .avatar { border: none; }
.custom #post-2737 .post_postvote { display: none; } 

.custom #post-3362 .avatar { display: none; } 

/*--- cform css ---*/

.cform { margin-left: 0px; margin-top: -10px; }

span.reqtxt, span.emailreqtxt { font-size:11px; }

.cform legend {display: none; }

.linklove {display:none; }

ol.cf-ol { 
	border-top:0px solid #f2f2f2;
}


/* Vote it up */
.post_postvote {float:right; margin-left:10px; }

.post_votebutton {
height: 13px ; 
padding-top: 2px ; }




