/*Design by Audra Coldiron http://rock-n-roll-design.com.  This design has been
created to work explicitly with Karma CMS http://karmacms.com.  You are free to
use the CSS as you wish.  If you use any part of the graphics in your own design
please co-credit me in */

/*This is not a comprehensive list of the classes and id's available, only the ones
I end up using the most.  This is only a guide and you can style as much or as
little as you'd like.*/


/*/////////////////////////////////////////////////////////////////////////////
BACKGROUND & GENERAL PROPERTIES
//////////////////////////////////////////////////////////////////////////////*/

body {
	background: #CD0000;
	color: white;
	font-size: 90%;
}
div#header_content_footer_wrapper {
	background: url(../images/bg/fauxcolumnsbg.jpg) top center repeat-y;
	color: #EA881C;
	position: relative;
	width: 100%; /*widthout it IE won't display the background*/
}
div#header_content_wrapper {
	width: 750px;
	position: relative;	
	margin: auto;
}

a {
	color: #FDE500;
}
a img {
	color: #FDE500;
	border-color: #FDE500; /*for IE*/
}

/*//////////////////////////////////////////////////////////////////////
HEADER & SITE PHOTO

If you want the user not to be able to change the main photo and/or
site title, place "display: none" in the style for that element.
//////////////////////////////////////////////////////////////////////////*/

div#header {
	height: 153px;
	background: url(../images/bg/header.jpg) bottom left no-repeat;
}
div#header h1 {
	height: 31px;
	background: url(../images/bg/h1.gif) no-repeat;
}
div#site_photo {
	position: absolute;
	top: 48px;
	left: 0px;
}

div#header h1 span {
	display: none;	
}

/*////////////////////////////////////////////////////////////////////////////
NAVBAR:  TEASERS & MAIN MENU
///////////////////////////////////////////////////////////////////////////*/
div#navbar {
	width: 202px;
	float: left;
	position: relative;
	z-index: 20;
}

div#main_menu {
	margin-bottom: 15px;	
}
div#main_menu span {
	padding-left: 10px;
	display: block;
	background-color: black;
	width: 180px;
	margin: 0 auto 1px auto;
}
div#main_menu span a {
	width: 170px;
	display: block;	
	padding: 5px 0 5px 10px;
	background: url(../images/arrow.gif) left center no-repeat;
	margin-bottom: 1px;
	text-decoration: none;
}
div#main_menu span.selected a,
div#main_menu span a:hover {
	color: #E9801B;
}
div#main_menu span.selected a {
	background-image: url(../images/arrow-select.gif);
}

div#main_menu span img {
	display: block;
	
}

div.teaser {
	border-color: black;
	padding: 0px;
	width: 188px;
	margin: 0 auto 15px; 
}

div.teaser_heading {
	background-color: #950000;
	color: #E9801B;
	border-bottom: solid 1px black;
	padding: 3px;
}
div.teaser_heading img { 
	display: block; /*This gets rid of the 3 or so pixels under an image in Gecko when displayed inline*/
	margin: auto;
}
div.teaser_content {
	padding: .5em;
}

/*/////////////////////////////////////////////////////////////////////////////
GENERAL CONTENT
//////////////////////////////////////////////////////////////////////////////*/

div#content_wrapper {
	float: right;
	width: 100%;
	margin-left: -202px;
	background: url(../images/bg/content.jpg) no-repeat;
}

div#content {	
	margin-left: 202px;
}

div#content h2 {
	text-align: right;
	color: #FFFF00;
}
div.title, div.name, div.category_title, body#faq div.question {
	color: #FBD500 !important;
}
div.sublinks a {
	background-color: #7C0000;
	border: solid 1px #DD3B1B;
	color: #FEF495;
}

div.sublinks a.active {
	background-color: #630000;
	border: solid 1px #DD3B1B;
	color: #E87E1A;
}

/*///////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////*/


div#footer {
	clear: both;
	background-color: #DA251D;
	color: #FDE500;
	padding: 5px;
	width: 740px;
	margin: auto;	
	border-bottom: solid 1px black;
}
* html div#footer {
	height: 1%; /*to counter-act extra top padding IE inserts here in this situation*/
}

/*/////////////////////////////////////////////////////////////////////////////
CUSTOM INSERTIONS
/////////////////////////////////////////////////////////////////////////////*/

