/*
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: #616345;
	 line-height: 1.5em;
	 letter-spacing: .15ex;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
}

.custom #page {
    background: #fff;
}

/*---:[ core layout elements ]:---*/
	.custom #column_wrap { float: left; }
	.custom .post_box, .teasers_box { border-top: 1px dotted #a14c19; clear: both; }
	.custom .teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.custom .teaser { float: left; }
		.custom .teaser_right { float: right; }
	.custom .top { border: none !important; }
		.custom #sidebars { border-style: solid; border-color: #a14c19; }
			.custom #sidebar_1 { border-style: 1px dotted; border-color: #a14c19; }
.custom #footer { color: #616345; border-top: 3px #a14c19; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
.custom a {color: #a14c19; text-decoration:none;}
.custom a:hover { color: #a14c19; text-decoration: none; background:#e8e7c8; }
.custom a.post_image_link { outline: none; }
.custom a img { border: none; }
.custom blockquote { border-left: 1px solid #a14c19; color: #a14c19; }
.custom abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
.code { line-height: 1em; background: #eee; }
.pre { background: #efbd8c; border: 1px solid #a14c19;}
.custom p.center { text-align: center !important; }
.custom p.bottom { margin: 0 !important; }
.custom .remove_bottom_margin { margin-bottom: 0 !important; }
.custom hr {border-style:dotted; border-color:#a14c19; border-width:1px; width:40% align:right;}

/*---:[ form inputs ]:---*/
.custom input, textarea {color: #616345; background: #ffffff; border-color: 9c9c74; border-style: solid;}
.custom input:focus, textarea:focus { background: #e8e7c8; border-color: #616345;}
	.custom .sidebar .text_input { width: 80%;}
	.custom input.form_submit {font-weight:bold; font-size:12px; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; background: #9c9c74; border-color: #a14c19;}
	.custom #commentform input.form_submit {border-width: 2px; border-style:solid; }
	.custom input.form_submit:hover { text-decoration: none; background color: #e8e7c8; }

/*---:[ universal image classes ]:---*/
.custom img.alignleft, img.left { float: left; }
.custom img.alignright, img.right { float: right; }
.custom img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
.custom img.alignnone, img.block { display: block; clear: both; }
.custom img.frame { background: #a14c19; border-style: solid; border-color: #a14c19; }
.custom img.stack { clear: none !important; }
.custom img[align="left"] { float: left; clear: left; margin-right:5px;}
.custom img[align="right"] { float: right; clear: right; }
.custom img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*---:[ image captioning ]:---*/
.custom .wp-caption { border-style: none; border-color: #a14c19; background-color: #e8e7c8; text-align: center; font-style: italics; }
	.custom .wp-caption.alignleft { float: left; }
	.custom .wp-caption.alignright { float: right; }
	.custom .wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.custom .wp-caption.alignnone { clear: both; }
	
/*---:[ video description ]:---*/
.custom .videodesc {font-size:12px;}

/*---:[ headlines and bylines ]:---*/
.custom h1, h2, h5, h6 { font-weight: normal; }
.custom h3 { font-weight: normal;}
.custom h4,{ font-weight: bold;}
.custom h5, h6 { text-transform: uppercase; letter-spacing: 1px;}
.custom .format_text h2.top, .format_text h3.top, .format_text h4.top, .format_text h5.top, format_text h6.top { margin-top: 0 !important; }
.custom .heading_byline { color: #9c9c74; font-size:12px;line-height:1px; letter-spacing: 1px; font-size: 11px;}
.custom .sidebar h3 {color: #616345; border-color:#616345; font-weight: bold; border-bottom:1px dotted; border-width: thin; letter-spacing: 2px; padding-bottom: 3px;}
	.custom h2 a { color: #a14c19;font-weight: bold; }
	.custom h2 a:hover { color: #a14c19; text-decoration: none; background color: #e8e7c8; }

/*---:[ headline meta data (includes bylines) ]:---*/
.custom .headline_meta { font-style: italic; color: #888; }
	.custom .headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.custom .headline_meta a { color: #888;}
	.custom .headline_meta a:hover { color: #a14c19; text-decoration: none; background color: #e8e7c8; }
	
	/*---:[ #header styles ]:---*/

.custom #header { border-bottom:none;
height:221px;
padding-top:0;
padding-bottom:0;
background:url(http://www.eduweave.org/blog/wp-content/themes/thesis_151/images/banner.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

/*---:[ nav menu styles ]:---*/
.custom #tabs { list-style: none; border: 1px solid #c7c99c; border-width: 0 0 1px 1px; }
	.custom #tabs li { margin-bottom: -0.1em; background: #e8e7c8; border: 1px solid #c7c99c; border-left: 0; float: left; }
	.custom #tabs .current_page_item, 
	.custom #tabs .current-cat { padding-bottom: 0.1em; background: #ffffff; border-bottom: 0; }
		.custom #tabs a { display: block; line-height: 1em; color: #616345; text-transform: uppercase; letter-spacing: 2px; }
		.custom #tabs a:hover { color: #616345; text-decoration: underline;}
		.custom #tabs .current_page_item a, 
		.custom #tabs .current-cat a { cursor: text; }
		.custom #tabs .current_page_item a:hover, 
		.custom #tabs .current-cat a:hover {text-decoration: none; background: #ffffff;}
	.custom #tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		.custom #tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }


/*---:[ content styles ]:---*/
.custom .format_text a { text-decoration: none;font-weight: bold; }
.custom .format_text a:hover { text-decoration:none; background color: #e8e7c8; }
.custom .format_text p.note { text-align: left; background:#f9f9f0; border: 1px dotted #c7c99c; font-size: 13px; padding:3px;}
.custom .format_text p.note2 { text-align: left; width: 50%; background:#f9f9f0; border: 2px dotted #c7c99c; font-size: 13px; padding:3px;}
.custom .format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.custom .format_text .drop_cap { color: #888; float: left; }
.custom .format_text ul { list-style: square; }
	.custom .format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.custom .format_text blockquote.right, .format_text blockquote.left { border: none; }
	.custom .format_text blockquote.right { float: right; }
	.custom .format_text blockquote.left { float: left; }
		.custom .format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
	/*---:[ end pullquotes ]:---*/
.custom .format_text .ad { float: right; clear: right; }
	.custom .format_text .ad_left { float: left; clear: left; }

/*---:[ after-post elements ]:---*/
.custom .format_text .to_comments { font-size:smaller; color: #666; clear: both; }
	.custom .format_text .to_comments span { color: #000000; line-height: 1em; }
	.custom .format_text .to_comments span.bracket { color: #616345; }
	.custom .format_text .to_comments a { color: #a14c19; text-decoration: none;font-weight: bold; }
	.custom .format_text .to_comments a:hover { color: #a14c19; text-decoration: none; background color: #e8e7c8; }

/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.custom .post_tags { color: #666; }
	.custom .post_tags a { text-decoration: none;font-weight: bold;  }
	.custom .post_tags a:hover { text-decoration: none; background color: #e8e7c8; }

/*---:[ feature box ]:---*/
.custom #feature_box { background: #9c9c74; border-bottom: 2px solid #9c9c74; }

/*---:[ home page teasers ]:---*/
.custom .teaser a.teaser_link { text-decoration: none;font-weight:bold; background color: #e8e7c8; }
.custom .teaser a.teaser_link:hover { text-decoration: none; background color: #e8e7c8; }
.custom .teaser .teaser_author { font-style: italic; color: #888; }
	.custom .teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.custom .teaser .teaser_date { color: #888; }
.custom .teaser .edit_post { letter-spacing: 1px; color: #888; }
	.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.custom .teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #111; text-decoration: none; background color: #e8e7c8; }
	.custom .teaser .teaser_author a { font-style:normal; }
	.custom .teaser .format_teaser a { text-decoration: underline; font-weight:bold; }
	.custom .teaser .format_teaser a:hover { text-decoration: none; }

/*---:[ archive information block ]:---*/
.custom #archive_info { border-bottom: 2px solid #ddd; }
	.custom #archive_info p { text-transform: uppercase; letter-spacing: 2px; }

/*---:[ navigation links ]:---*/
.custom .prev_next { text-transform: uppercase; letter-spacing: 2px; border-top: 2px solid #ddd; color: #616345; clear: both; }
	.custom .prev_next .next { text-align: right; }
	.custom .prev_next .floated { float: left; }
	.custom .prev_next a { text-decoration: none; font-weight: bold;}
	.custom .prev_next a:hover { text-decoration: none; background color: #e8e7c8; }
	.custom .post_nav a { text-transform: none; letter-spacing: normal; }
.custom #comment_nav_2 { border-top: 0; border-bottom: 2px solid #ddd; }

/*---:[ multimedia box ]:---*/
.custom #multimedia_box { width: 100%; }
	.custom #image_box { background: #eee; border-bottom: 1px solid #ddd; }
		.custom #image_box img { display: block; background: #fff; border-style: solid; border-color: #bbb; }
	/*---:[ video box styles ]:---*/
	.custom #video_box { background: #000; }
	/*---:[ custom box styles ]:---*/
.custom #custom_box { background: #eee; border-bottom: 1px solid #ddd; }

/*---:[ sidebar styles ]:---*/

.custom .sidebar a { color: #a14c19; text-decoration: none; }
.custom .sidebar a:hover { color:#a14c19; text-decoration: none; background color:#e8e7c8; }
.custom ul.sidebar_list { list-style: none; }
	.custom li.widget { width: 100%; }
	.custom li.centered { text-align: center; }
		.custom li.widget p a { color:#a14c19; text-decoration: none; }
		.custom li.widget p a:hover { color:#a14c19; text-decoration: none; background color: #e8e7c8; }
		.custom li.widget ul { list-style: none; }
			.custom li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		.custom li.widget .widget_box { background: #e8e7c8; border-style: solid; border-color: #9c9c74; }
		/*---:[ subscriptions widget ]:---*/
		.custom .thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }
		.custom .thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		.custom li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		.custom li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		.custom li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }
		.custom #search .text_input 
{
   width:180px; 
	height:28px;
	line-height:28px;
	text-indent:10px;  
	margin:1px; 
	background-color:#f9f9f0; 
}
		/*---:[ calendar widget ]:---*/
		.custom #calendar_wrap { width: 98%; padding: 0 1%; }
			.custom #calendar_wrap a { font-weight: bold; }
			.custom #calendar_wrap a:hover { background: #ddd; text-decoration: none; background color: #e8e7c8; }
			.custom table#wp-calendar { width: 98%; border-collapse: collapse; }
				.custom table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }
				.custom table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }
				.custom table#wp-calendar td { width: 14%; color: #888; text-align: center; }
				.custom table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
				.custom table#wp-calendar td#next { text-align: right; }
				.custom table#wp-calendar td#prev { text-align: left; }

/*---:[ comment styles ]:---*/
	.custom .comments_intro p { color: #616345; }
		.custom .comments_intro a { color: #a14c19; font-weight: bold; }
		.custom .comments_intro a:hover { text-decoration: none; background color: #e8e7c8; }
		.custom .comments_intro span { color: #111; line-height: 1em; }
		.custom .comments_intro span.bracket { color: #9c9c74; }
.custom dl#comment_list { border-top: 1px dotted #9c9c74; }
			.custom dl#comment_list dt a:hover { text-decoration: none; background color: #e8e7c8; }
			.custom dl#comment_list dt .comment_author { font-weight: normal; }
			.custom .avatar img { float: right; }
			.custom .comment_time, .edit_comment { color: #616345; }
				.custom .comment_time { white-space: nowrap; }
				.custom .comment_time a, .edit_comment a { color: #616345; }
				.custom .comment_time a:hover, .edit_comment a:hover { text-decoration: none; background color: #e8e7c8; }
/*--:
			.custom .comment_num { font-size:smaller; float: right; }
			.custom dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			.custom dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
:--*/
	.custom dl#comment_list .bypostauthor {background: #ffffff; }
	.custom dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		.custom dl#comment_list dd p.reply a { color: #a14c19; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; font-weight: bold;}
		.custom dl#comment_list dd p.reply a:hover { text-decoration: none; background color: #e8e7c8;}
	.custom dl#comment_list dl { border-top: 0; }
		.custom dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		.custom dl#comment_list dl dd { border-bottom: 0; }
		.custom dl#comment_list dl .bypostauthor { background: none; }
		.custom dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #616345; }
		.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor, .format_text { border-color: #bde0e6; }
		.custom a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #616345; }
		.custom a.comment_link:hover { color: #111; text-decoration: none; background color: #e8e7c8; }
	/*---:[ author comment and alternating comment colors ]
	.custom dl#comment_list .even { background: #e8e7c8; }
	.custom dl#comment_list .odd { background: #c7c99c; }:---*/
.custom dl#trackback_list { border-top: 1px dotted #e8e78; }
		.custom dl#trackback_list dt a { color: #111; }
		.custom dl#trackback_list dt a:hover { color: #111; text-decoration: none; background color: #e8e7c8; }
	.custom dl#trackback_list dd { color: #888; }
	.custom .comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }

/*---:[ comment form styles ]:---*/
	.custom #respond_intro p { color: #555; }
		.custom #respond_intro p a { color: #a14c19; font-weight: bold; }
		.custom #respond_intro p a:hover { text-decoration: none; background color: #e8e7c8;}
		.custom #cancel-comment-reply-link { font-weight:bold; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; background: #9c9c74; border-style: solid; border-color: #a14c19; float: right; }
.custom. login_alert { background: #9c9c74; border: 1px solid #616345; }
	.custom. login_alert p { font-weight: bold; }
	.custom. login_alert p a { color: #a14c19; text-decoration:none; font-weight: bold; }
		.custom. login_alert p a:hover { text-decoration: none; background color: #e8e7c8; }
.custom. comment_moderated { font-weight: bold; }
.custom #commentform { border-top: 1px dotted #bbb; }
	.custom #commentform p { margin-bottom: 1em; }
		.custom #commentform p a { text-decoration: none; font-weight: bold; }
		.custom #commentform p a:hover { text-decoration: none; background color: #e8e7c8; }
		.custom #commentform p .required { color: #616345; }
	.custom #commentform span.allowed { display: block; color: #000000; background: #e8e7c8; border-style: dotted; border-color: #bbb; }
		.custom #commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		.custom #commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ footer styles ]:---*/
.custom #footer {text-align:center;
}
.custom #footer a {text-decoration:none;}
.custom #footer a:hover {text-decoration:none; background color: #e8e7c8;}

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
ul#tabs:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

