/*
Theme Name:		Neoclassical (originally, before making changes for OneInchPunch.net
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: #59071d url('images/b_redgrad.jpg') repeat-x; color: #333; font: 62.5% 'Trebuchet MS', trebuchet, Arial, Sans-Serif; }

* { padding: 0; margin: 0; }
	


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

#container { background-position: 0% 0%; background-repeat: no-repeat; left:50%; position:absolute;	margin:0px 0px 0px -435px; width: 870px; height: auto; }
#leftfill { background: url('images/b_redleft.jpg') no-repeat; position: absolute; left:0px; width: 10px; height: 700px; }

	#page { position: absolute; left:10px; width: 850px; background: #FFFFFF; } /* for use with custom styles */
	
		#masthead { background: #ff8623; width: 850px; height: 155px; background: url('images/oneinchpunch_header.jpg') no-repeat;}
			#twitter { position: absolute; left:715px; top:25px; width:40px; height:65px; }
			#markwu { position: absolute; left:758px; top:25px; width:60px; height:65px; }
			#rssfeed_icon { position: absolute; left:715px; top:95px; width:100px; height:25px; }
		
		#menu_image { position:relative; background: #a5a49b; width: 790px; height: 40px; padding: 10px 30px 0 30px; text-align: left; background: url('images/b_menu.jpg') no-repeat;}
			#headermenugoo { position:absolute; float:right; left:530px; top:10px; text-align: right; }	 /*---:[ left:350px; for Google ]:---*/
		
		#content_box { background: #ffffff; background: url('images/b_cols.gif') repeat-y; width: 810px; padding: 0 20px 0 20px; text-align: left; }

			#left_box { width: 420px; float: left;  }

				#content { width: 420px; float: left; }
			
					#content_inner { width: 420px; padding: 0 0 0 0; }
	
			.sidebar { width: 180px; float: left; }
			
			#columnfilltwenty { width: 20px; height:10px; }
			.columnbartwenty { width: 20px; float: left; }
			
			
			#controlcolumnheader { width: 370px; height: auto; background: #FFFFFF; padding-bottom:10px; }
			.controlcolumnheader { width:370px; clear:both; }
			
			#controlcolumn { width: 370px; }
			.controlcolumn { width:370px; float: left; }
			
				#left_bar { padding: 0 0 0 0; }
				
				#columnfillten { width: 10px; height:10px; }
				.columnbarten { width: 10px; float: left; }
			
				#right_bar { padding: 0 0 0 0; }
		
		
		
		#footer { padding: 20px;  }

#footer_bottom { } /* for use with custom styles and the "page" look */
#rightfill { background: url('images/b_redright.jpg') no-repeat; position: absolute; left:860px; width: 10px; height: 700px; }



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

h1, h2, h3, h4 { font: bold 1.0em 'Trebuchet MS', Arial, Sans-Serif; }

h1 { font-size: 1.8em; line-height: 1.3em; color: #a40a30; padding: 0 0 10px 0;}
	
	.archives h1 { font-size: 1.1em; color: #4e4d4a; line-height: 1.81818em; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 1.81818em 0; padding: 0.36364em 10px 0.36364em 10px; background: #d1d0cb; border: 1px solid #969590; text-align: left; }

	.page h1 { margin: 0 0 1.11111em 0; }

h2 { font-size: 1.8em; line-height: 1.3em; padding: 10px 0 10px 0; border-top: 1px dotted #ddd; color: #333333; }

	h2 a, h2 a:visited { color: #a40a30; text-decoration: none; }

	h2 a:hover { color: #a40a30; text-decoration: underline; }
	
	h2.top { padding-top: 0; border-top: none; }
	
	.sidebar h2 { font-size: 0.83333em; color: #505050; margin: 0 10px 0.9em 10px; line-height: 1.9em; padding: 0; text-transform: uppercase; letter-spacing: 1px; border-top: 0; border-bottom: 1px solid #ddd; }

h3 { font-size: 1.23077em; line-height: 1.25em; color: #333333; }

	.format_text h3 { margin: 0 0 0 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, a:visited { color: #a40a30; text-decoration: none; }

a:hover { color: #a40a30; text-decoration: underline; }

a img { border: none; }

blockquote { font-family: 'Trebuchet MS', Arial, Sans-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; }

span.code { font-size: 0.92308em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; } /* Using a <span class="code"> preserves the line height better across a wider variety of browsers */
	
	code { font-size: 0.92308em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; line-height: 1.0em; }

	html[xmlns*=""] body:last-child code { font-size: 1.0em; } /* Safari 2.x hack to handle font sizes consistently. */

	pre { margin: 0 0 1.81818em 0; padding: 0.81818em; font-size: 0.84615em; font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

	html[xmlns*=""] body:last-child pre { font-size: 1.0em; } /* Safari 2.x hack to handle font sizes consistently. */

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { padding: 0 0 0 0; font-size: 1.3em; }
		


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

#masthead #rss_subscribe { width: 40px; height: 40px; float: right; }

	#masthead #rss_subscribe a { display: block; width: 40px; height: 40px; background: url('images/icon_rss.gif') 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 Arial, serif; padding: 0; color: #999; text-align: left; }


/*---:[ #main menu styles ]:---*/
.menu_image { font-size: 1.1em; font-weight:bold; color: #a40a30;  }
.menu_image a { font-size: 1.1em; font-weight:bold; color: #a40a30; text-decoration: none; }
.menu_image a:hover { font-size: 1.1em; font-weight:bold; color: #a40a30; text-decoration: underline; }



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

.post_author { font-size: 1.2em; line-height: 1.66667em; margin: 0 0 1.66667em 0; padding: 0; color: #999; }

	.post_author a, .post_author a:visited { 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; }
		
	.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; 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-right: 1px solid #eee; border-left: 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 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 dl { margin: 0 0 1.53846em 0; }
			
		.format_text dt { font-weight: bold; }
		
		.format_text dd { margin: 0 0 0 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 { margin: 0 0 1.81818em 0; padding: 0; font: normal 1.1em/1.81818em Arial, serif; color: #999; clear: both; }
	
	.to_comments .date { 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; }
	
	.to_comments .num_comments { padding: 0 0 0 14px; background: url('images/icon_comment.gif') 0 50% no-repeat; }

.navigation { width: 400px; padding: 0.69231em 10px 0.76923em 10px; background: #f9e3e3; border-top: 1px solid #f9e3e3; 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; }
/*--- .sidebar img { margin: 0 0 10px 0; } ---*/
.sidebar_list_admin { list-style: none; padding: 0 0 0 10px; font-size: 1.1em; line-height: 1.6em; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 180px; margin: 0 0 0 0; font: normal 1.15em 'Trebuchet MS', trebuchet, Arial, serif; float: left; }
		
		li.widget ul, li.linkcat ul { list-style: none; }
			
			li.widget li, li.linkcat li { padding: 0 0 10px 0; margin: 0 0 1.5em 0; }
			
				li.widget li br { display: none; }
			
				li.widget li ul, li.linkcat li ul { margin: 0 0 0 0; }
				
				
				
	ul.sidebar_list li.widgetpad, ul.sidebar_list li.linkcat { width: 170px; margin: 0 0 10px 0; font: normal 1.15em 'Trebuchet MS', trebuchet, Arial, serif; float: left; }
		
		li.widgetpad ul, li.linkcat ul { list-style: none; }
		
		li.widgetpad ol { margin: 0 0 0 20px; }
		
			li.widgetpad li, li.linkcat li { padding: 0 0 0 10px; margin: 0 0 0.6em 0; }
			
				li.widgetpad li br { display: none; }
			
				li.widgetpad li ul, li.linkcat li ul { margin: 0.75em 0 0 20px; }

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

			#calendar_wrap { width: 182px; margin: 0 0 0.83333em 0; padding: 0 8px 0 0; font-family: Georgia, "Times New Roman", Times, serif; }

			table#wp-calendar { width: 182px; 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 0 0 0; border: 1px dotted #ddd; border-width: 1px 0; text-align: right; }

				#search #s { width: 170px; padding: 2px; color: #333; background: #f2f2f2; font: normal 0.91667em Arial, 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; font: bold 1.0em 'Trebuchet MS', Arial, Sans-Serif; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #000; cursor: pointer; }

				#search input[type="submit"]:hover { color: #237fa1; }



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

#footer p { font: normal 1.0em/1.45455em Arial, sans-serif; color: #999; text-align: left; }

	#footer a, #footer a:visited { color: #999; border-bottom: 1px solid #ddd; text-decoration: none; }

	#footer a:hover { color: #333; text-decoration: none; }



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

#comments { width: 420px; margin: 4.0em 0 2.0em 0; font: normal 1.1em; }

#comments div ul, li { list-style: none; }  /* font-size: 1.0em; line-height: 1.2em; */

	.comments_intro { padding: 0 0 0 0; font: normal 1.1em/1.66667em Arial, 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: 0 0 3.0em 0; }

		dl#comment_list dt.comment { width: 400px; padding: 1.42857em 10px 0.71429em 10px; background: #f8f8f8; font-size: 1.2em; line-height: 1.42857em; }

			.comment_num { padding: 0 0 0 20px; font: bold 0.64em/2.66667em 'Trebuchet MS', sans-serif; float: right; }

				.comment_num a, .comment_num a:visited { color: #a40a30; text-decoration: none; }

				.comment_num a:hover { color: #a40a30; text-decoration: underline; }
				
			.comment_time { font: normal 0.78571em Arial, sans-serif; color: #999; }
				
		dl#comment_list dd.comment { width: 400px; padding: 0 10px 0.8em 10px; font-size: 0.9em; background: #f8f8f8; border-bottom: 1px dotted #bbb; }
		
		dl#comment_list dt.alt, dl#comment_list dd.alt { background: #fff; }

		dl#comment_list dt.author, dl#comment_list dd.author { background: #fef1e8 !important; }
		
			.comment .format_text { padding: 0 0 0 0; }
			
			.comment a.comment_link, .comment a.comment_link:visited { font-style: italic; font-weight: bold; color: #333; background: none; text-decoration: none; }
			
			.comment a.comment_link:hover { color: #333; text-decoration: underline; }
			
			

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

#respond { margin: 0 0 0.83333em 0; padding: 0 0 0 0; border-bottom: 1px dotted #ddd; font: normal 1.2em/1.66667em Arial, sans-serif; }

	#respond span { padding: 0 0 0 14px; background: url('images/icon_leave_comment.gif') 0 50% no-repeat; }

#comment_form { width: 420px; padding: 0 0 0 0; }

	#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: 209px; padding: 2px; color: #333; font: normal 1.0em 'Trebuchet MS', Arial, Sans-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: 415px !important; height: 5.84615em; }
	
		#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 'Trebuchet MS', Arial, Sans-Serif; cursor: pointer; }
		
		#comment_form .form_submit:hover { color: #a40a30; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }


.singlealignright {
	display: block;
	text-align: right;
	padding: 5px 10px 5px 10px;
	background-color: #f9e3e3;
	margin-bottom: 10px;
	font-size: 1.20769em; line-height: 1.81818em;
	}

.singlealignleft {
	display: block;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background-color: #f9e3e3;
	margin-bottom: 1px;
	font-size: 1.20769em; line-height: 1.81818em;
	}
	
.singlenavigation {	display: block;	}
	
.fromsearchengines { font-size: 1.6em; color: #a40a30; font-weight: bold; }
.fromsearchenginestext { font-size: 1.15em; color: #000000; line-height: 1.5em }

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

#search_form {padding: 0 0 0 10px; }

	#search_form .search_input { width: 155px; padding: 2px; color: #333; background: #f2f2f2; font: normal 0.91667em Arial, 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; }
	
	

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

#container:after, #content_box:after, #nav ul:after, #footer_bottom: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; }



/*--- 20090811 New stuff for dealing with comment formatting ---*/



.commentlist li {
	padding: 15px 0px 10px 0px;
	}
.commentlist li ul li { 
	margin-left: 0px;
	margin-right: 0px;
}




#commentform {
	margin: 20px 0 30px 0px;
	}
#commentform input {
	margin: 5px 0 10px 0px;
}
#commentform #submit {
	float:left;
}
.commentlist p {
	margin: 20px 0 10px 0px;
}


.commentlist li ul li {
}

.commentlist li {
	font-weight: bold;
	font-size: 1.2em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#adify-ad {
	text-align: middle;
	height: 320px;
	display:block;
	width: 370px;
	margin: 0;
	background-color:#eaeae4;
}

#skyscraper-buffer {
	display:block;
	width: 160px;
	padding: 10px;
	text-align: center;
	margin: 0;
	background-color:#eaeae4;
}

#skyscraper-buffer-120 {
	display:block;
	width: 120px;
	padding: 30px;
	margin: 0;
	background-color:#eaeae4;
}

#noticebox {
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 35px;
	padding-top: 10px;
	line-height: 2.8ex;
	font-size: 1.15em;
	display:block;
	width: 300px;
	margin: 0;
	background-color: #f9e3e3;
}

