/*
 ::Table Of Content
 1.) Global Typography
 2.) Basic Structure of page
 3.) Header Section
 4.) Footer Section
 ---------------------------------------------------------*/
/*
 1.) Global Typography
 -----------------------------------------------*/
body {
    font-size: 62.5%;
    background: rgb(255,255,255);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: rgb(0,0,0);
}
p {
    font-size: 1.2em;
	line-height: 1.4em;
    color: rgb(0,0,0);
	margin-bottom: 1.0em;
	margin-top: 0;
}
h1, h2 {
    line-height: 1.2;
}
h1 {
    font-size: 2.4em;
    padding-left: 108px;
    text-align: right;
}
h2 {
    font-size: 1.8em;
    color: rgb(255,255,255);
    text-transform: uppercase;
    /*padding-right: 60px;*/
}
h3 {
    font-size: 1.6em;
	color: rgb(204,0,0);
	text-transform: uppercase;
	font-weight: bold;
    line-height: 1.2;
    font-weight: bold;
	margin-bottom: 1.0em;
}
strong {
	font-weight: bold;
}
a {
	color: #cc0000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
/*
 2.) Basic Structure of page
 --------------------------------------------*/
.page {
    width: 960px;
    margin: 0px auto;
}
#header, #footer {
    width: 100%;
}
/*
 3.) Header Section
 --------------------------------------------------*/
#header {
    padding-top: 27px;
}
#logo {
    display: block;
    margin-left: -15px;
}
.navigation {
    padding-top: 122px;
}
.social-icon a {
    width: 35px;
    height: 35px;
    background: url(../images/social-icon.png) left top no-repeat;
    display: block;
    margin-top: -3px;
    float: right;
}
.social-icon a:hover {
    opacity: 0.7;
	text-decoration: none;
}
#header nav{
    clear: right;
    float: right;
}
.nav {
    padding: 10px 0px;
}
.nav li {
    float: left;
    margin-left: 15px;
}
.nav li a {
    font-size: 1.2em;
    line-height: 1;
    color: rgb(1,1,1);
    text-transform: uppercase;
    font-weight: bold;
}
.nav li a.active {
    color: rgb(186,0,25);
}
.nav li a.active-cycling {
    color: rgb(70,81,10);
}
.nav li a.agenda {
    color: rgb(77,0,65);
}
.nav li a:hover {
    color: rgb(186,0,25);
}
.nav li a:active, .nav li.current-menu-item a{
    color: rgb(186,0,25);
}
/*4.) Footer Section
 ------------------------------------------------------*/
#footer {
    background: rgb(217,218,220);
    padding: 20px 0px;
}
.powerd-by span, .footer-logos span {
    font-size: 1em;
    color: rgb(0,0,0);
}
.footer-logos span {
    margin-top: -5px;
    display: block;
}
.powerd-by a {
    margin-left: 29px;
}

/* Facebook
 ------------------------------------------------------*/
#u_0_0, .pluginSkinLight {float:right; border:1px solid red;}

/* Timeline extras
 ------------------------------------------------------*/
#tl3 .t_line_month {display: none;}