﻿


/******************************************
** HOMEPAGE
******************************************/
.page
{
    height: 650px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.logo
{
    position: relative; 
    top: 110px;
    /*left: 170px;*/
}
#bottomRight
{
    position: absolute; 
    right: 0px; 
    bottom: 20px; 
    width: 580px; 
    height: 228px; 
}
.bubbleContainer-left
{
    display: none;
}
.bubbleContainer-right
{
    display: none;
}









/******************************************
** BASE ELEMENTS
******************************************/


/*
    pink        ##EC008C
    blue:       #44C8F5
    Yellow:     #FFF200
*/

body
{
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #9D9FA2;
    width: 100%;
    height: 100%;
}

a:link
{
    color: #EC008C;
    text-decoration: underline;
}
a:visited
{
    color: #EC008C;
}
a:hover
{
    color: #FF66CC;
}
a:active
{
    text-decoration: none;
    border: 0px;
}
a img
{
    border: 0px;
    color: #FFFFFF;
}
p, ul
{
    margin-bottom: 10px;
    line-height: 1.3em;
    margin-top: 10px;
}
hr
{
    color: #9D9FA2;
    margin: 20px 0px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #9D9FA2;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: normal;
    color: #9D9FA2;
}
h2
{
    padding: 0 0 10px 0;
    color: #9D9FA2;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/****************************************************
** Layout
****************************************************/
.page
{
    height: 650px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    padding: 0;
}
.titleImage
{
    margin-top: 50px;
    margin-bottom: 20px;
    display: block;
}
#sideContent
{
    width: 270px;
    float: left;
    height: 100%;
}
#mainContent
{
    width: 710px;
    float: right;
    height: 100%;
}
#mainContentInner
{
    padding: 10px 10px 10px 20px;
}
#logo
{
    padding: 10px 0px;
    text-align: center;
}
#logo a
{
    color: #FFFFFF;
}
#navigation
{
    margin: 10px 0px 30px 20px;
}
    
    
/*##############################################################
## PARTIAL CONTROLS
##############################################################*/

/* NAV */
#menu li a
{
    display: block;
    width: 120px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 12px;
    color: #FFFFFF;
}
ul#menu li
{
    list-style-type: none;
}
#menu li span
{
    display: none;
}
#menu a#homeLink { background-image: url(../images/link-home.gif); }
#menu a#homeLink.active { background-image: url(../images/link-home-active.gif); }
#menu a#showsLink { background-image: url(../images/link-shows.gif); }
#menu a#showsLink.active { background-image: url(../images/link-shows-active.gif); }
#menu a#gettinghereLink { background-image: url(../images/link-getting-here.gif); }
#menu a#gettinghereLink.active { background-image: url(../images/link-getting-here-active.gif); }
#menu a#contactLink { background-image: url(../images/link-contact.gif); }
#menu a#contactLink.active { background-image: url(../images/link-contact-active.gif); }
#menu a#altFuturesLink { width: 180px; background-image: url(../images/link-alternative-futures.gif); }
#menu a#altFuturesLink.active { background-image: url(../images/link-alternative-futures-active.gif); }
#menu a#newsLink { background-image: url(../images/link-news.gif); }
#menu a#newsLink.active { background-image: url(../images/link-news-active.gif); }

/* shows sublinks */
a#showInBriefLink { background-image: url(../images/link-brief.gif); }
a#showInBriefLink.active { background-image: url(../images/link-brief-active.gif); }
a#showByDateLink { background-image: url(../images/link-dates.gif); }
a#showByDateLink.active { background-image: url(../images/link-dates-active.gif); }
a#showByVenueLink { background-image: url(../images/link-venues.gif); }
a#showByVenueLink.active { background-image: url(../images/link-venues-active.gif); }
a#showActsLink { background-image: url(../images/link-acts.gif); }
a#showActsLink.active { background-image: url(../images/link-acts-active.gif); }

/* MAILING LIST */
#mailingList
{
    position: relative; 
    width: 210px; 
    height: 190px; 
    margin: auto;
}
#mailingListBubble
{
    position: absolute; 
    left: 10px;
    top: 0px;
    width: 178px; 
    height: 101px; 
    background-image: url(../images/mailing-list-bg-bubble.gif); 
    background-repeat: no-repeat;
    z-index: 100;
}
.mailingListInput
{   
    width: 111px; 
    height: 20px; 
    position: absolute; 
    top: 45px; 
    left: 22px; 
    padding: 0px 0px 0px 2px;
    border: 0px;
    background-color: #ff66cc;
    color: #FFFFFF;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 1px;
}
.mailingListBtn
{   
    position: absolute; 
    top: 45px;
    left: 138px;
}
.horseImage
{
    position: absolute;
    bottom: 0px;
    right: 2px;
}

/**********************
* PAGE SPECIFIC
**********************/

/* HOME */
#Home #imgWelcomeTitle
{
    margin-top: 150px;
}
#Home h1
{
    margin-top: 20px;
}
/* CONTACT */
#Contact #mainContentInner
{
    background-image: url(../images/bg-contact-us.jpg);
    height: 650px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 170px;
}
#imgContactTitle
{
    margin-top: 200px;
    margin-bottom: 50px;
}
#Contact p
{
    margin-top: 20px;
    font-size: 1.2em;
}

/* FINDING US */
#GettingHere #mainContentInner
{
    background-image: url(../images/bgWack-attack-getting-there.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#GettingHere #gettingHereContainer
{}
#GettingHere .introText
{
     clear: left; 
     padding-bottom: 20px; 
     width: 650px;
}
#GettingHere .dlrInfo
{
    float: left;
    font-size: 0.95em;
    padding-top: 20px;
    width: 450px;
}
#GettingHere .tflLink
{
    display:block;
    float:left;
    width:160px;
    padding: 0px 0px 0px 20px;
}
.FindUsMapContainer
{
    float: left;
    width: 320px; 
    height: 340px;
}
.VenueList
{
    width: 250px;
    float: left;    
}
.VenueList .venueItem
{
    padding-left: 20px;
    margin-bottom: 20px;
}
.VenueList .venueItem h3
{
    margin-top: 0px;
    margin-bottom: 4px;
}
.VenueList .venueItem h3 a
{
    text-decoration: none;
}
.VenueList .venueItem.active
{
    color: #EC008C !important;
}
.VenueList .venueItem.active a, .VenueList .venueItem.active h3 a
{
    color: #EC008C !important;
}
.VenueList .venueItem a, .VenueList .venueItem h3 a
{
    color: #9D9FA2 !important;
}

/* News */

.newsContainer {}

.newsArticle {}

.articleTitle 
{
    color: #EC008C;
    text-transform: uppercase;
    font-size: 1.8em;
    padding-top: 20px;
    padding-bottom: 5px;
}

.articlePublishDate 
{
    color: #9D9FA2;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

.articleContent
{
    line-height: 1.6em;
}

/*Alt Futures*/
#AlternativeFutures #mainContentInner
{
    background-image: url(../images/bg-home-greenwich.jpg);
    height: 790px;
    background-repeat: no-repeat;
    background-position: right bottom;
}