/*  
Title: Yaoi VS Yuri
Version: 1
*/

/* Essentials */
body {
	background:#fff url(images/bg.gif) repeat-x;
	border-top:5px solid #333;
	color:#555;
	font-family: Lucida Sans Unicode, Century Gothic, Arial, Verdana;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
a:link {
	color: #3b3b3b;
	text-decoration: none;
	border-bottom:1px dotted #bfbfbf;
	font-weight: bolder;
}
a:visited {
	color: #3b3b3b;
	text-decoration: none;
	border-bottom:1px dotted #bfbfbf;
	font-weight: bolder;
}
a:hover {
	color: #3b3b3b;
	text-decoration: none;
	border-bottom: 0px;
}
.image {
	border:#828b8e 1px solid;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
p {
	color:#646a6a;
	font-size:1em;
	padding:1px;
	margin: 10px;
}
a img {
	border: none;
}

/* Navigation */
#top {
	height:5px;
	background: url('images/stripe.gif') no-repeat center #000000;
}
#navigationcontainer {
	background:#f2f2f2;
	border-bottom:1px solid #FFFFFF;
	width: 100%;
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 20px;
	margin-left: 20px;
	font: 1.2em helvetica, century gothic, arial, verdana #FFFFFF;
	margin-top:25px;
	width:900px;
	margin:0 auto;
}
ul.navigation li {
	float: left;
	list-style:none;
	line-height: 6px;
	padding: 20px 50px;
	margin: 0;
}
ul#navigation li a {
	letter-spacing: 0px;
	text-decoration: none;
}
.home a:link, .home a:visited {
	text-decoration:none;
	color:#dd00bd;
	border:0;
}
.about a:link, .about a:visited {
	text-decoration:none;
	color:#6c009f;
	border:0;
}
.score a:link, .score a:visited {
	text-decoration:none;
	color:#1081d2;
	border:0;
}
.cons a:link, .cons a:visited {
	text-decoration:none;
	color:#85971f;
	border:0;
}
.store a:link, .store a:visited {
	text-decoration:none;
	color:#ff0000;
	border:0;
}
.home a:hover {
	text-decoration:none;
	color:#000000;
	border:0;
}
.about a:hover {
	text-decoration:none;
	color:#000000;
	border:0;
}
.score a:hover {
	text-decoration:none;
	color:#000000;
	border:0;
}
.cons a:hover {
	text-decoration:none;
	color:#000000;
	border:0;
}
.store a:hover {
	text-decoration:none;
	color:#000000;
	border:0;
}
/* Header */
.header {
	border-bottom:#282827 solid 1px;
	border-top:#282827 solid 1px;
	width:970px;
}
#warcount {
	width:250px;
	margin:0 auto;
	margin-bottom:10px;
}
#warcountmain {
	width:400px;
	margin:0 auto;
	margin-top:100px;
	font-size:2em;
}
.yaoi {
	float:left;
	color:#44B3EB;
	font-family:Helvetica, Georgia, Tahoma, Arial;
	font-size:3em;
	text-align:center;
}
.vs {
	float:left;
	font-family:Helvetica, Georgia, Tahoma, Arial;
	margin-left:20px;
	font-size:2em;
	text-align:center;
	margin-top:20px;
	color:#848484;
}
.yuri {
	float:left;
	margin-left:20px;
	color:#ff42e0;
	font-family:Helvetica, Georgia, Tahoma, Arial;
	font-size:3em;
	text-align:center;
}
.losing {
	color:#000000;
	font-size:.7em;
	font-weight:normal;
	line-height:.7em;
}
.winning {
	color:#000000;
	font-size:.7em;
	font-weight:bold;
	line-height:.7em;
}
/* Content */
.fade {
	width:1040px;
	margin:0 auto;
	background:url(images/fade.png) repeat-y;
}
#wrapper {
	background:#fff url(images/bg.gif) repeat-x;
	width:100%;
	min-height:200px;
}
#content {
	width: 850px;
	text-align: justify;
	background:#D3D3D3;
	margin: 0 auto;
	padding-bottom:5px;
	padding-top:5px;
	background:url(images/bg.jpg) top center no-repeat;
	min-height:500px;
	font-size:.8em;
}
tr.odd td {
	background-color:#f0f0f0;
	padding:5px;
}
tr.even td {
	background-color:#fafafa;
	padding:5px;
}
.rankbox {
	float:left;
	width:400px;
}
/* Footer */
#footer {
	font-size:.7em;
	padding:15px;
}
/* Headers */
h1 {
	margin: 0;
	color:#0B0B0C;
	font-family:Helvetica, Arial, Verdana, Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 5px 0 0;
	color: #717171;
	font-family:Helvetica, Arial, Verdana, Georgia, "Times New Roman", Times, serif;
}
h2.yaoi {
	color:#44B3EB;
	font-size:2em;
}
h2.yuri {
	color:#ff42e0;
	font-size:2em;
}
