@charset "utf-8";
/* CSS Document */
body{
	background:#000;
	margin:0 auto;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
}

ul,li{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

ul.preview a{
	text-decoration:none;
	color:#333;
	font-weight:normal;
	font:10px Arial, Helvetica, sans-serif;
}

ul.preview{
	padding-left:20px;
	height:160px;
	overflow:auto;
	width:85%;
	color:#333;
}

ul.preview li{
	background-color:#eee;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	width:100%;
	margin-bottom:1px;
	font-size:10px;
	padding:3px 0;
}

.paypal-text{
	border:none;
	color: #FF1F1F;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	cursor:pointer;
	margin:0;
	padding:0;
}

.paypal-text:hover{
	color:#C90000
}


.admin ul{
	padding:5px 0 0 10px;

}

ul.user-link li a{
	color:#ddd;
}

ul.user-link li{
	color:#ddd;
}

.admin h3{
	padding:10px 0 0 8px;
	color:#222;
}

.admin ul li{
	padding:0 0 10px 0;

}

.admin li a{
	text-decoration:none;
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}

.container{
	width:950px;
	margin:0 auto;
	border-left:2px solid #888;
	border-right:2px solid #888;
}

.header{
	height:177px;
	background:url(../images/header.jpg) center top no-repeat;
}


.nav{
	background:url(../images/nav_bg.jpg) repeat-x;
	height:32px;
	width:100%;
	border-bottom:1px solid #888;
}

#navbar{
	margin-left:30px;
}


.main-sidebar{
	float:left;
	width:160px;
	margin-right:5px;
}


.sidebar{
	float:left;
	width:160px;
	clear:left;
	height:100%;
}

.content-container{
	background:url(../images/sidebar-bg.jpg) repeat-y;
	min-height:664px;
	float:left;
	width:950px;
}

.content{
	background:url(../images/content-bg.jpg) top right no-repeat;
	min-height:664px;
	float:left;
}

.clear{
	clear:both;
}

a.grey{
	color:#888;
	text-decoration:none;
}

a.grey:hover{
	color:#333;
	cursor:pointer;
}

.main-content{
	padding-right:270px;
	text-align:left;
	width:510px;
	float:right;
}

.main-content-box h1{
	color:#ED1E24;
	font-size:32px;
	margin:0;
	padding:0;
}

.main-content-box h2{
	color:#ED1E24;
	font-size:28px;
	margin:0;
	padding:0;
}
.main-content-box h3{
	color:#ED1E24;
	font-size:22px;
	margin:0;
	padding:0;
}

.main-content-box h4{
	color:#ED1E24;
	font-size:14px;
	margin:0;
	padding:0;
}

.main-content-box h5{
	color:#ED1E24;
	font-size:16px;
	margin:0;
	padding:0;
}

.main-content-box p{
	margin-top:0;
	padding-top:0;
}

.main-content-box a{
	text-decoration:underline;
	color:#ED1E24;
	text-transform:normal;
	font-weight:bold;
}

.main-content-box{
	float:right;
	padding-top:20px;
}


.news-excerpt{
	width:400px;
	float:right;
	text-align:left;
}
.news-excerpt p{
	font-size:12px;
	color:#FFF;
}
.news-excerpt p a{
	color:#ED1E24;
}
.news-excerpt p a:hover{
	color:#ED1E24;
	text-decoration:underline;
	font-weight:bold;
}

.full .clear{
	padding-top:15px;
}

.news-title{
	font-size:16px;
	color:#ED1E24;
	font-weight:bold;
}
.news-title a{
	font-size:16px;
	color:#ED1E24;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}



.half{
	width:320px;
}

.full{
	width:470px;
}


.quote-box{
	width:150px;
	font:20px Arial, Helvetica, sans-serif;
	color:#999;
	padding-left:20px;
	font-weight:bold;
	float:left;
	margin-top:50px;
}

.month-navig a{
	text-decoration:none;
	font-size:20px;
	color:#ED1E24;
}



.box{
	background:#FFF;
	width:146px;
	margin:0 auto;
	margin-top:5px;
	color:#888;
	font-size:14px;
	font-weight:bold;
	font: Tahoma, Geneva, sans-serif;
}

.newsletter-submit{
	margin:5px 0 10px 0;
}

.sidebar-input{
	width:130px;
	background:#ddd;
	border:1px solid #999;
	font-size:12px;
	padding:3px;
	margin:5px 0;
}















.footer{
	background:url(../images/nav_bg.jpg) repeat-x;
	height:32px;
	width:100%;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
}

.footer .info{
	font:10px Arial, Helvetica, sans-serif;
	padding:10px;
}

.footer .banner{
	padding-top:5px;
	padding-right:15px;
	float:right;
}

.footer a{
	color:#FFF;
	text-decoration: underline;
}

.footer a:hover{
	color:#ED1E24;
}




.account_box input[type="text"] {
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:20px;
	padding:5px;
	width:300px;
}

.form input[type="text"]{
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:11px;
	padding:5px;
	width:450px;
	height:150px;
}
select.dropdown{
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:12px;
	padding:5px;
	color:#333;
	font-weight:bold;
	width:260px;
	height:25px;
}




input[type="text"].order{
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:12px;
	padding:5px;
	color:#ED1E24;
	width:50px;
	height:14px;
}

input[type="text"].char_name{
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	color:#ED1E24;
	width:300px;
	height:14px;
}

textarea.char_description{
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:12px;
	margin-top:10px;
	padding:5px;
	width:450px;
	height:100px;
}




.account_box input[type="password"] {
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:20px;
	padding:5px;
	width:150px;
}

.form-label,.no-label {
	color:#ED1E24;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:5px 15px 0 0;
	text-align:right;
	width:170px;
}


.save-button{
	cursor:pointer;
	float:right;
	margin:10px 10px 20px 0;
	padding:2px 5px;
	color:#333;
	text-align:center;
	text-transform:uppercase;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:70px;
	border:1px solid #333;
	background: #999;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	clear:none;
}



.promt-msg{
	border:1px solid #ED1E24;
	background-color:#FFAEAE;
	line-height:30px;
	text-align:center;
	margin-right:10px;
}


.label{
	float:left;
	font-weight:bold;
	color:#666;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:5px;
	text-transform:uppercase;
	clear:both;
}




.calendar-table a{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

.calendar-table tr:hover a{
	color:#FFF;
	text-decoration:underline;
}


.link-to-button{
	padding:2px 5px;
	color:#333;
	text-align:center;
	text-transform:uppercase;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:70px;
	border:1px solid #333;
	background: #999;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	clear:none;
	cursor:pointer;
}
