﻿/*======================================================================*/
/*=== SKIN.CSS - Designed by Jon Edwards for Visual SKUs ===============*/
/*======================================================================*/
/*--- CSS Document Imports ---------------------------------------------*/
@import url('css/fontselectors.css');
@import url('css/customlayouts.css');
/*--- CUSTOM 960px GRID CSS - Original 960.gs byNathan Smith -----------*/
/*--- Each column has 10 pixels of margin on the left and right, which create 20 pixel wide gutters between columns. ---*/
.grid01, .grid02, .grid02_1, .grid02_2, .grid02_3 {
	display: inline;
	float: left;
	margin: 0 10px;
}
.grid01 {
	width: 190px;
}
.grid02 {
	width: 730px;
}
.grid02_1 {
	width: 230px;
}
.grid02_2 {
	width: 480px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*--- GLOBAL HTML and DNN DECLARATIONS ---------------------------------*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
	height: 100%;
}
/* DNN Body */
#Body {
	height: 100%;
	background-color: #050d18;
}
img {
	border: 0;
}
/*----------------------------------------------------------------------*/
/*--- BASIC CSS LAYOUT -------------------------------------------------*/
/*--- DNN Control Panel Wrapper ----------------------------------------*/
#dnnpnl_wrpr {
	background-color: #f1f1f1;
}
#dnnpnl_inr {
	width: 960px;
	margin: 0 auto;
}
/*--- Faux Body Backgrounds --------------------------------------------*/
#base_wrpr {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('images/body_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #050d18;
}
/*--- Banner Wrappers Selectors & Rulesets -----------------------------*/
#banner_wrpr {
	width: 960px;
	height: 350px;
	margin: 0 auto;
}
/*--- <h1> Logo Rulesets -----------------------------------------------*/
#logo {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 180px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#logo a {
	display: block;
	width: 140px;
	height: 180px;
	text-decoration: none;
	background-image: url('images/bcm_logo.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*--- Mid Wrapper Selectors & Rulesets ---------------------------------*/
#mid_wrpr {
	width: 960px;
	margin: 0 auto;
}
#mid_inr {
	width: 960px;
	display: inline-block;
	padding: 15px 0 20px 0;
	background-color: #fff;
}
/*--- Left Wrapper ---*/
.socialpane_wrpr, .sidepane_wrpr {
	clear: both;
	padding: 20px 0 0 0;
}
/*--- Footer Wrapper Selectors & Rulesets ------------------------------*/
#footer_wrpr {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background-image: url('images/footer_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #091e33;
}
#footer_left, #footer_right {
	display: inline;
	float: left;
	margin: 0 20px;
	width: 440px;
}
#footer_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_left li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 160%;
}
#footer_right p {
	text-align: right;
	color: #fff;
	margin: 0;
}
#footer_right p a, #footer_right p a:link, #footer_right p a:active, #footer_right p a:visited {
	color: #fff;
}
#footer_right p a:hover {
	color: #00aeff;
}
#links_wrpr {
	width: 880px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: center;
}
/*----------------------------------------------------------------------*/
/*--- END BASIC CSS LAYOUT ---------------------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*--- OVER-WRITING DNN CORE CLASSES ------------------------------------*/
/*--- Styles to curb FCK Link & Image Gallery #body issue --------------*/
.FCKLinkGalleryContainer {
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 15px;
}
.FCKImageGalleryContainer {
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 15px;
}
.FCKImageGalleryContainer td {
	border: none !important;
}
.FCKImageGalleryContainer table {
	border: none !important;
}
.ImageListContainer {
	border: none !important;
}
.Help {
	margin: 5px 0 0 0;
	font-size: 11px;
	padding: 5px;
	border: #000 1px solid;
	background-color: #f1f1f1;
	line-height: 100%;
	color: #3d3d3d;
}
/*===----------------------------------------------------------------===*/
/*--- DNN Nav Modules Actions Menu - Idle, Hover & Active Rulesets -----*/
.ModuleTitle_SubMenu {
	border: 1px solid #c0c0c0;
}
.ModuleTitle_SubMenu td {
	background-color: #fff;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
}
.ModuleTitle_MenuIcon {
	background-color: #fff;
	border: none;
	padding: 0;
	height: auto;
}
.ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {
	background-color: #777777;
	color: #fff;
}
.ModuleTitle_MenuItemSel td {
	background-color: #777777;
	color: #fff;
}
tr.ModuleTitle_MenuBreak td.ModuleTitle_MenuIcon {
	height: 0;
	background-color: transparent;
	display: none;
}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
	height: 0;
	background-color: transparent;
	display: none;
}
.ModuleTitle_MenuBreak td {
	height: 0;
	background-color: transparent;
	display: none;
}
.ModuleTitle_MenuItem {
	border: 0px transparent none;
}
.ModuleTitle_MenuItemSel {
	background-color: transparent;
}
/*----------------------------------------------------------------------*/
/*--- END SKIN.CSS STYLESHEET ------------------------------------------*/
/*----------------------------------------------------------------------*/
