/* @group Defaults */

body {
	background-color: #250000;
	font: 62.5%/1.9em Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1em;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1em;
}

a {
	color: #000090;
	text-decoration: none;
	width: 100%;
	padding: 3px;
}

a:hover {
		background-color: #000040;
		color: #fff;
}

a.imagelink {
	padding: 0;
	background-color: none;
	color: #000090;
}

a.imagelink img {
	display: block;
}
/* @end */

/* @group Structure */

#container {
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background: #250000 url(../images/bg_middle.jpg) repeat-y 0 150px;
}

#branding {
	padding-left: 200px;
	padding-right: 30px;
	background-image: url(../images/top_bg.jpg);
	height: 160px;
	max-height: 160px;
}

#content {
	width: 485px;
	float: right;
	padding-right:30px;
	padding-top: 25px;
	font-size: 1.5em;
}

#nav_main {
	width: 165px;
	float: left;
	padding-left: 20px;
	padding-top: 30px;
	font-size: 1.2em;
}

#site_info {
	clear: both;
	padding-left: 205px;
	padding-right: 30px;
	height: 104px;
	padding-top: 20px;
	background: url(../images/foot_bg.jpg) no-repeat 0 0;
}

/* @end */

/* @group branding */

#branding h1 {
	position: absolute;
	left: -1000px;
	font-size: 1em;
}

/* @end */

/* @group nav_main */

#nav_main h1 {
	/*background-color: #800000;*/
	color: #ffdaad;
	padding: 3px 10px;
}

#nav_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_main li {
	border-bottom: 1px dotted #06003d;
	padding-right: 10px;
}

#nav_main li a {
	display: block;
	color: #ffdaad;
	text-decoration: none;
	width: 100%;
	width: 100%;
	padding: 10px 0 10px 10px;
}

#nav_main li a:hover {
		background-color: #000040;
		}

#nav_main img.lang-flag {
	padding-left: 5px;
	padding-right: 8px;
	border-style: none;
	border-width: 0;
}


#page-index #nav-index, #page-agent #nav-agent, #page-7thson #nav-7thson, #page-de-7thson #nav-de-7thson {
	background-color: #800000;
}

#nav_main p.banners {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav_main p.banners img {
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav_main p.banners a {
	background: transparent none;
	border-style: none;
	border-width: 0;
}

#nav_main p.banners a img {
	border-style: none;
}

/* @end */

/* @group content */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.blackout {
	color: black;
	background-color: black;
}

div.quote {
	border: 2px solid #800000;
	width: 80%;
	background-image: url(../images/semi_transp_bg.png);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#content h1.rulertop {
	border-style: none;
	border-top: 1px dotted #800000;
	padding-top: 0.5em;
}

#kilroy {
	padding: 10px;
	/* border: solid #555 2px; */
	background-image: url(../images/dark_semi_transp_bg.png);
}

.kilroy_override {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #560016;
	color: #fff;
	padding: 5px;
	line-height: 1.1em;
}

#kilroy_overridesource {
	font-size: .8em;
	min-height: 150px;
	background: url(../images/k2_avatar_150.jpg) no-repeat left top;
	padding-left: 155px;
}

.kilroy_content {
	line-height: 1.5em;
	text-shadow: 2px 2px 5px #555;
}

.kilroy_contest {
		color: #fff;
		background-color: rgba(0,0,0,.5);
		padding: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		line-height: 1.5em;
}

#kilroy_receiver {
	background-color: rgba(0,0,150,.5);
	padding: 0 .5em;
}

#kilroy ul {
		border: 3px solid #522;
		padding: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		line-height: 1.5em;
		margin: 0;
}

.kilroy_question {
	list-style-type: none;
	padding: 10px 0 10px 25px;
	background: url(../images/bulletp2.png) no-repeat 0px 12px;
}

.kilroy_slogan {
	color: #a11;
	text-align: center;
	font-size: 2.5em;
	line-height: .9em;
	text-shadow: 2px 2px 5px #555;
}

/* @end */

