/*  
Theme Name: Bowwest Custom
Theme URI: http://avanium.com
Description: Custom Design for Bowwest.com
Version: 1.0
Author: David Gluzman
Author URI: http://avanium.com/
*/


html {/*height: 100%;*/}
body {
	padding: 0; margin: 0;
	height: 100%;
	font-family: arial, verdana;
	font-size: 12px;
}

#page {
	padding: 0 0 0 0px; margin: 0;
}

#main-container {
  border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 8px solid #f2b935;
	border-top: none; 
	padding: 0 0 20px 0;
	width: 686px;
	margin: 0 auto;
	position: relative;
}

h1,h2,h3,h4 {margin: 0; padding: 0;}

a {color: #a87606;}
a:hover {color: #000;}


/* HEADER */

#logo {margin-left: 4px;}

#headerimg {
	background: url("/wp-content/themes/bowwest/images/header_homepage.jpg") no-repeat top;
	position: absolute;
	left: -1px;
	height: 138px;
	width: 688px;
	display: block;
}

#how-we-help #headerimg {
	background: url("/wp-content/themes/bowwest/images/header_how_we_help.jpg") no-repeat top;
}

#who-we-are #headerimg {
	background: url("/wp-content/themes/bowwest/images/header_who_we_are.jpg") no-repeat top;
}

#volunteer #headerimg {
	background: url("/wp-content/themes/bowwest/images/header_volunteer.jpg") no-repeat top;
}

#calendar-of-events #headerimg {
	background: url("/wp-content/themes/bowwest/images/header_calendar.jpg") no-repeat top;
}

#contact-us #headerimg {
	background: url("/wp-content/themes/bowwest/images/header_contact.jpg") no-repeat top;
}

#other-services #headerimg {
	background: url("/wp-content/themes/bowwest/images/header_other.jpg") no-repeat top;
}


/* NAV */
#nav {
	position: absolute;
	left: -1px;
	top: 218px;
	width: 688px;
	height: 33px;
	font: 12px verdana;
	border-top: 1px solid #fff;
	background: url("/wp-content/themes/bowwest/images/bg_nav_off.jpg") repeat-x top;
}
#nav a {color: #000; text-decoration: none;}
#nav a:hover {color: red;}
#nav ul {margin: 9px 0 0 8px; padding: 0;}
#nav ul li {
	position: relative;
	display: inline; 
	list-style-type: none;
	padding: 5px 5px;
}


/* ON States */

body#home #nav .link-home a,
body#how-we-help #nav .link-how a,
body#who-we-are #nav .link-who a,
body#volunteer #nav .link-volunteer a,
body#calendar-of-events #nav .link-calendar a,
body#contact-us #nav .link-contact a,
body#other-services #nav .link-other a


{
	background: url("/wp-content/themes/bowwest/images/bg_gradient_on.jpg") repeat-x top;
	padding: 9px;
	color: #fff;
}




/* CONTENT */
#content {margin-top: 200px; overflow: hidden;}



/* SIDE-NAV */
#content #side-nav {width: 200px; float: left; margin-bottom: 100px;}

#content #side-nav a {color: #a87606; text-decoration: none;}
#content #side-nav a:hover {color: #000; text-decoration: underline;}
#content #side-nav ul {
	margin: 30px 0 25px 30px;
	padding: 0;
	list-style-image: url("/wp-content/themes/bowwest/images/bullet_on.gif");
	list-style-type: square;
}
#content #side-nav ul li {font-size: 11px; margin: 0 0 5px 0;}




/* EPICENTER */
#content #epicenter {
	width: 425px;
	min-height: 400px;
	float: left;
	margin: 0 0 50px 20px;
	font-size: 13px; line-height: 1.6;	
}

#content #epicenter p {}
h1 {}
h3 {font-size: 1.4em; margin-top: 1.5em; padding: 0; line-height: 1.4;}

#content #epicenter ul, 
#content #epicenter ol
	{margin: 1em 0.8em; padding: 0 1.2em;}
#content #epicenter ul li {}


/* CALENDAR */

#calendar-of-events #content {
	padding-left: 22px;
}

#calendar-of-events #content iframe {
	height: 600px;
}




/* FOOTER */

#footer {
    clear: both;
	padding:0;
	width: 686px;
	margin: 0 auto;
	position: relative;
}

#footer div {float: left;}
#footer ul {margin: 0 0 0.5em 0; padding: 0; list-style-type: none;}
#footer ul li {padding: 0; margin: 0;}
#footer a img {border: none;}

#footer .address {
	width: 150px;
	margin: 0.5em 1em 0 0;
}
#footer .answers {
	width: 364px;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	margin: 1em 1em 0 0;
} 
#footer .unitedway {
	width: 140px; 
	margin: 0.5em 0 0 0;
	text-align: right;
}

