/**
 * Star Truck
 *
 * Contains all general layout declarations.
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2010-01-20
 */

/* page structure
---------------------------------------------------------- */

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
    overflow: hidden;
    background: url(../img/bg_container.jpg) no-repeat 0 0;
}

/* header
---------------------------------------------------------- */

#header {
    position: relative;
    height: 220px;
    
}

.home-startruck #header {
    
}

/* logo
---------------------------------------------------------- */

#logo {
	border: none;
	position: absolute;
	top: 4px;
	left: 10px;
	width: 295px;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
}

.home-startruck #logo, .content-startruck #logo {
    left: 10px;
    top: 45px;
    width: 300px;
    height: 120px;
}

/* navigation
---------------------------------------------------------- */

#nav {
    position: absolute;
    top: 69px;
    left: 0;
    width: 220px;
    border-bottom: 1px solid #e5e6e6;
}

#nav li {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e6e6;
}

#nav a {
    float: left;
    padding: 8px 0 11px 0;
    text-decoration: none;
}

#nav .selected a { color: #00ace4; }
#nav .selected ul a { color: #828c98; }
#nav .selected ul a:hover { color: #00ace4; }

#nav li ul {
    padding: 0 0 20px 20px;
    width: 200px;
}

#nav li li {
    border-top: none;
}

#nav li li a {
    padding: 4px 0 6px 0;
}

#nav .back {
    position: absolute;
    top: -54px;
    left: 0;
    padding: 0 0 0 10px;
    text-transform: lowercase;
    background: url(../img/sprite_interface.png) no-repeat -7px -243px;
}

#nav .back:hover { background-position: -7px -273px; }

/* main
---------------------------------------------------------- */

#main {
    position: relative;
    padding: 0 0 35px 0;
}

/* widgets
---------------------------------------------------------- */

.widget {
	position: relative;
}

.widget img {
    margin: 0 0 8px 0;
}

.widget h2 {
    margin: 0 0 15px 0;
    letter-spacing: -.2px;
}

.widget h2 a {
    text-decoration: none;
    color: #00ace4;
}

.widget .more {
    text-transform: lowercase;
}

/* widget -> rte
---------------------------------------------------------- */

.rte {
    padding-top: 17px;
    border-top: 1px solid #e5e6e6;
}

.rte h2 {
	margin: 0 0 15px 0;
    color: #23548a;
}

.rte h3 { color: #23548a; }

.rte p {
	margin: 0 0 2.4em 0;
}

.rte ul,
.rte ol {
	margin: 0;
	padding: 0 0 2.4em 0;
}

.rte ol {
	margin: 0 0 0 40px;
	list-style: decimal outside none;
}

.rte li {
	margin-bottom: 1em;
}

.rte ul { margin-left: 25px; }

.rte ul li {
	padding-left: 15px;
	zoom: 1;
	background: url(../img/sprite_interface.png) no-repeat -6px -310px;
}

.rte img {
}

.rte img.left {
	float: left;
    margin: 5px 30px 10px 0;
}

.rte img.right {
	float: right;
	margin: 0 0 0 4px;
}

.rte blockquote {
    padding-top: 7px;
    margin: 0 0 2.4em 0;
}

.rte blockquote p {
    margin: 0 0 10px 0;
    font-size: 1.385em;
    font-weight: normal;
    line-height: 1.389em;
}

.rte blockquote .cite {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    color: #23548a;
}

.rte .cite {
	font-weight: bold;
	font-size: 0.857em;
	color: #339fcd;
}

.rte .cite em {
	display: block;
	font-weight: normal;
	color: #7F868D;
}

/* columns
---------------------------------------------------------- */

.cols {
    padding: 14px 0 0 0;
}

.home #main .cols { padding: 0; }
.home-startruck #main .cols { padding: 0 0 0 20px; }

.cols .last {
    padding-left: 20px;
    margin-right: 0;
}

.col {
	margin-right: 40px;
	float: left;
    display: inline;
}

.col h1 {
    margin: 0 0 35px 0;
}

/* widget -> 1 col
---------------------------------------------------------- */

.col-1 {
    padding: 20px 0 0 0;
	width: 200px;
}

.col-1 blockquote {
    width: 200px;
}

.col-1 h3 {
	margin: 0 0 1.25em 0;
	font-size: 1.214em;
	color: #339fcd;
}

.col-1 .rte {
	padding-bottom: 40px;
}

/* widget -> star truck
---------------------------------------------------------- */

.startruck {
    padding: 230px 20px 20px;
    width: 200px;
    margin-right: 20px;
    color: #fff;
}

.startruck h3 {
    margin: 0 0 8px 0;
    font-size: 1.385em;
    color: #8edeff;
}

.startruck h3 a {
    text-decoration: none;
    color: #8edeff;
}

.startruck a.more {
    position: absolute;
    bottom: -28px;
    right: 10px;
    width: 65px;
    height: 65px;
    text-indent: -999em;
    overflow: hidden;
}

/* widget -> 2 col
---------------------------------------------------------- */

.col-2 {
    margin-left: 260px;
	width: 520px;
}

/* widget -> 2 col
---------------------------------------------------------- */

.week .widget {
    padding: 10px 0 35px 100px;
    border-top: 1px solid #e5e6e6;
    background-repeat: no-repeat;
}

.week .day-1 { background-position: -10px 12px; }
.week .day-2 { background-position: -610px 12px; }
.week .day-3 { background-position: -1210px 12px; }
.week .day-4 { background-position: -1810px 12px; }
.week .day-5 { background-position: -2410px 12px; }
.week .day-6 { background-position: -3010px 12px; }
.week .day-7 { background-position: -3610px 12px; }

/* language
---------------------------------------------------------- */

#lang {
	position: absolute;
	top: 10px;
	right: 10px;
}

#lang h3 {
    float: left;
    margin-right: 5px;
    font-size: 1em;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
}

#lang ul {
    float: left;
}

#lang li { float: left; }

#lang ul a {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/sprite_interface.png) no-repeat 0 0;
}

#lang a.nl { background-position: -51px -57px; }
#lang a.fr { background-position: -51px -105px; }

#lang .selected a.nl { background-position: -3px -57px; }
#lang .selected a.fr { background-position: -3px -105px; }

/* skip to nav links
---------------------------------------------------------- */

#skip {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}

#skip li{
	text-indent: -999em;
}

/* footer
---------------------------------------------------------- */

.home #footer {
    width: 380px;
    margin: 30px 0 0 0;
    padding: 24px 20px 0 560px;
    height: 418px;
    background: #eff2f3 url(../img/bg_map.png) no-repeat 0 0;
}

#footer .cols {
    padding: 0 0 50px 0;
}

#footer {
	position: relative;
	margin: 30px 0 50px 260px;
    width: 520px;
	color: #adb8be;
}

#footer .col { display: block; }

#footer h3 {
    margin: 0 0 20px 0;
    font-size: 1.385em;
}

#footer a {
    text-decoration: none;
    color: #304353;
}

#footer a em {
    font-style: normal;
    font-weight: bold;
    color: #778591;
}

#footer a:hover {
    color: #00ace4;
}

#footer a span {
    position: absolute;
    width: 26px;
    height: 45px;
    cursor: pointer;
}

#a1 { left: 254px; top: 46px; }
#a2 { left: 402px; top: 114px; }
#a3 { left: 172px; top: 83px; }
#a4 { left: 98px; top: 125px; }
#a5 { left: 250px; top: 105px; }
#a6 { left: 101px; top: 38px; }
#a7 { left: 404px; top: 158px; }
#a8 { left: 425px; top: 360px; }
#a9 { left: 130px; top: 180px; }
#a10 { left: 302px; top: 191px; }

#copyrights {
    clear: both;
    padding: 10px 270px 0 0;
    font-size: 0.923em;
    color: #979c9d;
    border-top: 1px solid #d9dcdd;
    background: url(../img/sprite_interface.png) no-repeat 100% -136px;
}

.home #copyrights {
    padding-right: 140px;
    background-position: 100% 7px;
}

#copyrights a {
    text-decoration: underline;
    color: #979c9d;
}
/* common
---------------------------------------------------------- */

.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	left: -9999px !important;
	left: -9999px !important;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}

.hidden {
	text-indent: -9999px;
}

/* browser fixes
---------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Contest
---------------------------------------------------------- */
.contest-page1-cols
{
    width: 243px;
    border: 1px solid #E5E6E6;
    border: 1px solid #A7E1F4;
    padding: 5px;
    background-color: #EFF9FC;
    text-align: center;
    float: left;
    height: 200px;
}

.contest-col1{
    margin-right: 10px;
}

.contest-col2{
    
}

.contest-solutions
{
    background-color: #EFF9FC;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #E5E6E6;
    border: 1px solid #A7E1F4;
}

.contest-title
{
    color: #00ACE4;
    font-weight: bold;
    font-size: 1.15em;
}

.contest-notregistered
{
    border-color: #FF8C8C;
}

label.error, .error-msg
{
    color: #FF6666;
}

.contest-button {
    border: 1px solid #009BDD;
    background: #00ACE4;
    color: #fff;
    margin-top: 10px;
    font-size: 1.15em;
    cursor: pointer;
}

.contest-list{
    list-style-type: decimal;
    margin-left: 25px;
}

.contest-wrong{
    text-decoration: line-through;
    color: #999;
}

.contest-vid-thumb{
    float:right;
}


/* driver-footnote
---------------------------------------------------------- */
.driver-footnote{
    border-top: 1px solid #E5E6E6;
    font-size: 0.85em;
}

/* gallery
---------------------------------------------------------- */

#gallery-detail {
	padding: 20px 0;
	width: 420px;
	text-align: center;
}