/*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: black url(../images/bg/richcrop.jpg) no-repeat;
	color: #4480E8;	
	font-family: "arial narrow", arial, sans-serif;
	padding: 1%;
}

div#header_content_footer_wrapper {
	padding: 0 20px;
}

a {
	color: white;
}

a img {
	color: white;
	border-color: white;
}

/*//////////////////////////////////////////////////////////////////////
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 {
	text-align: right;
	height: 143px;
	position: relative;
}
div#header h1 {
	width: 460px;
	height: 50px;
	background: url(../images/bg/rich_curtis.gif) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#header h1 span,
div#site_photo {
	display: none;
}

/*////////////////////////////////////////////////////////////////////////////
NAVBAR:  TEASERS & MAIN MENU
///////////////////////////////////////////////////////////////////////////*/
div#navbar {
	
}

div#main_menu {	
	text-align: right;	
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: solid 1px blue;
}

div#main_menu a {
	
}

div#main_menu span {
	border-left: solid 1px blue;
	padding-left: 4px;
}
div#main_menu span.first {
	border-left: none;
}
div#main_menu span img {
	vertical-align: middle;
}

div#teasers {
	width: 200px;
	float: left;	
}

div#teasers a {
	
}

div#mailinglist_teaser {
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	overflow: visible;
	border: none;
	width: 320px;
}
div#mailinglist_teaser input {
	display: inline;
	vertical-align: middle;
}
div#mailinglist_teaser div.teaser_heading {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	
}
div.teaser_heading {
	
}

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

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

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

div#content h2 {
	
}
div.entry {
	border-bottom: solid 1px blue !important;
}
div.title, div.name, div.category_title {
	color: #84C1FD !important;
}
div.sublinks a {
	background-color: #1952B6;
	color: #87B2FD;
	border: solid 1px blue;
}
div.sublinks a:hover {
	color: white;
}
div.sublinks a.active {
	background-color: #1952B6;
	color: #87B2FD;
	border: solid 1px blue;
}

/*///////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////*/
div#site_credit {
	
}

div#footer {
	clear: both;
	border-top: solid 1px blue;
	background: url(../images/bg/footer.jpg) no-repeat;
	padding-left: 300px;
	margin-top: 30px;
}

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