/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.

#############################################################*/

/* color: #666666 light grey  */
/* color: #006699 light blue for H1, H2, etc headings */


html { /* keeps page height at 100% */
	height: 100%;
	text-align:center;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
	margin: 3% 0;
	position:relative;
	text-align:center;
	background: #fff  url(images/full_height.jpg) repeat-x;	
}
/* page layout structure */
.siteBodyBackground { 
	border-style: none;
	width: 1004px;
	border-width: 1px;
	text-align: center;
	/*background: url(images/full_width.jpg) repeat-y;
	background-position:center;*/
	margin-left: auto; 
	margin-right: auto; 
}

/* page layout structure */
.siteBackground { 
	width: 842px;
	min-height:600px;
	text-align: center;
	border: solid 2px #006699;
}
p, div, td {
	 font-size:14px;
	 font-family: Arial, Helvetica, sans-serif;
	 text-align:left;
	 padding: 3px; 
}

ul {margin-left: 5px;}

li {list-style:circle;}

.blankDiv {
	margin: 0px;
	padding: 0px;
	clear:both;
}

/* header */
.header {

	width: 800px;
	height: 300px;;
	background: url(images/main.jpg) no-repeat;
	background-position:center;
}
.logo {
	width: 837px;
	height:90px;
	float:left;
	position: relative;
	vertical-align:top;
	margin-left: auto; 
	margin-right: auto; 
	background-image: url(images/header_grad.jpg);	
	background-repeat:repeat-x; 
}

.loginArea {
	position: relative;
	color:black; 
	text-align:right;
}

.mainImgDiv {
	padding: 0px;
}
.corduroy {
	background: url(images/corduroy.jpg) repeat-x;
	text-align:right;
}

/* not actually in use */
.header_grad {
	width: 842px;
	height: 93px;
	position: relative;
	text-align:center;
	vertical-align:top;
	background-image: url(images/header_grad.jpg);	
	background-repeat:repeat-x; 
	background-color: #006699;
	margin-left: auto; 
	margin-right: auto;
	border: 0px; 
	padding: 0px;
}

.nav_grad {
	width:842px;
	text-align: left;
	background-image: url(images/nav_grad.jpg);
	background-repeat:repeat-x; 
	margin-left: auto; 
	margin-right: auto;
	clear:both;
	padding: 0px;
}
.nav_grad a {color: white; text-decoration: none; font-size: 13px;}
.nav_grad a:hover {color: white; text-decoration: underline; font-size: 13px;}
.nav_grad a:link {color: white; text-decoration: none; font-size: 13px;}


.nav_pipe {
	background: url(images/nav_pipe.jpg) no-repeat;
}

.plainDiv {
	width:843px;
	margin-left: auto; 
	margin-right: auto;
	height: 100%;

}

.footer {
	width:835px;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat:repeat-x; 
	color: #000000;
	margin-left: auto; 
	margin-right: auto; 
	font-size: 10px;
	line-height: 39px;
	
}
.footer .right {padding: 0 16px;}
.footer .left {padding: 0 16px;}
.footer a {color: #666666;}
.footer a:hover {color: #666666;}
.footer a:link {color: #666666;}

a {color: #006699; }
a:visited {color: #006699; }
a:link {color: #006699;}
a:hover {color: #006699;}


.TextGrey {
	color: #006699;
	
}

.TextRight {
	text-align:right;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Head
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:18px;
    color:#006699;
}
h6
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:14px;
    color:#006699;
}
h5
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size:14px;
    color:#006699;
}
h4
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size:14px;
    color:#006699;
}
h3
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:14px;
    color:#006699;
}
h2
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:16px;
    color:#006699;
}
h1
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:18px;
    color:#006699;
}



/*login links styling */
a:visited.LoginSkinItem {
    color: black;
    text-decoration: none;
}

a:link.LoginSkinItem {
    color: black;
    text-decoration: none;
}

a:hover.LoginSkinItem {
    color: black;
    padding: 0 0 0 5px;
    text-decoration: underline;
}

a:active.LoginSkinItem {
    color: black;
    text-decoration: none;
}
/* content panes admin text */
 #dnn_LeftPane .SubHead 
 {
    color:  black;
}
 #dnn_RightPane .SubHead 
 {
    color: black;
}
/* admin links */
a.CommandButton:visited {
    color:#682;
    text-decoration: underline;
}
a.CommandButton:link {
    color:#682;
    text-decoration: underline;
}
a.CommandButton:hover {
    color:#9A6;
}
a.CommandButton:active {
    color:#682;
}
/* when using dark backgrounds with FCK editor */
.FCKImageGalleryContainer
{
    background-color: #fff;
 }

.FCKLinkGalleryContainer
{
    background-color: #fff;
 }

/* re-positions the dropdown admin list in the left pane, otherwise you can not click on the Go button
note: this moves any tables 10px to the left, so you can not
place tables in the left pane */

#dnn_LeftPane table{
position: relative;
left: -15px;
}

/******* end DNN styles override *********/



.

/* misc */



.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}


/* structure */
.top {
	background: #ffff;
	color: #000000;
	float: left;
	font: normal 14px; 
	height: 50px;
	text-align: center;
	width: 800px;
}
.main {
	float:inherit;
	width: 800px;
	min-height: 600px;

}

.main_offset {
	position: relative; 
	float:left;
	width: 600px;
	min-height: 600px;

}

.main_right {
	position: relative; 
	float: right;
	width: 200px;
	background-color: #d6e7f8;
	color: black;
	border: solid 2px #006699; 
	padding-left: 3px;
	padding-right: 3px;
  

	
}
/* content of admin skin */
.mainadmin 
{
    clear: both;
	float: left;
	width: 800px;
	background-color: #fff;
}

.main_right .Normal /* for DNN text */
{
    color: black;
}

.main_right .padded {padding: 6px 2px 6px 16px;}
.mainadmin .padded {padding: 18px 24px;}
main_offset .padded {padding: 18px 24px;} 
.main .padded {padding: 18px 24px; margin: 5px;}
.main li {list-style-image: url(img/li.gif);}



 #dnn_LeftPane 
 {
    margin-top: 15px;
 }

 #dnn_RightPane 
 {
    margin-top: 15px;
 }


.credits 
{
    padding: 2px 0 5px 0;
    color: #777;
    font-size: 12px;
    background-color: #fff;
    text-align: center;    	
}

 /* position DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 200px;
    right: -80px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}


/* RDI - overwrite DNN styles for our site*/
.MainMenu_MenuItem
{
    color: White;
}

.MainMenu_SubMenu {
	text-align: left;
	background-image: url(images/nav_grad.jpg);
	background-repeat:repeat-x; 
	background-color:#AACDED;
	color: White;
}

.DNN_News_ItemDate {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:black;
	font-style:italic;
}

.DNN_News_ItemDetails {
	font-size:11px;
	 font-family: Arial, Helvetica, sans-serif;
	 text-align:left;
	color :black;
	
}
.DNN_News_ItemLink {
	
	font-size:11px;
	 font-family: Arial, Helvetica, sans-serif;
	text-align:left;

}

.Normal
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:black;
    font-size: 12px;
}

.NormalRed
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:red;
    font-size: 12px;
}
.NormalBold
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:black;
    font-size: 12px;
}
.NormalDisabled
{
   	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:#333;
    font-size: 12px;
}
Normal blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 6px 12px;
}

.Normal blockquote p {padding: 3px 0;}

.Normal ul {
	padding-bottom: 1em;
}

.Normal p {
	padding-bottom: 1em;
}

/* RDI - end overwrite DNN styles for our site*/

