/* 
    Document   : property
    Created on : Jun 12, 2013, 12:31:43 AM
    Author     : Zac-XPS
    Description:
        Purpose of the stylesheet follows.
*/

/** CHANGES FROM NORMAL TO PROPERTY PAGE */

body{
    background-attachment: scroll;
}

h1#logo{
    display:block; width:134px; height:77px; text-indent:-9999px; position:relative; background:url(../images/page-resources/dtad-logo-propertyPage.jpg) no-repeat top center;
}

#site-header{
    width:100%; height:98px; border-bottom:3px solid #3c3c3c; border-top:5px solid #3c3c3c; background:url(../images/page-resources/trans-bg-90.png) repeat;
}

#header-links{
    position:absolute; left:150px; top:25px;
}

a.hidden{
    display:none;
}



/*ORIGINAL TO PROPERTY PAGE */

#propertyd-container{
    position:relative; margin-bottom:20px;
}

#property-logo-title{
    position:relative;
}

h2#property-logo{
    display:block; text-indent:-9999px; width:221px; height:156px; position:absolute; z-index:950;
    background:url(../images/page-resources/property-page/property-logos/susquehanna-ale-house.jpg) no-repeat top center;
}

#property-header{
    position:relative; top:50px;
}

#page-title-container{
    float:right; background:url(../images/page-resources/trans-bg-90.png) repeat; padding:10px; margin-top:10px; width:800px; border:3px solid #171111;
}

#page-title-container p#title{
    font-family: 'Archivo Black', sans-serif; font-size:38px; text-transform:uppercase; color:white; 
}

#page-title-container p#address{
    font-family: 'Archivo Black', sans-serif; font-size:16px; text-transform:uppercase; color:#f8e69c; margin-right:20px; text-align:right;
}

/*#property-header-links-container{
    background:black url(../images/page-resources/property-header-links-bg.jpg) repeat-x; width:100%; position:relative; z-index:900; padding:5px; bottom:-10px;
}*/

#property-header-links-container{
    background:white url(../images/page-resources/white-bg.jpg) repeat-x; width:100%; position:relative; z-index:900; padding:5px; bottom:-10px; border:1px solid black;
}

ul#page-links{
    padding:0; list-style-type:none; list-style:none; position:relative; margin-left:215px;
}

ul#page-links > li{
    position:relative; list-style-type:none; list-style:none; display:inline; float:left; height:30px; font-family: 'Oswald', sans-serif; padding-right:10px; text-transform:uppercase; border-right:1px solid #494542; margin-top:3px;
}

ul#page-links > li > a{
    display:block; padding:5px; text-decoration:none; color:black; font-size:16px; margin-left:10px;
}

ul#page-links > li:hover > a{
    background:black; color:white;
}

ul#page-links > li > ul{
    position: absolute; padding:10px 10px 10px 10px; background:#f4ebc8; left:10px; top:30px; display:none; width:200px; border-left:2px solid #36342d; border-bottom:2px solid #36342d; border-right:2px solid #36342d;
}

ul#page-links > li > ul > li{
     margin-bottom:10px; padding:10px; border-bottom:1px solid #1a1916; border-top:1px solid #f4ebc8; border-left:1px solid #f4ebc8; border-right:1px solid #f4ebc8; font-size:90%;
}

ul#page-links > li > ul > li:hover{
    background:black; color:white; border:1px solid #eecda1;
}

ul#page-links > li > ul > li a{
    color:black; text-decoration:none; display:block;
}

ul#page-links > li > ul > li:hover a{
    color:white; text-decoration:none;
}

ul#page-links li#fb{
    margin:0; padding:7px 0 0 10px; border:none;
}

p#title{
    text-align:right; padding-right:20px;
}


a#fb-link{
    display:block; float:left; margin-left:10px; margin-bottom:20px; width:208px; height:50px; background:url(../images/page-resources/property-page/fb-link-sprite.jpg) no-repeat top left; text-indent: -9999px;
}

a#fb-link:hover{
    background-position:-208px 0px;
}







/* EVENTS LISTINGS */
#property-events-container{
    position:relative; margin-top:70px;
}

#property-events-container-featured{
    float:left; width:575px;
}

.ind-featured{
    width:554px; padding:8px; background:url(../images/page-resources/events-page-trans-black-bg.png) repeat; border:1px solid black; margin-bottom:10px;
}

.ind-featured:hover{
    border:1px solid #343331;
}

.ind-featured img{
    width:555px; display:block;
}





/* FEATURED EVENTS TYPES */

.image-link a img{
    border:none;
}



/* EVENT SCROLLER */
#upcoming-scroller{
    padding:8px; background:url(../images/page-resources/trans-bg-81.png) repeat; border:2px solid #222222; border-top:none; float:left; margin-left:10px;
}

#inner-scroller-container{
    margin:0 auto; width:355px;
}

#inner-scroller-container > h3{
    font-family:'Oswald', sans-serif; color:yellow; font-size:40px; margin-bottom:10px; background:black; padding:5px;
}

ul#upcoming-events-ul{
    padding:0; list-style-type:none; list-style:none; position:relative; margin:0 auto;
}

ul#upcoming-events-ul > li{
    padding-bottom:10px; border-bottom:1px solid grey; margin-bottom:10px; background:url(../images/page-resources/events-page-trans-black-bg.png) repeat;
}

ul#upcoming-events-ul > li:hover{
    background:#1a1a19;
}

ul#upcoming-events-ul > li a{
    text-decoration:none; border:none;
}

.display-area{
    padding:3px; 
}

.display-area .date{
    font-family:'Yanone Kaffeesatz', Arial; color:#ffd928; background:black; padding:3px; font-size:18px;
}

.display-area .date span{
    text-transform:uppercase;
}

.display-area .details, .display-area .details p{
    color:white; font-family: 'Oswald', sans-serif; padding:3px; font-size:16px; font-weight:300;
}

.display-area .details span.title{
    font-size:28px; display:block; font-weight:400; margin-bottom:5px;
}


/* PROPERTY FOOTER */
#property-footer{
    background:url(../images/page-resources/trans-bg-81.png) repeat; padding:10px;
}

#property-footer #map{
    padding:3px; float:left;
}

#property-footer #prop-details{
    float:left; margin-left:20px;
}

#prop-details ul{
    padding:0; list-style-type:none; list-style:none;
}

#prop-details ul li{
    list-style-type:none; list-style:none; font-family: 'Oswald', sans-serif;
}

#prop-details ul li.footer-title{
    font-size:24px; color:white; padding-bottom:10px;
}

#prop-details ul li.footer-info{
    color:#a3daff; font-size:16px; padding-bottom:5px;
}

#prop-details ul li.divider{
    padding-top:5px; margin-bottom:5px; border-bottom:1px solid #3d3f40;
}


#joek-menu-links{
    width:950px; height:192px; position:relative; margin:70px auto -30px;
}

#joek-menu-links ul{
    padding:0; list-style-type:none; list-style:none;
}

#joek-menu-links ul li{
    list-style-type:none; list-style:none; float: left;
}

#joek-menu-links ul li a{
    text-indent:-9999px; display: block; height: 192px; background:url(../images/page-resources/property-page/joek-menunav-sprite.jpg) no-repeat top left;
}

#joek-menu-links ul li a:hover{
    background-position: 0 -192px;
}

#joek-menu-links ul li#beer-menu a{
    width:262px;
}

#joek-menu-links ul li#bar-menu a{
    width:216px; background-position: -262px 0;
}

#joek-menu-links ul li#bar-menu a:hover{
    background-position: -262px -192px;
}

#joek-menu-links ul li#entrees-menu a{
    width:216px; background-position: -478px 0;
}

#joek-menu-links ul li#entrees-menu a:hover{
    background-position: -478px -192px;
}

#joek-menu-links ul li#steampots-menu a{
    width:252px; background-position: -694px 0;
}

#joek-menu-links ul li#steampots-menu a:hover{
    background-position: -694px -192px;
}