.date {
    font-size: 12px;
    font-style: italic;
}
/*
	Halcyonic 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

body
{
}
.sponsor {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}



section:last-child
{
    margin-bottom: 0 !important;
}

/* Wrappers */

#header-wrapper
{
    border-bottom: solid 1px #272d30;

}
#top-logo #social {
    margin: 5px;
    padding: 0px;
    float: right;
    height: 25px;
    width: 200px;
}


.subpage #header-wrapper
{
    height: 50px;
}

#features-wrapper
{
    background: #353D40 url('images/bg02.jpg');
    border-bottom: solid 1px #272e31;
    padding: 45px 0 45px 0;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
}

#content-wrapper
{
    background: #f7f7f7 url('../images/bg04.png');
    border-top: solid 1px #fff;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

#footer-wrapper
{
    padding: 45px 0 45px 0;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
}

/* Header */

#header
{
    min-height: 75px;
    position: relative;
}

#header h1
{
    position: absolute;
    left: 0;
    bottom: 35px;
    font-family: 'Lobster', sans-serif;
    font-size: 2.75em;
}

#header h1 a
{
    color: #fff;
    text-decoration: none;
}

#header nav
{
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 20px;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

#header nav a
{
    color: #c6c8c8;
    text-decoration: none;
    font-size: 1.4em;
    margin-left: 40px;
    outline: 0;
}

#header nav a
{
    color: #f6f8f8;
}

/* Banner */

#banner
{
    border-top: solid 1px #222628;
    box-shadow: inset 0px 1px 0px 0px #3e484a;
    padding: 35px 0 35px 0;
    color: #fff;
}

#banner .bordered-feature-image
{
    margin-bottom: 0;
}

#banner p
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.25em;
    padding-right: 1em;
    margin: 0 0 1em 0;
}

/* Features */

#features
{
    color: #a0a8ab;
}

#features h2
{
    font-size: 1.25em;
    color: #fff;
    margin: 0 0 0.25em 0;
}

#features a
{
    color: #F30;
}
section p a {
    color: #F30;
}
ul li a {
    color: #F30;
}


#features strong
{
    color: #fff;
}

/* Content */

#content
{
}

#content section
{
    background: #fff;
    padding: 40px 30px 45px 30px;
    box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
    margin: 0 0 10% 0;
}

#content h2
{
    font-size: 1.8em;
    color: #373f42;
    margin: 0 0 0.25em 0;
}

#content h3
{
    color: #96a9b5;
    font-size: 1.25em;
}

#content a
{
    color: #F30;
}

#content header
{
    margin: 0 0 2em 0;
}

/* Footer */

{
    color: #546b76;
    text-align: center!important;
}

#footer
{
	font-size: 14px;
	text-align: center!important;
        line-height: 1.42857143;
}

#footer h2
{
    font-size: 1.25em;
    color: #212f35;
    margin: 0 0 1em 0;
    font-size: 14px;
    text-align: center!important;
        line-height: 1.42857143;
}

#footer a
{
    color: #546b76;
    font-size: 14px;
    text-align: center!important;
        line-height: 1.42857143;
}

/* Copyright */

#copyright
{
    border-top: solid 1px #b5bec3;
    box-shadow: inset 0px 1px 0px 0px #e0e4e7;
    text-align: center;
    padding: 45px 0 80px 0;
    color: #8d9ca3;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    font-size: 11px;
}

#copyright a
{
    color: #666;
}
.inline-list {
    list-style-type: none;
}

/* Seating Chart CSS */
.modalDialog {
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    padding: 0px;
    position: absolute;
    margin: auto;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 800px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    position: absolute;
    padding: 0px;
    margin: auto;
}

/* Seating Chart CSS ends */
