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

body.custom {background:#4e542e none no-repeat scroll 50% 0;
}
	.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
	#page {background:#FFFFFF none repeat scroll 0;
}
#container {margin-bottom:2em;
margin-top:2em;
}

#header {padding:0;}

.custom #header #logo a { display: block; height: 121px; width: 960px; background: url('images/headerlogo.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

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


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/
*/

/*---:[ main layout elements ]:---*/

body { font-family: Tahoma, Geneva, Verdana, sans-serif; }

	#header { padding-top: 2.2em; padding-bottom: 2.2em; }

	.post_box { padding-top: 2.2em; }

		.headline_area { margin-bottom: 2.2em; }

	#multimedia_box { margin-bottom: 2.2em; }



/*---:[ h3 size is calculated relative to the base font size of the content ]:---*/

.format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }

.format_text h3.top { margin: 0 0 0.611em 0 !important; }



/*---:[ post content area ]:---*/

.format_text { font-size: 1.4em; line-height: 1.571em; }

	.format_text p { margin-bottom: 1.571em; }

		.format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; }

	.format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; }

	.format_text acronym, .format_text abbr { font-size: 0.786em; }

	.format_text code { font-size: 0.929em; }

	.format_text pre { font-size: 0.929em; line-height: 1.385em; margin-bottom: 1.692em; padding: 0.615em 0.846em; }

	.format_text ul { margin: 0 0 1.571em 1.571em; }

	.format_text ol { margin: 0 0 1.571em 1.571em; }

		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; }

	.format_text dl { margin-bottom: 1.571em; }

		.format_text dd { margin-bottom: 1.571em; }

	.format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; }

		/*---:[ pullquotes ]:---*/

		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }

		.format_text blockquote.right { margin: 0 0 1.222em 1.222em; }

		.format_text blockquote.left { margin: 0 1.222em 1.222em 0; }

		/*---:[ end pullquotes ]:---*/

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

	.format_text img.left, .format_text img.alignleft { margin: 0 1.571em 1.571em 0; }

	.format_text img.right, .format_text img.alignright { margin: 0 0 1.571em 1.571em; }

	.format_text img.center, .format_text img.aligncenter { margin: 0 auto 1.571em auto; }

	.format_text img.block, .format_text img.alignnone { margin: 0 auto 1.571em 0; }

	.format_text img.frame { padding: 0.643em; border-width: 0.071em; }

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

	.format_text .ad { margin-left: 1.571em; }

	.format_text .ad_left { margin-right: 1.571em; }

	/*---:[ after-post elements ]:---*/

	.format_text .to_comments { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }

		.format_text .to_comments span { font-size: 1.833em; line-height: 1em; }

	.format_text .post_tags { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }



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

#archive_info { padding-top: 1.1em; padding-bottom: 1.1em; }

	#archive_info p { margin-bottom: 1.1em; }

/*---:[ previous and next links on index, archive, and search pages ]:---*/

.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; }

	.prev_next p { font-size: 1em; line-height: 2.2em; }

	.post_nav .previous { margin-bottom: 0.55em; }
	
	.post_nav a { font-size: 1.3em; line-height: 1.692em; }



/*---:[ comment area ]:---*/

.comments_intro { margin: 4.4em 0 0.7em 1.1em; }

	.comments_intro p { font-size: 1.2em; line-height: 1.833em; }

		.comments_intro span { font-size: 1.833em; line-height: 1em; }

	dl#comment_list dt { padding-top: 1.8em; }

		dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; }

		dl#comment_list dt .comment_author { font-size: 1.6em; line-height: 1.375em; }

			.avatar img { margin-left: 0.833em; }

		.comment_time, .edit_comment { padding-left: 0.833em; }
			
		.comment_num { padding-left: 0.833em; }

			.comment_num a { font-size: 0.917em; line-height: 2em; padding: 0.091em 0.273em; }

	dl#comment_list dd { padding-top: 1.1em; }

	dl#trackback_list dt { padding-top: 1.1em; }

		dl#trackback_list dt a { font-size: 1.4em; line-height: 1.571em; }

	dl#trackback_list dd { font-size: 1.2em; line-height: 1.833em; }

.comments_closed { margin: 4.4em 0 2.2em 1.1em; }

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

#respond { margin: 4.4em 0 0.7em 1.1em; }

	#respond p { font-size: 1.6em; line-height: 1.375em; }

.login_alert { margin-top: 4.4em; margin-bottom: 2.2em; padding: 0.571em 0.786em; }

#commentform { padding-top: 1.1em; padding-bottom: 2.2em; }

	#commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; }

		#commentform label { padding-left: 0.786em; }

	#commentform p.comment_box { line-height: 0.786em; margin-bottom: 0; }

		#commentform textarea { height: 12.571em; line-height: 1.571em; padding: 0.286em; border-width: 0.071em; }

		#commentform p.allowed span { font-size: 1.2em; line-height: 1.667em; }

	#commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; }

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

	#commentform p.subscribe-to-comments { font-size: 1.4em; }

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



/*---:[ form inputs ]:---*/

.format_text .text_input, #commentform p .text_input, #commentform textarea { padding: 0.286em; font-family: Tahoma, Geneva, Verdana, sans-serif; }

#commentform .form_submit { font-family: Tahoma, Geneva, Verdana, sans-serif; }

.sidebar .text_input { font-family: Tahoma, Geneva, Verdana, sans-serif; }

.sidebar input[type="text"], .sidebar input[type="submit"] { font-family: Tahoma, Geneva, Verdana, sans-serif; }
	
	
	
/*---:[ sidebar spacing ]:---*/

#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }





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

ul#tabs li a { font-size: 1.1em; padding: 0.545em 0.818em; }




/*---:[ #header styles ]:---*/

#header #logo { font-size: 3.6em; line-height: 1.167em; }

#header #tagline { font-size: 1.4em; line-height: 1.429em; }



/*---:[ headlines ]:---*/

#content h1, #content h2 { font-size: 2.2em; line-height: 1.364em; }



/*---:[ bylines ]:---*/

.headline_meta { font-size: 1em; line-height: 1.8em; }

	.headline_meta .pad_left { padding-left: 0.9em; }
	
	
	
	/*---:[ multimedia box styles ]:---*/
	
	
	
/*---:[ sidebar headings ]:---*/

.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.615em; font-variant: small-caps; letter-spacing: 2px; }



/*---:[ sidebar styles ]:---*/

.sidebar { }

ul.sidebar_list { list-style: none; }

	li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 2.769em; }
	
	li.tag_cloud { line-height: 1.692em; }

		li.widget p { margin-bottom: 1.231em; }
		
		li.widget abbr, li.widget acronym { font-size: 0.846em; }
		
		li.widget code { font-size: 0.846em; }

			li.widget ul li { margin-bottom: 0.692em; }

				li.widget li ul { margin: 0.692em 0 0 1.385em; }
				
	/*---:[ widget box styles ]:---*/
	
	li.widget .widget_box { padding: 0.692em; border-width: 0.077em; }

	/*---:[ google custom search ]:---*/

	li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; }
	
	/*---:[ calendar widget ]:---*/

	#calendar_wrap a { padding: 0.077em; }

	#calendar_wrap a:hover { padding: 0.077em; }

		table#wp-calendar caption { font-size: 0.846em; line-height: 2em; }

		table#wp-calendar th { font-size: 0.846em; line-height: 2em; padding-top: 0.091em; }

		table#wp-calendar td { font-size: 1em; line-height: 1.692em; }

		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.846em; line-height: 2em; }

		table#wp-calendar td#next { padding-right: 0.545em; }

		table#wp-calendar td#prev { padding-left: 0.545em; }

/*---:[ sidebar form inputs ]:---*/

.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; }

.sidebar input[type="text"] { padding: 0.308em; }






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

#footer { font-size: 1.2em; line-height: 1.667em; padding-top: 0.917em; }





/*---:[ core layout elements ]:---*/

#container { width: 99.9em; margin: 0 auto; }

	#page { padding: 2em; }
	
		#header { padding-right: 1.1em; padding-left: 1.1em; }

		#content_box { width: 100%; background: url('images/dot-ddd.gif') 51.3em 0 repeat-y; }

		.no_sidebars { background: none !important; }

			#content { width: 51.3em; float: left; }
			
			.no_sidebars #content { width: 100%; }
			
				.post_box { margin: 0 2.2em 0 1.1em; }

				.no_sidebars .post_box { margin: 0 1.1em; }

					#archive_info, .prev_next { padding-right: 1.1em; padding-left: 1.1em; }

			#sidebars { width: 44.5em; float: right; }

			#comments { margin-right: 2.2em; margin-left: 0em; }

				.comments_intro, #respond { margin-left: 1.1em; }
				
					dl#comment_list dt, dl#comment_list dd { padding-right: 1.1em; padding-left: 1.1em; }
	
				#commentform { padding-right: 2.2em; padding-left: 1.1em; }
				
				.login_alert {  }

				#sidebar_1 { width: 22.2em; float: left; clear: left; }
				
					#sidebar_2 { width: 22.1em; float: right; }
		
					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }
					
					#sidebar_1 { border-width: 0 0.1em 0 0; border-style: dotted; border-color: #ddd; }
				
						#sidebar_2 ul.sidebar_list { padding-left: 1em; }


/*---:[ multimedia box elements ]:---*/

#image_box img.square { width: 41.9em; height: 41.9em; }

#image_box img.four_by_three { width: 41.9em; height: 31.4em; }

#image_box img.three_by_four { width: 41.9em; height: 55.9em; }

#image_box img.three_by_two { width: 41.9em; height: 27.9em; }

#image_box img.two_by_three { width: 41.9em; height: 62.9em; }

#image_box img.five_by_four { width: 41.9em; height: 33.5em; }

#image_box img.four_by_five { width: 41.9em; height: 52.4em; }

#image_box img.sixteen_by_nine { width: 41.9em; height: 23.6em; margin: 0 auto; }

#image_box img.nine_by_sixteen { width: 41.9em; height: 74.5em; margin: 0 auto; }

#image_box img.two_by_one { width: 41.9em; height: 21em; }

#image_box img.one_by_two { width: 41.9em; height: 83.8em; }















/*

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:



body.custom {background:#4e542e none no-repeat scroll 50% 0;

}

	.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

	#page {background:#FFFFFF none repeat scroll 0;

}

#container {margin-bottom:2em;

margin-top:2em;

}



#header {padding:0;}



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

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



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

.custom #header { padding: 0; }





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/

*/	