/**
 * $Id$
 * Website Baker template: simple
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #333333;
	/*margin: 10px;*/
	padding:0px;
	margin:0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
}
h1 {
	color: #AFBC21;
	/*text-transform: capitalize;*/
	font-size:20px;
	padding-bottom: 12px;
}
h2 {
	color: #AFBC21;
}
h3 {
	color: #AFBC21;
	font-size: 12px;
}
h3 strong {
	color: #AFBC21;
	font-size: 12px;
}
h5 {
	color: #AFBC21;
	font-size: 11px;
	padding-top: 12px;
	margin-bottom: -8px;
	font-weight: bold;
}
div#content_div table tr td h3 {
	color: #AFBC21;
	font-size: 12px;
}

h4 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #AFBC21;
	font-weight: bold;
	display:block;
	width:470px;
	padding: 3px;
	padding-left: 12px;
}

h6 {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #AFBC21;
	font-weight: bold;
	display:block;
	width:200px;
	margin: 0px;
	padding: 3px;
	padding-left: 12px;
}

div#content_div li {
	margin-left: -25px;
	margin-bottom: 8px;
}

.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 0px;
	width: 200px;
	vertical-align: top;
	border:0px;
}

.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0px;
	padding-top: 14px;
	padding-left: 2px;
}

.menu ul ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu ul ul li {
	padding-top: 6px;
	padding-left: 16px;
}

.menu p {
	padding-left: 15px;
	padding-right: 15px;
}

a.menu_current, a.menu_current:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left:11px;
	background-image:url(/images/menu_triangle.jpg);
	background-repeat:no-repeat;
}

a.menu_default, a.menu_default:visited {
	text-decoration: none;
	padding-left:11px;
	color: #8C8C8C;
}

a.menu_default:hover {
	text-decoration: none;
	color: #AFBC21;
	font-weight: bold;
	background-image:url(/images/menu_triangle_green.jpg);
	background-repeat:no-repeat;
}

/*
table#site_table tr td.menu div ul li ul li span.menu_default a.menu_default:hover {
	background-image:url(/images/menu_triangle_green.jpg);
}
*/

a.menu_parent, a.menu_parent:visited {
	text-decoration: none;
	margin-left: 10px;
	padding: 1px;
	color: #000;
	font-weight: bold;
}

a.menu_parent:hover {
	background-color: #EEE;
	text-decoration: none;
}

.highlight {
	background-color: #D0D0D0;
}

.content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	min-height: 400px;
	vertical-align: top;
	border:0px;
}
div#content {
	min-height: 400px;
	padding-left: 20px;
}

.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

div#content {
	border-left: 1px solid #B2B2B2;
}



/* NEW */

table#site_table {
	border-collapse: collapse;
	border:0px;
	padding:0px;
	margin:0px;
}

table#nav_table {
	border-collapse: collapse;
	border:0px;
	background-image:url(/images/topnav_bg.jpg);
	margin:0px;
}

table#foot_table tr.green td {
	font-size:12px;
	background-color:#AFBC21;
	color:#FFF;
	padding:8px;
}

table#foot_table tr.green td a {
	color:#FFF;
	text-decoration: none;
}

table#foot_table tr.black td {
	font-size:10px;
	background-color:#000;
	color:#FFF;
	padding:8px;
}

table#foot_table tr.black td a {
	color:#FFF;
	text-decoration: none;
}



/* --- */


#page_tab {
	padding: 0px;
	padding-left: 12px;
}

#page_tab_text {
	padding-left: 6px;
	padding-right: 6px;
	color:#FFF;
	font-weight:bold;
	background-image:url(/images/tab_green.jpg);
}

#page_content {
	padding: 8px;
	padding-left: 30px;
	padding-right: 30px;
}

#page_botright {
	padding: 5px;
	padding-right: 30px;
}

#page_botright a {
	text-decoration: none;
	color:#FFF;
	padding-left: 14px;
	font-weight:bold;
}

div.drop_nav_2 {
	background-color: #FFF;
	width:0px;
	height:0px;
}
div.drop_nav {
	background-image: url(/images/dropdown_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
	width:207px;
	padding-top:7px;
	padding-bottom: 7px;
	border: 1px solid #AAA;
}
div.drop_nav a, div.drop_nav a:visited {
	text-decoration: none;
	font-size:11px;
	display: block;
	float: none;
	color:#FFF;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
div.drop_nav a:hover {
	background-color: #AFBC21;
}

div#nav_28 {
	visibility: hidden;
	position: absolute;
	top: -20px;
	left:90px;
	width:200px;
}
div#nav_14 {
	visibility: hidden;
	/*visibility: ;*/
	z-index: 1;
	position: absolute;
	float: none;
	top: -20px;
	left:200px;
}
div#nav_15 {
	visibility: hidden;
	position: absolute;
	top: -20px;
	left:330px;
	width:200px;
}
div#nav_16 {
	visibility: hidden;
	position: absolute;
	top: -20px;
	left:372px;
	width:200px;
}


table tr td#page_content table tr td img#side_img {
	padding-top: 3px;
	padding-right:15px;
}

table tr td#page_content div#content_div {
	min-height: 300px;
}

table tr td#page_content div#content_div a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#page_botright a:hover {
	color:#C8C8C8;
}

div#botbar {
	width:746px;
	padding-top:5px;
}

div#copyright {
	color:#CCC;
	width: 440px;
	text-align: left;
	float:left;
}

div#designed {
	color:#999;
	width: 240px;
	text-align: left;
	float:left;
}

div#designed a {
	color:#999;
}
div#designed a:hover, div#designed a:active {
	color:#FFF;
}

div#copyright {
	color:#999;
	width: 400px;
	text-align: right;
	float: right;

}


td {
	line-height: 16px;
}

.hangingindent {
	margin: 0pt;
	padding: 0pt 0pt 0pt 15px;
	text-indent: -15px;
	list-style-type: none;
	line-height: 12px;
}

div#content_div table tr td p {
	line-height: 16px;
}

div#content_div table tr td div {
	line-height: 16px;
}

div#content_div table tr td {
	line-height: 16px;
}

table#foot_table tr.green td.botlink a {
	line-height:16px;
	color: #FFF;
}

table#foot_table tr.green td.botlink a:hover {
	color: #000;
}

table#foot_table tr.black td a {
	font-size: 11px;
}

table#foot_table tr.black td a:hover {
	color: #C8C8C8;
}


.post-title {
	color:#FFF;
}



/* HOME PAGE */
div#content_div div.homepost div.post-title {
	padding: 8px;
	padding-left: 0px;
	color: #AFBC21;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}

#home_img {
	padding: 8px;
	padding-left: 30px;
}

#home_caption {
	padding: 8px;
	padding-left: 30px;
	padding-right: 30px;
}

table tr td#page_content div#content_div #home_mininav a:link {
	padding-right: 7px;
	color: #AFBC21;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}

table tr td#page_content div#content_div #home_mininav a:hover {
	color: #666;
}

div#home_player {
	padding-top: 18px;
}

#home_mininav {
	float:left;
}

#home_miniplay {
	float:right;
	padding-top: 0px;
	padding-right: 10px;
}
div.homepost {
	display: none;
}
div.home_short {
	padding-top: 14px;
}
div.home_short p {
	/*font-weight:bold;*/
	display: inline;
}

table#nlarchive tr td {
	color:#000;
}

table#nlarchive tr td strong {
	font-size: 14px;
	color:#AFBC21;
}


table tr td#page_content div#content_div table#nlarchive tr td a:link, table tr td#page_content div#content_div table#nlarchive tr td a:visited {
	text-decoration: none;
	font-size: 12px;
	color:#AFBC21;
}

table#nlarchive tr td.bot {
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
}

table tr td#page_content div#content_div a {
	color: #AFBC21;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

table tr td#page_content div#content_div a:hover {
	color: #000;
	background-color: #EEE;
	text-decoration: none;
}

.MR_date {
	font-size:12px;
	font-weight:bold;
	}

h4.MR {
	font-size:14px;
	}


/*
table tr td#page_content div#content_div a:visited {
	color:#666;
	font-size: 12px;
	text-decoration: none;
}
*/

