﻿*
{
    padding:0;
    margin:0;
}

body
{
    font-family:Arial; /* Check this */
    color:#666;
    background:#2f2d2e; 
}

#container 
{
    width:100%;
    background:#fff url(../img/container-bg.jpg) left top repeat-x;
}

#page
{
    width:1000px;
    margin:0 auto;
    position:relative;
}

#header
{
    height:87px;   
}

#content, #header, #bookmarks, #footer-inner
{
    width:822px;
    margin:0 auto;   
}

#content
{
    padding-bottom:20px;
}

#bookmarks
{
    height:33px;  
}

/* Header */

#header .left
{
    margin-top:20px;   
}

#nav
{
    margin-top:30px;
    float:right;   
}

#nav ul li
{
    float:left;
    list-style:none;
}

#nav ul li a
{
    display:block;
    width:85px;
    height:22px;
    background-position:left top;
    background-repeat:no-repeat; 
    text-indent:-9999px;   
}

#nav ul li.current a, #nav ul li a:hover
{
    background-position:left bottom;   
}

#nav ul li.home a
{
    background-image:url(../img/top-nav/home.gif);
}

#nav ul li.live a
{
    background-image:url(../img/top-nav/live.gif);
}

#nav ul li.photos a
{
    background-image:url(../img/top-nav/photos.gif);
}

#nav ul li.venues a
{
    background-image:url(../img/top-nav/venues.gif);
}

#nav ul li.contact a
{
    background-image:url(../img/top-nav/contact.gif);
}

/* Bookmarks */

#bookmarks ul li
{
    list-style:none;
    float:left;
}

#bookmarks ul li a
{
    display:block;
    width:35px;
    height:33px;
    background-position:left top;
    background-repeat:no-repeat;
}

#bookmarks ul li#twitter a
{
    background-image:url(../img/social-bookmarking/twitter.gif);
    width:37px;
}

#bookmarks ul li#facebook a
{
    background-image:url(../img/social-bookmarking/facebook.gif);
}

#bookmarks ul li#flikr a
{
    background-image:url(../img/social-bookmarking/flikr.gif);
}

#bookmarks ul li#rss a
{
    background-image:url(../img/social-bookmarking/rss.gif);
}

#bookmarks ul li#youTube a
{
    background-image:url(../img/social-bookmarking/youtube.gif);
}

/* Content style */

#content
{
    color:#666;   
}

#content a
{
    color:#666;
    text-decoration:underline;
}

#content a:hover
{
    color:#000;
}

h1
{
    text-indent:-9999px;
    background-position:left top;
    background-repeat:no-repeat;
    height:42px;
    margin-top:18px;
}

#h1-border
{
    background:url(../img/h1-border.jpg) left top no-repeat;
    height:19px;
    overflow:hidden;
}

#headerImage
{
    margin-bottom:15px;
}

#pageTop
{
    background:url(../img/top-bg.jpg) left top repeat-x;
    position:relative;
}

#flashContainer
{
    background:url(../img/top-inner-bg.jpg) left top no-repeat;
    height:436px;
    width:822px;
    margin:0 auto;
}

#flashContainer .right
{
    display:block;
    height:50px;
    width:150px;
    margin-top:15px;
    text-indent:-9999px;
}

#pageTop-detail
{
    position:absolute;
    top:0;
    left:0;
    width:316px;
    height:177px;
    background:url(../img/let-the-adventure-begin.png)
}

#leftCol
{
    float:left;
    width:498px;
}

#rightCol
{
    float:right;
    width:314px; 
}

#content h2
{
   height:51px;
   text-indent:-9999px;
   background-position:left top;
   background-repeat:no-repeat;
   margin:15px 0;
}

#content p
{
    font-size:0.81em;
    margin:8px 0; 
}

#content p.comment img
{
    display:none;
}

#content #photoReport h2
{
    background-image:url(../img/headers/photo-report-bg.gif);
}

#content ul
{
    padding:0 10px;
}

#content ul li
{
    list-style:none;
    font-size:0.81em;
    background:url(../img/bullet-bg.gif) left 50% no-repeat;
    padding-left:13px;
}

/* Latest news */

#content #latestNews h2
{
    background-image:url(../img/headers/latest-news-bg.gif);
}

#latestNews ul li
{
    width:465px;
}

#latestNews ul li, #streamList ul li, #streamList h3
{
    padding:6px 0 6px 13px;
    display:block;
    border-bottom:1px solid #afb2b4; 
}

#latestNews ul li a, #streamList ul li a
{
    color:#666;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
}

#latestNews ul li a:hover, #streamList ul li a:hover
{
    color:#000;
}

/* Upcoming events */

#content #upcomingEvents h2
{
    background-image:url(../img/headers/upcoming-events-bg.gif);
}

.eventItem
{
    margin:10px 0;
}

.eventItem .left
{
    width:92px;
    height:73px;
    background:url(../img/thumb-bg.gif) left top no-repeat;
    padding-top:3px;
    padding-left:5px;
}

.eventItem .right
{
    width:210px;
}

.eventItem h3
{
    font-weight:lighter;
    font-size:0.81em;
    text-transform:uppercase;
    margin-bottom:5px;
}

.eventItem h3 a
{
    color:#666;
    text-decoration:none!important;
}

.eventItem h3 a:hover
{
    color:#000;
}

#content .eventItem p
{
    margin:5px 0;
}

/* Listing pages */

.listItem
{
    margin:15px 0;   
}

.listItem h3
{
    background:#000;
    color:#CFE912;
    padding:10px;
    font-weight:lighter; 
    font-size:0.94em; 
    margin-bottom:15px;
    text-transform:uppercase; 
}

.listItem .left, .eventImg div
{
    width:153px;
    height:120px;
    padding-top:7px;
    padding-left:7px;
    background:url(../img/image-bg.gif) left top no-repeat;
}

.listItem .right
{
    width:655px;
}

.venueImg div
{
    background:url(../img/venue-bg.gif) left top no-repeat; 
    padding-top:9px;
    padding-left:8px;
    width:192px;
    height:149px;
    margin-bottom:10px;  
}

#content .listItem p
{
    margin-bottom:10px;   
}

table.listing
{
    border-collapse:collapse;
    width:100%;
}

table.listing th
{
    background:#000;
    color:#fff;
    font-weight:lighter;
    font-size:0.94em; 
}

table.listing th, table.listing td
{
    text-align:left;
    vertical-align:top;
    padding:10px;
}

table.listing td
{
    font-size:0.81em;
}

table.listing .date
{
    width:170px;
    color:#CFE912;   
}

table.listing .eventImg, table.listing .venueImg
{
    padding-left:0;   
}

table.listing .info, table.listing .lineup, table.listing .price
{
    width:160px;    
}

table.listing .venue
{
    width:230px;
    color:#CFE912;
}

table.listing .venueInfo, table.listing .hotels
{
    width:220px;   
}

table.listing .travel
{
    padding-right:0;   
}

/* Photo report / flikr */

.flikrItem
{
    width:75px;
    height:75px;
    overflow:hidden;
    float:left;
    margin:3px;
}

#photoContainer
{
    width:517px;
    /*height:635px;*/
    padding:15px 0;
    text-align:center;
    float:left;
    background:#000;   
}

#streamList
{
    float:right;
    width:280px;
    padding:0 10px;
}

#streamList ul
{
    padding:0;
}

#streamList h3
{
    background:url(../img/bullet-bg.gif) left 50% no-repeat;
    font-weight:lighter;
    font-size:0.81em;
    text-transform:uppercase;   
}

/* Pagination */

#content p.pagination
{
    margin-bottom:15px;
    text-align:right;
}

#content p.pagination a
{
    color:#000;
    text-decoration:underline;
}

#content #photoContainer p.pagination a
{
    color:#fff;
}

#content p.pagination a:hover
{
    color:#CFE912;
}

/* Progress bar */

#progressBar
{
    position:absolute;
    top:140px;
    right:90px;
}

/* Page specific styles */

h1#upcomingEvents
{
    background-image:url(../img/headers/h1-upcoming-events.gif);   
}

h1#latestNews
{
    background-image:url(../img/headers/h1-latest-news.gif);   
}

h1#venueInfo
{
    background-image:url(../img/headers/h1-venue-info.gif);   
}

h1#contactUs
{
    background-image:url(../img/headers/h1-contact-us.gif);
}

h1#photoReport
{
    background-image:url(../img/headers/h1-photo-report.gif);
}

/* Footer */

#footer
{
    width:100%;
    padding-top:20px;
    background:url(../img/footer-bg.gif) left top repeat-x;
    padding-bottom:30px;
    color:#4D4D4D;
    font-size:0.75em;
}

#footer a
{
    color:#4D4D4D;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
}

#subscribe
{
    float:right;
    width:350px;
}

#subscribe h3
{
    margin:10px 0;
    color:#CFE912;
    font-weight:lighter;
    font-size:1.13em;   
}

#subscribeBg
{
    background:url(../img/subscribe-bg.gif) left top no-repeat;
    width:189px;
    height:20px;
    padding:3px 5px;
    float:left;
    margin-bottom:2px;
}

#subscribeBg input
{
    background:none;
    border:none;  
    color:#4D4D4D;
    width:189px;
}

/* Generic styles */

a 
{
    outline:none;
}

.clear 
{
    clear:both; 
}

.left 
{
    float:left;
}

.right
{
    float:right;
}

.error
{
    color:Red;
}

.success
{
    color:#CFE912;
}

a img
{
    border:none;
}