/*  
Theme Name: Back to School
Theme URI: http://school.akbourne.com
Description: Custom Wordpress theme for personal school blog.
Version: 1.0
Author: Jon Bourne
Author URI: http://akbourne.com
*/

* {
	margin:0;
	padding:0;
}
body {
	background:#151c2f;
	font-family:"Trebuchet",sans-serif;
	font-size:76%;
	line-height:1.6em;
	text-align:center;
}
a {
	text-decoration:underline;
	color:#cc6600;
}
	a:hover {
		text-decoration:none;
		color:#ee8822;
	}
ul, ol {
	margin:1em 0 1em 2em;
}
	ul ul, ul ol, ol ul, ol ol {
		margin-top:0;
		margin-bottom:0;
	}
p, table {
	margin:1em 0;
}
	td, th {
		padding:0 .5em .5em 0;
		vertical-align:top;
		text-align:left;
	}
		td p {
			margin:0 0 1em 0;
		}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:.8em 0 .2em 0;
	line-height:1.4em;
}
	h1 {	font-size:200%;	}
	h2 {	font-size:160%;	}
	h3 {	font-size:130%;	}
	h4 {	font-size:120%;	}
	h5 {	font-size:110%;	}
	h6 {	font-size:100%;	}
blockquote {
	margin:1em 0;
	padding:0 1.5em;
	border:1px solid #DDD;
	border-left:3px solid #CCC;
	border-right:3px solid #CCC;
	-moz-border-radius:1em;
	background:#FAFAFA;
	color:#666;
}
pre {
	overflow:scroll;
	font-family:monospace;
	font-size:110%;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

#wrapper {
	margin:0 auto;
	padding:0 0 0 20px;
	width:964px;
	border:0 solid #cc6600;
	border-width:0 4px;
	background:url("./images/bg_wrapper.gif") top right repeat-y #FFF;
	text-align:left;
}

#header {
	margin:0 0 0 -20px;
	padding:10px 20px;
	height:180px;
	background:url("./images/bg_header.jpg") no-repeat #30658d;
	border-bottom:1px solid #082e4a;
	text-align:center;
	color:#FFF;
}
	#header h1 {
		margin:0;
		padding:138px 0 0 0;
		text-transform:uppercase;
		line-height:1em;
		font-family:serif;
		font-size:26px;
		letter-spacing:.2em;
	}
		#header h1 a {
			text-decoration:none;
			color:#FFF;
		}
	#header em {
		display:block;
		line-height:1em;
		font-family:"Palatino Linotype", "Book Antiqua", "Palatino", serif;
		font-size:14px;
		letter-spacing:2px;
	}
	
#main {
	float:left;
	padding-top:20px;
	width:640px;
	font-size:120%;
}
	.alignright {
		float:right;
	}
	.alignleft {
		float:left
	}
	#main h2 {
		margin:0;
		line-height:1.2em;
		font-size:200%;
		color:#cc6600;
	}
	
	.post-image-full {
		display:block;
		text-align:center;
	}
	.post-image-thumb {
		float:right;
		margin-left:1em;
	}
	
	/* for posts appearing in lists only */
	.listed-post {
		margin-bottom:3em;
		padding-bottom:2.4em;
		border-bottom:2px dotted #AAA;
	}
		.listed-post h2 {
		}
			.listed-post h2 a {
				text-decoration:none;
			}
		/* sub headline */
		.listed-post h3 {
			margin:.25em 0;
			font-size:140%;
			color:#cc6600;
		}
		.entry {
		}
			.entry p {
				margin:1.2em 0;
				line-height:1.6em;
			}
	
	/* for single posts only */
	.single-post {
	}
		/* main headline */
		.single-post h2 {
			clear:left;
			padding:1.5em 0 0 0;
		}
		/* sub headline */
		.single-post h3 {
			margin:.25em 0;
			font-size:140%;
			color:#cc6600;
		}
		.options {
			float:right;
			margin:0 0 1em 1em;
			text-align:left;
		}
			.email-article {
				display:block;
				padding:2px 0 2px 22px;
				background:url("http://images.newsminer.com/static/icons/email-article.gif") left center no-repeat;
				text-transform:uppercase;
				font-size:80%;
			}
			.print-article {
				padding:2px 0 2px 22px;
				background:url("http://images.newsminer.com/static/icons/print-article.gif") left center no-repeat;
				text-transform:uppercase;
				font-size:80%;
			}
		#respond {
			margin-top:2em;
			padding-top:2em;
			border-top:2px dotted #AAA;
		}
	
	/* metadata for both listed and single post views */
	.meta {
		margin:.4em 0 1em 0;
		border:0 solid #F8F8F8;
		border-width:1px 0;
		background:#FDFDFD;
		list-style:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:80%;
		color:#666;
	}
		.meta li {
			display:inline;
			margin-right:1em;
			padding-right:1em;
			border-right:2px solid #AAA;
		}
			.meta li a {
				text-decoration:none;
				color:#666;
			}
				.meta li a:hover {
					color:#cc6600;
				}
	.footnote-link {
		text-decoration:none;
	}
		.footnote-link sup {
			font-weight:bold;
		}
	.ubernym {
		text-decoration:none;
	}
		.hmoDOMTTip {
			padding:0 1.4em;
			border:3px solid #cc6600;
			-moz-border-radius:12px;
			background:#FFF;
		}
			.caption {
				font-size:120%;
				font-weight:bold;
				color:#30658d;
			}
	#main img {
		margin:0 1em 1em 1em;
	}
		#main img.left {
			float:left;
			margin-left:0;
		}
		#main img.right {
			float:right;
			margin-right:0;
		}
		#main img.border {
			border:1px solid #000;
		}


#sidebar {
	margin:0 0 0 660px; /* effectively renders sidebar 304px wide */
	padding:20px 20px 40px 20px;
}
	#sidebar a {
		text-decoration:none;
		color:#cc6600;
	}
		#sidebar a:hover {
			color:#151c2f;
		}	
	#sidebar h2 {
		margin:20px -10px 8px -10px;
		padding-top:20px;
		border-top:1px dotted #30658d;
		font-variant:small-caps;
		font-size:140%;
		color:#30658d;
	}
		#sidebar h2:first-child {
			margin-top:0;
			padding-top:0;
			border-top:0;
		}
		#sidebar h2 a {
			color:#30658d;
		}
	#sidebar ul {
		margin:auto 0;
		list-style:none;
	}
		#sidebar ul a {
			font-size:110%;
			font-weight:bold;
		}
		#sidebar ul ul {
			margin-left:.5em;
		}
			#sidebar ul ul li {
				padding-left:1.5em;
				background:url("./images/bullet_orange.png") center left no-repeat;
			}

	#search {
	}
		#search strong {
		}
		#search input {
		}
	.categories {
		color:#AAA;
	}
	.recent-posts {
		line-height:1.2em;
		font-size:90%;
	}
		.recent-posts li {
			margin:1em 0;
		}
	.archives {
		color:#AAA;
	}
	.links {
		margin-left:0;
		list-style:none;
		line-height:1.2em;
	}
		.links li {
			margin:1.2em 0;
		}
			.links li a {
			}
	.sponsored-links {
	}
	
#top-link {
	clear:both;
	padding:60px 325px 0 0;
	text-transform:uppercase;
	text-align:center;
	font-size:90%;
}
	#top-link a {
		padding:4px 0 0 22px;
		background:url("http://images.newsminer.com/static/icons/back-to-top.gif") no-repeat left center;
		text-decoration:none;
	}

#footer {
	margin:0 0 0 -20px;
	padding:10px 20px;
	background:#30658d;
	border-top:1px solid #082e4a;
	text-align:center;
	color:#FFF;
}
	#footer p {
	}
	#footer a {
		color:#FFF;
	}
		#footer a:hover {
			color:#AAA;
		}








textarea#comment {
	width:100%;
}







