/*
	Stylesheet for ludopeeterscyclingteam.be

	Media:      screen
	Copyright:  clearfix.be <http://clearfix.be>
	author:     Tom Bevers <tom.bevers@clearfix.be>
*/

/*
	Reset
	@see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
	Typography
*/

body {
	font-size: 14px;
	line-height: 1.2857142857142858em;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

strong { font-weight: bold; }

h1, h2, h3, h4 {
	color: #000;
}


h1 {
	font-size: 1.6714285714285714em;
	line-height: 0.8181818181818182em;
	margin-bottom: 0.8181818181818182em;
	color: #666;
}

h2 {
	font-size: 1.4285714285714286em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}

h3 {
	font-size: 1.2857142857142858em;
	line-height: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.1428571428571428em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

p, ul, blockquote, pre, td, th, label, address {
	font-size: 1em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}

p.small {
	font-size: 0.8571428571428571em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

table {
	margin-bottom: 1.2857142857142858em;
}

a { text-decoration: none; border-width: 0 0 1px; border-style: solid; border-color: #FFF; }
a:link { border-color: #b3becf; color: #23488f; }
a:visited { border-color: #b2bac8; color: #1b3a72; }
a:hover, a:active { border-color: #bfc7d5; color: #4e6da5; }
a:focus {
	border-color: #c2d3e4;
	color: #477aad;
	outline-color:#000000;
	outline-style:dotted;
	outline-width:1px;
}

#content {
 color: #626262
}

#sideBar h3 {
	color: #fff;
	background: #000;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
}

ul.sponsors a, ul.media a, ul.sponsormap a {
    border: none;
}

.sponsor {
    margin: 0 0 25px;
}

.sponsorLogo {
    width: 220px;
    float: left;
}

.sponsorLogo a {
    border: none
}

.sponsorDescription {
    float: left;
}

#footer {
	text-align: center;
}

#footer p {
	color: #333;
	font-size: 0.8em;
	margin: 0;
}

/*
	Basic layout
*/

body {
	background: #fff;
	background: url('../img/bg.png') repeat;
}

#header {
	height: 100px;
	background: url('../img/headerBg.png') repeat-x;
}

#header-inner {
	margin: 0 auto;
	width: 940px;
}

#logo {
	float: left;
}
h1#logo {
	margin: 20px 0 0 0;
	padding: 0;
}
#logo a {
	background: url('../img/logo.png') no-repeat;
	display: block;
	height: 63px;
	width: 246px;
	text-indent: -99999px;
	border: none;
}

#navigation {
	float: right;
	margin: 40px 0 0;
	padding: 0;
	font-size: 1em;
}

	#navigation li {
		float: left;
		padding: 0 0 0 20px
	}

		#navigation li a {
			color: #666;
			text-decoration: none;
			border: 0;
		}

		#navigation li a:hover {
			color: #000;
		}


#main {
	margin: 0 auto;
	width: 940px;
	background: #e5e5e5 url('../img/mainBgTop.png') repeat-x top;
	padding-top: 40px;
}

#main-inner {
	margin: 0 0 10px 0;
}

#content {
	float: left;
	width: 660px;
	padding: 0 0 0 20px;
}

#sideBar {
	float: right;
	width: 220px;
}

    #sideBar ul {
            padding: 0 20px;
    }

#footer {
	padding: 0 0 4px 0;
}


/*
	Forms
*/

dl.form {  }

dl.medium {  }

dl.large {  }

dl.form dt, dl.form dd {
   float: left;
   padding: 2px 0;
}

dl.form dt {
    width: 150px;
}

dl.form dd {
    width: 510px;
}

dl.form dt label { }

.form_errors_block {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 10px;
    color: #D8000C;
    background-color: #FFBABA;
 }
 
.form_errors_block .message {  }

ul.form_errors {
    margin: 0 0 0 15px;
    list-style: disc;
}
.form_errors li .label { font-weight: bold; }

/*
	Others
*/

hr {
	border: none;
	border-top: 1px solid #cccccc;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}

	div.hr hr {
		display: none;
	}

.post {

}

    .post h3 {
        color: #000;
        margin: 0 0 6px;
        font-size: 1.2857142857142858em;
        font-family: Verdana, Geneva, Kalimati, sans-serif;
    }

        .post h3 a {
            color: #000;
            border: none;
        }

        .post h3 a:hover{
            border-style: solid; border-width: 0 0 1px; border-color: #989898989898;
            color: #666;
        }

.posted-on {
	color: #a6a6a5;
	font-size: 0.8em;
}

.posted-on .data {
	text-transform: uppercase;
}

.post img {
	float: left;
	padding: 0 10px 10px 0;
}

dl#bestuur {
    width: 500px;
    margin-bottom: 20px;
}

dl#bestuur dt, dl#bestuur dd {
        float: left;
        border-bottom: 1px solid #ccc;
        margin-top: 5px;
        height: 60px;
}

dl#bestuur dt {
    font-weight: bold;
    width: 200px;
}

dl#bestuur dd {
    float: left;
    width: 300px;
}

.rider {
    width: 200px;
    height: 230px;
    float: left;
    padding: 0 0 10px;
}

.rider a {
    border: none;
}

.riderLeft {
    float: left;
    width: 220px;
}

.riderRight {
    float: right;
    width: 440px;
}

#albums a {
    border: none;
}

.album {
    float: left;
    margin: 0 70px 20px 0;
}

#assets a {
    border: none;
}

.asset {
    margin: 0 10px 20px 0;
}

div.palmaresoverview, ul.palmares {
	float: left;
	width: 420px;
}

.palmares .left {
	float: left;
}

.palmares .right {
	float: right;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/*
    Pagination
*/

.paginationControl {
    font-size: 0.9em;
}

.paginationControl .previous {
    float: left;
}

.paginationControl .next {
    float: right;
}

.paginationControl span.disabled {
    display: none;
}

/*
	Clearfix
	@see  http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
*/

.clearfix:after, .row:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/*
	Lightbox jquery plugin styling
*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#jquery-lightbox a {
	border: none;
}
