/* Quirkey.css */
body {
	font-family: Georgia, Times, serif;
	background: #FFF;
	margin: 0px;
	font-size: 14px;
	color: #333;
}
h1, h2, h3 { 
	font-weight:normal;
}
h1 {
	font-size:36px;
}
h2 {
	margin: 10px 0px;
	font-size: 22px;
}
a:link, a:visited {
	color:#3C6A8F;
	text-decoration: underline;
}
a:hover {
	color:#333;
	text-decoration: underline;
}
a img {
	border:none;
}
#container {
	width: 100%;
}
#header_holder {
	text-align:center;
	border-bottom: 1px solid #E5E5E5;
}
#header {
	margin: 0px auto;
	width: 986px;
	text-align:left;
	position:relative;
	background:#FFF;
}
#logo {
	position: absolute;
	top: -118px;
	z-index: 100;
	cursor: pointer;
}
#header h1 {
	color:#797979;
	padding: 0px;
	margin: 0px 0px 10px 250px;
}
#header h1 a {
	text-decoration: none;
}
#quirkey_nav h1 {
	font-size:30px;
	color: #999;
}
#quirkey_nav h1 a {
	width: 100px;
}
#header h1 span.description {
	font-size: 12px;
	margin-left: 5px;
}
#header h1 span.description strong {
	font-weight:normal;
	color: #333;
}
.quirkey_nav_close {
	height: 10px;
}
.quirkey_nav_close a {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	text-decoration: none;
	color: #666;
	display:block;
	height: 10px;
	font-size: 11px;
}
.quirkey_nav_close a:hover {
	background:#F4F4F4;
}
#footer {
	border-top: 1px solid #E5E5E5;
	text-align:center;
	padding: 10px;
	font-size: 11px;
	color: #444;
}
#footer .quirkey_links {
	font-size: 14px;
}
#footer .quirkey_links span {
	padding: 0px 5px;
	color: #999;
}
#main {
	width: 986px;
	position: relative;
	margin: 50px auto 20px auto;
}

#content {
	float:left;
	width: 540px;
	padding: 0px 20px;
	margin-right: 40px;
}
.post {
	line-height: 180%;
}
.post h2 {
	font-size: 26px;
}
.post h3 {
	color: #000;
}
.post h2 a {
	color: #556273;
	text-decoration:none;
}
.post h2 a:hover {
	color: #333;
}
.post .entry {
	font-size: 15px;
}
.postmetadata {
	font-size: 12px;
	color: #666;
}
.postmetadata.single {
	padding: 15px 0px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.post strong {
	color:#000;
	font-weight:normal;
}
.post strong a {
	color:#000;
	font-weight:normal;
}
#sidebar {
	width: 340px;
	float:left;
}
#sidebar h3 {
	font-size: 20px;
	padding:0px;
	margin:10px 0px 5px;
	color: #929292;
}
#sidebar h3 a {
	text-decoration: none;
}
#sidebar h3 img {
	vertical-align: text-top;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#sidebar ul li {
color: #6D6D6D;
padding: 5px;
}
#sidebar a {
	text-decoration:none;
}
#bottom_holder {
	background:#F4F4F4;
	border-top: 1px solid #E5E5E5;
}
#bottom {
	width: 986px;
	position: relative;
	margin: 0px auto;
}
.bottom_section {
	width: 310px;
	padding: 0px 0px 20px 10px;
	
	float:left;
}
.bottom_section h3 {
	font-size: 18px;
	color: #575757;
}
.bottom_section h3 a {
	color: #444;
}
.bottom_section ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	font-family: Helvetica, Arial, sans-serif;
}
.bottom_section ul li {
	padding: 4px;
	float:left;
	color:#9B9B9B;
}
.bottom_section a {
	text-decoration:none;
}
p.tagline {
	color:#333;
	padding-top: 5px;
	font-size:16px;
	width: 220px;
}
.tagline strong {
	font-size:110%;
	font-weight:normal;
	color:#333374;
}
strong.a_lt {
	color:#445874;
}
#comments h3 {
	color:#666;
	margin-top: 40px;
}
#comments input, #comments textarea {
	width: 540px;
}
#comments .comment {
  border-top: 1px solid #E5E5E5;
  line-height: 140%;
  padding: 0px 0px 15px 0px;
  font-size: 14px;
}
#comments .comment p {
  padding: 5px;
}
.commentmetadata {
  color: #666;
}
.commentauthor {
  border-top: 1px solid #CCC;
  background: #E5E5E5;
  padding: 0px;
  margin-bottom: 10px;
}
.commentavatar {
  float: left;
  padding: 5px;
}
.navigation {
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
}
.navigation a {
	text-decoration:none;
}
.navigation .prev, .navigation .next {
	width: 250px;
	float:left;
	padding: 10px;
	color: #999;
}
.navigation .prev {
	text-align:left;
}
.navigation .next {
	text-align:right;
}
ul.archive {
	list-style-type:none;
	margin: 0px;
	padding: 0px;	
}
ul.archive li {
	font-size: 16px;
	padding: 0px 0px 20px;
	color: #999;
}
ul.archive li a {
	text-decoration:none;
}

#sidebar .blogroll li {
  float:left;
}
