/* Site CSS Profile by James of VNC Web Services */
/* http://www.virtualnightclub.net/ */

/* Global Elements */
body {
	background: #E6F0FC;
	margin: 0px;
	padding: 0px;
}

/* Adjust Default Elements */
ol {
	margin: 0px;
	padding-left: 30px;
}
ul {
	margin: 0px;
	padding-left: 30px;
}


/* Design Elements */
#forum-main {
	background: #E6F0FC;
}
#forum-logo {
}
#forum-header {
	background: #b0c8a3 url('../images/layout/header.gif');
	background-position: center center;
	height: 105px;
	clear: both;
}
#forum-header-left {
	float: left;
	width: 40%;
}
#forum-header-left a {
	border-bottom: 0px !important;
}
#forum-header-right {
	padding-top: 20px;
	float: left;
	width: 60%;
}
#forum-content {
	clear: both;
}
#forum-content a:hover {
	border-bottom: 0px !important;
}
#forum-footer {
	background: #b0c8a3 url('../images/layout/menu_bravo.gif');
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
	width: 100%;
	height: auto;
	border-top: 3px solid #A6C197;
	border-bottom: 3px solid #A6C197;
	text-align: center;
	clear: both;
	padding-top: 2px;
}
#forum-footer a {
	color: #000000;
}
#footer {
	background: #b0c8a3 url('../images/layout/menu_bravo.gif');
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #A6C197;
	text-align: center;
	clear: both;
	padding-top: 2px;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	border-bottom: 0px !important;
}

.KonaBody {
	padding: 6px;
}

.forum-ad_notice {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #808080;
}

/* Navigation */
#forum-navigation {
	background: #b0c8a3 url('../images/layout/menu_bravo.gif');
	background-repeat: repeat-x;
	background-position: center center;
	color: #231f20;
	width: 100%;
	height: 25px;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px;
	border-top: 3px solid #A6C197;
	border-bottom: 3px solid #A6C197;
	overflow: hidden;
}
#forum-navigation a, #forum-navigation a:visited {
	color: #231f20;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
}
#forum-navigation a:hover {
	color: #231f20;
	text-decoration: underline;
}
#forum-navigation ul {
	margin: 0px;
	padding: 3px 0px 0px 0px; /* TRLB */
}
#forum-navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#forum-navigation ul li a, #forum-navigation ul li a:visited {
	color: #231f20;
	margin: 0px -6px 0px 0px;
	padding: 10px 19px 4px 17px;
	font-weight: bold;
	text-decoration: none;
	border-right: 2px solid #A6C197;
}
#forum-navigation ul li a:hover {
	background: #e5ede1 url('../images/layout/menu_alpha.gif');
	background-repeat: repeat-x;
	background-position: center center;
	color: #231f20;
	text-decoration: none;
	border-right: 2px solid #A6C197;
	margin-left: 0px;
	margin-right: -6px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 17px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 4px;
}


/* Popup Menu's */
.forum-popup_menu {
	border-collapse: collapse;
}
.forum-popup_menu_header {
	background: #b0c8a3 url('../images/layout/menu_bravo.gif');
	background-repeat: repeat-x;
	background-position: center center;
	color: #231F20;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #A6C197;
	border-bottom: 1px solid #A6C197;
}
.forum-popup_menu_content {
	background: #E5EDE1;
	color: #231F20;
	border: 1px solid #A6C197;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
	cursor: pointer;
	cursor: hand;
}
.forum-popup_menu_content a:link, .forum-popup_menu_content a:visited, .forum-popup_menu_content a:active, .forum-popup_menu_content a:hover {
	text-decoration: none;
}
.forum-popup_menu_content:hover {
	background: #e5ede1 url('../images/layout/menu_alpha.gif');
	background-repeat: repeat-x;
	background-position: center center;
	color: #231F20;	
	border: 1px solid #A6C197;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}
.forum-pointer {
	cursor: pointer;
	cursor: hand;
}


/* Content Boxes */
.forum-box {
	border: 3px solid #A6C197;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.forum-box_title {
	background: #b0c8a3 url('../images/layout/menu_bravo.gif');
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000;
	height: 25px;
	font-weight: bold;
	border-bottom: 3px solid #A6C197;
	padding: 4px;
	padding-bottom: 0px;
}
.forum-box_title a {
	color: #000000;
}
.forum-box_description {
	background: #b0c8a3;
	color: #000000;
	border-bottom: 3px solid #A6C197;
	padding: 4px;
}
.forum-box_date {
	float: right;
}
.forum-box_data {
	padding: 4px;
	color: #000000;
	background: #DCE7D6;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* Form Data */
.forum-bigbox {
	background: #F8FAF7;
	color: #231f20;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.forum-buttons {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.forum-dropdown {
	background: #F8FAF7;
	color: #231f20;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.forum-formbox {
	background: #F8FAF7;
	color: #231f20;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Forum Override */
.footer select[name=style] {
	display: none;
}