/*  
Theme Name: Nubs
Theme URI: 
Description: 
Version: 1.0
Author: Nathan Glynn
Author URI: http://www.nathanglynn.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}

body{
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #f4f3db;
	color: #000000;
}

h1{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 24px;
    padding: 0 0 10px 0;
	color: #741a00;
}

a:link, a:visited{
	text-decoration: underline;
	color: #741a00;
}

a:hover{
	text-decoration: none;
}

p{
    padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#header{
	float: left;
	width: 990px;
	background: #d76900;
	padding: 10px 0 5px 10px;
}

#container{
	margin: 10px auto 0 auto;
	float: left;
	width: 744px;
	background: white;
	border-style: ridge;
	border-color: #a83e00;
}

.post{
    padding: 10px 10px 10px 10px;
}

.post h2{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 18px;
	color: #741a00;
}

h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #741a00;
}

.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;
}

.sidebar{
	float: left;
	width: 240px;
	background: #d76900;
	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 li h2{
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 14px;
}

.sidebar ul ul li{
    padding: 0;
    line-height: 18px;
}

table#wp-calendar{
    width: 100%;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 10px 0;
}

.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: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer p{
    line-height: 18px;
}
