/*
Theme Name: Metta Theatre website template
Theme URI: http://www.chaoticcreations.co.uk
Description: Theme for Metta theatre website
Author: Chaotic Creations
Version: 1.0*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #000;
}
a
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    text-decoration: none;
}
a:visited
{
    color: #ffffff;
}
h1
{
    font-size: 18px;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 1px #121212;
    text-transform: lowercase;
}
h2
{
    font-size: 14px;
    margin: 0px 0 15px 0;
    text-shadow: 0 1px 1px #121212;
    text-transform: lowercase;
}
h3
{
    text-shadow: 0 1px 1px #121212;
}
p
{
    line-height: 18px;
    margin: 1.12em 0;
}
.brClearBoth
{
    clear: both;
}
#wrapper
{
    background-color: #FFFFFF;
    min-width: 915px;
    background-repeat: no-repeat;
    background-position: center 42px;
    background-image: url(images/mettaDefaultBG.jpg);
}
#navigation
{
    background-image: url(images/NavStripBG.png);
    height: 296px;
    background-repeat: repeat-x;
}
/* TODO - Remove once id removed */
#inner
{
    width: 915px;
    margin: 0 auto;
}
.inner
{
    width: 915px;
    margin: 0 auto;
}
.homeImage
{
    width: 915px;
    position: relative;
    top: -128px;
    z-index: -2;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: -128px;
    margin-left: auto;
}
#dynamicTear
{
    background-image: url(images/DynamTear.png);
    height: 39px;
    width: 915px;
    position: relative;
    top: 257px;
}
#mettaLogo
{
    background-image: url(images/mettaLogo.png);
    height: 171px;
    width: 341px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
}
.navbar
{
    float: right;
    background-image: url(images/navbarSplitter.gif);
    height: 36px;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 18px;
    padding-bottom: 0;
    padding-left: 0;
}
.navbar li
{
    display: inline;
}
.navbar li a
{
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden;
    float: left;
}
.navbar li a:hover
{
    background-position: center -36px;
}
li.navCompany a:hover, li.navProductions a:hover, li.navMedia a:hover, li.navSupport a:hover
{
    background-position: center 0;
}
.homeBtn
{
    background-image: url(images/homeBtn.gif);
    width: 70px;
}
.companyBtn
{
    background-image: url(images/companyBtn.gif);
    width: 94px;
}
.productionsBtn
{
    background-image: url(images/productionsBtn.gif);
    width: 120px;
}
.mediaBtn
{
    background-image: url(images/mediaBtn.gif);
    width: 74px;
}
.supportBtn
{
    background-image: url(images/supportBtn.gif);
    width: 84px;
}
.contactBtn
{
    background-image: url(images/contactBtn.gif);
    width: 75px;
}
.navCompany
{
}
.navProductions
{
}
.navMedia
{
}
.navSupport
{
}
#DDSpace
{
    float: right;
    position: relative;
    top: 15px;
    width: 550px;
    height: 180px;
    margin-bottom: -65px;
}
#productionsDD
{
    padding-top: 12px;
    position: absolute;
    margin-left: 165px;
    top: 30px;
    display: none;
}
/* TODO - Remove if redundant */
#floatLeft {
	float: left;
}
/* TODO - Remove redundant DD items */
#DDSplitter
{
    background-image: url(images/DDSplitter.png);
    height: 73px;
    width: 5px;
    float: left;
    margin-right: 12px;
    margin-left: 10px;
    margin-top: 10px;
}
#DDProdInner
{
    width: 350px;
    background-image: url(images/dropdownBG2.png);
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.DDCurrent
{
    background-image: url(images/DDProdCurrent.png);
    display: block;
    height: 13px;
    width: 69px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-bottom: 4px;
}
.DDPrevious
{
    background-image: url(images/DDProdPrevious.png);
    display: block;
    height: 16px;
    width: 80px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#companyDD
{
    padding-top: 12px;
    position: absolute;
    margin-left: 75px;
    top: 30px;
    display: none;
}
#DDCompanyInner
{
    width: 440px;
    background-image: url(images/dropdownBG2.png);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-repeat: repeat-x;
}
#mediaDD
{
    padding-top: 12px;
    position: absolute;
    margin-left: 285px;
    top: 30px;
    display: none;
}
#DDMediaInner
{
    width: 230px;
    background-image: url(images/dropdownBG2.png);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-repeat: repeat-x;
}
#supportDD
{
    padding-top: 12px;
    position: absolute;
    margin-left: 360px;
    top: 30px;
    display: none;
}
#DDSupportInner
{
    width: 155px;
    background-image: url(images/dropdownBG2.png);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-repeat: repeat-x;
}
.featuredShowInfo
{
    background-image: url(images/latestShowSplatter.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 18px 0 23px 16px;
    margin-bottom: -100px;
    padding-left: 16px;
    float: right;
    top: -100px;
    position: relative;
}
/* TODO - Remove once id removed */
#featuredShowInfo
{
    background-image: url(images/latestShowSplatter.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 18px 0 23px 16px;
    margin-bottom: -100px;
    padding-left: 16px;
    float: right;
    top: -100px;
    position: relative;
}
.featuredShowInfoInner
{
    background-image: url(images/80percentGreyTile.png);
    height: 25px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: bold;
}
/* TODO - Remove once id removed */
#featuredShowInfoInner
{
    background-image: url(images/80percentGreyTile.png);
    height: 25px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: bold;
}
.redText
{
    color: #b60000;
}
.itcLogo
{
    float: right;
    display: block;
}
#footer
{
    background-color: #000;
    background-image: url(images/footerBG.gif);
    background-repeat: repeat-x;
    padding-top: 25px;
}
#mainContent
{
    width: 915px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}
.fatFootSection
{
    display: inline;
    float: left;
    background-image: url(images/FooterSplit.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 20px;
    margin-right: 18px;
}
.fatFootSectionLast
{
    display: inline;
    float: left;
    height: 80px;
}
.footCompany
{
    background-image: url(images/FooterCompany.gif);
    display: block;
    height: 14px;
    width: 84px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.footProductions
{
    background-image: url(images/FooterProductions.gif);
    display: block;
    height: 17px;
    width: 111px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.footMedia
{
    background-image: url(images/FooterMedia.gif);
    display: block;
    height: 15px;
    width: 57px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.footSupport
{
    background-image: url(images/FooterSupport.gif);
    display: block;
    height: 16px;
    width: 72px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.footContact
{
    background-image: url(images/FooterContact.gif);
    display: block;
    height: 14px;
    width: 70px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#copyright
{
    width: 920px;
    background-image: url(images/FooterBottomStrip.gif);
    background-repeat: no-repeat;
    padding-top: 30px;
    clear: both;
    font-size: 9px;
    background-position: left 15px;
    margin-bottom: 20px;
    color: #CCC;
}
.navList
{
    padding: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 150px;
}
.navList li
{
    list-style-type: none;
    background-image: url(images/FooterListArrow.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 12px;
    padding-bottom: 4px;
    margin-right: 5px;
    display: block;
}
.navList li a
{
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: normal;
    float: none;
    text-indent: 0;
    height: auto;
    font-size: 11px;
}
.navList .emailList
{
    background-image: url(images/FooterListE.gif);
    padding-left: 18px;
    background-position: 0px 5px;
}
.navList .telephoneList
{
    background-image: url(images/FooterListT.gif);
    padding-left: 18px;
    background-position: 0px 0px;
    padding-top: 2px;
}
#homepageFrame
{
    width: 632px;
    background-color: #4c4c4c;
    background-image: url(images/homepageMainBG.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
    float: left;
}
.homepagePreviewImage
{
    border: none;
    padding: 8px;
    background-image: url(images/homepageImageFrame.gif);
    background-repeat: no-repeat;
    float: left;
}
/* TODO - Remove once id removed */
#homeShowDescription
{
    float: right;
    width: 320px;
}
/* TODO - Remove once id removed */
#homeShowDescription h1
{
    margin-bottom: 5px;
    font-size: 18px;
}
/* TODO - Remove once id removed */
#homeShowDescription h2
{
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 0px;
    color: #FFF;
}
/* TODO - Remove once id removed */
#homeShowDescription h3
{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 0px;
    color: #DBDBDB;
    font-weight: normal;
}
/* TODO - Remove once id removed */
#homeShowSplit
{
    background-image: url(images/HomepageFrameSplitter.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 5px;
    margin: 5px 0 15px 0;
}
.homeShowDescription
{
    float: right;
    width: 320px;
}
.homeShowDescription h1
{
    margin-bottom: 5px;
    font-size: 18px;
}
.homeShowDescription h2
{
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 0px;
    color: #FFF;
}
.homeShowDescription h3
{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 0px;
    color: #DBDBDB;
    font-weight: normal;
}
.homeShowSplit
{
    background-image: url(images/HomepageFrameSplitter.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 5px;
    margin: 5px 0 15px 0;
}
.homeShowMoreInfo
{
    text-decoration: none;
    font-weight: bold;
    background-image: url(images/homeShowBtnMoreInfo.gif);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 91px;
    padding-top: 10px;
    padding-left: 12px;
    margin-right: 15px;
    color: #ffffff;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.homeShowBuyTickets
{
    text-decoration: none;
    font-weight: bold;
    background-image: url(images/homeShowBtnBuyTickets.gif);
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 99px;
    padding-top: 14px;
    padding-left: 12px;
    margin-right: 15px;
    color: #ffffff;
    float: left;
    margin-bottom: 10px;
}
#sidebarColumn
{
    width: 266px;
    float: right;
}
.nostyle li
{
    width: 230px;
    float: right;
    list-style: none;
}
.sidebar ul
{
    list-style-type: none;
}
.sidebar li
{
    list-style-type: none;
}
#twitterFeed
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/twitterColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 10px;
}
#newsletterSignup
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/mailingListColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
#socialLinks
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/socialLinksColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
#ProductionTrailer
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/twitterColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    margin-bottom: 20px;
    font-size: 10px;
}
#trailerThumb
{
    height: 120px;
    width: 224px;
    background-repeat: no-repeat;
    margin-left: 6px;
    -moz-box-shadow: 0 2px 3px #000;
    -webkit-box-shadow: 0 2px 3px #000;
    box-shadow: 0 2px 3px #000;
}
#secondColSection
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/mailingListColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
#oneColBox
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/twitterColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
#showInfo
{
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/mailingListColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
#ProductionTrailer #playOverlay
{
    background-image: url(images/playVidOverlay.png);
    background-repeat: no-repeat;
    background-position: center -22px;
    width: 224px;
    height: 120px;
    margin-bottom: -120px;
}
#ProductionTrailer #playOverlay:hover
{
    background-position: center -184px;
    width: 224px;
    height: 120px;
    margin-bottom: -120px;
}
.trailerText
{
    font-size: 12px;
    text-decoration: none !important;
    background-image: url(images/80percentGreyTile.png);
    display: block;
    padding: 4px 0;
    position: relative;
    top: 98px;
    text-align: center;
    text-transform: lowercase;
}
.productionTabs
{
    margin: 0px;
    padding: 0 0 20px 0;
}
.productionTabs li
{
    display: inline;
    background-repeat: no-repeat;
    border-left: 2px solid #a8a8a8;
    padding: 0 3px 0 6px;
}
.productionTabs li:first-child
{
    border-left: none;
    padding-left: 0;
}
.productionTabs li a
{
    text-decoration: none;
    font-size: 14px;
    color: #a8a8a8;
    text-transform: lowercase;
    text-shadow: 0 1px 1px #121212;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.productionTabs li a:hover
{
    color: #ffffff;
}
.productionTabSelect
{
    color: #ffffff !important;
}
#prodsection1
{
}
#prodsection2
{
    display: none;
}
#prodsection3
{
    display: none;
}
#prodsection4
{
    display: none;
}
#prodsection5
{
    display: none;
}
#productionMainInfo
{
    width: 215px;
    height: 170px;
    float: right;
    background-image: url(images/productionDesFoot.png);
    margin: -240px 20px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 15px;
}
#productionMainInfo h1
{
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: lowercase;
}
#productionMainInfo h2
{
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 20px 0;
}
#productionMainInfo h3
{
    font-size: 14px;
    color: #b60000;
    margin-bottom: 5px;
}
#duckPic
{
    background-image: url(images/rubberDuckie.png);
    background-repeat: no-repeat;
    height: 106px;
    width: 97px;
    float: right;
    position: relative;
    left: 70px;
    top: -45px;
    margin-bottom: -45px;
    margin-left: -90px;
}
#blogPic
{
    background-image: url(images/blogPic.png);
    background-repeat: no-repeat;
    height: 106px;
    width: 97px;
    float: right;
    position: relative;
    left: 70px;
    top: -45px;
    margin-bottom: -45px;
    margin-left: -90px;
}
#newsletterPic
{
    background-image: url(images/newsletterPic.png);
    background-repeat: no-repeat;
    height: 106px;
    width: 97px;
    float: right;
    position: relative;
    left: 70px;
    top: -45px;
    margin-bottom: -45px;
    margin-left: -90px;
}
/* TODO - Remove once id removed */
#framePad
{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
}
.framePad
{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
}
.twitterLink
{
    text-decoration: none;
    font-weight: normal;
    color: #a20000 !important;
}
.twitterLink:hover
{
    text-decoration: underline;
}
.widget_twitter li
{
    padding-bottom: 10px;
    list-style: none;
}
.widget_twitter .sidebarbox
{
    font-size: 10px;
}
.widget_twitter .sidebarbox ul
{
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 0px;
}
.widget_twitter .sidebarbox li
{
    list-style-type: none;
}
.widget_twitter .sidebarbox li li
{
    list-style-type: none;
    background-image: url(images/twitterSplitter.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.widget_twitter .sidebarbox .entry-meta
{
    display: block;
    margin-top: 5px;
}
.widget_twitter .sidebarbox .time-meta a:hover
{
    color: #ffffff;
}
.widget_twitter .sidebarbox .from-meta
{
    display: none;
}
.twitterButton
{
    background-image: url(images/BtnFollowTwitterBG.gif);
    background-repeat: no-repeat;
    display: block;
    height: 43px;
    width: 200px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    padding-left: 22px;
    padding-top: 17px;
    margin-right: -22px;
    margin-bottom: -17px;
}
.alo_easymail_widget
{
    list-style-type: none;
}
.alo_easymail_widget #opt_name
{
    background-color: #333;
    color: #FFF;
    border: 1px solid #999;
    width: 150px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.alo_easymail_widget #opt_email
{
    background-color: #333;
    color: #FFF;
    border: 1px solid #999;
    width: 150px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.signupNewsletter
{
    background-color: #333;
    color: #FFF;
    border: 1px solid #999;
    margin-top: 10px;
    width: 140px;
}
.signupNewsletterBtn
{
    font-weight: bold;
    color: #FFF;
    border: none;
    overflow: hidden;
    background-image: url(images/signupBtn.gif);
    background-repeat: no-repeat;
    height: 35px;
    width: 85px;
    position: absolute;
    text-indent: -9999px;
    margin-left: 10px;
    cursor: pointer;
}
.socialLinksIcons
{
    padding-left: 5px;
}
.socialLinksIcons a
{
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    text-indent: -999px;
    overflow: hidden;
    opacity: 0.7;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    margin-top: 10px;
}
.socialLinksIcons a:hover
{
    opacity: 1;
}
.socialLinksIcons a:last-child
{
    margin-right: 0;
}
/* TODO - Remove once id removed */
#socialLinksIcons
{
    padding-left: 5px;
}
/* TODO - Remove once id removed */
#socialLinksIcons a
{
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    text-indent: -999px;
    overflow: hidden;
    opacity: 0.7;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    margin-top: 10px;
}
/* TODO - Remove once id removed */
#socialLinksIcons a:hover
{
    opacity: 1;
}
/* TODO - Remove once id removed */
#socialLinksIcons a:last-child
{
    margin-right: 0;
}
.facebook
{
    background-image: url(images/facebook.png);
}
.twitter
{
    background-image: url(images/twitter.png);
}
.youtube
{
    background-image: url(images/youtube.png);
}
.blogspot
{
    background-image: url(images/blogger.png);
}
.foursquare
{
    background-image: url(images/foursquare.png);
}
#archives
{
    margin-right: -54px;
}
.archiveProduction
{
    background-image: url(images/archivedShowBG.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #4c4c4c;
    width: 243px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 56px;
    padding-left: 13px;
    float: left;
    margin-right: 54px;
    margin-bottom: 30px;
}
.archiveProduction img
{
    border: none;
    -moz-box-shadow: 0 2px 3px #000;
    -webkit-box-shadow: 0 2px 3px #000;
    box-shadow: 0 2px 3px #000;
}
.archiveProductionTitle
{
    background-image: url(images/80percentGreyTile.png);
    position: relative;
    top: -29px;
    margin-bottom: -29px;
    height: 22px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    text-transform: lowercase;
}
/* TODO - Remove once id removed */
#archiveProduction
{
    background-image: url(images/archivedShowBG.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #4c4c4c;
    width: 243px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 56px;
    padding-left: 13px;
    float: left;
    margin-right: 54px;
    margin-bottom: 30px;
}
/* TODO - Remove once id removed */
#archiveProduction img
{
    border: none;
    -moz-box-shadow: 0 2px 3px #000;
    -webkit-box-shadow: 0 2px 3px #000;
    box-shadow: 0 2px 3px #000;
}
/* TODO - Remove once id removed */
#archiveProductionTitle
{
    background-image: url(images/80percentGreyTile.png);
    position: relative;
    top: -29px;
    margin-bottom: -29px;
    height: 22px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    text-transform: lowercase;
}
#galleries
{
    margin-right: -54px;
}
#galleries p
{
    margin: 0;
    height: 0;
}
#galleries .wp-caption
{
    background-image: url(images/archivedShowBG.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #4c4c4c;
    width: 243px !important;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 56px;
    padding-left: 13px;
    float: left;
    margin-right: 54px;
    margin-bottom: 30px;
}
#galleries .wp-caption img
{
    border: none;
    -moz-box-shadow: 0 2px 3px #000;
    -webkit-box-shadow: 0 2px 3px #000;
    box-shadow: 0 2px 3px #000;
}
#galleries .wp-caption-text
{
    background-image: url(images/80percentGreyTile.png);
    position: relative;
    top: -29px;
    margin-bottom: -29px;
    height: 22px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    text-transform: lowercase;
}
.ngg-gallery-thumbnail-box
{
    float: left;
    background-image: url(images/galleryThumbnail.gif);
    background-repeat: no-repeat;
    padding: 7px 10px 9px 8px;
    margin: 3px 25px 16px 2px;
}
.ngg-gallery-thumbnail
{
    float: left;
    text-align: center;
}
.ngg-gallery-thumbnail img
{
    display: block;
    position: relative;
}
.alignright
{
    float: right;
    margin: 0 0 20px 20px;
    -moz-box-shadow: 0 2px 3px #121212;
    -webkit-box-shadow: 0 2px 3px #121212;
    box-shadow: 0 2px 3px #121212;
}
.alignleft
{
    float: left;
    margin: 0 20px 20px 0;
    -moz-box-shadow: 0 2px 3px #121212;
    -webkit-box-shadow: 0 2px 3px #121212;
    box-shadow: 0 2px 3px #121212;
}
.affiliates img
{
    margin: 10px;
    -moz-box-shadow: 0 2px 3px #121212;
    -webkit-box-shadow: 0 2px 3px #121212;
    box-shadow: 0 2px 3px #121212;
}
#showInfo h1
{
    margin: 0 0 10px 0;
}
#sidebarStyler h2
{
    margin: 10px 0 -10px 0;
    background-image: url(images/twitterSplitter.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 15px;
}
#sidebarStyler h2:first-child
{
    background-image: none;
    padding-top: 0;
}
.archiveLinkie
{
    font-weight: bold !important;
    color: #B60000 !important;
}
.moreinformation
{
    background-image: url(images/moreInfoBtn.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 34px;
    display: block;
    text-decoration: none;
    padding: 11px 0 0 15px;
}
.pdfFile
{
    background-image: url(images/PDFDownload.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 150px;
    min-height: 86px;
    padding: 10px 0 0 90px;
    margin: 10px 20px 10px 0;
    font-weight: bold;
}
.simplerssfeedswidget
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.simplerssfeedswidget li
{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}
/* Blog Stylesheet */
.BlogPreviewImage
{
    border: none;
    background-image: url(images/homepageImageFrame.gif);
    background-repeat: no-repeat;
    float: left;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 8px;
}
.page-title
{
    text-shadow: none;
    color: #4c4c4c;
}
#container
{
    float: left;
    margin: 0 -240px 0 0;
    width: 915px;
}
#post_content
{
    width: 632px;
    background-color: #4c4c4c;
    background-image: url(images/homepageMainBG.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
    margin-bottom: 15px;
}
#post_content h1
{
    margin-bottom: 5px;
    font-size: 18px;
}
#post_content h2
{
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 0px;
    color: #FFF;
}
#post_content h3
{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 0px;
    color: #DBDBDB;
    font-weight: normal;
}
.post_content
{
    width: 632px;
    background-color: #4c4c4c;
    background-image: url(images/homepageMainBG.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
    margin-bottom: 15px;
}
.post_content h1
{
    margin-bottom: 5px;
    font-size: 18px;
}
.post_content h2
{
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 0px;
    color: #FFF;
}
.post_content h3
{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 0px;
    color: #DBDBDB;
    font-weight: normal;
}
#primary, #secondary
{
    float: right;
    overflow: hidden;
    width: 266px;
    background-color: #4c4c4c;
    background-image: url(images/mailingListColumnBottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 10px;
    margin-left: 10px;
}
#secondary
{
    clear: right;
}
#submit
{
    font-weight: bold;
    text-transform: lowercase;
    color: #4c4c4c;
    background-color: #CCC;
    border: 1px solid #000;
    font-size: 12px;
    height: 27px;
    text-align: center;
    background-position: left;
}
.nav-previous a
{
    color: #4c4c4c;
}
.nav-next a
{
    color: #4c4c4c;
}
/* =Menu
-------------------------------------------------------------- */
#access
{
    float: right;
    background-image: url(images/navbarSplitter.gif);
    height: 36px;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#access .menu-header, div.menu
{
    font-size: 13px;
    margin-left: 12px;
}
#access .menu-header ul, div.menu ul
{
    list-style: none;
    margin: 0;
}
#access .menu-header li, div.menu li
{
    float: left;
    position: relative;
}
#access a
{
    color: #FFFFFF;
    background-image: url(images/navbarSplitter.gif);
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-transform: lowercase;
    background-repeat: no-repeat;
    font-size: 15px;
}
#access a:hover
{
    color: #333333;
}
#access ul ul
{
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: right;
    width: 210px;
    z-index: 99999;
    background-color: #000;
}
#access ul ul li
{
    min-width: 180px;
}
#access ul ul ul
{
    left: 100%;
    top: 0;
}
#access ul ul a
{
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 0px;
    font-weight: normal;
    float: none;
    text-indent: 0;
    height: auto;
    font-size: 11px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image: url(images/FooterListArrow.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
}
#access ul ul a:hover
{
    padding-left: 30px;
    background-image: url(images/FooterListArrow.gif);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #FFF;
}
#access ul li:hover > ul
{
    display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a
{
    color: #fff;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover
{
    color: #fff;
}
/* MailChimp Stylesheet */
.mc_signup_submit
{
    color: #CCCCCC;
    width: 80px;
}
#mc_embed_signup
{
    color: #CCCCCC;
}
.email
{
    border: 1px solid #000;
    font-weight: lighter;
    color: #999;
    height: 30px;
    width: 200px;
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 9px;
}
.mc_var_label
{
    text-transform: lowercase;
}
.mc_input
{
    border: 1px solid #000;
    font-weight: lighter;
    color: #4c4c4c;
    height: 30px;
    width: 200px;
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 9px;
}
.button
{
    font-weight: bold;
    text-transform: lowercase;
    color: #4c4c4c;
    background-color: #CCC;
    border: 1px solid #000;
    font-size: 12px;
    height: 27px;
    width: 80px;
    text-align: center;
    background-position: left;
}
/* Sidebar */
.widget-title
{
    font-size: 18px;
    margin: 0 0 5px 0;
    text-shadow: 0 1px 1px #121212;
    text-transform: lowercase;
}
.sidebar ul
{
    padding-bottom: 10px;
}
.sidebar li
{
    list-style: none;
}

/* Structure the footer area */
.footer
{   
    background-color: #000;
    background-image: url(images/footerBG.gif);
    background-repeat: repeat-x;
    padding-top: 25px;
    color: #CCC;
}
.footer h3
{
    color: #C00;
}
.footer a
{
    text-decoration: none;
    color: #C00;
    font-weight: normal;
}
#footer-widget-area
{
    overflow: hidden;
}
#footer-widget-area .widget-area
{
    float: left;
    margin-right: 20px;
    width: 220px;
}
#footer-widget-area #fourth
{
    margin-right: 0;
}
#site-info
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 700px;
}
#site-generator
{
    float: right;
    width: 220px;
}
.xoxo
{
    list-style-type: none;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 150px;
}
.xoxo li
{
    list-style-type: none;
    background-image: url(images/FooterListArrow.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 12px;
    padding-bottom: 4px;
    margin-right: 5px;
    display: block;
}
.xoxo li a
{
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: normal;
    float: none;
    text-indent: 0;
    height: auto;
    font-size: 11px;
}
