/*  
Theme Name: Briz-Blog
Theme URI: http://www.nickbriz.com
Description: thoughts...
Version: 1.0
Author: Nick Briz
Author URI: http://www.nickbriz.com

*/


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 0;
	font-color: #ff00ff;
	font-weight: bold;
}

.post{
	padding: 10px 0 10px 0;
}


.post h2{
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 18px;
}


.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

body{
	margin: 0;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #292929;
	color: #ffffff;
}


a:link, a:visited{
	text-decoration: none;
	color: #ff00ff;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}


.head {
	text-align: left;
	width: 9000px;
	background-image:url('bg.gif');

}

#container{
	float: left;
	width: 500px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #444446;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Helvetica;
	font-size: 12px;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding-top: 10px;
}

#footer p{
	line-height: 18px;
}



