/* raverdesigns 2008, darkraver.net */

/* main */
* { margin: 0; }
html, body {
	height: 100%;
	font-size: 12px;
	font-family: Helvetica;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #D6D6D6 0px 90px repeat-x url('/images/body_bg.jpg');
	color: #000;
}
a, a:active, a:visited {
	color: #B0391D;
	text-decoration: none;
}
a:hover { color: #D7DCD9; }
.allpurpose a:hover {
	color: #D7DCD9;
	background: #232524;
}
img { border: 0; }
div#body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -92px; /* the bottom margin is the negative value of the footer's height */
}
div#top {
	height: 92px;
	width: 100%;
	background: #252826 top left repeat-x url('/images/top.jpg');
	margin-bottom: 16px;
}
div#topsub {
	width: 894px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
div#topsub img {
	margin-top: 20px;
	margin-left: 40px;
}
div#bodysub {
	width: 898px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#menu {
	width: 150px;
	height: 300px;
	float: left;
	margin-left: 16px;
	background: #FFF top left no-repeat url('/images/menu_background.gif');
}
div#content {
	width: 702px;
	float: left;
	background: #FFF top left no-repeat url('/images/content_top.gif');
	margin-left: 10px;
}
div#content_frame {
	width: 100%;
	margin-top: 10px;
	background: top left repeat-y url('/images/content_background.gif');
}
div#content_bottom { 
	width: 100%;
	height: 10px;
	background: #FFF no-repeat url('/images/content_bottom.gif');
}

div#clear {
	clear: both;
	height: 108px;
}
div#bottom {
	height: 92px;
	width: 100%;
	background: #252826 top left repeat-x url('/images/bottom.jpg');
}
div#bottomsub {
	width: 830px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	color: #B0391D;
}
div#bottomsub ul {
	display: block;
	margin: 0;
	padding: 0;
}
div#bottomsub ul li {
	display: inline;
	list-style-type: none;
	float: left;
	width: auto;
	margin-left: 0;
	padding-left: 0;
	margin-right: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
div#bottomsub ul li#rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

/* nav */
div#navmenu { 
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	width: 148px; 
	overflow: hidden;
	text-align: right;
	font-size: 16px;
	font-weight: 500;
}
div#navmenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
}
div#navmenu a {
	display: block;
	padding: 1px 6px 0 0;
	width: 142px;
	background-color: #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
div#navmenu a:link, #navlist a:visited {
	color: #B0391D;
	text-decoration: none;
}
div#navmenu a:hover {
	background-color: #313532;
	color: #D7DCD9;
}
div#navmenu a#current {
	background-color: #202221;
	color: #D7DCD9;
}

/* content */
div.content_block {
	margin: 1px;
	margin-bottom: 10px;
}
p.title {
	padding: 3px 0 3px 0;
	width: 100%;
	background: #262728;
	font-size: 18px;
	color: #D7DCD9;
	font-weight: 500;
}
div.allpurpose p { font-weight: bold; }
div.allpurpose {
	margin: 6px;
}
div.allpurpose img { 
	margin-right: 10px;
	margin-bottom: 4px;
}
.article_author, .thumb_title, .thumb_caption {
	font-size: 12px;
	color: #777777;
}

/* rds-cms */
input, select, textarea {
	background-color: #FFF;
	border: 1px solid #BBB;
	color: #444;
}
input:focus, select:focus, textarea:focus {
	color: #222;
}
input.button:hover {
	background-color: #313532;
	color: #FFF;
}

/* rds-gallery */
div#gallery_menu {
	text-align: center;
	padding-bottom: 5px;
}
.tableh1 {
	background: #262728;
	font-size: 18px;
	color: #D7DCD9;
	font-weight: 500;
	padding: 3px 0 3px 3px;
}
