/*
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 body { background: #fff; color: #111; font-size: 62.5%; }
* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/
.custom #header {
	border:none;
	clear: both;
}
	.custom #column_wrap { float: left; }
	.custom .post_box, .teasers_box { border-top: 1px dotted #bbb; clear: both; }
	.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: #ddd; }
			.custom #sidebar_1 { border-style: dotted; border-color: #ddd; }
.custom #footer { color: #888; border-top: 3px double #ddd; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
.custom a { color: #9d0a0e; text-decoration: none; }
.custom a:hover { text-decoration: none; }
.custom a.post_image_link { outline: none; }
.custom a img { border: none; }
.custom blockquote { border-left: 1px solid #ddd; color: #666; }
.custom abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
.custom code { line-height: 1em; background: #eee; }
.custom pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
.custom p.center { text-align: center !important; }
.custom p.bottom { margin: 0 !important; }
.custom .remove_bottom_margin { margin-bottom: 0 !important; }

/*---:[ form inputs ]:---*/
.custom input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
.custom input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.custom .sidebar .text_input { width: 95%; }
	.custom input.form_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; width: auto !important; overflow: visible; }
	.custom #commentform input.form_submit { border-width: 3px; }
	.custom input.form_submit:hover { color: #090; }

/*---:[ 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: #fff;
	border: 1px solid #dedede;
	padding: 4px 4px 4px 4px;
}
.custom img.bottomborder {
	border-bottom: 1px solid #dedede;
}
.custom img.stack { clear: none !important; }
.custom img[align="left"] { float: left; clear: left; }
.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: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
	.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; }

/*---:[ headlines and bylines ]:---*/
.custom h1, h2, h3, h6 { font-weight: normal; }
.custom h4, h5 { font-weight: bold; }
.custom h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.custom .format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.custom .sidebar h3 {
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #555;
	padding-bottom:4px;
	border-bottom: 1px solid #eee;
}
	.custom h2 a { color: #111; }
	.custom h2 a:hover { color: #9d0a0e; }

/*---:[ 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; border-bottom: 1px solid #eee; }
	.custom .headline_meta a:hover { color: #111; }

/*---:[ nav menu styles ]:---*/
.custom ul#tabs {
	list-style: none;
	border: 1px solid #ddd;
	border-width: 0 0 0 1px;
}
	.custom ul#tabs li {
	margin-bottom: -0.1em;
	background: #efefef;
	border: 1px solid #ddd;
	border-left: 0;
	float: left;
}
	.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		.custom ul#tabs li a {
	display: block;
	line-height: 1em;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
}
		.custom ul#tabs li a:hover {
	color: #fff;
	background-color:#bc6466;
	text-decoration: none;
}
		.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
		.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	.custom ul#tabs li.rss {
	padding-right: -1px;
	background: #fff none;
	border:none;
	float: right;
}
	.custom ul#tabs li.rss a {
	padding-left: 18px;
	background: url(../images/icon-rss.gif) no-repeat left;
}

		.custom ul#tabs li.rss a:hover {
			color:#000;
			text-decoration:underline;
		}

/*---:[ #header styles ]:---*/
.custom #header #logo {
	font-weight: normal;
	letter-spacing: -1px;
}
	.custom #header #logo a { color: #616161; }
	.custom #header #logo a:hover { color: #9d0a0e; }
.custom #header #tagline { font-weight: normal; color: #888; }

/*---:[ content styles ]:---*/
.custom .format_text a { text-decoration: underline; }
.custom .format_text a:hover { text-decoration: none; }
.custom .format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.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 { color: #666; clear: both; }
	.custom .format_text .to_comments span { color: #111; line-height: 1em; }
	.custom .format_text .to_comments span.bracket { color: #ccc; }
	.custom .format_text .to_comments a { color: #666; text-decoration: none; }
	.custom .format_text .to_comments a:hover { color: #111; text-decoration: underline; }

/*---:[ 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; }
	.custom .post_tags a:hover { text-decoration: underline; }

/*---:[ feature box ]:---*/
.custom #feature_box { background: #eee; border-bottom: 1px solid #ddd; }

/*---:[ home page teasers ]:---*/
.custom .teaser a.teaser_link:hover { text-decoration: underline; }
.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; }
	.custom .teaser .teaser_author a { font-style: normal; }
	.custom .teaser .format_teaser a { text-decoration: underline; }
	.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: #666; clear: both; }
	.custom .prev_next .next { text-align: right; }
	.custom .prev_next .floated { float: left; }
	.custom .prev_next a { text-decoration: none; }
	.custom .prev_next a:hover { text-decoration: underline; }
	.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: 1px solid #ddd;
	border-left:none;
}
		.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:hover { text-decoration: underline; }
.custom ul.sidebar_list { list-style: none; }
	.custom li.widget { width: 100%; }
	.custom li.centered { text-align: center; }
		.custom li.widget p a { text-decoration: underline; }
		.custom .widget p a:hover { text-decoration: none; }
		.custom .widget ul { list-style: none; }
			.custom li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		.custom li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ 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%; }
		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: #9d0a0e; }
		/*---:[ 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; }
			.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: #666; }
		.custom .comments_intro a { text-decoration: underline; }
		.custom .comments_intro a:hover { text-decoration: none; }
		.custom .comments_intro span { color: #111; line-height: 1em; }
		.custom .comments_intro span.bracket { color: #ccc; }
.custom dl#comment_list { border-top: 1px dotted #bbb; }
			.custom dl#comment_list dt a:hover { text-decoration: underline; }
			.custom dl#comment_list dt .comment_author { font-weight: bold; }
			.custom .avatar img { float: right; }
			.custom .comment_time, .edit_comment { color: #888; }
				.custom .comment_time { white-space: nowrap; }
				.custom .comment_time a, .edit_comment a { color: #888; }
				.custom .comment_time a:hover, .edit_comment a:hover { color: #888; }
		.custom .comment_num { 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: #e7f8fb; }
	.custom dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		.custom dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		.custom dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	.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: #ddd; }
		.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 #bbb; }
		.custom a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
.custom dl#trackback_list { border-top: 1px dotted #bbb; }
		.custom dl#trackback_list dt a { color: #111; }
		.custom dl#trackback_list dt a:hover { color: #111; text-decoration: underline; }
	.custom dl#trackback_list dd { color: #888; }
	.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 { font-weight: bold; }
		.custom #respond_intro p a:hover { text-decoration: underline; }
.custom .login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.custom .login_alert p { font-weight: bold; }
		.custom .login_alert p a:hover { text-decoration: underline; }
.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: underline; }
		.custom #commentform p a:hover { text-decoration: none; }
		.custom #commentform p .required { color: #d00; }
	.custom #commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; 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 a { color: #888; border-bottom: 1px solid #ccc; }
.custom #footer a:hover { color: #111; }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.custom 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; }