/*
	Qwick Reviews
	by Garrett Murray
	garrett@maniacalrage.net
*/

html { -webkit-text-size-adjust: none; }

body {
	background-color: #e5e5e5;
	color: #353535;
	font: 14px/20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-shadow: #f2f2f2 1px 1px 1px;
}

#box {
	margin: 0 auto;
	width: 600px;
}

#wrapper {
	margin: 40px 0;	
}

#logo {
	float: left;
	margin: -5px 20px 10px 0;
}

h1 {
	font-size: 18px;
}

h1 span {
	font-weight: normal;
	color: #838383;
	font-size: 16px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #838383;
}

h3 a img {
	margin-right: 6px;
	vertical-align: bottom;
}

.slash {
	font-size: 14px;
	color: #9f9f9f;
}

a {
	font-size: 14px;
	text-decoration: none;
	color: #007faf;
}

a:hover, a:active {
	color: #000;
}

.about, h4 span a, h3 a span {
	border-bottom: 1px solid #649aaf;
}

a.about:hover, a.about:active, h4 span a:hover, h4 span a:active, h3 a:hover span, h3 a:active span {
	border-bottom: 1px solid #000;
}

#recently {
	clear: both;
	margin-top: 30px;
}

.item {
	width: 100%;
	margin-bottom: 30px;
	clear: both;
	float: left;
}

.item .meta, .item .content {
	float: left;
}

.item .meta {
	width: 100px;
	color: #838383;
}

h4 {
	font-size: 18px;
	background-color: #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 7px;
	color: #474747;
}

h4 {
	float: left;
	clear: both;
	width: 590px;
}

h4 span {
	width: 50%;
	float: left;
}

h4 span a {
	text-align: right;
	float: right;
	font-size: 12px;
	line-height: 14px;
	margin-top: 3px;
}

.meta h5, .meta h6 {
	font-size: 30px;
	margin: 0;
}

.meta h6 {
	font-size: 11px;
	font-weight: normal;
}

.comment {
	width: 80%;
	display: block;
	text-indent: -10000px;
	background: url(../images/comment.png) no-repeat left center;
}

#copyright {
	font-size: 11px;
	color: #9d9d9d;
	text-align: center;
	clear: both;
}

img {
	border: 0;
}

















