@charset "utf-8";
/* CSS Document */
/*
		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
		Author URL: http://artphilia.de
*/

/*---------------------------------------------------------------------
   Basic styles
------------------------------------------------------------------------*/
body {
    background: #000;
    background-repeat: repeat;
    color: #000;
    font-size: 9pt;
    font-family: verdana;
    line-height:14px;
    text-align: center;
    margin: 0;
    padding: 0;
}

b, .label {
	color: #000;
}

a:link, a:active, a:visited, #content a,  #column a, #footer a {
    background: #;
	color: #2f2255;
	font-size: 12px;
    font-weight:;
	text-decoration: none;
}

a:hover, #content a:hover, #column a:hover, #footer a:hover{
    background: #;
	color: #000;
	font-size: 12px;
	font-family: georgia;
	font-style: italic;
	text-transform: lowercase;
	text-decoration: none;
	padding: 2px;
}

h1 {
    color: #000;
    font-size: 14pt;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #000;
}
h2 {
    color: #000;
    font-size: 12px;
    font-family: arial, sans-serif;
    font-style: ;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
	color: #FFF;
	font-family: georgia, sans-serif;
	font-style: italic;
	text-shadow: 0px 0px 0px #666;
    border:;
	padding: 6px;
	border-radius: 5px;
	text-transform: none;
	background: #5e6c8a;
}
		
/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/
	
#header {
    background-image: url(images/library.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 1000px;
    height: 540px;
    padding: 0;
    margin: 0 auto;
    border: solid 0px #666;
    box-shadow: 0px 0px 0px #999;
}

#mainContainer {
	background-color: #fff;
	width: 1000px;
	color: #000;
	font-size: 9pt;
	font-family: verdana;
	line-height: 20px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	box-shadow: 0px 0px 0px #222;
	border-left: solid 0px #999;
	border-right: solid 0px #999;
	border-bottom: solid 0px #999;
}

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

#content {
	text-align: justify;
	float: right;
	width: 70%;
	padding: 5px;
	margin-right: 5px;
	color: #000;
	font-size: 12px;
	font-family: verdana;
}

#column {
	float: left;
	text-align: justify;
	width: 25%;
	padding: 5px;
	margin-left: 5px;
	color: #000;
	font-size: 12px;
	font-family: verdana;
	line-height: 16pt;
	border-right: 3px solid #fff;
}

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

/*---------------------------------------------------------------------
   Menu
------------------------------------------------------------------------*/
#menu, #menu ul {
	background: #622c1e;
	margin: 0;
	color: #FFF;
	font-family: georgia;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
    letter-spacing:;
	padding: 3px;
}
#menu li {
	list-style-type: none;
	display: inline;
	color: #bec6d4;
	font-family: georgia;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	white-space: nowrap;
}
#menu a {
	color: #bec6d4;
	font-family: georgia;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
    letter-spacing:;
	padding: 3px;
	border: 0px solid #666;
}

#menu a:hover {
    color: #fff;
    font-family: georgia;
    font-size: 12pt;
    font-style: italic;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    border-bottom: 0px solid #000;
}

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

hr {
    border-top: 1px double #e1e1e1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 80%;
    font-size: 9pt;
    font-family: verdana;
    text-align: center;
    padding: 5px;
}

input,textarea,select, #notes {
    background: #fff;
    margin-top: 1px;
    color: #000;
    font-size: 9pt;
    font-family: verdana;
    font-style:;
    border:01px solid #000;
}

blockquote {
    background: #eee;
    color: #000;
    font-size: 9pt;
    font-family: verdana;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
    border: 0px solid #000;
    padding: 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*---------------------------------------------------------------------
  Style of story list
------------------------------------------------------------------------*/
.even {
    background-color: transparent;
    font-size: 9pt;
    font-family: verdana;
}
.odd {
    background-color: transparent;
    font-size: 9pt;
    font-family: verdana;
}

/*---------------------------------------------------------------------
  Site name and slogan
------------------------------------------------------------------------*/
#sitename {
    font-size: 12px;
    color: #000;
    text-align: center;
    display: none;
}

#siteslogan {
    font-size: 9px;
    display: none;
}
		
/*---------------------------------------------------------------------
   News
------------------------------------------------------------------------*/
#newsarchive,#sortform,.respond {
    text-align: center;
    color: #000;
    font-size: 9pt;
    font-family: verdana;
}

#newsbox {
    margin: 0 auto;
    width: 90%;
    background: #eee;
    color: #000;
    font-size: 9pt;
    font-family: verdana;
    border: 0px solid #596268;
    padding: 5px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/*---------------------------------------------------------------------
   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;
	font-size: 12px;
	font-family: verdana;
}
.notes .content {
    margin: 25px; 
    font-size: 8pt;
    font-family: verdana; 
}

.comment {
    margin-bottom:2em;
    font-size: 8pt;
    font-family: verdana;
}

.main {
    padding-left:5px;
    width:90%;
    font-size: 8pt;
    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:#000;
    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&gt;body #tabs {padding: 15px 0 0 0; width:100%;}
html&gt;body #tabs div {margin-right: 0px;}</pre></body></html>
