﻿/*  
Theme Name: Beyond
Theme URI: http://www.bennettwebcompany.com
Description: Bennett Web & Design Company's BLOG Theme
Version: 1.0.0
Author: Bennett Web and Design Company
Author URI: http://www.bennettwebcompany.com
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('images/bg.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	margin: 0;
	padding: 0;
	background: url('images/bulletin board.png') no-repeat top;
	border: 0;
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	min-height: 600px;
}
#sidebar {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 150px;
	left: 120px;
	top: 315px;
	font-weight: bold;
	font-size: .95em;
	line-height: 15px;
}
#content,#content-top, #content-middle, #content-bottom  {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	width: 488px;
} 
#content {
	margin-top: 80px;
	margin-right: 70px;
}
#content-top {
	background: url('images/paper-top.png') no-repeat;
	height: 135px;
}
#content-middle {
	padding: 0 35px 0 30px;
	background: url('images/paper-middle.png') repeat-y;
	width: 423px;
}
#content-bottom {
	background: url('images/paper-bottom.png') no-repeat;
	height: 50px;
	padding: 5px 35px 0 30px;
	width: 423px;
	font-size: .8em;
}

/* Sidebar Styles */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	text-decoration: none;
	display: block;
	padding: 2px;
	color: #000000;
}
#sidebar a:hover {
	text-decoration: none;
	color: #8F8E09;
}
#sidebar h2 {
	margin: 3px 0 3px 0;
	font-size: 1.2em;
	display: block;
	border-bottom: 1px #4F4F47 dotted;
	color: #4F4F47;
}
#sidebar .h1 {
	border-bottom: 1px #4F4F47 dotted;
	color: #4F4F47;

}
/* Content Styles */
h1,h2,h3,h4,h5,h6 {
	color: #818A80;
}
h1{
	color: #8F8E09;
	font-size: 1.8em;
}
h2{
	color: #8F8E09;
	font-size: 1.5em;
}
h3{
	color: #8F8E09;
}

#content img {
	padding: 5px;
	border: 1px #4F4F47 solid;
}
a {
	color: #7C7C07;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#watch {
	margin: 50px 0 0 750px;
	position: absolute;
}