/*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-color: black;
	font-size: 80%;	
	color: #ACC2A8;
}

div#header_content_footer_wrapper {
	 background: url(../images/bg/body.jpg) top left repeat-y;
}
div#header_content_footer_wrapper_2 {
	width: 100%;
	position: relative;
}

a {
	color: #B4C3B1;
}
a img {
	color: #2A4B1D;
	border-color: #2A4B1D;
}

/*//////////////////////////////////////////////////////////////////////
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: 123px;
	background: transparent url(../images/bg/header.jpg) top left repeat-x;
	padding-left: 247px;
	
}

div#header h1 span {
	display: none;
}

div#header h1 {
	position: absolute;
	top: 30px;
	left: 247px;
	background: url(../images/heading.gif) top left no-repeat;
	width: 495px;
	height: 56px;
}

div#site_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

/*////////////////////////////////////////////////////////////////////////////
TEASERS & MAIN MENU
///////////////////////////////////////////////////////////////////////////*/
div#main_links {
	padding: 0px !important;		
	position: relative;
	text-align: center;
	background: #898989 url(../images/bg/menu.jpg) repeat-x;
	position: relative;
	z-index: 10;
	padding-top: 10px !important;
	min-height: 34px;
}
* html div#main_links {
	height: 34px;
}
div#main_links ul {
	text-align: right;
	position: relative;
	margin-left: 247px !important;
	padding: .25em !important;
}

div#main_links ul li {	
	display: inline !important;  	
}

div#main_links ul li img {
	vertical-align: top;
	margin-left: 10px;
}

div#teasers {
	width: 217px;
	padding: 10px;
	float: left;
}



div.teaser {
	background: #102C05 url(../images/bg/gradient.jpg) bottom left repeat-x;
	border-color: #555;
	color: #78976B;
	margin: 20px;	
}
div.teaser div.teaser_heading {
	background-color: #163B07;
}

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

div#content_wrapper {
	width: 100%;
	margin-left: -100%;
	float: right;	
	clear: right;
}

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

div#content h2 {
	background: transparent url(../images/bg/arrow.gif) top left no-repeat;
	padding-left: 25px;
}
div.title, body.guestbook div.name, body.faq div.question {
	color: #ddd !important;
}
div.entry {
	border-bottom-color: #20510C !important;
}
div.sublinks a {
	
}

div.sublinks a.active {
	
}

/*///////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////*/
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

div#footer {
	clear: both;
	width: 98%;
	padding: .5em 1%
}

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


