/*
		Skin Name: Aero
		Skin Download: http://treknation.net
		Author: Nadia Volkrodt
		Author E-Mail: nadia@treknation.net
		Author URL: http://treknation.net
*/

/*---------------------------------------------------------------------
   Basic styles
------------------------------------------------------------------------*/
body { 
		background: url(images/bg.png);
		text-align: center;
		font-family: helvetica,verdana,tahoma,sans-serif;
		font-size: 12px;
		color: #404040;
		margin: 0;
		padding: 0;
		}

a, a:active, a:visited, #footer a {
		font-weight: normal;
		text-decoration: none;
		text-transform: none;
		color: #A0C411;
		}
#content a:hover, #column a:hover, #footer a:hover{
		color: #5BBDF2;
		text-decoration: none;
		background-color: transparent;
		border-width: 0 0 0 0;
		border-style: solid;
		border-color: #A0C411;
		}
#newscom a {
		font-weight: normal;
		}

h1 {
		color: #616161;
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: dotted;
		border-color: #D7DBD2;
		font-family: "Trebuchet MS",verdana,tahoma,sans-serif;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 5px;
		}
h2, #pagetitle {
		color: #A0C411;
		font-size: 15px;
		font-weight: normal;
		}
h3 {
		background-image: url(images/enterprise.png);
		background-position: left center;
		background-repeat: no-repeat;
		color: #3399ff;
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: dotted;
		border-color: #CACACA;
		text-transform: uppercase;
		font-family: "trebuchet ms",verdana,tahoma,sans-serif;
		font-size: 12px;
		padding: 5px 5px 5px 37px;
		}
    #links ul {
		background-color: transparent;
		margin: 0;
		padding: 5px 0 2px 0;
		text-align: left;
		}
		#links li {
		list-style-type: none;
		border-bottom: 1px dotted #D7DBD2;  
		display: block;
		white-space: nowrap;
		padding: 1px;
		}
		
/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/
	
#header {
		background-image: url();
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: left;
		height: 0;
		width: 0;
		padding: 0;
		margin: 0;
		display: none;
		}

#mainContainer {
		background-position: top right;
		background-image: url();
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		padding: 0;
		margin: 0 55px;
		}

/* IE Hack */
* html #mainContainer {
		margin: 0;
		}

#content {
		float: left;
		text-align: left;
		width: 72%;
		margin-top: 50px;
		padding: 5px 0 0 15px;
		background-color: #FFFFFF;
		}

#column {
		float: right;
		text-align: justify;
		width: 25%;
		padding: 0 5px 0 0;
		margin-top: -120px;
		background-color: #FFFFFF;
		}

.box {
		border: 0 solid #D7DBD2;
		margin: 5px;
		padding: 5px;
		}

#storyindex {
		float: right;
		width: 48%;
		padding: 5px;
		}

#news {
		float: left;
		width: 48%;
		padding: 5px;
		}

#category, #links {
    width: 100%;
		background-color: #f1f1f1;
    -moz-border-radius: 40px 10px;  
 		padding: 5px;
 		margin: 5px 0;
		}

#footer {
		text-align: center;
		margin-top: 10px;
		padding: 0;
		clear: both;
		}
#search {
		text-align: right;
		margin: 0;
		background-color: #404040;
		padding: 5px;
		}
#login {
		background-image: url(images/crew.png);
		background-position: left center;
		background-repeat: no-repeat;
    text-align: left;
		margin: 0;
		background-color: #404040;
		padding: 5px 5px 5px 23px;
		}

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

hr {
		width: 80%;
		text-align: center;
		border-top: 0 solid transparent;
		border-right: 0 solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 0 solid transparent;
		}

input,textarea,select {
		color: #616161;
		margin-top: 1px;
		border: 1px solid #989898;
		background-color: #FFFFFF;
		font-size: 12px;
		}

blockquote {
		margin: 0 auto;
		width: 90%;
		background-color: transparent;
		border: 1px solid #F0F6E9;
		padding: 10px;
		font-family: monospace, sans-serif;
		font-size: 11px;
		}
blockquote:hover {
		margin: 0 auto;
		width: 90%;
		background-color: #3399FF;
		color: #FFFFFF;
		border: 1px solid #3399FF;
		padding: 10px;
		}
b, .label { color: #3399FF; }
/* images with a link get a border with colour-change on hover */
a img {
		border-width: 4px;
		border-style: solid;
		border-color: #F0F6E9;
		padding: 0;
		margin: 4px;
		text-align: center;
		}
a:hover img {
		border-width: 4px;
		border-style: solid;
		border-color: #FFAE00;
		padding: 0;
		margin: 4px;
		text-align: center;
		}
a img.noborder, a:hover img.noborder {
		border-width: 0;
		padding: 0;
		margin: 0;
		}

/*---------------------------------------------------------------------
  Style of story list
------------------------------------------------------------------------*/
.even {
		background-color: transparent;
		padding: 15px;
		}
.odd {
		background-color: #f1f1f1;
    -moz-border-radius: 40px 10px;  
		padding: 15px;
		}

/*---------------------------------------------------------------------
  Site name and slogan
------------------------------------------------------------------------*/
#sitename {
		background-image: url(images/logo_xs.jpg);
		background-position: top left;
		height: 125px;
		width: 400px;
    margin: 0 0 0 20px;
		text-align: left;
		font-family: georgia,"times new roman",serif;
		font-style: italic;
		font-size: 10px;
		color: #A0C411;
		display: yes;
		}
#siteslogan {
		text-align: left;
		margin: 0;
		font-size: 14px;
		color: #3399FF;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: yes;
		}
		
/*---------------------------------------------------------------------
   News
------------------------------------------------------------------------*/
#newsarchive,#sortform,.respond {
		text-align: center;
		}
#newsbox {
		background-position: top left;
		background-image: url();
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 0;
		}
#newscom {
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #F0F6E9;
		font-weight: normal;
    text-align: right;
		padding: 0;
		margin: 0;
		}

/*---------------------------------------------------------------------
   Menu
------------------------------------------------------------------------*/

#menu  {
		position: static;
		top: 0;
		left: 0;
		text-align: center;
		font-family: helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
		}

#menu ul {
		background-color: #3399ff;
		border-width: 0;
		border-style: solid;
		border-color: #D8D9DB;
		padding: 10px;
		margin: 0;
		}
#menu li {
		list-style-type: none;
		display: inline;
		white-space: nowrap;
		padding: 1px;
		}
#menu a {
		color: #fafafa;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1px;
		padding: 3px;
		}
#menu a:hover {
		color: #ABD939;
		border-bottom: 2px solid #3399FF;
		}

/*---------------------------------------------------------------------
   General Styles, used in multiple places throughout the page
------------------------------------------------------------------------*/		
#alphabet {text-align: center; padding: 5px;}
#jumpmenu {text-align: right;}
#pagelinks {width:90%; text-align:center; padding:1em;}
.sectionheader {text-align:center; clear: both;}
#sort {float: left;}
#story {clear:both;}
#columncontainer {text-align: left;}
#browseblock {text-align: left;}
#title {font-size: 14px; font-weight: normal; font-style: italic;}
#info_left {text-align: right;}
.label {font-weight: bold;}

/* Layout Styles */
.storinfo {margin-bottom:12px; border-bottom: 0px solid #F2F2F2;}
#notes {background-color: #f0f0f0; border: 1px solid #BCBCBC; clear: both; margin: 5px; padding: 5px;}
.notes .content {margin: 25px; font-size: 12px; }
.comment {margin-bottom:2em;}
.main {padding-left:5px;width:90%;font-size:12px;text-align:left;}

/* User.tpl styles */
#tabs {padding:0px; margin:5px; clear:both; border-top: 1px solid #A4ACAC; width:100%;}
#tabs DIV {
	width:100%;
	height:20px;
	float:left;
	font-size:11px;
	color:#818181;
	text-align:left;
	text-indent:10px;
	line-height:25px;
	vertical-align:middle;
	z-index:1;}
#tabs #centertab {width:auto;}
#tabs a {color:#BCFF66;}
#tabs a:active,a:hover {text-decoration:none;color:#C7C7C7;}
#tabs #active { }
#tabs #active a {color:#C7C7C7;}
#tabs #active a:active,a:hover {text-decoration:none;color:#646464;}
html>body #tabs {padding: 15px 0 0 0; width:100%;}
html>body #tabs div {margin-right: 0px;}