

@charset "utf-8";
/*==========================================================
Version:    Beta 
Author:    	WdeB & Pinda
Owner:		Bread&Pepper
===========================================================*/




/*==========================================================
		00 - GLOBAL RESET				
===========================================================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
}

/* Removes list-style from lists */
ol,ul,li { list-style: none; 
margin: 0; padding: 0;}

/* My Comment */

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
}

body, html{
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #22294b url(../img/bg-body.jpg) repeat fixed;
}


/*========================
01 - Main Elements
==========================*/

#top{
	height: 14px;
}

#container{
	width: 960px;
	margin: 0 auto;
	min-height: 500px;
	background-color: #e1e1e1;
	border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #fff;
position: relative;
}

#header{
	height: 140px;
	background-image: url(../img/header.jpg);
	margin: 10px 10px 0;
}


#nav{
	width: 980px;
	margin: 0 0 0 -11px;
	height: 40px;
	background: #273055 url(../img/bg-nav.png) repeat-x;
	border-right: 1px solid #0a3662;
	border-left: 1px solid #0a3662;
}

#content-container{
	border-top: 1px solid #999;
	padding: 0px 0 0;
}

.section{
	background: url(../img/border.gif) repeat-x center bottom;
	padding:  0 10px;
	overflow: auto;
}

#sponsors{
	padding: 10px;
	clear: both;
}

#sponsors ul{
    min-height: 140px;
}

.side{
	float: right;
	min-height: 100px;
	width: 300px;
	overflow: hidden;
}

.main{
	float: left;
	min-height: 100px;
	width: 620px;
	padding: 10px 10px 10px 0;
}

#footer{
	width: 950px;
	margin: 0 auto;
	height: 100px;
	text-align: right;
	padding: 5px;
}

#innerpage{
	background: url(../img/inner-sidebar.png) repeat-y 642px 0;
}

#innerpage .side{
	margin: 40px 0 0 ;
	width: 290px;
	padding: 0 0 0 10px;
}

#innerpage .main{
	min-height: 500px;
}

/*========================
02 - Type
==========================*/

h1{
	text-shadow: 0 1px 1px #888;
	letter-spacing: 3px;
	font-size: 2em;
}

h2{
	font-size: 1.6em;
	text-shadow: 0 1px 1px #fff;
	color: #191919;
}

h3{
	font-size: 1.1em;
	text-shadow: 0 1px 1px #444;
	color: #000;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 6px 0;
}

p{
	font-size: 0.8em;
	margin: 0 0 0.4em;
	color: #444;
}

#footer{
	font-size: 13px;
}

a{
	color: #0359a4;
	text-decoration: none;
}

a:hover{
	color: #4089c5;
}

a:focus{
    outline: none;
}

a.more{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 2.2em;
}

a.more:after{
    content: " \00BB";
}

#innerpage h1{
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
	margin: 10px 0 10px;
}


#innerpage h2,
#innerpage h3,
#innerpage h4,
#innerpage h5,
#innerpage h6{
	margin: 18px 0 5px ;
}

#innerpage h2{
	font-size: 1.2em;
	text-shadow: 0 1px 1px #fff;
	color: #023c80;
	text-transform: none;
}

#innerpage h3{
	font-size: 1.1em;
	text-shadow: 0 1px 1px #fff;
	color: #023c80;
	text-transform: none;
}

#innerpage h4{
	font-size: 1.0em;
	color: #023c80;
	text-shadow: 0 1px 1px #fff;
	}

#innerpage h5{
	font-size: 0.9em;
	color: #023c80;
	text-shadow: 0 1px 1px #fff;
}

#innerpage h6{
	font-size: 0.8em;
	color: #023c80;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
}

#innerpage ul li{
	background: url(../img/bullet.png) no-repeat left 5px;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	font-size: 0.9em;
	color: #333;
}

#innerpage ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 5px 30px;
	font-size: 0.9em;
	color: #333;
}

#innerpage a{
	font-weight: bold;
	font-size: 0.8em;
	
}


/*========================
03 - forms
==========================*/
.button{
	border: 1px solid #0a3662;
	width: 96px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	background: url(../img/bg-nav.png) 0 -1px;
	color: #cbf0fd;
	border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.button:hover{
	color: #fff;
	background-position: 0 -13px;
}



/*========================
04 - header
==========================*/

#header h1{
	text-indent: -9999px;
}

#header h1 a{
	height: 140px;
	width: 250px;
	display: block;
}

#corner-left{
	width: 10px;
	height: 8px;
	background-image: url(../img/nav-left.png);
	position: absolute;
	left: -11px;
	top: 142px;
}

#corner-right{
	width: 10px;
	height: 8px;
	background-image: url(../img/nav-right.png);
	position: absolute;
	right: -11px;
	top: 142px;
}


/*========================
05 - nav
==========================*/


#main-nav {
    position: relative;
    height: 30px; 
    padding: 6px 12px 0;
    z-index: 100;
}

#main-nav li {
	float: left;
	position: relative;
	margin: 0 2px 0 0;
	z-index: 100;
}

#main-nav li.selected, #main-nav li:hover{
	background: url(../img/lava.gif) no-repeat 0 0;
}

#main-nav li:hover span, #main-nav li.selected span {
	background: url(../img/lava.gif) no-repeat right -30px;
    width: 9px; 
    height: 30px;
    position: absolute;
    right: 0;
}



#main-nav li ul li span{
    display: none;
}

#main-nav li a {
    height: 30px;
    display: block;
}


#main-nav li a {
    position: relative; 
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    color: #cbf0fd; outline: none;
    text-align: center;
    height: 30px; 
    top: 7px;
    z-index: 10; 
    letter-spacing: 1px;
    float: left; 
    display: block;
    margin: auto 10px;
    font-size: 12px;
    font-weight: bold;
}

#main-nav li a:hover{
	color: #fff;	
}

#main-nav li ul{
	display: none;
	position: absolute;
	top: 34px;
	background-color: #024089;
	padding: 0;
	text-align: left;
	width: 230px;
	border-right: 1px solid #00235b;
	border-left: 1px solid #00235b;
	border-top: 1px solid #16358b;
	border-bottom: 1px solid #00235b;
	z-index: 100;
	left: 0;
}

#main-nav li ul li{
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	width: 230px;
	background: url(../img/bg-nav.png) repeat-x 0 -10px;
	height: 27px;
	overflow: hidden;
}

#main-nav li ul li:hover{
	background: url(../img/bg-nav.png) repeat-x 0 -2px;
}

#main-nav li ul li a{
	text-align: left;
	margin: 0;
	width: 220px;
	padding: 0 5px 5px;
	display: block;
	height: 22px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

#main-nav li ul li.selected{
	background: url(../img/bg-nav.png) repeat-x 0 -10px;
}

#main-nav li ul li.selected a{
	color: #fff;
}

/*========================
06 - home
==========================*/

.slide{
	height: 260px;
	position: relative;
}

.slide-container{
	width: 620px;
	height: 260px;
	overflow: hidden;
}

.slide h2{
	top: 210px;
	left:0;
	display: block;
	width: 610px;
	padding: 5px;
	overflow: hidden;
	height: 30px;
	position: absolute;
	line-height: 30px;
	background: url(../img/bg-banner.png) repeat;
	color: #d5d5d5;
	font-size: 20px;
	text-shadow: none;
}

.slide img{
	border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
width: 620px;
}

#runs{
	background-color: #d5d5d5;
	margin: 0 0 2px -10px;
	padding: 0 0 10px 10px;
	border-right: 1px solid #fff;
	height: 211px;
}

#runs ul{
	height: 175px;
	padding: 0;
}

#runs ul li{
	float: left;
	height: 160px;
	width: 98px;
	margin: 0 2px 0 2px;
	background-color: #fff;
}


#runs ul li span{
	background-color: #fff;
	width: 98px;
	display: block;
	text-align: center;
	margin: 0;
	height: 50px;
}

#twitter{
	background-color: #004380;
	margin: 10px 0 0;
	padding: 10px;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

#twitter h4{
	font-size: 0.7em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#twitter p{
	color: #fff;
	font-size: 15px;
}

#twitter p.time{
	font-size: 11px;
	color: #8fadba;
	margin: 0 0 20px 0;
	background-image:none;
	background-color: inherit;
}

p.follow{
	width: 300px;
	height: 36px;
	padding: 10px 5px 0;
	display: block;
	background: url(../img/bird.png) no-repeat right top;
	margin: 0 0 2px 0;
	font-weight: bold;
}

p.follow a{
	text-decoration: underline;
}

#sponsors ul{
	overflow: auto;

}

#sponsors ul li{
	width: 90px;
	height: 60px;
	float: left;
	margin: 2px;
	background-color: #fff;
	overflow: hidden;
	text-align: center;	
}

#sponsors ul li a{
	width: 90px;
	height: 60px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

#sponsors ul li img{
	margin: auto 2px;
	
}

.side h2{
	margin: 6px 0 0 ;
	font-size: 1.0em;
}

ul.news-items{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0 0 5px 10px;
	border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

ul.news-items li{
	border-bottom: 1px solid #fff;
	padding: 5px 5px 5px 0;
	min-height: 32px;
}

.grey{
	background-color: #dcdcdc;
}

.white{
	background-color: #e9e9e9;
}


.cal{
	background-color: #bbb;
	width: 20px;
	float: left;
	margin: 3px 0 0 -11px;
	text-align: center;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

.cal span{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 11px;
}

.time{
	font-size: 9px;
	color: #fff;
	height: 12px;
	margin: 0;
	background: #bbb url(../img/bg-nav.png) repeat-x center -1px;
	 -moz-border-radius-topleft: 2px;
    	-webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
}

.news-items h4{
	font-size: 0.8em;
	text-shadow: none;
	margin: 0 0 0 18px;
}

a#rss{
	float: right;
	margin: 11px 2px 0 ;
}

#ad{
	height: 200px;
	width: 300px;
	overflow: hidden;
	margin: 10px 0 11px 0;
}

.home-block{
	width: 196px;
	float: left;
	margin: 0 10px 0 0;
}

.home-block img{
	width: 192px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
}

#timer {
    background: #fff;
    margin-top: 8px;
    margin-bottom: 10px;
}

#countdown {
    margin-left: 20px;
    padding: 3px 0;
}

#social-box {
   margin-top: 8px;
   margin-bottom: 12px;
   height: 40px;
}

#custom-tweet-button a {
    display: block;
    padding: 2px 15px 2px 20px;
    background: url('http://a4.twimg.com/images/favicon.ico') 1px center no-repeat;
    float: left;
}

#custom-hyves-button a {
   display: block;
   padding: 2px 5px 2px 20px;
   background: url('http://cache.hyves-static.net/images/hyvesconnect/favicon_16_round.png') 1px center no-repeat;
   float: left;
}

#custom-fb-button a {
   display: block;
   padding: 2px 5px 2px 20px;
   background: url('../img/f_logo.png') 1px center no-repeat;
   float: left;
}

/*========================
06 - innerpage
==========================*/


#innerpage .side img{
	max-width: 285px;
    border: 1px solid #ccc;
}

#innerpage .main img{
	max-width: 600px;
    border: 1px solid #ccc;
}

/*========================
07 - sponsors
==========================*/

#innerpage ul.sponsor-list li{
    width: 196px;
    height: 190px;
    float: left;
    margin: 10px 10px 0 0;
    display: block;
	padding: 0;
	background-image: none;
	list-style-type: none;
}

ul.sponsor-list li span{
	width: 196px;
	height: 136px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	background-color: #fff;
	margin: 0;
	overflow: hidden;
}


#innerpage ul.sponsor-list li h3{
	padding: 0;
	text-align: center;
	margin: 0;
}

ul.sponsor-list li span img{
	margin: 2px;
	max-width: 190px;
	max-height: 130px;
}

ul.sponsorclub li span{
	display: none;
}

#innerpage ul.sponsorclub li {	
	width: 282px;
	height: 20px;
	text-align: left;
	padding: 0 0 0 18px;
	min-height: 0;
	overflow: hidden;
	background: url(../img/bullet.png) no-repeat left center;
}

#innerpage ul.sponsorclub li h3{
	text-align: left;
	padding: 0;
	
}


/*========================
08 - News
==========================*/

div.news-item {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 36px;
}

div.news-item .cal{
    margin: 8px 0 0 -36px;
}

/*========================
09 - Photologue
==========================*/

.section .page-title {
    border-bottom: 1px solid #fff;
	margin: 10px 0 10px 0;
}

.photo-gallery {
    width: 180px;
    margin: 5px;
    float: left;
    display: block;
}

.gallery-photo {
    border: 1px solid #FFF;
}

ul.photo-gallery {
    width: 100%;
}

ul.photo-gallery li {
    width: 130px;
    float: left;
    margin-bottom: 10px;
}

ul.photo-gallery li img {
    border: 1px solid #FFF;
}



/*========================
IE6 warning message
==========================*/

#ie6msg{border: 5px solid #e10a20; margin:20px auto; background: #fde0de; color:#000; width: 974px;}
#ie6msg h4{margin:8px; padding:0;}
#ie6msg p{margin:8px; padding:0;
}
#ie6msg p a.getie7{font-weight:bold; color:#111;
	text-decoration: underline;
}
#ie6msg p a.ie6expl{font-weight:bold; color:#111;
	text-decoration: underline;
}

#ie6msg img{
	margin: 8px;
	float: right;
}


