/*
		Skin Name: Aero
		Skin Download: http://the-butterfly.de
		Description: It's a simple and clear layout, with windows vista style icons.
		Author: Nadia Volkrodt
		Author E-Mail: nadia@the-butterfly.de
		Author URL: http://the-butterfly.de
*/

/*---------------------------------------------------------------------
   Basic styles
------------------------------------------------------------------------*/
body { 
		background-color: #F0F6E9;
		text-align: center;
		font-family: "Trebuchet MS",helvetica,verdana,tahoma,sans-serif;
		font-size: 12px;
		color: #616161;
		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: solid;
		border-color: #F0F6E9;
		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 {
		color: #5BBDF2;
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #F0F6E9;
		text-transform: uppercase;
		font-family: "trebuchet ms",verdana,tahoma,sans-serif;
		font-size: 11px;
		padding-left: 5px;
		}
		
/*---------------------------------------------------------------------
   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(images/pagecurl.jpg);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		padding: 0;
		margin: 0 85px;
		}

/* IE Hack */
* html #mainContainer {
		margin: 0;
		}

#content {
		float: right;
		text-align: justify;
		width: 73%;
		margin-top: 50px;
		padding: 5px 5px 0 0;
		background-color: #FFFFFF;
		}

#column {
		float: left;
		text-align: justify;
		width: 25%;
		padding: 0 0 0 5px;
		background-color: #FFFFFF;
		}

.box {
		border: 1px solid #EFEFEF;
		margin: 5px;
		padding: 5px;
		}
#storyindex {
		float: right;
		width: 48%;
		padding: 5px;
		}
#news {
		float: left;
		width: 48%;
		padding: 5px;
		}

#footer {
		text-align: center;
		margin-top: 10px;
		padding: 10px;
		clear: both;
		}

/*---------------------------------------------------------------------
   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 #F0F6E9;
		background-color: #FFFFFF;
		font-size: 10px;;
		}

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: #5BBDF2;
		color: #FFFFFF;
		border: 1px solid #5BBDF2;
		padding: 10px;
		}
b, .label { color: #5BBDF2; }
/* 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;
		}
.odd {
		background-color: transparent;
		}

/*---------------------------------------------------------------------
  Site name and slogan
------------------------------------------------------------------------*/
#sitename {
		margin: 0 0 0 20px;
		text-align: left;
		font-family: georgia,"times new roman",serif;
		font-style: italic;
		font-size: 24px;
		color: #A0C411;
		display: yes;
		}
#siteslogan {
		text-align: left;
		margin: 0 0 20px 20px;
		font-size: 14px;
		color: #5BBDF2;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: yes;
		}
		
/*---------------------------------------------------------------------
   News
------------------------------------------------------------------------*/
#newsarchive,#sortform,.respond {
		text-align: center;
		}
#newsbox {
		background-position: top left;
		background-image: url(images/pageborder.jpg);
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 20px 30px 0 40px;
		}
#newscom {
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #F0F6E9;
		font-weight: normal;
		font-family: "Courier New", sans-serif;
		font-size: 16px;
		padding: 10px;
		margin: 0;
		}

/*---------------------------------------------------------------------
   Menu
------------------------------------------------------------------------*/

#menu  {
		position: static;
		top: 0;
		left: 0;
		text-align: left;
		font-family: "Courier New", sans-serif;
		font-size: 16px;
		margin: 0;
		}

#menu ul {
		background-color: transparent;
		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: #5BBDF2;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1px;
		padding: 3px;
		}
#menu a:hover {
		color: #A0C411;
		border-bottom: 2px solid #5BBDF2;
		}

/*---------------------------------------------------------------------
   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 {padding: 5px;}
#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: 2px 10px 5px 10px;}
.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;}

#recent, #featured, #poll, #log, #skin, #online, #chat, #stats { 
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 70px;
}
#recent { background-image: url(images/recent.png); }
#featured { background-image: url(images/featured.png); }
#poll { background-image: url(images/poll.png); }
#log { background-image: url(images/log.png); }
#skin { background-image: url(images/skin.png); }
#online { background-image: url(images/online.png); }
#chat { background-image: url(images/chat.png); }
#stats { background-image: url(images/stats.png); }