/*

Theme name: Iceman
Description: A WordPress theme by Fredrik Sørlie
Version: 1.0
Author: Fredrik Sørlie
Author URI: http://fredriksoerlie.com

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999;
	line-height: 18px;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #333;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img {
	vertical-align: bottom; border:0;
}

p {
	/*display: block; clear: both;*/
	margin-bottom: 20px;
}

.alignleft, .left {
	float: left;
	text-align: left;
}

.alignright, .right {
	float: right;
	text-align: right;
}

.aligncenter, .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

blockquote {
	font-size: 16px; color: #666;
	border-left: 1px solid #CCC;
	padding: 20px;
}

img.size-thumbnail, img.size-medium {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

img.size-large {
	display: block; clear: both;
	margin-bottom: 20px;
}


/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center;
	background: #000 url("images/bg-main.gif") no-repeat top center;
}

	div#page {
		width: 960px;
		overflow: hidden;
		margin: 0 auto;
		padding: 40px 0;
	}

		h1#logo {
			width: 960px; height: 40px; overflow: hidden;
			font-size: 1px; line-height: 1px;
			position: relative;
			display: block; clear: both;
			margin: 0; padding: 0;
		}

			h1#logo .left {
				position: absolute; left: 0; bottom: 0;
			}

			h1#logo .right {
				position: absolute; right: 0; bottom: 0;
			}

		ul#menu {
			width: 960px; height: 50px; line-height: 50px; overflow: hidden;
			font-size: 12px; text-transform: uppercase; text-align: center;
			background: url("images/bg-menu-footer.png") no-repeat top;
			margin-top: 20px;
		}

		div#content {
			width: 960px;
			color: #CCC;
			background: #171717 url("images/bg-content.gif") no-repeat top;
			display: table; clear: both;
			border-top: 1px solid #000;

			/*
			height: 500px;
			overflow: auto;
			scrollbar-face-color: #333;
			scrollbar-shadow-color: #333;
			scrollbar-highlight-color: #333;
			scrollbar-3dlight-color: #171717;
			scrollbar-darkshadow-color: #171717;
			scrollbar-track-color: #171717;
			scrollbar-arrow-color: #FFF;
			*/
		}

		ul#sponsors {
			width: 960px;
			text-align: center;
			background: url("images/bg-menu-footer.png") no-repeat bottom;
			display: table; clear: both;
			border-top: 1px solid #000;
			padding: 10px 0;
		}

			ul#sponsors li {
				display: inline;
				margin: 0 20px;
			}

			ul#sponsors li img {
				vertical-align: middle;
			}

		div#footer {
			width: 960px;
			display: table; clear: both;
			padding: 20px 0;
			font-size: 12px;
			color: #666;
		}


/* -------------------------------- Additional layout styles -------------------------------- */

div#gallery,
div#calendar {
	width: 960px; overflow: hidden;
	text-align: left;
	float: left;
	margin-left: 20px;
	padding: 30px 0;
}

div#maincontent {
	width: 500px; overflow: hidden;
	text-align: left;
	float: left;
	margin-left: 20px;
	padding: 30px 0;
}

	#maincontent .post,
	#maincontent .comment {
		display: block; clear: both;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #333;
	}

		#maincontent .post .date {
			color: #999;
			display: block; clear: both;
			margin-bottom: 20px;
		}

		#maincontent .comment .date {
			font-size: 12px;
			color: #666;
			display: block; clear: both;
			margin-bottom: 10px;
		}

		#maincontent .postmeta,
		#maincontent .commentmeta {
			display: block; clear: both;
			margin-bottom: 20px;
		}

		.comment {
			width: 500px;
			background: #252527;
			display: inline; clear: both;
			padding: 20px 0 0 20px;
			margin-bottom: 20px;
		}

		.commentavatar {
			display: none;
			width: 64px;
			float: left; margin-right: 20px;
		}

		.commenttext {
			width: 460px;
			float: left;
		}

	#calendar .race {
		width: 420px;
		float: left;
		margin: 0 20px 40px 0;
	}

	#calendar .race .track-icon {
		background: url("images/bg-thumb.png") no-repeat;
		float: left;
		padding: 10px;
		margin: 0 20px 0 0;
	}

	#calendar .race .race-info {
		float: left;
	}

		#calendar .race .race-info .date {
			color: #999;
			display: block; clear: both;
			margin-bottom: 10px;
		}


div#subcontent {
	width: 380px;
	line-height: 14px;
	text-align: left;
	float: right;
	margin-right: 20px;
	padding: 30px 0;
	overflow: hidden;
}

	#subcontent .headline {
		clear: both;
		margin: 0 0 10px 0; padding: 0;
	}

	#subcontent .headline .date {
		width: 80px;
		line-height: 14px;
		color: #999;
		display: inline;
		margin: 0;
	}

	#subcontent .sidebarbox {
		display: block; clear: both;
		margin-bottom: 30px;
	}

#subcontent .widget {
	width: 380px;
	float: left;
	margin: 0 0 20px 0;
}

#subcontent .sponsors {
	width: 	401px;
	padding-bottom: 20px;
}

#subcontent .sponsors img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

/* -------------------------------- Heading styles -------------------------------- */

h2 {
	font-size: 13px; font-weight: normal; color: #666; line-height: 15px;
	display: block; clear: both;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px; font-weight: bold; color: #FFF;
	margin: 0;
}

#maincontent .race h3 {
	margin-bottom: 10px;
}

#maincontent .race h3.completed {
	color: #999;
}

#subcontent .headline h3 {
	width: 280px;
	font-size: 13px; font-weight: normal; line-height: 15px;
	display: inline;
	margin: 0;
}

h4 {
	font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus,
a:link,
a:active {
	outline: none;
}

a,
a:link,
a:active,
a:visited {
	color: #FC0; text-decoration: none;
}

a:hover {
	color: #FFF; text-decoration: none;
}

ul#menu li a {
	color: #FFF;
	text-decoration: none;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: #FC0;
	text-decoration: none;
}

a.rss-link {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

a.more-link {
	display: block; clear: both;
	margin: 10px 0;
}

a.back-link {
	font-size: 12px; font-weight: normal; line-height: 14px;
	text-transform: uppercase;
	display: block; clear: both;
	text-align: left;
	padding: 0 20px 20px 20px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: inline;
	margin: 0 20px;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	color: #FFF;
	background: #252527;
	border: 4px solid #252527;
}

#subcontent input {
	width: 100%;
	margin-bottom: 10px;
}

input.button {
	width: 120px;
	float: left;
	margin-bottom: 10px;
}

textarea {
	color: #FFF;
	background: #252527;
	border: 4px solid #252527;
	overflow: auto;
}

#subcontent textarea {
	width: 100%;
	margin-bottom: 10px;
}

