/*  
Theme Name: Boulder Journey School Theme
Theme URI:
Description: This is the custom theme I designed for Boulder Journey School.
Version: 0.1 HCoL Version
Author: Sam Hall
Author URI: http://www.boulderjourneyschool.com/

*/



body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	vertical-align: top;
	color: #000000;
text-align: center;
}

h1{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
	
}

a:link{

	text-decoration: underline;
	color: #996600;
}
 
a:visited{
	text-decoration: underline;
	color: #996600;
}

a:hover{
	text-decoration: underline;
	color: #996600;
}

p{
	margin: 0;
	padding: 10px 0 0 0;
text-align: left;
}

#wrapper{
	margin: 0 auto 0 auto;
	float: center;
	width: 750px;
	
}

#body-wrap{
	float: left;
	margin: 30px auto 0 auto;
	width: 750px;
	background-color: #D6D3AD;	
	background-repeat: repeat-y;
	background-position: center;
	
}

#content-wrap{
	float: left;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #D6D3AD;	background-repeat: repeat;
	background-position: 0px 0px;
	}

#header{
	float: left;
	width: 750px;
	text-align:center;
}

#container{
	float: left;
	width: 490px;
	padding: 0 15px 0 15px;
	
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 18px;	
}

.entry{
	line-height: 20px;
}

p.postmetadata{
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0 0;
text-align: center;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 210px;
	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: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	
	
}

#footer p{
	background-color: #D6D3AD;	background-repeat: repeat-y;
	background-position: center;
	line-height: 18px;
text-align: center;
}

.comments-template{
	text-align:center;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px 0;
	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: Georgia, 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;
}

