@charset "utf-8";
/*
Theme Name: Bryanese
Theme URI: http://bryanese.com/
Description: Bryan's alpha stage theme
Version: 0.2
Author: Bryan Mackie
Author URI: http://bryanese.com/
*/

a:link {color: #9addb0; text-decoration: none; }
a:visited {color: #9addb0; text-decoration: none; }
a:hover {color: #cceed8; text-decoration: none; }  

a.footerlink:link {color: #000000; text-decoration: underline; }
a.footerlink:visited {color: #000000; text-decoration: underline; }
a.footerlink:hover {color: #000000; text-decoration: underline; }

body {
	text-align: center;
	min-width: 818px;
	font-family:Arial,Helvetica,sans-serif;
    text-color: #000000;
    background: #333030;
}

#header {
	margin:0 auto;
	width:818px;
	height:210px;
	text-align: left;
	background: #333030 url("images/header.png") no-repeat bottom center;
}

#navbar1 {
	width:0px;
	height:0px;
	text-align:left;
	position:relative;
	top:131px;
	left:180px;
}

#navbar2 {
	width:0px;
	height:0px;
	text-align:left;
	position:relative;
	top:102px;
	left:235px;
}

#navbar3 {
	width:0px;
	height:0px;
	text-align:left;
	position:relative;
	top:131px;
	left:290px;
}

#tagline {
	width:400px;
	height:30px;
	text-align:left;
	position:relative;
	top:50px;
	left:215px;
}

#container {
	margin:0 auto;
	width:818px;
	height:auto;
	min-height:1000px;
	text-align: left;
	background: url("images/container_background.png") repeat-y bottom center;
	background-color:#FFF;
}

#sidebar {
	width:200px;
	height:auto;
	float: right;
	padding:15px;
	text-align:left;
	font-size:15px;
}

#footer {
	margin:0 auto;
	width:818px;
	height:73px;
	text-align: left;
	background: #333030  url("images/footer.png")  no-repeat bottom center;
}

#posts {
	
	width:500px;
	padding:15px;
	text-align:left;
}
