/* ============================== */
/*     Beezerfest Style Sheet     */
/* ============================== */

body {
	margin-top: 20px;
	padding: 0;
	background: #F8ECA9 url(../images/img01.gif) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #635821;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5E510E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h4 {
	text-transform: none;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #AB5B00;
}

a:visited {
	color: #AB5B00;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
	xtext-decoration: none;
	xcolor: #AB5B00;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.left50btm {
	float: left;
	margin: 7px 15px 50px 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

img.right0top {
	float: right;
	margin: 0px 0 0 15px;
}

img.rightmin10top {
	float: right;
	margin: -10px 0 0 15px;
}

img.right50top {
	float: right;
	margin: 50px 0 0 15px;
}

.bigger {
	font-size: 2em;
}

.smallest {
	font-size: 10px;
}

#photo {
	color: #666;
	font-size: 10px;
	text-align: center;
}

#photo img {
	border: 1px solid #CCC;
}

#photo.side {
	color: #635821;
}

#photo.side img {
	border: 1px solid #635821;
}


/* ============================== */
/*  FORMS                         */
/* ============================== */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0 0 5px 0; 
}

label {
	float: left; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
	text-align: right;
	margin: 0 0 2px 0;
	padding: 2px 5px 0 0; 
	width: 120px;
}

label.left {
	text-align: left;
}

label.error_left {
	color: red; 
	font-weight: bold; 
	text-align: left;
}

label.error_right {
	color: red; 
	font-weight: bold; 
	text-align: right;
}

#wrapper {
}

/* ============================== */
/*  HEADER                        */
/* ============================== */

#header {
	width: 816px;
	height: 108px;
	background: url(../images/img02.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	margin-left: 30px;
	padding-top: 50px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F2B870;
}

#logo a {
	text-decoration: none;
	color: #F2B870;
}

#search {
	margin: 20px 30px 0px 0;
	float: right;
}

/* ============================== */
/*  MENU                          */
/* ============================== */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 73px 30px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 5px;
	padding-top: 5px;
	background: url(../images/img07.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #857415;
}

#menu a:hover {
	background: url(../images/img06.jpg) no-repeat;
	text-decoration: underline;
}

#menu .active a {
	background: url(../images/img06.jpg) no-repeat;
}

/* ============================== */
/*  PAGE                          */
/* ============================== */

#page {
	width: 816px;
	margin: 0 auto;
	background: url(../images/img04.jpg) repeat-y left top;
}

#page .bgtop {
	background: url(../images/img03.jpg) no-repeat left top;
}

/* ============================== */
/*  CONTENT                       */
/* ============================== */

#content {
	float: right;
	width: 510px;
	padding: 30px 30px 0px 0px;
}

/* ============================== */
/*  POST                          */
/* ============================== */

.post {
	padding-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #AB5B00;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 0px 0 30px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.post .meta b {
	display: none;
}

/* ============================== */
/*  SIDEBAR                       */
/* ============================== */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 0px 0px 30px;
}

#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 10px;
}

#sidebar li ul {
	margin: 0 0 0px 0;
	list-style: none;
}

#sidebar li li {
	margin: -5px 0 0 10px;
	padding: 0px;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #F6D588;
	text-decoration: underline;
}

#sidebar li.facebook {
	margin-left: 33px;
	list-style-type: square;
	list-style-image: url("../images/facebook.gif");
}

/* ============================== */
/*  SEARCH                        */
/* ============================== */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
}

/* ============================== */
/*  BOXES                         */
/* ============================== */

.box1 {
	padding: 20px;
	background: url(../images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* ============================== */
/*  FOOTER                        */
/* ============================== */

#footer {
	width: 816px;
	height: 80px;
	min-height: 65px;
	background: url(../images/img05.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
	font-size: 10px;
	color: #5E510E;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* ============================== */
/*  POLLS                         */
/* ============================== */

#mysubmit {
	background: #C0C0C0;
	border: 1px solid #666;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 0 0px 0;
	padding: 2px 10px;
}	

#mysubmit a:hover {
	border: 1px solid #339900;
	color: #339900;
	text-decoration: underline;
}