body {
	background-color: #e6e6e6;
	font-family: 'Lucida Grande', Arial, sans-serif;
	}

div.span-12 {
	/* unbelievable hack */
	min-height: 600px;
	}
	
a {
	color: #2fa3c1;
	}
a:hover {
	color: #999999;
	text-decoration: none;
	}

.container {
	width: 710px;
	margin: 20px;
	padding: 36px 40px;
	background-color: white;
	}

h1 {
	margin-bottom: 2em;
	}
h1 a {
	display: block;
	width: 195px;
	height: 29px;
	text-indent: -5000em;
	background: url('../images/logo.gif') no-repeat;
	}
h2, h3 {
	border-bottom: 1px solid #999999;
	}
h2 {
	color: #1492CC;
	line-height: 1;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 8px;
	}
h2.sIFR-replaced {
	padding-bottom: 0;
	}
h2 a {
	text-decoration: none;
	}
#sidebar h3 {
	color: #999999;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 7px;
	}
#sidebar h3.sIFR-replaced {
	padding-bottom: 0;
	}
h3#about {
	margin-top: 7px;
	}

div.post,
div#comments,
div#comment_form {
	margin-bottom: 6em;
	}
	div.post div.meta p,
	div.post div.meta p a {
	 	color: #999999;
		font-style: italic;
		}
	div.post h3 {
		color: #999999;
		font-size: 1.2em;
		border-bottom: none;
		}
	div.post .notice {
		padding: .8em;
		margin-bottom: 1em;
		border: 2px solid #ddd;
		background:	#FFF6BF;
		color: #514721 !important;
		border-color:	#FFD324;
		}
            
div#comments {
	
	}
	div#comments p.join {
		padding-bottom: 2em;
		border-bottom: 1px solid #CCCCCC;
		}
	div#comments div.row {

		}
		div#comments div.comment {
			min-height: 100px;
			padding-top: 1em;
			border-bottom:1px solid #CCCCCC;
			}
		div#comments div.admin_comment {
			background-color: #FFFFCC;
			}
			div#comments div.comment blockquote {
				position: relative;
				margin: 0;
				padding: 10px 140px 10px 140px;
				}
				div#comments div.comment blockquote p {
					color: #444;
					font-style: normal;
					}
				div#comments div.comment blockquote p.comment_author {
					position: relative;
					float: left;
					top: 0;
					left: -135px;
					width: 115px;					
					color: #444444;
					font-weight: bold;
					margin: 0 -115px 1.3em 0;
					} 
					div#comments div.comment blockquote p.comment_author span.date {
						font-weight: normal;
						}
				div#comments div.comment blockquote img {
					position: relative;
					float: right; 
					top: 0;					
					right: -120px;
					width: 70px;
					margin: 0 0 1.3em -120px;
					}

div#comment_form fieldset {
	padding: 0;
	border: none;
	}

#sidebar {
	position: absolute;
	float: none;
	top: 156px;
	margin-left: 520px;
	}
	#sidebar p.about {
		margin-bottom: 1em;
		}
	
#search {
	background: white;
	}
	#search fieldset {
		padding: 0;
		border: none;
		margin-bottom: 2em;
		}
	#search input {
		border: 0;
		width: 162px;
		height: 20px;
		color: black;
		vertical-align: middle;
		background-color: #e6e6e6;
		}
	#search button {
		display: inline;
		width: 22px;
		height: 20px;
		border: none;
		padding: 0;
		cursor: pointer;
		background: white;
		vertical-align: middle;
		}
		
#sidebar ul {
	margin: 0 0 1.5em 0;
	list-style-type: none;
	} 
	
.navigation .alignleft {
	float: left;

	}
.navigation .alignright {
	float: right;
	}
		
#footer {
	margin-top: 6em;
	padding-top: 1em;
	border-top: 1px solid #999999;
	}
	#footer ul {
		float: right;
		margin: 0;
		list-style-type: none;
		}
		#footer ul li {
			display: inline;
			padding-right: 10px;
			}
			#footer ul li.last {
				padding-right: 0;
				}