/*   
Theme Name: Red Gradient
Description: Theme custom built for Idaho-Washington Concert Chorale
Author: Zack Tollman
Version: 1.0
*/

/* @group Eric Meyers' Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.8em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Structure */
html{
	height: 100%;
}

body{
	height: 100%;
}

* html #wrapper{
	height: 100%;
}

body{
	background: #900 url('images/body_background.png') repeat-x top left;
}

#wrapper{
	width: 800px;
	min-height: 100%;
	position: relative;
	color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	background: url('images/wrapper_background.png') repeat-y top left !important;
	background: url('images/wrapper_background.gif') repeat-y top left;
}

#header{
	width: 780px;
	height: 150px;
	margin: 0 10px 20px 10PX;
	padding: 50px 0 0 0;
	background: #000 url('images/header_background1.png') no-repeat bottom left;
}

#sidebarleft, #page, #sidebarright, #page_no_sidebar{
	float: left;
}

#sidebarleft, #sidebarright{
	width: 150px;
}

#sidebarleft{
	margin: 4px 15px 0 10px;
}

#page{
	width: 450px;
	margin: 0 0 20px 0;
}

#sidebarright{
	margin: 0 0 0 15px;
}

#footer{
	clear: both;
	width: 450px;
	margin: 0 175px;
	padding-bottom: 20px;
}

#page_no_sidebar{
	width: 605px;
	padding-right: 10px;
}

/* @end */


/* @group Typography */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#page, #page_no_sidebar {
	text-align: left;
	color: #ccc;
}

#sidebar h2 {
	font-size: 1.2em
}

#page p, #page_no_sidebar p, #page ul {
	margin-bottom: 1.8em;
	font-size: 1.2em;
	line-height: 1.8em;
}

#page h1, #page_no_sidebar h1 {font-size: 1.8em; color: #fff;}

#page h2, #page_no_sidebar h2 {font-size: 1.6em;}

#page h3, #page_no_sidebar h3 {font-size: 1.4em;}

#page h4, #page_no_sidebar h4 {font-size: 1.2em;}

#page h1, #page_no_sidebar h1,
#page h2, #page_no_sidebar h2,
#page h3, #page_no_sidebar h3,
#page h4, #page_no_sidebar h4 {
	color: #fff;
        margin-bottom: 1.2em;	
}

#page ul{
	list-style: circle;
	margin-left: 30px;
}

em {
	font-style: italic;
}

.navbar_list {
	font-size: 1.2em;
}

p a:link, p a:visited,
h3 a:link, h3 a:visited{
	color: #fff;
	text-decoration: underline;
}

p a:hover, p a:active,
h3 a:hover, h3 a:active{
	color: #fc0;
	text-decoration: underline;
}

#footer {
	font-size: 1.0em;
	text-align: center;
}

.clearfix {
	clear:both;
}

/* 	This style previous and next links
	Not to be confused with the navbar */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* @end */

/* @group Navigation Style*/

.navbar ul li a{
	display: block;
	width: 140px;
	/* height: 2.4em; */
	line-height: 2.4em;
	border-top: #fff solid 1px;
	padding-left: 10px;
	font-variant: small-caps;
}

/* Basic link styles */
.navbar a:link, a:visited{
	color: #fff;
	text-decoration: none;
}

/* Top level navigation items that are currently selected*/
.navbar ul li.current_page_item a:link, 
.navbar ul li.current_page_item a:visited,
.navbar ul li.current_page_parent a:link, 
.navbar ul li.current_page_parent a:visited,
.navbar ul li.current_page_ancestor a:link,
.navbar ul li.current_page_ancestor a:visited{
	background: #600;
}

.navbar ul li ul{
	padding-top: 1.2em;
}

/* Subnavigation items */
.navbar ul li ul li.page_item a:link,
.navbar ul li ul li.page_item a:visited{
	border: none;
	background: #000;
	line-height: 1.4em;
	padding-bottom: 1.2em;
}

/* Currently selected subnavigation item */
.navbar ul li ul li.current_page_item a:link,
.navbar ul li ul li.current_page_item a:visited,
.navbar ul li ul li.current_page_parent a:link,
.navbar ul li ul li.current_page_parent a:visited{
	font-weight: bold;
	background: #000 url('images/sidebarleft_arrow.png') no-repeat 8px 4px;
}

.navbar a:hover, a:active{
	background: #600;
	text-decoration: none;
}

.navbar ul li ul li a {
	width: 130px;
	padding-left: 20px;
}

.navbar ul li ul li a:hover, a:active{
	background: #000;
	color: #ccc;
}

/* 	The next two styles ensure that a border is added
	below the top level, currently selected link */
.navbar ul li.current_page_parent a:link,
.navbar ul li.current_page_parent a:visited,
.navbar ul li.current_page_ancestor a:link,
.navbar ul li.current_page_ancestor a:visited{
	border-bottom: #fff solid 1px;
}

.navbar ul li.current_page_item ul{
	border-top: #fff solid 1px;
}

.navbar_list{
	border-bottom: #fff solid 1px;
}
/* @end */

/* @group Sidebar Style */

.widget h2{
	font-size: 1.2em;	
}

li.widget ul li,
p.eshopwidget{
	font-size: 1.0em;
	margin-bottom: 1.8em;
}

li.widget ul,
p.eshopwidget{
padding-left: 10px;
margin-bottom: 1.8em;
}

#sidebarright a:link, #sidebarright a:visited{
	color: #c90;
	text-decoration: none;
}

#sidebarright a:hover, #sidebarright a:active{
	color: #fc0;
	text-decoration: none;
}

.widget h2 a{
font-size: 1.0em;
}

.alignright{
float:right;
margin-left: 10px;
}

.alignleft{
float:left;
margin-right: 10px;
}

/* @end */