@charset "utf-8";
/* CSS Document */
body {
	background: url(images/back.jpg) repeat-x 0 190px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { color: #303030; text-decoration: none; }
.clear { height: 1px; margin: 0; padding: 0; line-height: 1px; clear: both; }

#header { width: 100%; }

#header #head {
	background: url(images/headT.jpg) repeat-x;
	height: 123px;
}
#header div.container { width: 925px; margin: 0 auto; }
#header #head #logo {
	background: url(images/logo.jpg) no-repeat;
	width: 420px; height: 75px;
	margin: 35px 0 0;
	float: left;
}
#header #head .ad {
	width: 468px; height: 60px;
	margin: 37px 0 0 34px;
	border: 1px solid #FFFFFF;
	float: left;
}

#header #nav {
	background: url(images/navb.jpg) repeat-x;
	height: 57px;
	padding: 10px 0 0;
}
#header #nav #signup { float: left; }
#header #nav #signup label { margin-right: 10px; color: #dbe6e9; font-size: 13px; }
#header #nav input {
	background: #cacaca;
	width: 144px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	color: #393939;
}
#header #nav input.submit {
	background: url(images/submit.jpg);
	width: 32px;
	padding: 0;
	font-weight: bold;
}
#header #nav #menu { float: right; }
#header #nav #menu ul { margin: 0 0 0; list-style: none; }
#header #nav #menu ul li {
	height: 22px;
	padding: 0 17px 0 16px;
	border-right: 1px solid #e9eaeb;
	float: left;
}
#header #nav #menu ul li a {
	padding: 0 0 3px 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#header #nav #menu ul li.last{ border: 0; }

.countdown {
	position: absolute;
	top: 8px; left: 10px;

	font-size: 14px;
	font-weight: bold;
}

#wrapper { width: 930px; margin: -32px auto 0; position: relative; }
#content { background: url(images/contT.jpg) no-repeat; padding: 9px 0 0; }
#content #inner { background: url(images/contB.png) repeat-y; padding: 25px 5px 0;}

#content #inner #left { width: 205px; float: left; }
#content #inner #left ul { margin: 0 0 31px 3px; list-style: none; padding: 0; }
#content #inner #left ul li {
	background: #f4f4f4;
	width: 194px; height: 18px;
	margin: 0 0 2px; padding: 3px 0 0 9px;
}
#content #inner #left ul li a { color: #303030; text-decoration: none; }

#content #inner #left .poll { margin-left: 2px; color: #2f2f2f; }
#content #inner #left .poll table td.col { background: #e8f0f2; text-align: center; }
#content #inner #left .poll table td.error { color: #fb0936; }

#content #inner #left .competition { margin: 35px 0 0; }
#content #inner #left .competition img { border: 3px solid #dadada; }

#content #inner #mid, #content #inner #right { width: 459px; margin-left: 3px; float: left; }
#content #inner #mid .pic { border: 4px solid #dadada; }
#content #inner #mid h1 {
	background: #f4f4f4;
	height: 25px;
	margin: 3px 0; padding: 2px 0 0 8px;
	
	color: #fb0936;
	font-size: 18px;
}
#content #inner #mid div { margin-bottom: 10px; border: 1px dashed #9e9e9e; color: #4e4e4e; }
#content #inner #mid div p { width: 95%; margin-left: 5px; }
#content #inner #mid .older { text-align: right; }
#content #inner #mid .older a { color: #2e3031; }
#content #inner #mid div img { margin: 5px; float: right; }

#content #inner #right { width: 250px; text-align: center; }
#content #inner #right img { margin-bottom: 4px; }
#content #inner #right p {text-align: right; }
#content #inner #right p a { color: #fe0747; font-weight: bold; }

#content #bottom { background: url(images/contBB.jpg) no-repeat; height: 9px; clear: both; }

#footer { background: #cbd2d4; height: 30px; margin: -49px 0 0; padding: 55px 0 0; color: #3a3a3a; text-align: center; position: relative; z-index: -1; }
.paginate {
}
a.paginate {
border: 1px solid #000080;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000080;
}
a.paginate:hover {
background-color: #4B9CC9;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #000080;
font: bold .7em;
padding: 2px 6px 2px 6px;
cursor: default;
background:#4B9CC9;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}