/*#############################################################
Name: Bitter Sweet
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.

* Free DotNetNuke Skin available from: http://www.dnncreative.com 
 Adapted to DotNetNuke by Lee Sykes from DNN Creative Magazine
 Providing DotNetNuke Tutorials, Reviews, Videos, MP3 Interviews to 
 help you get the most from DNN

#############################################################*/

/* standard elements */
html 
{
    height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #5F8000 url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	height: 100%;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: "Verdana";
    font-size: 100%;
    font-weight: normal;
    color:#535a56;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}

a:link, a:visited {
    color:#682;
    text-decoration: underline;
}
a:hover {
    color:#9A6;
}
a:active {
    color:#682;
}
/******* end DNN styles override *********/

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
.Normal p, .Normal cite, .Normal code, .Normal ul
{
	padding-bottom: 1.2em;
}
.Normal
{
	font-size: 1.2em;	
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
#container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
	/* for positioning footer */
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 60px; /* creates space for footer */
}


/* top */
.top {
	background: #216d52;
	font: normal 2em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 630px;
}
/* logo skin */
.toplogo {
	background: #216d52;
	font: normal 2em Verdana,sans-serif;
	height: 95px;
	margin: 0 auto;
	width: 630px;
}
/*
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}

.top span {padding-left: 24px;}
/*.top a:hover {
	background: #688B00;
	color: #FFF;
} */

.sitetitle
{
    float: left;
    color: #fff;
    padding: 15px 0 0 25px;
}
.sitelogo 
{
    float: left;
    padding: 0;
}
.loginlinks
{
    float: right;
    padding: 10px 25px 0 0;
}

/*login links styling */
a:link.LoginSkinItem, a:visited.LoginSkinItem {
    font: normal 0.6em Verdana,sans-serif;
    color: #fff;
    padding: 0 0 0 5px;
    text-decoration: none;
}

a:hover.LoginSkinItem {
    font: normal 0.6em Verdana,sans-serif;
    color: #fff;
    padding: 0 0 0 5px;
    text-decoration: underline;
}

a:active.LoginSkinItem {
    font: normal 0.6em Verdana,sans-serif;
    color: #fff;
    padding: 0 0 0 5px;
    text-decoration: none;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
	clear: both;
}



/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	/*reduced for dnn when logged in as admin, 
otherwise causes menu to drop to bottom - caused by content pane adding border */
	width: 419px; /*420 */ 
}

/* content of admin skin */
.mainadmin .item .content {
	float: left;
	/*reduced for dnn when logged in as admin, 
otherwise causes menu to drop to bottom - caused by content pane adding border */
	width: 630px; /*420 */ 
	background-color: #fff;
}

.mainadmin .item .content .Head 
{
    font-size: 1.3em;
}
.mainadmin .item .content .Normal, .mainadmin .item .content .NormalBold {
    font-size: 1.1em;
}

/* end admin skin */


.item h1 {
	background: #216d52;
	line-height: 40px;
	padding-left: 16px;
}
/* style h1 tags in DNN containers */
.item h1 .Head {
	color: #FFF;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: right;
	margin: 0 37px 0 0;
	width: 208px;
}
/*
.navigation h1 {
	background: #84b2a5;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
} */

.navigation li {
	border-bottom: 1px solid #84b2a5;
	list-style-type: none;
    list-style-image: none;
}
.navigation li a:link, .navigation li a:visited {
	/*background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	*/
	background: #84b2a5;
	color: #fff;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
}
.navigation li a:hover {
	background: #d6e7de;
	color: #553;
	border-bottom: 1px solid #84b2a5;
}
.navigation ul 
{
    margin: 0; 
    padding: 0;
}
/*.navigation ul ul
{
    margin: 0 0 0 10px; 
    padding: 0 0 0 0;
}*/
.navigation ul ul li a:link, .navigation ul ul li a:visited {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: lowercase;
    }
    
/* right content pane */
 #dnn_RightPane h2 {
	background: #84b2a5;
	background: #216d52;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
#dnn_RightPane .Head {
	color: #FFF;
}
#dnn_RightPane .Normal {
	padding: 10px;
}
/*
#dnn_RightPane ul {
	list-style-type: circle;
	border: 0;
} */
#dnn_RightPane li {
	list-style-type: circle;
	border: 0;
	margin: 0 0 0 20px;
}

/* footer */

.footer, .credits
{
    margin: 0 auto;
	text-align: center;
	width: 626px;
 }

.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}

.credits 
{
    padding: 2px 0 5px 0;
    color: #777;
    font: normal 0.9em "Lucida Sans Unicode",sans-serif;
    background-color: #fff;    	
}


.clear 
{
    clear: both;
 }
 
 /* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 130px;
    right: -4px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}





