/*
Theme Name: Drummers
Theme URI: http://voyageurweb.com
Description: Custom Theme
Version: 1/15/2010
Author: Bryce @ Vweb
Author URI: http://voyageurweb.com
Tags: clean, basic
*/

/********************************************************************/
/*         Base Structure Style Sheet Edited 01.18.2010 BDM         */
/*           This sheet is designed for use in WordPress            */
/********************************************************************/


body, h3, ol, ul, li, a, .header, .footer, .navbar { margin: 0; padding: 0; } /* clear padding/margin browser defaults */

body { /* default fonts, and colors  */
	color: #5c5c5d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/wp-content/themes/drummers/images/bg.jpg) top left repeat-x #eaeecd;
}
body#tinymce { /* set this to match what the real main content area should look like for the visual editor */
	background: #fbfce8;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c5c5d;
	font-size: 13px;
}
.pagetitle { /* page titles used in the main content area - may be same as h1 */
	color: #51381e;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #51381e;
}
h2.entrytitle a, h2.entrytitle a:visited, h2.entrytitle a:active {
	color: #51381e;
	text-decoration: none;
}
h2.entrytitle a:hover {
	color: #8ea076;
	text-decoration: none;
}
.searchbar { /* searchbar wrapper properties for width and height of searchbox  */
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 950px;
}
#header { /* header area */
	width: 950px;
	height: 201px;
	background: url(/wp-content/themes/drummers/images/bg-header.jpg) top left no-repeat;
	position: relative;
}
#header h1, #header p {
	visibility: hidden;
	margin: 0;
}
#header .logo {
	width: 329px;
	height: 201px;
	position: absolute;
	top: 0;
	left: 0;
}
#header #headerPicture {
	width: 621px;
	height: 197px;
	position: absolute;
	top: 0;
	right: 0;
}
#header #topNav {
	position: absolute;
	bottom: -7px;
	left: 323px;
	width: 640px;
}
#header #topNav ul {
	float: left;
}
#header #topNav ul li {
	list-style-type: none;
	display: inline;
	width: 134px;
	height: 22px;
	margin-right: 17px;
}
#header #topNav ul li a,
#header #topNav ul li a:visited,
#header #topNav ul li a:active {
	background: url(/wp-content/themes/drummers/images/button_134.png) top left no-repeat;
	display: inline-block;
	width: 134px;
	height: 20px;
	padding-top: 2px;
	color: #fbfce8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #000 2px 2px 2px;
}
#header #topNav ul li a:hover {
	color: #a8b78f;
	text-decoration: none;
}
#header #topNav form {
	background: url(/wp-content/themes/drummers/images/button_174.png) top left no-repeat;
	width: 164px;
	height: 20px;
	padding: 2px 5px 0 5px;
	float: left;
	text-align: right;
}
/*#header #topNav form input {
	height: 7px;
}*/
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
	background: #fbfce8;
	border-left: 1px solid #7a8d64;
	border-right: 1px solid #7a8d64;
}
.sidebar {
	width: 170px;
	float: left;
	position: relative;
	padding-bottom: 50px;
}
.sidebar .share {
	text-align: center;
	width: 170px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.sidebar .share img {
	vertical-align: middle;
}
.sidebar ul li.widget {
	list-style-type: none;
}
.widget {
	font-size: 12px;
	color: #51381e;
	padding: 50px 10px;
	text-align: center;
}
h2.widgettitle {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	border-bottom: none;
}
#content { /* main content area*/
	width: 738px;
	padding: 25px 20px;
	float: left;
}

a { /* link properties */
	color: #8ea076;
	text-decoration: underline;
}
a:visited { /* visited link properties */
	color: #8ea076;
	text-decoration: underline;
}
a:hover { /* hover link properties */
	color: #51381e;
	text-decoration: none;
}
a:active { /* active link properties */
	color: #8ea076;
	text-decoration: underline;
}
.alternatelink { /*alternate to the standard a tag*/
}
a.alternatelink:link { /*alternate to the standard a tag*/
}
a.alternatelink:visited { /*alternate to the standard a tag*/
}
a.alternatelink:hover { /*alternate to the standard a tag*/
}
a.alternatelink:active { /*alternate to the standard a tag*/
}
a img { border: 0px; }

.clear { /* Must stay to work with height attribute in .content-wrap - div is right before closing tag in source */
	height: 1px;
	clear: both;
}
#footer{ /* footer area */
	clear:both;
	background: url(/wp-content/themes/drummers/images/bg_footer.jpg) top left repeat-x #fbfce8;
	border-left: 1px solid #7a8d64;
	border-right: 1px solid #7a8d64;
	padding: 20px 25px 25px 25px;
	color: #51381e;
	font-size: 12px;
	font-weight: bold;
}
.contactinfo {  /* contact information area */
	float: left;
}
.weaver{ /* VoyageurWeb weaver link */
	float: right;
}
#footer a {
	color: #51381e;
	text-decoration: none;
}
#footer a:hover {
	color: #51381e;
	text-decoration: underline;
}

h1 {
}
h2 {
	color: #51381e;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #51381e;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 25px;
}



/**********************************************/
/*     Programming Styles Listed Below        */
/*      Used with forms and databases         */
/**********************************************/

.error{ /* error messages */
	color: #FF0000;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #999966;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #FF0000;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}

/* *** blog styles *** */

textarea#comment {
	width: 100%;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	width: 170px;
	position: relative;
	margin: 0;
	font-size: 11px;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fbfce8;
	width: 150px;
	height: 22px;
	padding: 3px 10px 0 10px;
	text-align: left;
	background: url(/wp-content/themes/drummers/images/bg-nav.jpg) top left repeat-x;
	font-size: 14px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li {
	float: left;
	margin-right: 1px;
	\position: relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #dce2bf;
	background: url(/wp-content/themes/drummers/images/bg-nav-hover.jpg) top left repeat-x;
}


/*  ***The following CSS applies to flyouts within the nav*** 

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 105px;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background: #dfc184;
	color: #000;
}
.menu ul li:hover ul li:hover a.hide {
	width: 150px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: #b3ab79;
	color: #000;
	width: 150px;
}
.menu ul li:hover ul li a:hover {
	background: #dfc184;
	color: #000;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a {
	display: block;
	width: 200px;
	background: #dfc184;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background: #bd8d5e;
	color: #fff;
}
*/



/*****************************************************/
/*       Client Requested Styles Listed Below        */
/*           styles placed by the editor             */
/*****************************************************/

.sub-heading_1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #7c8f66;
}
.sub-heading_2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #573e22;
}
.sub-heading_3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #5c5c5d;
}
.sub-heading_4 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #ce7a5b;
}
.sub-heading_5 {
	font-size: 14px;
	font-weight: bold;
	color: #7c8f66;
}
.sub-heading_6 {
	font-size: 14px;
	font-weight: bold;
	color: #573e22;
}
.sub-heading_7 {
	font-size: 14px;
	font-weight: bold;
	color: #5c5c5d;
}
.sub-heading_8 {
	font-size: 14px;
	font-weight: bold;
	color: #ce7a5b;
}
.sub-heading_9 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7c8f66;
}
.sub-heading_10 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #573e22;
}
.sub-heading_11 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5c5c5d;
}
.sub-heading_12 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ce7a5b;
}
.sub-heading_13 {
	font-size: 14px;
	font-style: italic;
	color: #7c8f66;
}
.sub-heading_14 {
	font-size: 14px;
	font-style: italic;
	color: #573e22;
}
.sub-heading_15 {
	font-size: 14px;
	font-style: italic;
	color: #5c5c5d;
}
.sub-heading_16 {
	font-size: 14px;
	font-style: italic;
	color: #ce7a5b;
}
.sub-heading_17 {
	font-size: 16px;
	text-transform: uppercase;
	color: #7c8f66;
}
.sub-heading_18 {
	font-size: 16px;
	text-transform: uppercase;
	color: #573e22;
}
.sub-heading_19 {
	font-size: 16px;
	text-transform: uppercase;
	color: #5c5c5d;
}
.sub-heading_20 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ce7a5b;
}
.sub-heading_21 {
	color: #7c8f66;
}
.sub-heading_22 {
	color: #573e22;
}
.sub-heading_23 {
	color: #5c5c5d;
}
.sub-heading_24 {
	color: #ce7a5b;
}