/*
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 CLICKABLE HEADER IMAGE */
/******************************************************************/
/* Header */

.custom #header #logo a { display: block; height: 135px; width: 1000px; background: url(http://www.clust3r.com/wp-content/uploads/2009/10/header.png) 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;}

/***************************************************************************/
/******************************************************************/

/* ADD CONTAINER TO YOUR SITE */
/******************************************************************/
.custom #container {margin-top: 0.5em; margin-bottom: 0.7em; padding: 0.2em; border: 3px solid #bbbbbb;}
.custom #page {background-color: transparent; background:#FFFFFF;}
.custom .menu a {font-weight: bold; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.custom .menu a:hover {font-weight: bold; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.custom li.widget {margin-bottom: 1.5em;}
.custom .teaser_date {margin-left: 1em;}
.custom #footer {display: none;}
.custom .format_text .avatar {border: 0.3em solid #3D3C3C; float: left; margin: 0 8px 8px 0;}

/******************************************************************/

/******************************************************************/
/* HIGHLIGHT AUTHOR COMMENTS */
/******************************************************************/
.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {background: none; border: 0px; border-left: 2px solid #CFDBE4;}
.custom #comments {padding-left: 1.5em; padding-right: 1.5em;}
.custom .bracket {color:#eaeaea;}
.custom #comment_list dt.comment, .custom #comment_list dd.comment {background: #F9FAFB;}
.custom #comment_list dd.comment {margin-bottom: 1em; border: 1px solid #cfdbe4; border-top: 0px; margin-left: 1em; -moz-border-radius-bottomright: 1em; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-right-radius: 1em; -webkit-border-bottom-left-radius: 1em;}
.custom #comment_list dt.comment {border: 1px solid #cfdbe4; border-bottom: 0px; margin-left: 1em; -moz-border-radius-topright: 1em; -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; -webkit-border-top-right-radius: 1em;}

/******************************************************************/
/* CHANGE REPLY TEXT TO A BUTTON */
/******************************************************************/
.custom dl#comment_list dd p.reply {margin: 1em 0 1.5em 0;}
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/******************************************************************/

/* CHANGE BACKGROUND COLOUR OF LINKS IN POST */
/******************************************************************/
.custom .format_text a:hover {background-color: #2361a1; color: #ffffff; -moz-border-radius: 5px; -webkit-border-radius: 5px}
.custom .widget a:hover {background-color: #2361a1; color: #ffffff; -moz-border-radius: 5px; -webkit-border-radius: 5px} 

/******************************************************************/

/* RECENT & POPULAR POSTS */
/******************************************************************/
#recent-posts li {background: #E4F2FD; border: 1px solid #C6D9E9; line-height: 1.4em; -moz-border-radius: 5px; padding: 0.5em; -webkit-border-radius: 5px; overflow: hidden;}
#recent-posts div.posts_align {color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase;}
#popular-posts li {background: #FFFBCC; border: 1px solid #E6DB55; line-height: 1.4em; -moz-border-radius: 5px; padding: 0.5em; -webkit-border-radius: 5px; overflow: hidden;}
#popular-posts div.posts_align {color: #3399FF; float: right; font-size: 11px; text-transform: uppercase;}
#popular-posts a {border-bottom: 1px solid #E6DB55; color: #AAA027 !important;}
#recent-posts img, #popular-posts img {float: right; margin-left: 4px; border-width: 3px; border-color:#DDDDDD; border-style:solid;}

/******************************************************************/
/* FOOTER WIDGETS ON BOTTOM OF SITE */
/* Color Sidebar tab Title */

.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #007EC4;}

/******************************************************************/

/* Recent post styling */

#recent-posts li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}
#recent-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }


/***************************************************************************/
/* Random Post Widget Sidebar + Plugin */

#random-posts li {
	background: #D6E4E1;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}			

/* FOOTER WIDGETS ON BOTTOM OF SITE */

/***************************************************************************/

#foot { 
	background: #274B76;
	border: 0.6em solid #0F3151;
	color: #DBEDF9;
	font-size: 14px;
	margin: 10px auto;
	overflow: hidden;
	padding: 1.5em;
}

	#foot a { color: #DBEDF9; text-decoration: none; }

		#foot a:hover {color: #81FAF6; }
	
	#foot span.cat, #foot h3 { /* controls all blue headings */
		color: #C2DAF0; font-size: 12px; font-weight:bold; letter-spacing: 2px; text-transform: uppercase;background:#333;padding:2px;-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border: 0px solid #656565; }
	
	#foot h5 { font-size: 16px;}
	
	#foot ul li ul { list-style-type: square; margin-left: 10px;font-size:11px; }
	
	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 22px; margin-bottom: 11px;font-size:11px;padding:4px;align:justify;}
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #222424;-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
		list-style-type: none;
		margin-top: 13px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
	}

		#cats li { 
			float: left; 
			font-size: 10px;
			line-height: 1.8em;font-weight:bold;
			margin: 0 2px 5px 0;
			width: 165px;
		}
	
#copyright { 
	border-top: 2px dashed #3D3C3C; 
	clear: both;
	font-size: 10px;
	letter-spacing: 1.3px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 11px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

/***************************************************************************/

/* GRAVATAR & COMMENTS ON RECENT COMMENTS WIDGET */
/******************************************************************/
li#recent-comments ul li {height: 60px; height: auto !important; min-height: 60px;}
#sidebar_1 .avatar {border: 0.3em solid #FFFFFF; float: left; margin: 0 8px 8px 0;}
 /* 
#sidebar_1 .avatar {border: 0.3em solid #3D3C3C; float: left; margin: 0 8px 8px 0;}
*/ 

/******************************************************************/

/*  FEEDBURNER SUBSCRIBE BOX    */
/******************************************************************/
.clear {clear:both; float:none;}
.newsletter {background: #3B3B3B; float: left; width: 265px; margin: 5px 5px 0 20px; padding: 0;}
.newsletter p {color:#E67700;}
.newsletter img {margin: 0px 0 0px 0px;}
.feedcounter {margin:5 5 0 10px; width:175px; height:56px; float:right;}
.feedcounter p {margin:0; font-size:14px;}
.feedcountadjust {padding: 12px 0px 0px 0px;}
.feedcounter a {color:#fff!important; display:block; font-size:19px;}
.subs a {padding:0; float:left; background:url(images/rss_email.png) no-repeat; margin: 3px 15px 5px 10px; width:64px; height:64px;}
#subscribe {margin: 0px; padding:0; height:32px; overflow: hidden;}
#subbutton {background: url(http://www.serradinho.com/Blog/wp-content/uploads/2009/09/email_go5.gif) no-repeat; display:block; float:left; width:39px; height:20px; margin: 5px 0 0 5px; border: none; cursor:pointer;}
#subbox {background: url(images/email_field.gif) left repeat-x; width: 190px; display:block; float:left; color: #202020; font-size: 12px; padding: 2px; margin: 5px 0px 6px 10px; border:1px solid #A6D0E7;}

/******************************************************************/

/* search form */
search-form {float:right; margin-left:2px; padding:2px 2; width:288px;}
.search-form input.text {border-style:solid; border-width:1px; font:12px arial, helvetica, sans-serif; padding:1px 3px !important; margin:0 4px 0 0 !important; float:left;}
.search-form label {display:none;}



/* RELATED POSTS BOX WITH PLUGIN */
/******************************************************************/
#similar {background: #2B2A2A url(images/related_posts_bck5.png) repeat-x; margin: 0 1em 0.5em 0; -moz-border-radius: 7px; padding: 1em 5em 0.25em 1em; position: relative; -webkit-border-radius: 7px;}
#similar h4 {background: url(images/other_related_posts.png) no-repeat; border: 0 !important; height: 58px; text-indent: -9999px; width: 451px;}
#similar ul {color: red; list-style: square;}
#similar li {margin: 0 0 0 0;}
#similar li a {color: #FFFFFF; font-size: 14px;}
#similar li a:hover {text-decoration: underline !important; color: #FFFFFF;}


Author Box 
/***************************************************************************/
.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }

.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 2px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}


/***************************************************************************/


/* Social Icon Site Wide */

.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 3.2em;}

.custom #feedback #twitter { background: url(\'http://thesistutor.com/wp-content/uploads/2009/07/twittericon.png\') no-repeat 0 -3.2em; }
	.custom #feedback #twitter:hover { background-position: 0 0; }

.custom #feedback #facebook { background: url(\'http://thesistutor.com/wp-content/uploads/2009/07/facebookicon.png\') no-repeat 0 -3.2em; }
	.custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #rss { background: url(\'http://thesistutor.com/wp-content/uploads/2009/07/rssicon.png\') no-repeat 0 -3.2em; }
	.custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url(\'http://thesistutor.com/wp-content/uploads/2009/07/emailicon.png\') no-repeat 0 -3.2em; }
	.custom #feedback #email:hover { background-position: 0 0; }
.custom #feedback #friendfeed { background: url(\'http://thesistutor.com/wp-content/uploads/2009/08/friendfeedicon.png\') no-repeat 0 -3.2em; }
	.custom #feedback #rss:hover { background-position: 0 0; }

/******************************************************************/
