@import "reset.css";

body {
	text-align: center;
	margin: 0;
	padding: 0 2em 8px 2em;
	min-width: 980px;
	
	font-family: arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	
	background-image: url(/2009-kvitfjell-ep/graphics/background.png);
	background-repeat: repeat-x;
	background-position: top;	
}

embed {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5 {
	margin: 1.5em 0 0.5em 0;
}

a {
	text-decoration: none;
	color: #255995;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.2em;
	line-height: 1em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
}


#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 100%;
	background-color: #1D4370;
	margin-bottom: 10px;
	background-image: url(/2009-kvitfjell-ep/graphics/header.jpg);
	height: 206px;
	position: relative;
}


#body {
	width: 100%;
	float: left;
	margin-bottom: 4px;
}

#content {
	width: 520px;
	float: left;
	padding-right: 350px;
}

#content ul
{
	list-style: disc inside;
}

.contentFront {
	width: 870px !important;
	padding-right: 0 !important;
}

#partners {
	width: 110px;
	float: left;
}


#footer {
	float: left;
	clear: both;
	width: 870px;
	margin: 4px 0 0 0;
	padding: 0;
	color: #555;
	font-size: 0.7em;
	text-transform: uppercase;
} 

#footer a {
	color: #333;
	font-weight: bold;
} 

#footer a:hover {
	color: #FE7C00;
}

#leftCol {
	width: 520px;
	float: left;
}

#rightCol {
	width: 340px;
	float: left;
	background-color: #244976;
	margin-left: 10px;
}

#header img.logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#headerSponsors {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 0;
	width: 110px;
	text-align: center;
}

#headerSponsors li {
	padding: 2px 0;
}

#mainMenu {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	height: 38px;
	color: white;
}

#mainMenu li {
	float: left;
	bborder-right: 1px solid white;
	height: 38px;
	padding: 0;
	margin: 0 2px 0 0;
	text-transform: uppercase;
	font-size: 14px;
}

#mainMenu a {
	padding: 10px 11px;
	height: 18px;
	margin: 0;
	float: left;
	color: white;
	font-weight: normal;	
}

#mainMenu a:hover {
	background-color: #1E4D85;
	text-decoration: none;
}


ul#subMenu {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 2em 0;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
}

#subMenu li {
	float: left;
	margin: 0;
	padding: 3px 6px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #dedede;
	list-style: none;
}

#subMenu a {
	color: black;
	font-weight: normal;
}

#subMenu a:hover {
	text-decoration: none;
}

#subMenu .title {
	background-color: white;
	font-weight: bold;
	padding: 3px 10px 3px 0;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#partners ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#partners li {
	margin-bottom: 10px;
}
	
#partners li.title {
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 1em;
}	

.article {
	float: left;
	width: 242px;
	margin-bottom: 4px;
	padding: 8px;
	background-color: #dedede;
	border-top: 4px solid white;
	color: black;
	clear: left;
}

.articleRight {
	margin-left: 4px;
	clear: none;
}

.article p {
	margin: 0;
}

.article p span {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	padding: 1px 3px;
	background-color: #eee;
	margin-right: 3px;
}

.article h2 {
	margin: 8px 0;
	padding: 0;
}

.article h2 a {
	color: black;
	font-weight: normal;
}

.newsSmall {
	float: left;
	width: 520px;
	background-color: #618ab8;
	color: white;
	background-image: url(/2009-kvitfjell-ep/graphics/newsBackground.png);
	padding: 0;
}


.newsBig {
	float: left;
	width: 520px;
	background-color: #618ab8;
	color: white;
	background-image: url(/2009-kvitfjell-ep/graphics/newsBigBackground.png);
	background-repeat: repeat-x;
	padding: 0;
}

.newsBig .article {
	background-image: url(/2009-kvitfjell-ep/graphics/newsBigCorner.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px;
	float: left;
	width: 504px;
	border-top: none;
	background-color: transparent;
	color: white;
}

.newsBig img {
	float: right;
	margin-left: 8px;
}

.newsBig h2 {
	font-size: 1.7em;
	margin: 8px 0;
}

.newsBig h2 a {
	color: white;
}

.newsBig .article p span {
	background-color: #5983b4;
	color: #b5c8de;
}


.resultBox {
	float: left;
	width: 504px;
	background-color: blue;
	padding: 8px;
	margin-top: 4px;
	background-image: url(/2009-kvitfjell-ep/graphics/scheduleTableBackground.png);
}

.resultBox h2 {
	font-size: 1.7em;
	color: white;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
}

.resultBox h2.smallHeader {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

.resultBox h2 span.cancelled {
	background-color:white;
	color:red;
	font-size:0.6em;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	position:relative;
	top:-0.2em;
}

.resultBox ul {
	list-style: none !important;
	float: left;
	clear: both;
	width: 100%;
}

.resultBox li {
	float: left;
}

.resultBox li a {
	background-color:white;
	background-image:url(/2009-kvitfjell-ep/graphics/button.png);
	color:black;
	display:block;
	font-size:10px;
	height:18px;
	padding-top:2px;
	text-align:center;
	text-transform:uppercase;
	width:131px;
	margin-right: 8px;
}

.resultBox li.live a {

}



#teamBox {
	background-image: url(/2009-kvitfjell-ep/graphics/joinAWinningTeam.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 324px;
	height: 280px;
	padding: 8px;
	color: white;
	position: relative;
	top: -10px;
	margin-bottom: -10px;
}

#teamBox h2 {
	display: none;
}

#teamBox p {
	float: left;
	font-size: 1.25em;
	font-style: italic;
	width: 170px;
}

#teamBox ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 274px;
	text-align: center;
}

#teamBox li {
	float: left;
}

#teamBox li a {
	background-image: url(/2009-kvitfjell-ep/graphics/button.png);
	float: left;
	width: 131px;
	height: 19px;
	margin: 3px;
	color: black;
	padding-top: 1px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}


#raceSchedule {
	background-image: url(/2009-kvitfjell-ep/graphics/scheduleBackground.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	width: 316px;
	padding: 12px;
}

#raceSchedule h2 {
	float: left;
	width: 30px;
	height: 136px;
	margin-top: 4px;
	background-image: url(/2009-kvitfjell-ep/graphics/raceSchedule.png);
	background-position: top 4px;
	background-repeat: no-repeat;
	color: white;
}

#raceSchedule h2 span {
	display: none;
}

#raceSchedule div.schedule {
	background-color: #1c3e64;
	background-image: url(/2009-kvitfjell-ep/graphics/scheduleTableBackground.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #17395f;
	padding: 8px;
	color: white;
	float: right;
	width: 266px;
}

.schedule table {
	border-spacing: 4px;
	width: 80%;
	float: right;
}

.schedule td {
	padding: 0 3px 4px 0;
	font-size: 0.85em;
	padding-top: 0;
	color: white;
}

.schedule .day td {
	border-top: 1px dotted #A8BBCF;
	padding-top: 4px;
}

.schedule .last td {
	border-bottom: 1px dotted #A8BBCF;
}

table.results {
	width: 80%;
}

table.results td {
	background-color: #dedede;
	border-bottom: 2px solid white;	
	padding: 3px;
}

table.results th {
	background-color: #cdcdcd;
	border-bottom: 2px solid white;	
	padding: 6px 3px;
}

table.results td.pos, table.results th.pos {
	width: 8%;
	text-align: right;
	padding-right: 2%;
}

table.results td.name {
	width: 56%;
}

table.results td.nat {
	width: 10%;
}

table.results td.time, table.results th.time {
	width: 18%;
	text-align: right;
}

.race p.date {
	margin: 0 0 0.5em 0;
}

.race ul {
	list-style: none !important;
	margin: 0.5em 0 1em  0;
}


div.imageRow {
	background-color:#DEDEDE;
	float: right;
	margin-left: -340px;
	padding: 8px 8px 0 8px;
	position: relative;
	right: -350px;
	width: 324px;
}

.imageRow p {
	margin: 0 0 8px 0;
	padding: 0;
}

div.video {
	width: 314px;
	float: left;
	margin: 0;
	padding: 0 12px 12px 12px;
}
	
.imageGallery {
	float: left;
	width: 520px;
	padding: 0;
	margin: 0;
}

.imageGallery img {
	display: block;
	margin: 0;
	padding: 0;
	border: 4px solid #dedede;
}

.galleryThumbnails {
	float: right;
	position: relative;
	right: -350px;
	width: 340px;
	margin-left: -340px;
}

.galleryThumbnails h1 {
	margin: 4px 0 12px 0;
} 

.galleryThumbnail {
	float: left;
	margin: 2px;
} 
	
.galleryGalleries {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}

.galleryGalleries h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

.galleryGalleries ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.galleryGalleries li {
	list-style: none;
	margin: 0;
	padding: 3px 6px;
	background-color: #dedede;
	border-bottom: 1px solid white;
	font-size: 0.9em;
}
.galleryGalleries a {
	color: black;
	font-weight: normal;
	text-transform: uppercase;
}


.newsArchiveList {
	float: right;
	position: relative;
	right: -350px;
	top: -210px;
	width: 324px;
	margin-left: -340px;
	background-color: #dedede;
	padding: 8px;
	
}

.newsArchiveList h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

.newsArchiveList ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.newsArchiveList li {
	list-style: none;
	margin: 0;
	padding: 3px 6px;
	font-size: 0.9em;
}

.newsArchiveList a {
	color: black;
	font-weight: normal;
}

.newsArchiveList span {
	color: #666;
	font-weight: normal;
	background-color: #eee;
	margin-right: 3px;
	padding: 1px 2px;
	font-size: 0.8em;
}


.contactGroup {
	width: 100%;
	border-collapse: collapse;
}

.contactGroup td {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 3px 0;
}

.contactGroup td.name {
	width: 40%;
}

.errormessage {
	background:#ffe7e4 url(../graphics/icon_error.png) 10px 10px no-repeat;
	border:2px solid #c00;
	color: Black;
	padding:10px 10px 6px 34px;
	font-weight: bold;
}

.successmessage {
	background:#E2F9E3 url(../graphics/con_success.png) 10px 10px no-repeat;
	border:2px solid #B6EFB7;
	color: Black;
	padding:10px 10px 6px 34px;
	font-weight: bold;
}

