/**
This is a necessary system file. Do not modify this page unless you are highly
knowledgeable as to the structure of the system. Modification of this file may
cause SMS to no longer function.

Author: Bo Lind [ zetari-command@ucip.org ]
File: skins/zetari/style.css
Purpose: Stylesheet that controls the look and feel of the site

Skin version: 1.1
SMS version: 2.6.2
Last Modified: 2008-09-17 0000 CET
**/

/*
	import the different other stylesheets
	these imports are ESSENTIAL for the system to be displayed correctly
*/

@import url( "style-misc.css" );
@import url( "style-login.css" );
@import url( "style-ui.tabs.css" );
@import url( "style-clickmenu.css" );



body {
	background-color: #b9b69e;
	text-align:center; /* center hack */
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d9d5b8;
	}



/* styles that control the main block containing the rest of the system */
#container {
	width: 970px;
	margin :0 auto; /* center hack */
	text-align:left; /* center hack */
	background-image: url(images/zetari_bg_05.jpg);
	background-repeat: repeat;
	}



/* styles that control the top and bottom spacers */


/* the template header */
#header {
	width: 970px;
	height: 199px;
	background-image: url(images/zetari_bg_01.jpg);
}
#header .head {
	position:relative;
	left:40px;
	color: #fff;
	height: 55px;
	line-height: 56px;
	text-transform: uppercase;
	font-size: 200%;
	font-weight: bold;
}
#header .subhead {
	position:relative;
	top:-10px;
	left:40px;
	color: #fff;
	font-size: 130%;
	font-style:italic; 
}

#container .mainNav {
	width: 970px;
	height: 75px;
	line-height: 25px;
	background-image: url(images/zetari_bg_02.jpg);

	}
#nav-main {
	position:relative;
	left:235px;
	top:50px;
	display: inline;
	margin: 0;
	padding: 0;
	float: left; /* this makes sure that the drop down sits to the right of the main nav */
}


#nav-main li {
	display: inline;
	list-style: none;
}
#nav-main li.spacer { padding: 2px 0 0 0; }
#nav-main li a {
	/* color: #769094; */
	color: #677f91;
	padding: 0 1em 0 1em;
}
#nav-main li a:hover { color: #a6c9ce; }




/* the content of the template */

/* the body of the content class where the text is found */
#container .content .body {
	float:right;
	width:708px;
	padding: 5px 20px 0px 0px;
	}


/* the side navigation menu */
#container .content .nav {
	float:left;
	position:relative;
	top:-65px;
	width:230px;
	font-size: 7.5pt;
	padding: 0px 0px 0px 10px;
	}
#container .content .nav ul {
	display: block;
	margin: 0;
	padding: 6px 0px 12px 5px;
	}
#container .content .nav ul li {
	list-style-type: none;
	}
#container .content .nav .fontLarge {
	color: #9b4d4d;
	}
#container .content .nav a {
	color: #dad39e;
	}
#container .content .nav a:hover {
	color: #a6c9ce;
	}

/* part of the nav menu ... controls the login display */
#container .content .nav .login a {
	padding: 0;
	}

/*
	part of the nav menu ... controls the info below the menu
	that's shown in the main section (latest posts, mission, etc.)
*/
#container .content .nav .info {
	padding: 0 35px 0 0px;
	}
#container .content .nav .info .fontLarge {

	}

#container .content .nav .info a {
	}

/* the footer */
.foot {
	width: 970px;
	height: 89px;
	background-image: url(images/zetari_bg_06.jpg);
	background-repeat: no-repeat;
	clear:both; 
	}
#footer {
	float:right;
	width:760px;
	position:relative;
	top:20px;
	text-align: center;
	}
