/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0px; padding: 0px;
}
a {
	color: #362;
}
em 
{
    font-style:italic;
}
strong {
	font-weight: bold;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #333366 url(img/bg.jpg) repeat-x center top;
	color: #333366;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	height: 100%;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .Head
{
    font-family: "Lucida Sans Unicode",sans-serif;
    font-size: 100%;
    font-weight: normal;
    color:#333366;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
.Normal a
{
text-decoration: underline;
}
h1
{
    font-weight: bold;
    color: #ff0000;    
}
h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: #333366;
}
/****** end DNN override *****/

h1 {
	font: normal 2.7em "Lucida Sans Unicode",sans-serif;
	color: #ff0000;
}
h2
{
	font: normal 2.2em "Lucida Sans Unicode",sans-serif;
}
h3{
	font: normal 1.7em "Lucida Sans Unicode",sans-serif;
}
h4{
	font: normal 1.0em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0px;
}
.clearer {
	clear: both;
}
.breadcrumb 
{
    background: #003300;
    color: #cccccc;
    /*border: medium solid #2E8C00;*/
    position: relative;
	font-size: 1.5em;
	margin: 0px auto;
	width: 950px;
	clear: both;
	display: table;
	/*overflow:auto;*/
}

/* structure */
.container 
{
    /*border: medium solid #ffffff;*/
    background: #ffffff;
    position: relative;
	font-size: 1.0em;
	margin: 0px auto;
	width: 950px;
	clear: both;
	display: table;
	padding: 0px;
    height: 100%;

	/*overflow:auto;*/
}

/* header */
.header {
	background: #222244 url(img/header.gif) no-repeat center top;
	border-bottom: 0px solid #CCC;
	height: 125px;
	text-align: center;
	vertical-align:middle;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation 
{
	color: #cccccc;
	background-color: #333366; /*#436485;*/
	height: 36px;
	margin: 0px auto;
	width: 950px;
	padding-bottom: 0px;
	text-align: center;
}
.navigation a, .navigation a:visited {
	/*background: url(img/navigationblue.jpg) no-repeat;*/
	color: #ffffff;
	background-color: #333366; /*#436485;*/
	font: 1.2em "arial";
	height: 35px;
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
	/*width: 60px;*/
}
.navigation a:hover {
	color: #ffffff;
	background-position: left bottom;
}

/* HouseMenu */
/* remove bullets, indents and spacing for lists */
#HouseMenuNav {
    margin: 0px auto;
    text-align: center;
    color: #e4e4a5;
    width: 910px;
    /*width: 950px;*/
}
#HouseMenuNav li {
    list-style: none;
    color: #e4e4a5;
    margin: 0px auto;
    text-align: center;
    position: relative;
    float: left;  /*added for menu in IE */
}

/* content */
.content
{
    background: #FFFFFF;
}
.contentpaneleft 
{
	margin: 0px auto;
    float:left;
    width:200px;
    text-align:center;
    background:#eeeeee;
    height: 100%;
    padding-top: 4px;
    padding-left: 4px;
    }
/* Uncomment this if you are using 3 columns Comment this for 2 colunms
    .contentpaneright {
    background:#ffffff;
    float:right;
    width:200px;
    }
*/

.contentpane 
{
	margin: 0px auto;
    float:right;
    width:744px;
    background:#ffffff;
    text-align:center;
    height:100%;
    padding-top: 4px;
    padding-left:2px;
    padding-right: 0px;
    }

/* Uncomment this if you are using 2 columns Comment this for 3 colunms   
.contentpaneright {
    background:#ffffff;
    margin: 0px auto;
    float:right;
    width:200px;
    }
*/ 

/* footer */
.footer 
{
	/* url(img/footer.jpg) no-repeat center top; */
    color: White;
	font-size: 0.9em;
	padding-right: 0px;
	padding-left: 50px;
	padding-bottom: 12px;
	text-align: center;
	clear:both;
	height: 58px;
}
.footer a {
	color: #cccccc;
	font-size: 0.9em;
	text-align: center;
	text-decoration: underline;
}

/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 200px;
    right: 0px;
    padding: 0;
    margin: 0px;
    background-color: #fff;
}
/* DNN login links */
.login 
{
	color: #999999;
	height: 36px;
	margin: 0px auto;
	padding-bottom: 0px;
}

#login_links_user 
{
	margin: 0px auto;
	color: #999999;
    float:right;
	/*background: url(img/navigationlogin.jpg) no-repeat;*/
	font: bold 1.1em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: left;
	text-decoration: none;
	width: 975px;
}
.Login_links_user a {
	margin: 0px auto;
	/*background: url(img/navigationlogin.jpg) no-repeat;*/
	color: #999999;
	float: right;
	font: bold 1.1em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: left;
	text-decoration: none;
	width: 975px;
}
#login_links_login 
{
 	margin: 0px auto;
 	color: #999999;
    float:left;
	/*background: url(img/navigationlogin.jpg) no-repeat;*/
	font: bold 1.1em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
.Login_links_login a 
{
    margin: 0px auto;
	/*background: url(img/navigationlogin.jpg) no-repeat;*/
	color: #cccccc;
	float: left;
	font: bold 1.1em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#selector {
    position: relative;
	font-size: 1em;
	margin: 0px auto;
	width: 950px;
	clear: both;
	height: 10px;
	text-align:right;
}
