﻿/*
    Question of Sport Tour 2010

    Company:    Live Nation
    Author:     Simon Wilder
    Date:       March 2010
*/    
@import url(reset.css);
@import url(grid.css);

/* 
Base Styling */
html{
    
}
body{
    font : 12px/1.231 verdana,arial,helvetica,clean,sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0.5em;
}

h1,h2{
   
}

p{
    line-height: 1.3;
}

/*
Links */
a{
    color: #E20F2F;
    outline : none;    
    text-decoration : none; 
}

a:link{
}

a:visited{
}

a:hover{
    color : #E20F2F;
    text-decoration : underline; 
}

a:active, 
a:focus{
    color : #E20F2F;
    text-decoration : underline; 
}
/*
Skip to Content */
a.skip_to_content{
    z-index: 10;
    display: block;
    position: absolute;
    left: 230px;
    top: -9999em;
    padding:10px 8px;
}
a.skip_to_content:focus{
    top: 20px;
}

/*
Skeleton Styles */
header{
    border-top: 5px solid #DC6E8F;
    position: relative;
}

section{
    clear: both;
    overflow: hidden;
    padding-bottom: 70px;
}
.container_10 .grid_2{
    width: 168px;
}


header h1,
header .logo a{
    width: 196px;
    height: 37px;
    display: block;
    background: transparent url(../img/livenation_logo.png) no-repeat left top;
    text-indent: -9999em;
}

header h1,
header .logo{
    margin: 15px 0 0 15px;
}

/*
#help styles */
#help{
    position: absolute;
    top: 0;
    right: 0;
}
#help a{
    color: #333;
    font-size: 11px;
    display:block;
    padding:7px 8px 8px;
}

/*
Navigation styles */
nav{
    border-bottom:1px solid #E2D6D8;
    overflow: hidden;
    margin-bottom: 10px;
}
nav ul{
    float: left;
    overflow: hidden;
    margin-left: 7px;
}

nav li{
    float: left;
}
nav li a{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding:10px 8px;
    color: #000;
}

/*
seoBox styles */
#seoBox{
    color:#666666;
    font-size:11px;
    background-color:#F5E9EB;
    border-bottom:1px solid #E2D6D8;
    border-top:1px solid #E2D6D8;
    height:22px;
    line-height:22px;
    margin-bottom:10px;
    text-align:center;
    width:100%;
}

/*
Module styles */
.mod{
    width: 290px;
    padding: 10px;
    float: left;
    overflow: hidden;
    background: transparent url(../img/mod_bg.png) repeat-x left top;
    border: 1px solid #E2D6D8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 12px 10px 0;
}
.mod h2.behind{
    position: absolute;
    left: -9999em;
}
.mod h2,
.mod h3{
    font-weight: bold;
    font-size: 14px;
}
.mod img{
    margin-bottom: 10px;
}
.mod a.redArrow{
    margin-bottom: 10px;
}
a.redArrow{
    background: transparent url(../img/link_arrow.gif) no-repeat left 4px;
    padding-left: 8px;
    display: block;
}
.last_child{
    margin-right: 0;
}

.grid_2 .mod{
    width: 148px;
    margin-right: 0;
    background-position: left -60px;
}


/*
breadcrumbs */

#breadcrumbs{
    font-size: 9px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;    
    margin: 0 0 10px 0;
}
#breadcrumbs ul{
    overflow: hidden;
    padding: 5px 0;
}
#breadcrumbs li{
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    float: left;
    background: transparent url(../img/bcrumb_bg.gif) no-repeat right 3px;
}
#breadcrumbs li.last_child{
    background: none;
}

/* Internal pages styles */

section .grid_8{
    float: right;
}
section .grid_2{
    float: left;
}

section h1, 
section h2{
    font-weight: bold;    
}
section h1{
    font-size: 16px;
}
section h2{
    font-size: 14px;
}

.home .mod{
    position: relative;
}
.home .mod h2{
    position: absolute;
    color: #FFF;
    top: 120px;
    left: 10px;
    padding: 4px 7px;
    background-color: rgba(226,15,47, 0.7);
}

/*
Hero styles */

.hero{
    overflow: hidden;
    margin-bottom: 20px;
}
.hero .mask{
    float: left;
    width: 475px;
    position: relative;
}
.hero .mask ul{
    overflow: hidden;   
}
.hero .hero_items{
    float: right;
    width: 260px;
    margin: 0;
}

.hero_items .current a{
    font-weight: bold;
}
.hero_items li{
}

.hero .mask li{
    float: left;
    width: 475px;
    height: 300px;
    position: relative;
}

.hero .mask li .details{
    position: absolute;
    width: 455px;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

.details{
    color: #FFF;
}
.details h3{
    font-weight: bold;
    color: #FFF;
}
.controls{
    display: block;
    width: 475px;
    height: 300px;
}
.controls a{
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 31px;
    height: 40px;
    top: 90px;
    text-indent: -9999em;
    background: transparent url(../img/hero_controls.png) no-repeat 0 0;
}
.controls .prev{
    left: 0;
}
.controls .next{
    right: 0;
    background-position: right 0;
}

.js .hero .mask{
    width: 475px;
    height: 300px;
    overflow: hidden;    
}
.js .hero .mask ul{
    position: absolute;
}
.js .hero .mask li{
    float: left;
    overflow: hidden;
}
img.package_img{
    margin-bottom: 20px;
}

fieldset{
    background: transparent url(../img/grey_stripe_gradient.png) repeat-x left top;
    padding: 10px;
    position: relative;
}
fieldset legend{
    padding-top: 30px;
    font-weight: bold;
}

fieldset h3{
    font-weight: bold;
}

.form_row{
    margin-bottom: 0.5em;
    overflow: hidden;
}
.form_row span.error{
    font-size: 10px;
    color: #E20F2F !important;
}

.form_row label{
    display: block;
    width: 300px;
    float: left;
}
.form_row table{
    width: 210px;
    float: left;
}
.cbl table{
    width: auto;
}

.form_row table label{
    width: auto;
}

.form_row label span{
    overflow: hidden;
    display: inline-block;
    margin-left: 4px;
    width: 7px;
    height: 14px;
    background: transparent url(../img/required.png) no-repeat left top;
    text-indent: -9999px;
}
.form_row input.text,
.form_row textarea,
.form_row select{
    width: 200px;
    color: #666;
}

.submit_row {
    margin-left: 310px;
}


/*
Footer Styles */
footer{
    display: block;
    clear: both;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

footer ul{
    padding: 10px 0;
}

footer ul *{
    display: inline;
}

footer li a{
    color:#565656;
    font-size:11px;
    padding: 0 10px;
}

footer p{
    color:#565656;
    font-size:9px;
    text-align: center;
}
