/* general settings */

body{
	background:#660000;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	text-align:center;
	font-family:arial,helvetica,sans-serif;
	color:black;
	font-size:13px;
}

#wrapper{
	width:800px;
	background:white;
	margin:auto;
	padding:0;
}

#borderwrapper{
	background-color:black;
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	border-left: 18px solid black;
	border-right: 18px solid black;
	border-bottom: 18px solid black;
	float:left;
	min-height:500px;
}

#sidebar{
	width:158px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	color:#cc0000;

}

#contentwrapper{
	background-color:white;
	float:left;
	width:606px;
	margin:0;
	padding:0;
	text-align:left;
	min-height:600px;

}

#content{
	margin:0;
	padding:10px 30px 10px 30px;
	}

.logo{
	font-size:10px;
	margin-top:50px;
	font-weight:bold;
}

#footer{
	width:800px;
	float:left;
	color:white;
	padding:5px;
	margin:0;
	text-align:center;
	
}

.pagetop{
	padding:0;
	margin-bottom:10px;
	border-bottom:1px solid black;
}

.order{
	width:560px;
	float:left;
	clear:both;
	margin-top:10px;
	border-top:2px solid #cc0000;
	border-bottom:2px solid #cc0000;
}

.order2{
	width:560px;
	float:left;
	clear:both;
}

.paymentoutside{
	width:180px;
	float:left;
}

.paymentinside{
	padding:5px;
	margin:5px;
}

/* image formatting */

img{
	border:0;
}

img.left{
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}

img.right{
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

img.pay{
	margin: 10px 0px 5px 10px;
	padding:0;
}

/* text formatting */

h1{
	color:white;
	background-color:#cc0000;
	font-size:26px;
	padding:0 0 0 10px;
	margin:10px 0 0 0;	
	line-height:40px;
}

h2{
	color:#cc0000;
}

h4{
	font-size:14px;
	font-weight:normal;
}

h5{
	font-size:15px;
	font-weight:normal;
}

h8{
	font-size:16px;
	font-weight:normal;
}


p.title{
	font-size:26px;
	color:white;
	font-weight:bold;
	background-color:#cc0000;
	margin:0 0 0 160px;
	line-height:40px;
	padding: 0 0 0 10px;
}


.moretext{
	font-style:italic;
}

/* links */

a {
	color:#cc0000;
	text-decoration:none;
}

a:hover{
	color:black;
	text-decoration:none;
}

a:visited {
	color:#cc0000;
	text-decoration:none;
}

a.white{
text-decoration:none;
	color:white;
}

a.white:hover{
	color:black;
	text-decoration:none;
}

a.white:visited {
	color:white;
	text-decoration:none;
}

/* login at top */

#login{
	color:white;
	background: #CC0000;
	text-align:right;
	padding: 0 20px 8px 0;
}

#loginlist{
	list-style-type:none;
}

#loginlist li{
	float:right;
	display: block;
	margin-right:20px;
}

#loginlist li a, #loginlist li a:visited{
	color:white;
}

#loginlist li a:hover{
	color:black;
}


.button{
	margin:0;
	border-bottom:3px solid white;
	padding:0;
}



/* comment styles */

ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 20px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }