body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #333;
	background: #dcdcdc;
}

#canvas {
	width: 750px;
	margin: 0 auto;
	border-left: 8px solid #a9a9a9;
	border-right: 8px solid #a9a9a9;
	background: #fff;
}

#container {
	width: 750px;
	margin: 0 auto;
}


#header {
	height: 110px;
}

#header div {
	position: relative;
	width: 750px;
	height: 108px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 2px solid #000;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 311px;
	height:  100px;
	margin: 8px 0 0 10px;
	background: url(/resources/images/backdrifter.jpg) no-repeat top left;
}

#header ul {
	float: right;
	margin: 88px 16px 0 0;
	list-style: none;
	font-size: 85%;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #000;
}

#header ul li a:hover {
	text-decoration: underline;
	color: #000;
}


#footer {
	clear: both;
}

#footer div {
	width: 750px;
	height: 70px;
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #000;
}

#footer p {
	float: left;
	margin: 0;
	padding: 27px 0 0 20px;
	font-size: 85%;
}

#footer h6 {
	float: right;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#footer h6 a {
	display: block;
	width: 183px;
	height:  40px;
	margin: 15px 20px 0 0;
	background: url(/resources/images/helixent.gif) no-repeat top left;
}


#content {
	float: left;
	width: 490px;
	margin: 0;
	padding: 0 20px 25px 20px;
}

h2 {
	margin: 25px 0 0 0;
	font-size: 125%;
}

h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
	color: #333;
	text-decoration: underline;
}

h3 {
	margin: 20px 0 0 0;
	font-size: 100%;
}

p {
	font-size: 95%;
	text-align: justify;
	line-height: 1.4em;
}

a, a:visited {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

a img {
	border: none;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}


#sidebar
{
	float: right;
	width: 190px;
	margin: 0;
	padding: 0 20px 25px 10px;
}

#sidebar p#synopsis {
	padding: 14px 0 0 0;
	font-size: 85%;
}

#sidebar p#subscribe {
	height:  16px;
	margin: 0 0 0 5px;
	padding: 0 0 6px 21px;
	font-size: 85%;
	background: url(/wp-content/themes/backdrifter/images/feed.gif) no-repeat top left;
}

#sidebar p#subscribe a, #sidebar p#subscribe a:hover {
	text-decoration: underline;
	color: #333;
}

#sidebar p#follow {
	height:  16px;
	margin: 0 0 0 5px;
	padding: 0 0 15px 21px;
	font-size: 85%;
	background: url(/wp-content/themes/backdrifter/images/twitter.gif) no-repeat top left;
}

#sidebar p#follow a, #sidebar p#follow a:hover {
	text-decoration: underline;
	color: #333;
}

#sidebar h5 {
	margin: 20px 0 5px 0;
	font-size: 100%;
	font-weight: bold;
}

#sidebar ol, #sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ol li, #sidebar ul li {
	margin: 1px 8px;
	padding: 0;
	font-size: 85%;
}

#sidebar ul li a {
	text-decoration: none;
	color: #666;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #666;
}
