﻿@import url('css/fontselectors.css');
@import url('css/customlayouts.css');
/*======================================================================*/
/*=== SKIN.CSS - Designed by Jon Edwards for Shebang Websites ==========*/
/*======================================================================*/
/*--- 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;
}
.grid02_3 {
	width: 730px;
	margin: 0;
}
.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;
}
/*----------------------------------------------------------------------*/
/*--- END CUSTOM 960.GS GRID CSS ---------------------------------------*/
/*----------------------------------------------------------------------*/
/*--- GLOBAL HTML and DNN DECLARATIONS ---------------------------------*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3d3d3d;
	height: 100%;
	
}
/* DNN Body */
#Body {
	height: 100%;
	background-color: #eae0c3;
}
img {
	border: 0;
}
/*----------------------------------------------------------------------*/
/*--- BASIC CSS LAYOUT -------------------------------------------------*/
/*--- DNN Control Panel Wrapper ---*/
#dnnpnl_wrpr {
	background-color: #f1f1f1;
}
#dnnpnl_inr {
	width: 960px;
	margin: 0 auto;
}
#top_body {
	background-image: url('images/body_bg.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #f3ebd4;
}
#top_wrpr {
	background-image: url('images/top_bg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}
#top_inr {
	width: 960px;
	height: 360px;
	margin: 0 auto;
}
/*--- Logo Wrapper ---*/
#logo_wrpr {
	display: inline;
	float: left;
	width: 190px;
	margin: 0 10px;
}
#logo {
	width: 190px;
	height: 340px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#logo a {
	display: block;
	width: 190px;
	height: 340px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-image: url('images/logo.png');
	background-position: center top;
	background-repeat: no-repeat;
}
/*--- Flash Wrapper ---*/
#flash_wrpr {
	display: inline;
	float: left;
	width: 670px;
	height: 190px;
	margin: 0 10px;
	padding: 60px 30px 90px 30px;
}
/*--- Mid Wrapper ---*/
#mid_wrpr {
	width: 100%;
	padding: 0 0 20px 0;
	background-image: url('images/mid_bg.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #f3ebd4;
	display: inline-block;
}
#mid_inr {
	width: 960px;
	margin: 0 auto;
}
/*--- Left Wrapper ---*/
.socialpane_wrpr, .sidepane_wrpr {
	clear: both;
	padding: 20px 0 0 0;
}
/*--- Bottom Wrapper ---*/
#bottom_wrpr {
	width: 940px;
	margin: 30px 10px 0 10px;	
	padding: 20px 0 0 0;
	border-top: 1px #494949 solid;
}
#bottom_wrpr .bottom_left {
	display: inline;
	float: left;	
	width: 470px;
	padding: 0 40px 0 0;
}
#bottom_wrpr .bottom_right {
	display: inline;
	float: left;
	width: 430px;
	text-align: right;
}
/*--- Footer Wrapper ---*/
#footer_wrpr {
	width: 100%;
	display: inline-block;
	padding: 0 0 40px 0;
	background-image: url('images/ftr_bg.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #eae0c3;
}
#footer_inr {
	width: 960px;
	margin: 0 auto;
}
#footer_inr h2#ftr_logo{
	width: 190px;
	height: 105px;
	overflow: hidden;
	text-indent: -9999px;
}
#footer_inr h2#ftr_logo a{
	width: 190px;
	height: 105px;
	display: block;
	overflow: hidden;
	background-image: url('images/ftr_logo.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#footer_inr ul {
	margin: 0;
	padding: 20px 0 0 10px;
}
#footer_inr li {
	margin: 0;
	padding: 0;
	line-height: 160%;
	font-size: 12px;
}
#footer_inr ul#user_wrpr {
	color: #c50000;
}
.userlink, a.userlink, a.userlink:link, a.userlink:active, a.userlink:visited {
	color: #c50000;
}
a.userlink:hover {
	color: #5d980b;
	text-decoration: underline;
}
#links_wrpr {
	width: 860px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 40px 0 40px;
	border-top: 1px #494949 solid;
	color: #c50000;
}
/*----------------------------------------------------------------------*/
/*--- 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 ------------------------------------------*/
/*----------------------------------------------------------------------*/
