/**
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: David VanScott [ anodyne.sms@gmail.com ]
File: skins/akira/style.css
Purpose: Stylesheet that controls the look and feel of the site

System Version: 2.5.0
Last Modified: 2007-04-16 0153 EST
**/

/*
	import the different other stylesheets
	these imports are ESSENTIAL for the system to be displayed correctly
*/
@import url( "style-login.css" );
@import url( "style-ui.tabs.css" );
@import url( "style-clickmenu.css" );
@import url( "style-misc.css" );

body {
	font-family: "Lucida Grande", "Verdana", Arial, sans-serif;
	font-size: .8em;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #000;
}

/* styles that control the main block containing the rest of the system */
#container { width: 100%; }
.subContainer {
	width: 900px;
	margin: auto;
}

/* the template header */
.header {
	height: 200px;
}

/* the main navigation section */
.header .mainNav {
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 90%;
	float: right;
	width: 100%;
	background: transparent url('images/nav_bg.png') repeat-x top left;
	border-left: 1px solid #4f4f4f;
	border-right: 1px solid #4f4f4f;
}
.header .mainNav ul {
	margin: 0;
	padding: 0;
}
.header .mainNav ul li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0 .5em 0 .5em;
}
.header .mainNav ul li.spacer {
}
.header .mainNav a {
	font-weight: bold;
	color: #fff;
	padding: 0;
}
.header .mainNav a:hover {
	color: #679ef1;
}

/* the content of the template */
#container .content {
}

/* the body of the content class where the text is found */
#container .content .body {
	margin-right: 20%;
	padding: 1em 0 1em 0;
}

/* the side navigation menu */
#container .content .nav {
	float: right;
	width: 18%;
	font-size: 8.5pt;
	padding: 1.5em 0 1em 0;
	text-align: right;
}
#container .content .nav ul {
	display: block;
	margin: 0;
	padding: .5em .2em 1em 0;
}
#container .content .nav ul li {
	list-style-type: none;
}
#container .content .nav a {
	padding: 0 .5em 0 0;
}

/* 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 1em 0 2em;
}
#container .content .nav .info .fontLarge {
	margin: 0 -.5em 0 0;
}
#container .content .nav .info a {
	margin: 0 -.5em 0 0;
}

/* the footer */
#container .footer {
	text-align: center;
	clear: both;
	font-size: .8em;
	height: 100px;
	min-height: 100px;
	color: #fff;
	margin: 2em 0;
	background: #000 url( 'images/footer-bg.jpg' ) repeat-x top left;
	border-top: 2px solid #333;
	padding: 1em 0;
}
