/* Theme name: Brower Creek
Description: Theme for the Brower Creek website blog.
Version: 1.0
Author: Simple Aspen 
Author URI: www.simpleaspen.com

copyright protected 2009
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/blacktile2.jpg) repeat left top;
	color: black;
	text-align: center;
	}

#header {
	height: 380px;
	margin: 0;
	padding: 0;
	width: 800px;
	background:white url(images/bc_header.jpg) no-repeat left top;
	
	}
img { border: 0; }
#logo {
	height: 90px;
	width: 700px;
	}

#image1 {
	width: 400px;
	margin: auto;
	}
	
#tabwrap {
	font-size: 80%;
	margin: 208px 0 0 0;
	width: 800px;
	font-family: "Trebuchet MS";
	position: relative;
	}
	

/*/////////////////////////////////////////*/

/*button positioning*/

#home {
	height: 40px;
	width: 30px;
	position: absolute;
	left: 180px;
	top: 4px;
	}
#blog {
	height: 40px;
	width: 30px;
	position: absolute;
	left: 125px;
	top: 21px;
	}
#about {
	height: 40px;
	width: 30px;
	position: absolute;
	left: 70px;
	top: 40px;
	}
#contact {
	height: 40px;
	width: 30px;
	position: absolute;
	left: 15px;
	top: 62px;
	}
	
/*/////////////////////////////////////////*/	

#tabwrap a {
	
	list-style-type: none;
	padding: 0;
	}
#tabwrap a{
	text-decoration: none;
	}
#tabwrap a:link {
	color: black;
	}
#tabwrap a:visited {
	color: black;
	}
#tabwrap a:hover {
	color: #266679;
	text-decoration: underline;
	}
#tabwrap a:active {
	color: black;
	}	
ul {
	margin: 0;
	padding: 0;
	}
#wrap {
	width: 800px;
	margin: 0 auto 25px auto;
	text-align: left; /*re-aligns text within wrap to left alignment*/
	background: white;
	}
		
#container {
	margin: 30px 20px 0 20px;
	padding: 0;
	width: 450px;
	float: left;
	}
#container h2{
	margin: 0;
	padding: 0;
	width: 400px;
	height: 31px;
	font-size: 200%;
	color: black;
	background: url(images/titleaccent.gif) no-repeat right bottom;
	text-align: right;
	}
.entry{
	width: 450px;
	margin: 0;
	padding: 0;
	}
.postmetadata{
	font-size: 85%;
	color: #b5bbab;
	}
#container a {
	
	list-style-type: none;
	padding: 0;
	}
#container a{
	text-decoration: none;
	}
#container a:link {
	color: black;
	}
#container a:visited {
	color: black;
	}
#container a:hover {
	color: #266679;
	text-decoration: underline;
	}
#container a:active {
	color: black;
	}

.arrow_right a{
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bolder;
	}
#navigation {
	margin: 10px;
	display: inline;
	font-weight: bolder;
	}
.nav_one {
	margin: 0 10px;
	}
#sidebar {
	float: right;
	width: 244px;
	margin:0 -50px 0 0;
	padding: 0;
	color: black;
	position: relative
	
	}

#sidebarcontent {
	width: 244px;
	background: url(images/sidebarmid.gif) repeat left top;
	z-index: 1;
	}
#sidebar h3{
	margin: 0;
	padding: 0 3px;
	border-bottom: 1px solid #797979;
	text-align: center;
	background: url(images/sidebartop.gif) no-repeat left top;
	z-index: 2;
			}
#sidebarbottom {
	width: 244px;
	height: 24px;
	background: url(images/sidebarbottom.gif) no-repeat left top;
	z-index: 2;
	}
#sidebar li{
	list-style-type: none;
	margin: 0 20px;
	}

#sidebarcontent a {
	
	list-style-type: none;
	padding: 0;
	}
#sidebarcontent a{
	text-decoration: none;
	}
#sidebarcontent a:link {
	color: black;
	}
#sidebarcontent a:visited {
	color: black;
	}
#sidebarcontent a:hover {
	color: #266679;
	text-decoration: underline;
	}
#sidebarcontent a:active {
	color: black;
	}	
	
#sidebar h2 {
	font-size: 150%;
	color: black;
	margin: 15px 5px 10px 5px;
	padding: 0;
	}
h3 {
	clear: both;
	}
#footer {
	background: url(images/footertile2.jpg) no-repeat bottom left;
	padding: 0;
	clear: both;
	width: 800px;
	height: 58px;
	color: white;
	position: relative;
	}
#footer li{
	list-style-type: none;
	display: inline;
	}
#rss{
	height: 33px;
	width: 100px;
	position: absolute;
	bottom: 30px;
	left: 10px;
	}
#comment_rss{
	height: 33px;
	width: 132px;
	position: absolute;
	bottom: 30px;
	left: 120px;
	}
.copyright1{
	position: absolute;
	bottom: 0px;
	left: 10px;
	}
.copyright2{
	position: absolute;
	bottom: 0px;
	left: 250px;
	}	
#footer a {
	text-decoration: none;
	}
#footer a:link {
	color: white;
	}
#footer a:visited {
	color: white;
	}
#footer a:hover {
	color: yellow;
	}
#footer a:active {
	color: white;
	}
	
/*Comments*/
.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: 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;
}




