#main .inner {
	position: relative;
}

#rabbit {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 50px;
	height: 57px;
	background: url(rabbit.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/core/rabbit.png',sizingMethod='scale');
}

#main p {
	margin: 20px 0 0;
	padding: 0 0 20px;
}

#main p.no_margin {
	margin: 0;
	padding: 0;
}

#main #content {
	width: 553px;
	height: 321px;
	float: left;
	margin: 0 10px 20px 0;
	background: #ccc;
	position: relative;
	overflow: hidden;
}

body.js #main #content * {
	cursor: pointer;
}

#main #content div {
	background: #121210 0 100% no-repeat;
	color: #eee;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	_margin-bottom: -1px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#main #content div h2 {
	margin: 5px 15px;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
	text-transform: none;
	font-family: georgia, serif;
	color: #fff;
}

#main #content div h2 a {
	text-decoration: none;
	color: #fff;
	display: block;
}

#main #content div h2 span.highlight {
	font-family: Tahoma, Geneva, sans-serif;
}

#main #content div p {
	margin: 0;
	padding: 0 15px 10px 15px;
}

#main #content span.all {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(home_billboard_border.png) 0 0 no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/core/home_billboard_border.png',sizingMethod='scale');
}

#main #content span.top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: url(main_top.png) 0 0 no-repeat;
}

#main #content span.bottom {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 9px;
	margin-top: -9px;
	_margin-top: -8px;
	background: url(main_bottom.png) 0 0 no-repeat;
}

#main #sidebar {
	background: url(sidebar.png) 50% 50% no-repeat;
	width: 197px;
	height: 321px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

#main #sidebar ul {
	margin: 0;
	padding: 0;
	_padding: 1px 0 0 1px;
	list-style: none;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

#main #sidebar ul li {
	float: left;
	background: #ccc;
	padding: 0;
	margin: 10px 2px 0 9px;
	_margin-left: 5px;
	width: 84px;
	height: 84px;
	overflow: hidden;
	position: relative;
}

#main #sidebar ul li a {
	display: block;
	width: 84px;
	height: 84px;
	text-decoration: none;
	color: #fc6121;
	overflow: hidden;
}

#main #sidebar ul li.inactive span {
	position: absolute;
	top: 0;
	left: 0;
	height: 84px;
	width: 84px;
	opacity: 0.9;
	filter:alpha(opacity=90)
}

#main #sidebar ul li.inactive span span {
	position: static;
	background: none;
	width: auto;
}

#main #sidebar ul li.inactive acronym {
	text-decoration: none;
	text-align: center;
	display: block;
	background: #121210;
	width: 40px;
	height: 35px;
	padding: 3px 0 2px;
	margin: 22px auto 0;
	overflow: hidden;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #fc6121;
}

#main #sidebar ul li.inactive acronym span {
	display: block;
	font-size: 0.6em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	text-align: center;
	background: #121210;
	filter:alpha(opacity=100)
}

#main #sidebar ul li.live img {
	width: 187px;
	height: 150px;
	margin-left: -51px;
	margin-top: -33px;
}

#main #sidebar ul li.live span {
	position: absolute;
	top: auto;
	height: auto;
	bottom: 0;
	left: 0;
	width: 78px;
	background: #121210;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	_font-size: 0.75em;
	padding: 3px;
	opacity: 0.9;
	filter:alpha(opacity=90)
}

#main #sidebar ul li a img {
	border: none;
}

#main #sidebar p {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}

#main #sidebar p a {
	text-decoration: none;
	color: #fff;
}

#main #sections {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#main #sections li.section {
	float: left;
	margin: 0 15px;
	padding: 0;
	width: 251px;
	position: relative;
}

#main #sections li.stories {
	margin-left: 10px;
}

#main #sections li.competition {
	width: 177px;
	margin-right: 0;
}

#main #sections li.competition .win_tag {
	position: absolute;
	display: block;
	width: 56px;
	height: 56px;
	background: url(win_tag.png) 50% 50% no-repeat;
	top: 11px;
	right: -12px;
}

#main #sections li h3 {
	margin: 0 0 15px 0;
	padding: 0 0 3px;
	background: url(underline.png) 0 100% repeat-x;
	text-transform: uppercase;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#main #sections h3 a {
	color: #000;
	text-decoration: none;
	display: block;
}

#main #sections li h3 sup {
	margin: 0;
	font-size: 0.6em;
	_font-size: 0.7em;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

div.bottom {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

#main div.bottom p {
	margin: 0;
	padding: 0;
}

#main div.bottom p.content {
	min-height: 40px;
	_height: 40px;
}

#prizedraw {
	float: left;
	width: 270px;
	background: url(author_prizedraw.png) 0 0 no-repeat;
	padding-bottom: 50px;
}

#main #prizedraw p.content {
	margin-left: 65px;
	font-size: 0.9em;
	_font-size: 0.85em;
	color: #666;
}

#signupform {
	position: relative;
	float: right;
	width: auto;
	_width: 450px;
	margin: 0;
	padding: 0;
}

#signupbox {
	width: 450px;
	padding: 3px 0;
}

#signuplabel {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	white-space: nowrap;
	width: 450px;
	overflow: hidden;
	text-align: left;
	color: #666;
	font-size: 0.9em;
}

#bookmarkers {
    float: right;
}

#bookmarkers img {
    border: none;
}