/*



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/



*/











/*---:[ full width stuff, overriding the layout.css stuff ]:---*/







.full_width .page { width: 86.2em; margin: 0 auto; padding-right: 0em; padding-left: 0em; }







/*---:[ menu stuff, making the background the right grey, overriding the layout.css stuff ]:---*/







.menu { background: #e9e9e9; border-width: 0 0 0.1em 0.1em; }











/*---:[ header elements, full-width custom by Kristarella ]:---*/







.custom #header_area{display:none; width:100%; }







.custom #title_area {background:#000000; border-bottom: 0.4em solid #a90000; border-top: 0.1em solid #a90000; width:100%; min-width:90em; padding:0; }



	.custom #header {background:#000000; border-bottom:none; border-top:none; width: 100%; padding: 1em; }















/*---:[ #header styles which doesn't really matter, since they're not shown]:---*/







.custom #header #logo { font-weight: bold; width:100%; }







	.custom #header #logo a { color: #111; }







	.custom #header #logo a:hover { color: #2361a1; }



	



.custom #header #tagline { font-weight: normal; color: #888; }















/*---:[ nav menu styles ]:---*/







.custom #nav_area { margin: 0 0 40px 0; background: #e9e9e9; border-bottom: 0.1em solid #a90000; width:100%; min-width:90em; padding:0; }







	.custom #nav_area ul { list-style: none; }







		.custom #nav_area ul li { font-size: 1.0em; float: left; text-transform: uppercase; }



	



			.custom #nav_area ul li a, #nav_area ul li a:visited { display: block; padding: 0.3125em 0.8125em 0.5em 0.8125em; color: #a90000; }



	



			.custom #nav_area ul li a:hover, #nav_area ul li a.current:hover { color: #ffffff !important; background: #a90000; text-decoration: none !important; }



		



			.custom #nav_area ul li a.current, #nav_area ul li a.current:visited { color: #a90000; text-decoration: none }







































/*---:[ global elements ]:---*/







.custom a { color: #a90000; text-decoration: none; }







.custom a:hover { text-decoration: 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 sub, sup { line-height: 0.5em; }







.custom code { font-family: Consolas, "Andale Mono", Courier, "Courier New"; line-height: 1em; background: #eee; }







.custom pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; 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 .format_text .text_input, #commentform p .text_input { width: 45%; }







	.custom .sidebar .text_input { width: 95%; } /* Based on inherited font size in sidebar */







	.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; }



	



	.custom input.form_submit:hover { color: #090; }















/*---:[ headlines and bylines ]:---*/







.custom h1, h2, h3, h4 { font-size: 1em; font-weight: bold; }







	.custom h2 a { color: #a90000; }







	.custom h2 a:hover { color: #333333; }



	



	.custom #content #archive_info h1 { font-size: 1.8em; line-height: 1em; font-weight: normal; }







.custom h1.entry-title { font-size: 20px }







.custom h1 { font-size: 20px }







/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/



	



	.custom .sidebar h3 { color: #000000; font-weight: bold; }







.custom h4 { font-size: 1em; font-weight: bold; }







/*---:[ 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; }























/*---:[ content styles ]:---*/







.custom .format_text a { text-decoration: none; }







.custom .format_text a:hover { text-decoration: underline; }







.custom .format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }







.custom .format_text p.alert { background: #a90000; border: 1px solid #000000; color: #ffffff; font-weight: bold; }







.custom .format_text .drop_cap { color: #888; float: left; font-weight: normal; font-family: Georgia; }







.custom .format_text ul { list-style: square; line-height: 19pt }

.custom .format_text p { line-height: 19pt; }



		



	.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 ]:---*/







/*---:[ image handling classes ]:---*/







	.custom .format_text img.left, .format_text img.alignleft { float: left; clear: left; }



	



	.custom .format_text img.right, .format_text img.alignright { float: right; clear: right; }



	



	.custom .format_text img.center, .format_text img.aligncenter { display: block; float: none; clear: both; }



	



	.custom .format_text img.block, .format_text img.alignnone { display: block; clear: both; }







	.custom .format_text img.frame { background: #eee; border-style: solid; border-color: #ddd; }



	



	.custom .format_text img.stack { clear: none !important; }







/*---:[ end image handling classes ]:---*/



		



.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; }







	.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; }



	



.custom .format_text .post_tags { color: #666; }















/*---:[ archive information block ]:---*/



	



.custom #archive_info { border-bottom: 2px solid #ddd; }







	.custom #archive_info p { text-transform: uppercase; letter-spacing: 2px; }



	



/*---:[ post 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; }















/*---:[ rotating image styles ]:---*/







.custom #multimedia_box { width: 100%; }







	.custom #image_box { padding: 1.1em; background: #e9e9e9; border-bottom: 0.1em solid #a90000; border-top: 0.1em solid #a90000; border-left: 0.1em solid #a90000; border-right: 0.1em solid #a90000; }







		.custom #image_box img { display: block; padding: 0.1em; background: #000000; border: 0.1em solid #a90000; }







	/*---:[ video box styles ]:---*/







	.custom #video_box { padding: 1em; background: #000; }







	/*---:[ custom box styles ]:---*/







	.custom #custom_box { padding: 1.1em; 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: none; }



		



		.custom li.widget p a:hover { text-decoration: underline; }







		.custom li.widget ul { list-style: none; }







		.custom li.widget li { padding: 0 0 0 1.16667em; background: url('images/bullet-equals.gif') 0 0.4167em no-repeat; }



		



		/*---:[ widget box styles ]:---*/



		



		.custom li.widget .widget_box { background: #e9e9e9; border-style: solid; border-color: #999999; }



		



		/*---:[ 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; }







		.custom .thesis_widget_subscriptions .sub_facebook a { padding-left: 20px; background: url('images/icon-facebook.gif') 0 50% no-repeat; }







		.custom .thesis_widget_subscriptions .sub_twitter a { padding-left: 20px; background: url('images/icon-twitter.gif') 0 50% no-repeat; }





		.custom .thesis_widget_subscriptions .sub_linkedin a { padding-left: 20px; background: url('images/icon-linkedin.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; }



		



		/*---:[ calendar widget ]:---*/







		.custom #calendar_wrap { width: 100%; 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: 100%; border-collapse: collapse; }







				.custom table#wp-calendar caption { font-weight: bold; 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; }







		.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 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 dd { border-bottom: 1px dotted #bbb; }







		.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 ]:---*/



	



	.custom .author_comment { background: #e9e9e9; }



	



	/*



	.custom dl#comment_list dt, dl#comment_list dd { background: #f5f5f5; }







	.custom dl#comment_list .alt { background: #fff !important; }



	*/



	



	/*---:[ end author comment and alternating comment colors ]:---*/



	



.custom dl#trackback_list { padding-left: 1.1em; 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; }







	.custom .comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }







/*---:[ comment form styles ]:---*/







	.custom #respond p { color: #555; }







.custom .login_alert { background: #ffffcc; border: 1px solid #ddd; }







	.custom .login_alert p { 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 textarea { width: 100%; }







	.custom #commentform p.allowed { width: 100%; font-size: 1em; padding: 0.6em 0.4em; background: #f9f7e4; border: 0.1em dotted #bbb; border-top: 0; }







		.custom #commentform p.allowed span { color: #807e70; }



	



	/* Support for the highly-recommended Subscribe to Comments Plugin */







		.custom #commentform p.subscribe-to-comments label { font-size: 1em; }















/*---:[ footer styles ]:---*/







.custom #footer p { font-weight: bold; font-size: 1.0em; color: #ffffff; text-transform: uppercase; text-align: center; }







.custom #footer a, #footer a:visited { color: #fff; border-bottom: 1px solid #a90000; }







.custom #footer a:hover { color: #ffffff; border-bottom: 1px solid #ffffff; }















/*---:[ footer elements, full-width custom per Kristarella's technique ]:---*/







.custom #footer_area {background:#000000; display:none; }







.custom #newfooter_area {background:#000000; border-bottom: 0.1em solid #a90000; border-top: 0.4em solid #a90000; width:100%; min-width:90em; padding:0; }



	.custom #footer {background:#000000; border-bottom:none; border-top:none; width:100%; padding:1em; }























/*---:[ self-clearing floats from Dan Cederholm ]:---*/







.custom ul#tabs:after, #content_box:after, #sidebars_box:after, .format_text:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }















/*---:[ change the font-size for number of commments per KingdomGeek video ]:---*/







.custom .format_text .to_comments span { font-size: inherit; }







.custom .comments_intro span { font-size: inherit; }















/*---:[ Hide "Comments on this entry are closed." ]:---*/



.custom .comments_closed p {



  display: none;



}















/*---:[ add avatar before headline ]:---*/



.custom .title-avatar {float:left; width:5em; margin-right:1em;}




/*---:[ define location of Pinterest button ]:---*/

.custom .pinterest-posts { margin-top:0.4m; margin-left:3em; }






