/* Lion d'Or Screen Styles
-------------------------------------------------------------- */

/* Reset (Created by Erik Meyer: http://meyerweb.com/eric/tools/css/reset/)
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {content: ''; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; } 
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0; }

/* Fonts (16 pixel baseline)
-------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

h1,h2,h3,h4,h5,h6 { 
  margin: 0; 
  color: #333; 
  clear: both; 
}

/* Total height for each heading has to be a multiple of the baseline (16). */
h1 { font-size: 32px; line-height: 32px; padding: 16px 0; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; font-weight:bold; }
h6 { font-size: 10px; font-weight:bold; }

/* Images
-------------------------------------------------------------- */

img.left { clear: both; float: left; }
img.center { clear: both; float: none; display: block; margin: 0 auto; }
img.right { clear: both; float: right; }

/* Links
-------------------------------------------------------------- */

a			{ color: #34517C; text-decoration: none; outline: none; font-weight: bold; }
a:hover		{ color: #D4E59F;}
a:visited	{ text-decoration: none; }

/* 3 column page layout with header & footer
-------------------------------------------------------------- */

body { background: #333; }
.page { position: relative; margin: 0 auto; width: 960px; text-align: left; background: url(../img/design/content-960-white-orange3.jpg) repeat-y #CCC; }

/* PageHeader
-------------------------------------------------------------- */

#pageheader { position: relative; }

#headertop { height: 103px; background: url(../img/design/header-960-orange3.jpg) no-repeat center top; }

	#pagetitle  {
		font: bolder 44px Tahoma, Arial, Sans-serif;
		letter-spacing: -2px;
		color: white;
		position: absolute;
		top: 25px; left: 47px;
	}
	
	#pagesubtitle {
		font: normal 16px Tahoma, Arial, Sans-serif;
		color: white;
		position: absolute;	
		top: 70px; left: 50px;		
	}
	
	#headerlogo {
		position: absolute;	
		top: 23px; right: 85px;	
	}

/* Main Menu
-------------------------------------------------------------- */

#mainmenu {
	font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	clear: both;
	height: 37px;
	margin: 0 20px;	
	background:url(../img/design/menu-orange3.jpg) repeat-x; 
}
	#mainmenu ul { float: right; list-style: none; padding: 10px 10px; }
	#mainmenu ul li { display: inline;}
	#mainmenu ul li a { display: block; float: left; padding: 0 12px; text-decoration: none; color: #333; }
	#mainmenu ul li a:hover { color: #FFF;}
	#mainmenu ul li a.selected { color: #FFF; }
	
/* Page Menu
-------------------------------------------------------------- */

#pagemenu {
	font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	clear: both;
	height: 24px;
	margin: 6px 15px 3px 15px;	
	background: #FBF6EF;
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
}
	#pagemenu ul { float: right; list-style: none; padding: 4px 10px; }
	#pagemenu ul li { display: inline; }
	#pagemenu ul li a { display: block; float: left; padding: 0 12px; text-decoration: none; color: #333; }
	#pagemenu ul li a:hover { color: #D33B41; }
	#pagemenu ul li a.selected { color: #D33B41; }	
	
/* Lang Menu
-------------------------------------------------------------- */

#langmenu {
	font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	clear: both;
	height: 24px;
	margin: 6px 15px 3px 15px;	
	background: #E4EFE0;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
	#langmenu ul { float: left; list-style: none; padding: 4px 0px; }
	#langmenu ul li { display: inline; }
	#langmenu ul li a { display: block; float: left; padding: 0 12px; text-decoration: none; color: #88AC0B; }
	#langmenu ul li a:hover { color: #34517C; }
	#langmenu ul li a.selected { color: #34517C; }	
	
/* PageContent Layout
-------------------------------------------------------------- */

#pagecontent {
	position: relative;
	clear: both;
	float: left;
	width: 910px;				/* width of whole page minus left and right margin*/
	left: 25px;					/* left margin */
	overflow: hidden;			/* This chops off any overhanging divs */
	text-align: left;
	background: #FFF;			/* rightbar background */
}	
	
	#leftwrap { 
		position: relative;
		float: left;
		width: 800px;			/* leftbar width + content width */
		background: #FBE1B8;	/* leftbar background */
		background: #FFF;	/* leftbar background */		
	}
	
		#leftbar {	
			position: relative;
			float: left;
			width: 100px;		/* leftbar width */
		}
		
		#contentwrap { 
			position: relative;
			float: right;
			width: 700px;		/* content width */
			background: #FFF;	/* content background */
		}
		
			#content {
				position: relative;
				float: left;
			}
	
	#rightbar { 
		position: relative;
		float: right;
		width: 110px;			/* rightbar width */
	}	
	
/* Page Helpers
-------------------------------------------------------------- */

.padded { padding: 15px; }
.inflated { width: 100%; height: 600px; }
.cleared { clear: both; }
.fitwidth { width: 100%; }
img.underconstruction {clear: both; float: none; display: block; margin: 50px auto; }
img.logo { clear: both; float: none; display: block; margin: 12px auto; }

#home #contentwrap {height: 600px; background:url(../img/content/home/home-back.jpg) no-repeat left top #FFF; }
#home #content p {
	margin: 10px 0 0 10px; 
	padding: 0;
	font: bold 12px Tahoma, Arial, Sans-serif;
	text-transform: none;
	color: #FF5700;
}

#news #content { width: 670px; }	
#news #content h2 {
		padding-left: 25px;
		border-top: 2px solid red;
		border-bottom: 2px solid blue;
		background: url(../img/common/flags/nl.gif) no-repeat 5px center #FBEFDC;
		font-weight: bold;
		font-size: 15px;
		color: #D33B41;
}
#news #content h4 { margin: 10px 25px; color: #4A5184; }
#news #content p { margin: 0 25px 5px 25px; text-align: justify; color: #4A5184; }
#news h1 { padding: 2px 10px; text-align: center; }

#track #contentwrap { background: url(../img/content/track/flyer-700-620-back-inverted.jpg) right top #FBE1B8;}
#track #content { width: 100%; padding: 10px;}
#track a.lightbox { display: block; padding: 10px; }

#invitation { width: 670px; }
#invitation h3 { padding: 2px 10px; text-align: center; }
#invitationtable { margin: 15px auto; width:100%; }
#invitationtable th { padding: 3px 2px; text-align: left; font-weight: bold; background:#FAFAFA; border:1px solid #DDD; }
#invitationtable td { padding: 5px 2px 10px 2px; }

#invitationtable .subtable { width: 100%; }
#invitationtable .subtable td { padding: 0 2px; border: 1px solid #DDD;}

#timetable { width: 670px; }
#timetable h3 { padding: 2px 10px; text-align: center;  }
#timetable table { margin: 15px auto; width:100%; }
#timetable th { color: #D33B41; padding: 3px 2px; text-align: left; font-weight: bold; font-size: 14px; background:#FFF8EB; border:1px solid #FBB98D; }
#timetable td { color: #1D2687; padding: 0 2px; border: 1px solid #FBB98D; }

#fooddrinks { width: 670px; }
#fooddrinks h3 { padding: 2px 10px; text-align: center; }
#fooddrinks table { margin: 15px auto; width: 350px; }
#fooddrinks th { color: #D33B41; padding: 3px 2px; text-align: center; font-weight: bold; font-size: 14px; background:#FFF8EB; border:1px solid #FBB98D; }
#fooddrinks td { color: #1D2687; padding: 0 2px; text-align: center; border: 1px solid #FBB98D; }

#prizemoney { width: 670px; }
#prizemoney h3 { padding: 2px 10px; text-align: center; }
#prizemoney table { margin: 15px auto; width:100%; }
#prizemoney th { color: #D33B41; padding: 3px 2px; text-align: center; font-weight: bold; font-size: 14px; background:#FFF8EB; border:1px solid #FBB98D; }
#prizemoney #subheading td { padding: 3px 2px; text-align: center; font-size: 14px; background:#FAFAFA; border:1px solid #101B97; }
#prizemoney td { color: #1D2687; padding: 0 2px; text-align: right; border: 1px solid #FBB98D; }
#prizemoney .totals td { color: #1D2687; font-weight: bold; padding: 0 2px; text-align: right; border: 1px solid #FBB98D; background:#FFF8EB;}

#campsite-map #content { width: 700px; }
#campsite-info #content h3 { padding: 2px 10px; text-align: center; }
#campsite-info #content h4 { padding: 0 0 10px 0; }
#campsite-info #content p { padding: 2px 0px; text-align: justify; }
#campsite-info #content ol { margin: 5px 50px; list-style: decimal; }
#campsite-info #content ul { margin: 5px 50px; list-style: disc; }

#promocup-poster #content { width: 700px; }
#promocup-info #content h3 { padding: 2px 10px; text-align: center; color: #393D78; }
#promocup-info #content h5 { padding: 2px 10px; text-align: center; color: #393D78; }
#promocup-info #invitationtable { margin: 15px auto; width:100%;  }
#promocup-info #invitationtable th { padding: 3px 2px; text-align: left; font-weight: bold; background:#FAFAFA; border:1px solid #DDD; color: #393D78;}
#promocup-info #invitationtable td { padding: 5px 2px 10px 2px; color: #393D78; }

/* PageFooter
-------------------------------------------------------------- */

#pagefooter { clear: both; height: 45px; text-align:center; padding: 10px 0; background:url(../img/design/footer-960-lowered-orange4.jpg) no-repeat center top #CCC; }
	#pagefooter p { color: #FFF;}
	#pagefooter a { color: #FFF; font-weight: bold; }
	#pagefooter a:hover { color: #333; }


