@IMPORT url("sidebar.overview.css");
#Blog {
	margin: 40px 40px;
}

#Blog .post  {
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
#Blog .post + .post {
	padding-top: 40px;
}
#Blog a:link,
#Blog a:visited {
	color: #900101;
}
.typewriter {
	font-family: Georgia;
	font-size: 11px;
	color: #9a9a9a;
	text-transform: uppercase;
}
#Blog .typewriter span {
	padding-right: 6px;
}
#Blog .typewriter span + span {
	border-left: 1px solid #eeeeee;
	padding-left: 8px;
}

#Blog .navigation {
	text-align: right;
}
#Blog .navigation .alignleft {
	margin-left: auto;
}
#Blog .navigation .alignright {
	margin-left: auto;
}

#Blog h1{
	color: #666666;
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
}
#Blog h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

#Blog .content {
	color: #666666;
}
#Blog .content p {
	line-height: 150%;
	font-size: 12px;
}
#Blog .foot {
	padding-top: 20px;
	clear: both;
}

#Blog .box {
	background-color: #f6f6f6;
	border: 1px solid #ededed;
	padding: 10px;
	
	color: #9a9a9a;
}

#Blog .box + .box {
	margin-top: 1px;
}

#Blog .box label {
	display: block;
}

#Blog .box textarea,
#Blog .box input {
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;

	color: #666666;
}
#Blog .box textarea {
	width: 550px;
}
#Blog .box input {
	width: 50%;
}

#Blog a.button,a.comment {
	diplay: block;
	margin-left: auto;
	width: 134px;
	height: 18px;
	background: transparent url("../images/buttons/button_comment_out.gif") no-repeat top left;
}
#Blog a.button:hover,a.comment:hover {
	background: transparent url("../images/buttons/button_comment_over.gif") no-repeat top left;
}
#Blog .comment {
	color: #666666;
}

#Blog .navigation {
	overflow:hidden;
}


#Blog .navigationBottom {
	margin-top: 1.5em;
	font-weight: bold;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}


