/*
Theme Name: Battle Theme
Description: Battle Theme.
*/
html, body{
	height:100%;
}
body{
	background-image:url(images/gradient_bg.jpg);
	background-repeat:repeat-x;
	background-color:#d2491c;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
html, body, h1, h2, h3, h4, ul, ol, li, form{
	padding:0;
	margin:0;
}
li{
	background-repeat:no-repeat;
	list-style-type:none;
}
.simplePost li{
	list-style-type:disc;
	margin-left:20px;
}
.simplePost p{
	padding-bottom:5px;
}
img{
	border:0;
}
#container{
	margin:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#main{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#headerimg img{
	padding-top:55px;
}
/* form */
#headerimg #previously{
	padding:5px 0 20px 8px;
	width:542px;
	margin:auto;
}
#headerimg #previously #default-link{
	display:none;
}
#headerimg #previously option{
	padding-left:10px;
}
#headerimg select{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#01113c;
	color:#FFFFFF;
	font-weight:bold;
	border:0;
	cursor:pointer;
}
#headerimg select option{
	font-weight:normal;
}
#headerimg select #default-link{
	font-weight:bold;
}
#column{
	margin:auto;
	width:500px;
	text-align:left;
}
.flashBox{
	height:300px;
	width:500px;
	margin-top:5px;
}
.entry{
	width:500px;
}
.battleName{
	padding:6px 30px 10px 30px;
	background-image:url(images/battle_ico.jpg);
	background-repeat:no-repeat;
}
.page h2{
	padding:6px 30px 10px 30px;
	background-image:url(images/battle_ico.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
/* h2 :: title */
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
/* h3 :: category */
h3{
	padding:0px 18px 0px 18px;
}
/* h4 :: author */
h4{
	color:#b91f1d;
	font-weight:normal;
}

h3, h4{
	font-size:11px;
	line-height:15px;
}

h3 em{
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	font-style:italic;
	display:block;
}
h2 a, h3 a, h2 a:hover, h3 a:hover{
	color:#000000;
	text-decoration:none;
}
.toLeft, .toRight{
	width:47%;
	float:left;
}
.toRight{
	margin-left:3%;
}
.toLeft{
	margin-left:3%;
}
.instigator strong{
	padding: 5px 0;
	display:block;
}
.instigator{
	padding:10px 3%;
	clear:both;
}
.intro{
	font-size:18px;
	line-height:16px;
	padding:10px 0 15px 0;
}
.intro small, .pres small{
	font-size:11px;
	font-weight:bold;
	display:block;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	color:#b91f1d;
}
a:hover{
	text-decoration:underline;
	color:#b91f1d;
}
#comment{
	width:100%;
}
form{
	padding:0 18px;
}
.commentLink{
	font-size:13px;
	padding:6px 0 6px 0;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#b91f1d;
}

.post{
	padding-bottom:10px;
	border-bottom:1px solid #b91f1d;
	margin-bottom:10px;
}
#footer{
	text-align:center;
	padding:10px 0 30px 0;
}
#footer small{
	padding-top:8px;
	font-size:9px;
	display:block;
}
#rss{
	padding:10px 0;
}
/* COMMENTS STYLE */
.comment span{
	font-weight:bold;
	background-image:url(images/comment_bg.png);
}
.commentform{
	color:#000000;
}
.comments{
	margin:0 20px;
}
#comments{
	margin:20px 0;
}
.commentLink span.comments_link{
	color:#000000;
}
.submit, #submit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#01113c;
	color:#FFFFFF;
	padding:5px 10px;
	font-weight:bold;
	border-top:2px solid white;
	border-left:2px solid white;
	border-bottom:2px solid black;
	border-right:2px solid black;
}
.navigation{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #b91f1d;
	margin-bottom:10px;
	padding-bottom:10px;
}
.navigation a{
	text-decoration:none;
}
.wide{
	padding-bottom:32px;
}
.web{
	padding-top:5px;
	margin:0;
}
.bookmarks{
	padding-top:15px;
	clear:both;
}
/* TABLE LAYOUT */

.battleTable .onLeft{
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.battleTable .onRight{
	width:50%;
	padding-left:20px;
	padding-right:10px;
}
.battleTable .intro td{
	padding-bottom:10px;
}
.battleTable .web td{
	padding-top:10px;
	margin:0;
}
.alignleft{
	float:left;
	width:48%;
	text-align:right;
}
.alignright{
	float:right;
	width:48%;
}
.tags{
	display:none;
}