/*
Theme Name: Crisp and Sweet
Theme URI: http://grimsb.com
Description: Grimsb theme for Fall '08.
Version: 1.0
Author: Lauren Galliford
Author URI: http://grimsb.com
Tags: apples, fixed width, green, red, bee
*/

* {
margin: 0;
padding: 0;
}

a, abbr {
color: #000000;
text-decoration: none;
border-bottom: none;
}

.alignleft {
text-align: left;
}

.alignright {
text-align: right;
}

.aligncenter {
text-align: center;
}

.hidden {
display: none;
}

html, body {
background: #A8D95F url(images/bg.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

div#container {
min-width: 950px;
width: 950px;
margin: 0 auto;
text-align: left;
}

div#content {
width: 650px;
text-align: left;
padding: 0px 5px;
float: left;
background: #ffffff url(images/col.gif);
}

	div#content div#header{
	background: #ffffff url(images/header.jpg) no-repeat top left;
	display: block;
	width: 650px;
	height: 180px;
	}

	div#content div#footer{
	background: #ffffff url(images/footer.jpg) no-repeat top left;
	border-bottom: 1px solid #666666;
	width: 650px;
	height: 125px;
	margin-top: 50px;
	}

		div#content div#header h1 span, div#content div#footer p{
		display: none;
		}

	div#content div.post {
	margin: 0px 20px;
	font-size: 12px;
	}

		div#content div.post h2 {
		font-size: 24px;
		font-weight: normal;
		margin: 40px 20px 0px 20px;
		border-bottom: 1px solid #cccccc;
		color: #333333;
		}

			div#content div.post h2 a {
			color: #333333;
			}

		div#content div.post div.date {
		margin: 0px 20px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 11px;
		color: #666666;
		}

		div#content div.post p {
		margin: 10px 35px;
		line-height: 20px;
		}

			div#content div.post p a {
			border-bottom: 1px solid #cce89e;
			}

			div#content div.post p a:hover {
			background: #eeeeee;
			color: #000000;
			}

		div#content div.post div.metadata {
		margin: 20px 20px 0px 20px;
		text-align: right;
		font-size: 11px;
		color: #666666;
		}

			div#content div.post div.metadata a {
			color: #666666;
			}

	div#content div.navigation {
	font-size: 13px;
	margin: 20px 40px;
	}

	div#content div.comments {
	margin: 100px 40px 40px 40px;
	background: url(images/commentbg.jpg);
	border: 1px solid #cccccc;
	border-top: none;
	font-size: 11px;
	}

		div#content div.comments h3 {
		padding: 0px 0px 0px 20px;
		background: url(images/glossygreenbg.jpg);
		border-bottom: 1px solid #999999;
		border-top: 1px solid #cccccc;
		font-size: 14px;
		font-weight: normal;
		height: 25px;
		line-height: 25px;
		color: #333333;
		}

		div#content div.comments div.comment {
		margin: 15px 20px;
		padding-bottom: 10px;
		background: url(images/commentbg1.jpg);
		border-bottom: 1px solid #aaaaaa;
		border-top: 1px solid #aaaaaa;
		}

			div#content div.comments div.comment div.avatar {
			float: left;
			margin: 10px 10px 0px 10px;
			padding: 0px 0px;
			height: 64px;
			width: 64px;
			background: url(images/avatar.jpg);
			border: 1px solid #aaaaaa;
			}

			div#content div.comments div.comment div.author {
			border-bottom: 1px solid #eeeeee;
			font-size: 14px;
			color: #b12e34;
			margin: 10px 10px 0px 10px;
			}

				div#content div.comments div.comment div.author a {
				color: #b12e34;
				}

			div#content div.comments div.comment div.commenttext {
			margin: 5px 20px;
			}

			div#content div.comments div.comment div.commentmetadata {
			text-align: right;
			font-size: 10px;
			margin: 10px 10px 5px 10px;
			color: #999999;
			}

				div#content div.comments div.comment div.commentmetadata a {
				color: #999999;
				}

			div#content div.comments form{
			width: 500px;
			margin: 20px auto;
			}

				div#content div.comments form p {
				margin: 20px;
				}

				div#content div.comments form textarea, div#content div.comments form input {
				margin: 5px 0px;
				border: 1px solid #cccccc;
				width: 300px;
				background: url(images/commentbg1.jpg);
				float: right;
				}

				div#content div.comments form textarea {
				width: 500px;
				height: 300px;
				}

				div#content div.comments form label {
				float: left;
				width: 100px;
				margin: 5px 0px;
				}

div#sidebar {
width: 278px;
margin: 50px 0px;
border: 1px solid #87bc44;
background: #e0ff92;
float: right;
padding: 30px 0px;
text-align: center;
font-size: 11px;
}

	div#sidebar h4 {
	margin: 30px 0px 10px 0px;
	padding-left: 30px;
	text-align: left;
	color: #333333;
	border-bottom: 1px solid #87bc44;
	background: url(images/sidebullet.jpg) no-repeat 7px 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	}

	div#sidebar ul {
	color: #87bc44;
	text-align: left;
	margin: 10px 10px;
	list-style-type: none;
	line-height: 15px;
	}

		div#sidebar ul li {
		color: #000000;
		padding: 0px 20px;
		margin: 10px 0px;
		}

			div#sidebar ul.twitter li.twitter-item {
			margin: 15px 0px;
			}

				div#sidebar ul.twitter li.twitter-item span.twitter-timestamp {
				display: block;
				text-align: right;
				font-size: 9px;
				}