/*
Theme Name:		Neoclassical
Theme URI:		http://openeducation.net
Description:	A 3-column design with an emphasis on typography and whitespace.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body { background: #666 url('images/plants-bg-2.jpg') repeat; color: #333; font: 62.5% Verdana, Georgia, "Times New Roman", Times, serif; }
/* body { background: #666; color: #333; font: 62.5% Verdana, Georgia, "Times New Roman", Times, serif; } OLD */

* { padding: 0; margin: 0; }
	


/*---:[ core layout elements ]:---*/

#container { width: 970px; margin: 30px auto 0 auto; margin-bottom: 0; background: url('images/main-bg-trans.png') repeat-y; padding: 0; }

	#page { width: 956px; margin: 0 auto;} /* for use with custom styles */
	
		#masthead { width: 100%; height: 108px; background: url('images/header-bg.jpg') repeat-x; margin: 0 0 20px 0; text-align: left; }

		#content_box { width: 956px; text-align: left; }

			#left_box { width: 726px; float: left; }

				#content { width: 542px; float: right; min-height: 700px; }
			
					#content_inner { width: 520px; background: #fff; margin: 0 auto; }
	
			.sidebar { float: left; }
		
			#left_bar { width: 184px; }
		
			#right_bar { width: 230px; }
		
		#footer { height: 61px; background: url('images/footer_bg.jpg') repeat-x;}
		
		h1#logo, div#logo { text-indent: -9999px; float: left; clear: both;}
		
		#logo a { display: block; width: 330px; height: 101px; margin-left: 18px; background: url('images/main-logo.jpg') no-repeat; outline: none; }
		
		.widget_categories h2 { width: 100%; height: 16px; background: url('images/sidebar_categories.jpg') 1em no-repeat; }
				.widget_search h2 { width: 100%; height: 16px; background: url('images/sidebar_search.jpg') 1em no-repeat; }
						.widget_latestentries h2 { width: 100%; height: 17px; background: url('images/sidebar_popular.jpg') 1em no-repeat; }
						
						
						li.widget_latestentries ul a  { width: 90%; background-image: none !important; padding: 0.5em 5% 0.5em 5% !important; text-indent: 0 !important; line-height: 1.5em !important; }
						
						
						#masthead p { height: 101px; width: 326px; background: url('images/header_bg_2.jpg') left no-repeat; float: left; text-indent: -9999px; margin-left: 45px; }
						
 						ul.widget_navigation { float: right; /*height: 40%;*/ text-align: right; }
						.widget_navigation li { display: inline; }
						.widget_navigation a, .widget_navigation a:hover { display: block; float: left; margin: 0 0.6em; padding: 0.6em 0; color: #fff; text-decoration: none; }
						.widget_navigation a:hover { border-bottom: 1.5px dotted #fff; }
						
						
						img.alignleft { float: left; clear: left; margin: 1em 1em 1em 0; }
						img.alignright { float: right; clear: right; margin: 1em 0 1em 1em; }
						img.aligncenter { display: block; float: none; clear: both; text-align: center; margin: 0 auto; }
						img.framed { padding: 0.3em; border: 1px solid #ddd; background: #eee; }



/*---:[ headlines ]:---*/

h1, h2, h3, h4 { font: bold 1em Arial, Georgia, "Times New Roman", Times, serif; }

h1 { font-size: 2.3em; line-height: 1.11111em; letter-spacing: -1px; padding: 0 10px; color: #111; }

#content_inner h1, #content_inner h2 { text-align: center; color: #339933; }
#content_inner .post_author { text-align: center; }
	
	.archives h1 { position: relative; top: -20px; margin: 0 auto 0 auto; width: 520px; font-family: Arial, Verdana; line-height: 2.5em; font-size: 1.2em; text-transform: uppercase; /*background: #eee;*/ border-bottom: 1px dotted #A8A8A8; text-align: center; letter-spacing: 0; }

	.page h1 { margin: 0 0 1.11111em 0; }

h2 { font-size: 2.3em; line-height: 1.11111em; letter-spacing: -1px; padding: 1.11111em 10px 0 10px; border-top: 1px dotted #A8A8A8; color: #111; clear: both; }

	h2 a { color: #339933; }

	h2 a:hover { text-decoration: none; color: #000; }
	
	h2.top { padding-top: 0; border-top: none; }
	
	.sidebar h2 { font-size: 1em; margin: 0 0 0.9em 0; padding: 0; text-indent: -9999px; border: none; }

h3 { font-size: 1.23077em; line-height: 1.25em; color: #339933; }

	/*.format_text h3 { margin: 1.875em 0 0.625em 0; }*/
	.format_text h3 { margin: 1em 0 1em 0; }

	.format_text h3.top { margin: 0 0 0.625em 0 !important; }

h4 { font-size: 0.84615em; line-height: 1.81818em; text-transform: uppercase; letter-spacing: 2px; }



/*---:[ global elements ]:---*/

hr { display: none; }

a { color: #237fa1; text-decoration: none; }

a:hover { color: #c00; text-decoration: underline; }

a img { border: none; }

blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 0 1.53846em 10px; padding: 0 0 0 10px; border-left: 1px solid #eee; }

abbr, acronym { font-size: 0.84615em; border-bottom: 1px dotted #888; letter-spacing: 1px; text-transform: uppercase; line-height: 1.0em; cursor: help; }

sub, sup { line-height: 1.0em; }
	
code { font: 0.92308em Consolas, "Andale Mono", Courier, "Courier New"; color: #050; }

pre { margin: 0 0 1.66667em 0; padding: 0.75em; font: 0.92308em/1.66667em Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { padding: 0 20px; font-size: 1.3em; }



/*---:[ #masthead styles ]:---*/

#rss_subscribe { background: #EEEEDD; width: 100%; height: 110px; position: relative; top: -20px; border-bottom: 1px dotted #6e886d; }

#rss_subscribe a { display: block; width: 100%; height: 100%; background: url('images/subscribe_rss.jpg') center no-repeat; text-indent: -9999px; outline: none; }

#masthead #logo { font: bold 3.2em Georgia, "Times New Roman", Times, serif; letter-spacing: -1px; }

	/*#masthead #logo a, #masthead #logo a:visited { color: #111; }*/

	/*#masthead #logo a:hover { color: #237fa1; text-decoration: none; } */
	
 #masthead h1, #masthead #tagline { font: normal 1.4em/1.42857em Verdana, serif; padding: 0; color: #999; text-align: left; } 



/*---:[ content styles ]:---*/

.post_author { font: normal 1.2em Georgia, "Times New Roman", Times, serif; line-height: 2em; margin: 0 0 1.66667em 0; padding: 0 10px; color: #999; }

	.post_author a, { color: #999; text-decoration: none; }
	
	.post_author a:hover { color: #999; text-decoration: underline; }

.format_text { font-size: 1.3em; line-height: 1.53846em; padding: 0 10px; }
		
	.format_text a { text-decoration: underline; }
	
	.format_text a:visited { color: #333; background: #e8e8e8; text-decoration: none; }
	
	.format_text a:hover { text-decoration: underline; }
		
	.format_text blockquote { }
	
		.format_text blockquote.right { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 0 0 10px; padding: 0.4375em 0 0.4375em 10px; border: none; float: right; }
		
		.format_text blockquote.left { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 10px 0 0; padding: 0.4375em 10px 0.4375em 0; background: none; border: none; float: left; }
	
			.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
	
	.format_text p { margin: 0 0 1.53846em 0; }
	
	.format_text p.note { padding: 0.76923em 10px; background: #ffffa0; border: 1px solid #d3d35d; }
	
	.format_text ul { list-style: none; margin: 0 0 1.53846em 0; }

	.format_text ol { margin: 0 0 1.53846em 20px; }
	.format_text ol li { margin-bottom: 1em; }
	
		.format_text li { }
	
		.format_text ul li { padding: 0 0 0 14px; background: url('images/bullet_text.gif') 0 0.38462em no-repeat; }
		
			.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol { margin: 0 0 0 10px; }
	
		.format_text li code { line-height: inherit; } /* This is basically a Safari hack :( */
	
	.format_text dl { margin: 0 0 1.53846em 0; }
			
		.format_text dt { font-weight: bold; }
		
		.format_text dd { margin: 0 0 1.53846em 1.53846em; }
		
	.format_text .ad { margin: 0 0 0 10px; float: right; clear: right; }
	
		.format_text .ad_left { margin: 0 10px 0 0; float: left; clear: left; }

	.format_text img { }

		.format_text img.left { margin: 0 10px 1.53846em 0; float: left; clear: left; }
		
		.format_text img.right { margin: 0 0 1.53846em 10px; float: right; clear: right; }
		
		.format_text img.center { display: block; margin: 0 auto 1.53846em auto; float: none; clear: both; }
		
		.format_text img.block { display: block; margin: 0 auto 1.53846em 0; float: none; clear: both; }
	
		.format_text img.frame { padding: 9px; border: 1px solid #ddd; background: #eee; }
		
		.format_text img.stack { clear: none !important; }

 .to_comments { width: 100%; font: normal 1.1em/1.81818em Verdana, serif; color: #999; }
	
	p.date { margin-bottom: 0.5em; float: left; padding: 0 0 0 14px; background: url('images/icon_date.gif') 0 50% no-repeat; }
	
	/* .to_comments .filed { padding: 0 0 0 14px; background: url('images/icon_filed.gif') 0 50% no-repeat; } */
	
	p.num_comments { margin-bottom: 0.5em; float: right; padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }
	p.num_comments a, p.num_comments a:hover { color: #999; }

  .navigation { width: 502px; margin: 0 auto; padding: 0.69231em 19px 0.76923em 19px; /*background: #efefef;*/ border-top: 1px dotted #A8A8A8; font-size: 1.3em; line-height: 1.53846em; clear: both; }

	.navigation p { text-align: right; }

	.older { padding: 0 20px 0 0; float: left; }

	.previous { text-align: left; }



/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 184px; margin: 0 0 2.5em 0; font: normal 1.2em/1.33333em Verdana, serif; float: left; }
	
	#right_bar ul.sidebar_list li.widget, #right_bar ul.sidebar_list li.linkcat { width: 230px; margin: 0 0 2.5em 0; font: normal 1.2em/1.33333em Verdana, serif; float: left; }

		li.widget p { margin: 0 0 1.33333em 0; }
		
				li.widget a, li.linkcat a { color: #1A7213; display: block; background: url('images/bullet_text.gif') 1.0em no-repeat; width: 100%; line-height: 2em; text-indent: 2.5em; text-decoration: none; }
				
								li.widget a:hover, li.linkcat a:hover { background: #339933 url('images/bullet_text.gif') 1.0em no-repeat; color: #FFFFFF; }
		
		li.widget ul, li.linkcat ul { list-style: none; }
		
		li.widget ol { margin: 0 0 0 20px; }
		
			li.widget li, li.linkcat li { /*margin: 0 0 0.75em 0;*/ }
			
				li.widget li br { display: none; }
			
				li.widget li ul, li.linkcat li ul { text-indent: 5px; }

			/*---:[ calendar widget ]:---*/

			#calendar_wrap { width: 184px; margin: 0 0 0.83333em 0; padding: 0 8px 0 0; font-family: Georgia, "Times New Roman", Times, serif; }

			table#wp-calendar { width: 184px; border-collapse: collapse; }

				table#wp-calendar caption { font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; }

				table#wp-calendar th { width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; }

				table#wp-calendar td { width: 26px; line-height: 1.66667em; color: #999; text-align: center; }

				table#wp-calendar td#next, table#wp-calendar td#prev { width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; }
				
			/*---:[ search widget ]:---*/

			#search { padding: 0.83333em 0; border: 1px dotted #ddd; border-width: 1px 0; text-align: right; }

				#search #s { width: 184px; padding: 2px; color: #333; background: #f2f2f2; font: normal 0.91667em Verdana, sans-serif; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; text-align: left; }

				#search #s:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }

				#search input[type="submit"] { margin: 0.25em 0 0 0; padding: 2px 3px; color: #333; font: bold 1.0em Georgia, "Times New Roman", Times, serif; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }

				#search input[type="submit"]:hover { color: #237fa1; }
				
			/*---:[ default search form styles ]:---*/

			#search_form { width: 100%; text-align: center; margin: 0 auto; padding-top: 0.8em; }

				#search_form .search_input { width: 184px; padding: 2px; color: #333; /*background: #f2f2f2;*/ background: #fff; font: normal 0.91667em Verdana, sans-serif; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; }

				#search_form .search_input:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }



/*---:[ footer styles ]:---*/

#footer a.gototop { display: block; float: left; outline: none; margin-left: 17px; margin-top: 7px; height: 54px; width: 182px; text-indent: -9999px; background: url('images/footer_logo.jpg') no-repeat; }
#footer p { float: right; display: block; height: 60%; position: relative; top: 23%; left: -1em; color: #fff; font-size: 1.1em; text-align: right; clear:right; }
#footer p a.privacy { color: #fff; text-decoration: underline; }


/*---:[ comment styles ]:---*/

 #comments { width: 510px; margin: 4.0em auto 2.0em auto; }
 #comments p { padding: 1.2em 0 0 0; margin: 0; }

	.comments_intro { padding: 0 20px; font: normal 1.2em/1.66667em Verdana, sans-serif; border-bottom: 1px dotted #bbb; }

		.comments_intro span { padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }

	dl#comment_list { margin-top: 2em; }

		dl#comment_list dt.comment { font: normal 1.2em/1.66667em Verdana, sans-serif; text-indent: 55px; width: 510px; background: url('images/comments_top.gif') bottom no-repeat; padding-bottom: 30px; }

			.comment_num { display: none; }
				
			.comment_time { font: normal 0.78571em Verdana, sans-serif; color: #999; }
				
		dl#comment_list dd.comment { width: 510px; background: #dfdfdf url('images/comments_bottom.gif') bottom no-repeat; margin-bottom: 2em; }
		
		dl#comment_list dt.alt, dl#comment_list dd.alt { }

		dl#comment_list dt.author, dl#comment_list dd.author {  }
		
			.comment .format_text {  padding: 0 1.2em 0 1.2em; position: relative; top: -1em; margin: 0; }
			
			.comment a.comment_link, .comment a.comment_link:visited { }
			
			.comment a.comment_link:hover { }
			
			
			
			

/*---:[ comment form styles ]:---*/

#respond { width: 520px !important; margin: 0 0 0.83333em 0; padding: 0 20px; border-bottom: 1px dotted #bbb; font: normal 1.2em/1.66667em Verdana, sans-serif; !important }

	#respond span { padding: 0 0 0 14px; background: url('images/icon_leave_comment.gif') 0 50% no-repeat; }

#comment_form {  margin-top: 2em; padding: 0 19px; }

	#comment_form p { padding: 0.69231em 0 0.76923em 0; font-size: 1.3em; line-height: 1.53846em; }
	
	#comment_form p.submit_p { padding-bottom: 1.30769em; }
	
		#comment_form label { padding: 0 0 0 10px; }

		#comment_form .text_input { width: 206px; padding: 2px; color: #333; font: normal 1.0em Georgia, "Times New Roman", Times, serif; background: #f2f2f2; border: 1px solid #aaa; border-right-color: #eee; border-bottom-color: #eee; }
		
		#comment_form .text_input:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
		
		#comment_form .text_area { width: 419px !important; height: 6.15385em; line-height: 1.53846em; }
	
		#comment_form .form_submit { padding: 0.35714em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #333; font: bold 1.07692em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form .form_submit:hover { color: #237fa1; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
	
	

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

 #container:after, #content_box:after, #nav ul:after, #footer:after, .navigation:after, #comments:after, dl#comment_list:after, dl#comment_list dd:after, #comment_form:after, #search_form:after { content: ""; display: block; height: 0; clear: both; visibility: hidden;}
 
 #container:after { content: "" !important; }

#alertbar {
	position: fixed;
	background: #FFFCCF;
	font-family: Verdana, Arial, Helvetica, "Times New Roman";
	font-size: 16px;
	z-index: 100;
	width: 100%;
	height: 28px;
	border-bottom: 2px solid #CCCCCC;
	margin-top: -30px;
	line-height: 28px;
	text-align: center;
}
#alertbar span {
	color: red;
}
