/*
Theme Name: Allen School Blog
Theme URI: http://www.allenschool.edu
Author: Nick Angiolillo, Frontend Developer for Alexander Interactive
Author URI: http://www.alexanderinteractive.com/
*/

#blog #content {
	padding-bottom: 50px;
}
#main {
	width: 670px;
	float: left;
	color: #0c2847;
}
	#main a {
		color: #820049;
	}
	#main .description {
		background: url(/img/blog/bottom_rule.png) bottom left no-repeat;
		height: 70px;
		text-indent: -9000px;
		margin-bottom: 20px;
	}
		#main .description a {
			display: block;
			height: 100%;
			background: url(/img/blog/blog.header.png) no-repeat;
		}
	#main .post {
		background: url(/img/blog/bottom_rule.png) bottom left no-repeat;
		padding: 0 0 20px;
		margin: 0 0 15px;
	}
		#main .post h2, #main .post h1, body.archive .post h3 {
			font-size: 1.8em;
			color: #820049;
			margin-bottom: 0.5em;
		}
		#main .post h1 {
			font-size: 2.2em;
		}
			#main .post h2 a {
				color: #820049;
			}
		#main .post .entry p {
			color: #0c2847;
		}
		#main .postmetadata {
			font-style: italic;
			color: #666;
			font-size: 1.2em;
		}
		#main .post .entry img {
			border: 1px solid #ddd;
			padding: 3px;
			margin: auto;
			margin-bottom: 5px;
		}
			#main .post .entry img.alignleft { float: left; margin-right: 15px; }
			#main .post .entry img.alignright { float: right; margin-left: 15px; }
body.archive h2 {
	font-size: 2.2em;
	color: #06837f;
	margin-bottom: 1em;
}
.navigation {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
	.navigation .alignleft { float: left; }
	.navigation .alignright { float: right; }
#comments {

}
	#comments h2 {
		font-size: 1.8em;
		color: #820049;
		margin-bottom: 1em;
	}
	#comments ol.commentlist {
	
	}
		#comments ol.commentlist img {
			display: none;
		}
		#comments .comment .comment-author {
			font-size: 1.4em;
			font-weight: bold;
			margin-bottom: 0.2em;
			color: #0C2847;
		}
			#comments .comment .comment-author cite {
				font-style: normal;
			}
			#comments .comment .comment-author a {
			
			}
		#comments .commentmetadata {
			color: #06837f;
			font-size: 1.2em;
			margin-bottom: 1em;
		}
	#comments ol.commentlist li {
		background: url(/img/blog/bottom_rule.png) bottom left no-repeat;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
#respond {
	padding-top: 20px;
}
	#respond h3 {
		font-size: 1.8em;
		color: #06837f;
		margin-bottom: 1em;
	}
	#respond #submit {
		background: url(/img/btn/big.drop.submit.gif) no-repeat;
		height: 42px;
		width: 110px;
		text-indent: -9000px;
		border: none;
		cursor: pointer;
	}
		#respond #submit:hover {
			background-position: bottom;
		}
	#respond label {
		display: block;
		font-size: 1.4em;
		margin-bottom: 0.3em;
	}
	#respond input {
		display: block;
	}
	#respond form div {
		margin-bottom: 14px;
	}
	#respond input#url, #respond input#email, #respond input#author {
		width: 200px;
		border: 1px solid #919dab;
		padding: 4px 3px;
		font-size: 1.2em;
		color: #0C2847;
	}
	#respond textarea {
		border: 1px solid #919dab;
		padding: 4px 3px;
		font-size: 1.2em;
		width: 500px;
		line-height: 1.4;
		color: #0C2847;
	}
	
/* sidebar */
#sidebar {
	width: 220px;
	float: right;
}
	#sidebar a {
		color: #820049;
	}
	#sidebar h2 {
		text-indent: -9000px;
		background: url(/img/blog/blog_graphics.png) 0 0 no-repeat;
		height: 16px;
		margin: 0 0 10px;
	}
	#sidebar h3 {
		text-indent: -9000px;
		background: url(/img/blog/blog_graphics.png) no-repeat;
		height: 15px;
		margin: 0 0 7px;
	}
	#sidebar .recent {
	
	}
		#sidebar .recent h3 {
			background-position: 0 -25px;
		}
	#sidebar .categories {
	
	}
		#sidebar .categories h3 {
			background-position: 0 -50px;
		}
	#sidebar .monthly_archives {
	
	}
		#sidebar .monthly_archives h3 {
			background-position: 0 -75px;
		}
	#sidebar .recent, #sidebar .categories, #sidebar .monthly_archives, #sidebar .search { 
		border-bottom: 1px solid #d8dde1;
		margin: 0 0 12px;
	}
	#sidebar .contact {
		padding-top: 5px;
	}
		#sidebar .contact h3 {
			background-position: 0 -100px;
			margin-bottom: 12px;
		}
		#sidebar .contact a {
			display: block;
			width: 192px;
			height: 35px;
			background: url(/img/blog/blog_graphics.png) 0 -125px;
			text-indent: -9000px;
			position: relative;
			left: -2px;
		}
		#sidebar .contact a:hover {
			background-position: 0 -175px;
		}
	#sidebar ol, #sidebar ul {
		margin-bottom: 10px;
	}
		#sidebar li {
			font-size: 1.2em;
			color: #820049;
			list-style: disc;
			margin-left: 14px;
			*margin-left: 16px;
			line-height: 1.4;
		}
			#sidebar li a {
				color: #820049;
			}
#searchform {
	position: relative;
	height: 39px;
}
	#searchform label {
		display: none;
	}
	#searchform input#s {
		float: left;
		background: url(/img/blog/blog_graphics.png) 6px -321px no-repeat;
		border: 1px solid #919dab;
		width: 105px;
		position: absolute;
		left: 0;
		top: 1px;
		padding: 4px 3px 4px 25px;
		color: #666;
	}
	#searchform input#searchsubmit {
		background: url(/img/blog/blog_graphics.png) 0 -225px no-repeat;
		border: 0;
		float: left;
		display: block;
		text-indent: -9000px;
		width: 79px;
		height: 28px;
		cursor: pointer;
		position: absolute;
		right: -2px;
	}
		#searchform input#searchsubmit:hover {
			background-position: 0 -275px;
		}
