*{margin: 0; padding: 0;}

html{overflow-y: scroll; margin-bottom: 80px;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: rgb(131,145,153);
}

#page{
	width: 724px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#sidebar{
	float: left;
	width: 187px;
	height: 155px;
	margin-top: 55px;
}

#sidebar ul{
	list-style-type: none;
	line-height: 15px;
	letter-spacing: 1px;
	margin-top: 3px;
	font-size: 10px;
}

#sidebar ul a{color: rgb(131,145,153);}

#sidebar ul a:hover{color: rgb(255,255,255);}

#sidebar ul.secondaryNav{margin-left: 7px;}

#content, #footer, .post{
	width: 550px;
	float: left;
}

#header{
	width: 724px;
	height: 82px;
	margin: 36px auto 0 auto;	
}

#topNav{
	float: left;
	width: 561px;
	height: 82px;
}

#topNav ul{
	list-style-type: none;
	line-height: 15px;
	letter-spacing: 1px;
	font-size: 10px;	
}

#topNav ul a{color: rgb(131,145,153); font-weight: bold; text-transform: uppercase;}

#topNav ul a:hover{color: rgb(255,255,255);}

#topLogo{
	float: right;
	width: 163px;
	height: 82px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	top: 137px;
	left: 187px;
	color: #fff;
	width: 550px;
}

.entry p{
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-top:15px;
	margin-bottom:15px;
	color: #ADBCC5;
	margin-bottom: 6px;
}

.entry img{margin-top: 14px;}

.post h2, .date, .post h3{font-size: 20px; color: #fff; font-weight: normal;}

ul{padding-left: 0px; margin-left; 0px;}

.post h2, .post h3{margin-bottom: 8px;}

.post{
	width: 550px;
	background: url('images/dot.gif') repeat-x bottom left;	padding-bottom: 37px;
	margin-bottom: 23px;
}

.post ul, .post ol{color: rgb(131,145,153); padding: 0px 0 8px 30px; font-size: 12px;}

.post blockquote{padding-left: 30px; width: 450px;}

.post blockquote p{padding-left: 30px; width: 450px;}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 3px 0px 3px 0px; font-size: 12px;
	margin:3px;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	padding-top:10px;
	margin:3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

textarea {
	width: 550px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin:25px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
.postmetadata {
	margin-top:7px;
	color: #ADBCC5;
	font-style:italic;
	line-height: 16px;
	font-size:10px;
	}
	
	
.tags {
	background: url('images/dot.gif') repeat-x top left;	padding-top: 37px;
	margin-top:15px;
	color: #ADBCC5;
	font-style:bold;
	font-size:16px;
	}