/*
		Skin Name: Reverie Part I
		Skin Download: http://artphilia.de
		Description: It's a simple and clear layout using a header graphic. ;)
		Author: Nadia Volkrodt
		Author E-Mail: nadia@artphilia.de
*/

/*---------------------------------------------------------------------
   Basic styles
------------------------------------------------------------------------*/
body { 
		background-color: #2D1E1B;
		background-image: url();
		background-repeat: repeat-x;
		text-align: center;
		font-family: "times new roman",georgia,garamond,times,serif;
		font-size: 10pt;
		color: #696367;
		margin: 0;
		padding: 0;
		}

b, .label {
		color: #DA2E08;
	}

a:link, a:active, a:visited, #content a,  #column a, #footer a {
		font-weight: normal;
		font-style: italic;
		text-decoration: none;
		text-transform: normal;
		color: #7F1E17;
		}
a:hover, #content a:hover, #column a:hover, #footer a:hover{
		color: #EA9592;
		text-decoration: none;
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #A681A0;
		}

h1 {
		color: #FF5626;
		border-width: 0 0 1px 0;
		border-style: dotted;
		border-color: #e1e1e1;
		font-family: georgia,garamond,"times new roman",times,serif;
		font-size: 16pt;
		font-weight: normal;
		}
h2 {
		color: #7F1E17;
		font-weight: normal;
		font-family: georgia,garamond,"times new roman",times,serif;
		}
h3 {
		color: #fafafa;
		background-color: #FF5626;
		border-width: 0 0 5px 0;
		border-style: solid;
		border-color: #e1e1e1;
		padding: 0 0 0 5px;
		font-family: georgia,garamond,"times new roman",times,serif;
		font-size: 11px;
		}
		
/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/
	
#header {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
height: 301px;
width: 950px;
padding: 0;
margin: 0 auto;
}

#mainContainer {
background-color: #fafafa;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-top: -12px;
width: 950px;
}

/* IE Hack */
* html #mainContainer {
margin: 0;
}

#content {
text-align: justify;
float: right;
width: 70%;
padding: 5px;
margin-right: 5px;
}

#column {
float: left;
text-align: justify;
width: 25%;
padding: 5px;
margin-left: 5px;
border-right: 1px dotted #efefef;
}

#footer {
text-align: center;
margin-top: 10px;
padding: 10px;
clear: both;
}

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

hr {
		border-top: 1px double #e1e1e1;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		width: 80%;
		text-align: center;
		padding: 5px;
		}

input,textarea,select, #notes {
		color: #696367;
		margin-top: 1px;
		border: 1px solid #E6E6E6;
		background-color: #fafafa;
		font-family: "times new roman",georgia,garamond,times,serif;
		font-size: 10pt;
		}

blockquote {
		margin: 0 auto;
		margin-bottom: 10px;
		width: 90%;
		background-color: #efefef;
		border: 1px dotted #e1e1e1;
		padding: 10px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		}

/*---------------------------------------------------------------------
  Style of story list
------------------------------------------------------------------------*/
.even {
		background-color: transparent;
}
.odd {
		background-color: transparent;
}

/*---------------------------------------------------------------------
  Site name and slogan
------------------------------------------------------------------------*/
#sitename {
		font-size: 14px;
		text-align: center;
		display: none;
		}
#siteslogan {
		font-size: 9px;
		display: none;
		}
		
/*---------------------------------------------------------------------
   News
------------------------------------------------------------------------*/
#newsarchive,#sortform,.respond {
		text-align: center;
		}
#newsbox {
		margin: 0 auto;
		width: 90%;
		background-color: #efefef;
		border: 1px dotted #e1e1e1;
		padding: 5px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		}

/*---------------------------------------------------------------------
   Menu
------------------------------------------------------------------------*/
#menu, #menu ul {
		background-color: #efefef;
		margin: 0;
		padding: 3px;
		}
#menu li {
		list-style-type: none;
		display: inline;
		white-space: nowrap;
		}
#menu a {
		font-size: 12pt;
		color: #FF5626;
		text-decoration: none;
		letter-spacing: 1px;
		padding: 3px;
		}
#menu a:hover {
		color: #696468;
		border: 0;
		}

/*---------------------------------------------------------------------
   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;}
#pagetitle {text-align:center;}
.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 .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;}