/*  
Theme Name: Big Huge Blog
Theme URI: http://bighugelabs.com/blog
Description: 
Version: 1.0
Author: John Watson
Author URI: http://watson-net.com/
*/

body {
	font-family: arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: arial, sans-serif;
	color: #39c;
}

a {
	color: #3af;
}

a:visited {
	color: #369;
}

hr {
	display: none;
}

img {
	border: 0;
}

#page, #pagetop, #pagebottom {
	margin: 0 auto 0 auto;
	width: 970px;
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	background: url(/img/ui/wrapbg.png) center top repeat-y;
}

#pagetop {
	font-size: 5px;
	height: 1px;
	background: url(/img/ui/wraptop.png) center top no-repeat;
}

#pagebottom {
	font-size: 5px;
	background: url(/img/ui/wrapbottom.png) center top no-repeat;
}

#content {
	width: 620px;
	float: left;
}

.post {
	clear: both;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.post h2 {
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #39f;
}

.post h2 a {
	text-decoration: none;
	color: #39f;
}

.post .entry {
	margin: 0;
	padding: 0;
}

.postdate {
	padding: 0;
	margin: 0 0 10px 0;
	color: #999;
	font-size: 80%;
}

.entry {
	font-size: 90%;
	line-height: 1.3em;
}

.postmetadata {
	padding: 5px 0 0 0;
	margin: 0;
	color: #777;
	border-top: 1px dashed #ccc;
	font-size: 85%;
	clear: both;
}

.postmetadata a {
	color: #777;
}

.postmetadata.alt {
}

#sidebar {
	float: left;
	width: 300px;
	margin: 0 0 0 50px;
}

#sidebar li {
	margin: 0;
	padding: 0 0 2px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#header {
	margin: 0 0 50px 0;
	height: 90px;
}

#topnav {
	padding: 5px;
	background-color: #39f;
	text-align: left;
	border-bottom: 2px solid #28e;
}

#topnav a {
	color: #fff;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
}

#logo {
	float: left;
	margin-right: 10px;
}

#tagline {
	padding: 20px;
	text-align: center;
	font-size: 120%;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	background-color: #ffe;
	border-top: 2px solid #eed;
	border-bottom: 2px solid #eed;
	width: 688px;
	min-height: 50px;
	float: right;
}

#footer {
	clear: both;
}

.navigation {
	clear: both;
	padding: 0 0 10px 0;
	font-size: 75%;
}

.aligncenter, .center {
	text-align: center
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

#s, #subscribeemail {
	width: 200px;
	border: 1px solid #ccc;
	padding: 5px;
}

.clear {
	clear: both;
}

#copyright {
	color: #777;
	font-size: 70%;
}

.credit {
	color: #777;
	font-size: 70%;
}

#comment {
	width: 500px;
}

.commentlist {
	clear: both;
}

.commentlist li {
	padding: 5px 7px 2px 7px;
	margin: 0 0 10px 0;
}

.commentlist .alt {
	background-color: #f9f9f9;
	border: 1px solid #f3f3f3;
}

.commentlist .bypostauthor {
	background-color: #ffe;
	border: 2px solid #eee;
}

.commentlist .avatar {
	float: left;
	padding: 0 5px 5px 0;
}

.commentlist .children {
	list-style: none;
}

#nav {
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	text-align: right;
	z-index: 999;
	font-size: 80%;
	width: 950px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#subnav {
	position: absolute;
	top: 80px;
	left: 10px;
	color: #fff;
	z-index: 999;
	font-size: 80%;
	width: 960px;
	text-align: left;
}

#subnav a {
	color: #fff;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

#tag_cloud {
	line-height: 30px;
}

#tag_cloud a {
	padding: 0 10px 0 0;
}

