@import "components.css";
@import "master.css";

body{
	background-color:#202a35;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
}
p{
	color:#7296bb;
	line-height:2em;
	margin-top:2em;
	margin-bottom:1em;
	text-align:justify;
	margin-left:20px;
}

label{
	color:#7296bb;
	line-height:2em;
	margin-top:2em;
	margin-bottom:1em;
	text-align:justify;
	margin-left:20px;

}
img{
	margin-left:20px;
	border:0px;
}

ul{
	color:#7296bb;
	line-height:2em;
	margin-top:2em;
	margin-bottom:1em;
	text-align:justify;
	margin-left:35px;

}

h2{
	position: relative;
	font-size:3em;
	color:#943709;
	margin-top:-1.5em;
}


.headerback{
	display:block;
	margin-top:20px;
	color:#192029;
	font-size:7.2em;
	font-weight:bold;
	margin-left:0px;
	
}


h3{
	color:#7296bb;
	line-height:2em;
	margin-top:2em;
	margin-bottom:-2em;
	text-align:justify;
	margin-left:20px;
	font-weight:bold;
	font-size:1.2em;
}

a{
	color:#943709;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#943709;
	text-decoration:underline;
}


#header{
	border:0px;
	margin-left:0px;
}

#menu ul{
	display:block;
	float:right;
}

#menu ul li{
	list-style:none;
	display:block;
	float:left;
	margin-left:30px;
}
#menu ul li a{
	font-size:1.8em;
	color:#943709;
	font-weight:normal;
}




.menulist{
	color:#7296bb;
	line-height:2em;
	margin-top:2em;
	margin-bottom:1em;
	margin-left:20px;
}

.menulist li{
	list-style:none;
}
.menulist a{
	color:#7296bb;
	text-decoration:none;
	font-weight:normal;	
	
	
}

#maindiv{
	width:570px;
	margin-left:auto;
	margin-right:auto;
	
}




#bottombar{
	/*height:200px;*/
	width:100%;
	background-color:#1c252e;
	margin-top:100px;
	bottom:0px;
}

#bottombar h2{
	margin-top:1em;
}


#bottomcenter{
	width:570px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
}

#bottomleft{
	float:left;
	width:290px;
	
}
#bottomright{
	float:right;
	width:280px;
	
}
#copyright{
	clear:both;
	color:#324353;
	margin-top:50px;
	text-align:center;
	line-height:2em;
	margin-top:4em;
	margin-bottom:0em;
}

#copyright a{
	color:#324353;
	text-decoration:none;
	font-weight:normal;
	}



.commentamount{
	color:#943709;
	margin-left:140px;
}

.posttime{
	color:#943709;
	margin-left:30px;

}
.clearfloat{
	clear:both;
}



.foliolist{
	margin-top:2em;
	margin-bottom:1em;
	margin-left:20px;
	list-style:none;
}



.linklist{
	 margin-left:20px;	
	 width:170px;
	 float:left;
}
.linklist h3{
	margin-left:0px;

}
.linklist ul{
	list-style:none;
	margin-left:0px;
	border-top:1px dashed #1c252e;
}

.linklist li{
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px dashed #1c252e;
}

.linklist a{
	display:block;
	width:170px;
}

.linklist a:hover{
	background-color:#1c252e;
}



.tip{
	display:none;
}

#tooltip{
	padding:5px;
	background-color:#1c252e;
	color:#7296bb;
}




#player{
	margin-left:20px;
	width:550px;
}


#sitemap ul{
	list-style:none;
	margin-left:20px;
}


/*////////////////////////////////////////////
//					Forms					//
////////////////////////////////////////////*/



input, textarea{
	border:1px solid #486077;
	background-color:#1c252e;
	margin-left:20px;
	color:#7296bb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:300px;
	overflow:auto;
}
input{
	height:1.5em;
	padding-top:2px;
}

.notfilled{
	border-left:5px solid #486077;
	width:295px;
}

.button{
	font-weight:bold;
	border:none;
	background:none;
	cursor:pointer;
	text-align:right;
	margin-top:5px;
}