/*******************************************************************************
 * SOUTHERN HOSPITALITY EDUCATION - REGISTRATION WEBSITE
 * CASCADING STYLE SHEET (style.css)
 *
 * @author      Andrew Snell <andysnell@gmail.com>
 * @copyright   2014 Andrew L. Snell, All Rights Reserved   
 * 
 ******************************************************************************/

html {
    height: 100%;
    margin:0;
    padding:0;
        background: #501B1C url('../images/kitchen.jpg') no-repeat fixed center;
        background-size: 100%;
}

body{
    margin:0px;
    padding: 0px;
    min-width: 1200px;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    height: 100%;
   // background: #501B1C url('../images/kitchen.jpg') no-repeat fixed center;
   // background-size:1500px;
    
}

#container {
   min-height:100%;
   position:relative;

}

.bg{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:-1;
}

header{
    width:100%;
    background: #501B1C;
    height: 75px;
    clear:both;
}

.navWrapper {
    width:1300px;
    margin:0 auto;
}

nav{
    margin:0 auto;
    text-align: right;
    color:#FFF;
    float:right;
    z-index: 20;
}

nav ul {
    margin: 0;
    padding: 15px 6px 0;
    background: #501B1C;
    float:right;
    font-size: 20px;   
}

nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}

nav a, nav a:link {
    font-weight: normal; 
    color: #e7e5e5; 
    border: solid 1px transparent;
    text-decoration: none; 
    display: block;
    padding:  8px 20px;
    margin: 0;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

nav a:hover {
    background: #000;
    color: #DAA520; 
}

nav .active a, nav li:hover > a {
      background: #DAA520; 
      color: #FFF; 
}

nav ul ul li:hover a, nav li:hover li a {
    background: none;
    border: none;
    color: #475c76; -webkit-box-shadow: none; -moz-box-shadow: none;
        z-index: 20;
}

nav ul ul a:hover {
    background: #8f8f8f;
    color: #DAA520 !important; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 5px;
        z-index: 20;
}

nav li:hover > ul {
    display: block;
        z-index: 20;
}

nav ul ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 300px;
    position: absolute;
    top: 40px;
    left: 0;
    background: #ddd;
    border: solid 1px #b4b4b4; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    z-index: 20;
}

nav ul ul li {
    float: none; 
    margin: 0;
    padding: 3px; 
}

nav ul ul a {
     font-weight: normal;
     text-align: left;
}

nav ul:after {
    content: '.'; 
    display: block; 
    clear: both; 
    visibility: hidden;
    line-height: 0; 
    height: 0;
}



#content {
    margin: 0 auto;
    width:1300px;
    padding-bottom: 75px;
          opacity:0.97;
    filter:alpha(opacity=97); /* For IE8 and earlier */
}

#contentBlock h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

#contentLeft {
    width: 300px;
    float:left;
}

#contentLeft .logo {
    display: block;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

#bigTitle {
    width: 100%;
    color: #DAA520;
    text-align: center;
}

#bigTitle h1{
    font-size: 40px;
    font-family: 'EB Garamond', Times New Roman, Times, serif;
    letter-spacing:2px
}


.sidebar h1 {
    font-size: 24px;
    color: #501B1C;
    font-weight: normal;
    text-align: center;
    padding:10px;
        font-family: 'EB Garamond', Times New Roman, Times, serif;
}

.upcoming {
    margin-left: 1px;
    margin-bottom: 20px;
        color:#501B1C;
    font-size: 12px;
}

.upcomingDate a{
    font-weight: bold;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    color:#DAA520;
    font-size:16px;
}

.upcomingDate a:hover {
    color:#501B1C;
}

.upcomingClass {
    margin-left: 2px;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif;
    
}

.upcomingLocation {
    margin-left: 2px;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
}

.upcomingTable{
    margin:0 auto;
    width:100%;
}

.upcomingTable {
    margin:0 auto;
    width:100%;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
    padding-top: 5px;
}

.ui-tabs .ui-tabs-nav {
    padding: 0px;
}

#tabs {
    border:none;
}

.sidebar a {
    text-decoration: none;
    color:#DAA520;
    font-size:14px;
}

.sidebar a:hover {
    color:#501B1C;
}

.sidebar {
    margin: 0 auto;
    width: 90%;
    min-height: 100px;
    background: #FFF;
    margin-bottom: 20px;
    color:#501B1C;
    font-size: 12px;
    padding-bottom:15px;
    border: 1px solid #501b1c;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; 
        opacity:0.97;
    filter:alpha(opacity=97); /* For IE8 and earlier */
}

.enjoyalocal {
    margin: 0 auto;
    width: 90%;
    min-height: 100px;
    background: #FFF;
    margin-bottom: 20px;
    color:#501B1C;
    font-size: 14px;
    padding-bottom:15px;
    border: 1px solid #501b1c;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; 
            opacity:0.97;
    filter:alpha(opacity=97); /* For IE8 and earlier */
}

.enjoyalocal img{
    display: inline;
    width: 100%;
    text-align: center;
    margin-top:15px;
}

.enjoyalocal .text {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}

#facebook {
    margin: 0 auto;
    width: 170px;
    min-height: 85px;
    margin-bottom: 20px;
    color:#501B1C;
    font-size: 14px;
    padding-bottom:5px;
}



#facebook .socialLogo {
    display: block;
    float: left;
    clear: none;
    margin: 0 auto;
    padding-right:10px;
}

#facebook img:hover {
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

img.button:hover {
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

#contentRight{
    width: 750px;
    float:left;
    
}

#contentRight h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'EB Garamond', Times New Roman, Times, serif;
    margin-bottom: 20px;
}

h1 {
       font-family: Verdana, 'EB Garamond', Times New Roman, Times, serif;

}

#contentBlock {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    border: 1px #501B1C solid;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
    padding: 7px;
}

#contentBlock p {
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    font-size: 16px;
    font-weight: normal;
    margin: 10px;
}

#contentBlock li {
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    font-size: 16px;    
}

#contentBlock td {
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    font-size: 16px;
    padding-left: 20px;
}

#contentBlock .centered { text-align: center; margin:0 auto;}

.portrait {
    width: 220px;
    float:right;
    text-align: center;
    font-weight: bold;
    padding-right: 20px;
    padding-bottom: 5px;
}

#termsDiv {
    margin: 0 auto;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align:right;
}

#termsDiv a {
    color: #DAA520;
    padding-right: 25px;
    font-weight: bold;
}

#termsDiv a:hover {
    color: #501B1C;
}

footer {
   clear:both;
   margin-top: -75px;
   width:100%;
   height:75px;   /* Height of the footer */
   background:#501B1C;
   text-align: center;
   color:#FFF;
}

#copyright {
    padding-top: 30px;
    font-size: 16px;
}

#map_canvas {
    width: 90%;
    height: 500px;
    margin:0 auto;
}

input, textarea, select {
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
    font-size: 16px;
    
}

.submitButton {
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif; 
}

.errorsDiv {
    text-align: center;
    font-size: 20px;
    color: #f00;
}


.successDiv {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;

}

.success {
    display: block;
    clear:both;
}

#content a.tel {
    text-decoration: none;
    color:#000;
}

.formWrapper {
    width: 100%;
    margin: 0 auto;
    margin-left:15px;
    border: 0px solid #000;
    margin-bottom: 25px;
}

.formDiv {
    margin: 0 auto;
    clear:left;
    padding-top:2px;
    padding-bottom:2px;
    font-size: 16px;
}

.formLabel {
    float:left;
    width:250px;
}

.formField {
    text-align:left;
}

.formSubmit {
    margin: 0 auto;
    text-align:center;
    margin-top: 15px;
    margin-bottom:15px;
    height: 30px;
}



.asterisk {
    color: #f00;
    font-size: 11px;
}

.reqNotice {
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif;     
}

.formError {
    color: #f00;
}

.error { color: #f00;}

img.print {
    float:right;
    margin-top: 5px;
    margin-right: 15px;
} 

table.info tr{ text-align: left;}

.smallFont {
    font-size: 12px;
}

.popout {
    float:right;
    clear:both;
    margin: 0 auto;
    margin-top:50px;
    margin-right:20px;
    width: 250px;
    min-height: 85px;
    background: #DAA520;
    margin-bottom: 20px;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;    
    color:#FFF;
    font-size: 12px;
    padding:15px;
    padding-bottom:5px;
    border: 1px solid #501b1c;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif;
    box-shadow: 3px 3px 5px #888888;
}

.popout h3 {
    font-size: 16px;
}

.popout:hover { background: #501B1C;}

th {text-align: center;}
td {text-align: left;}
td.center {text-align: center;}
td.right {text-align:right;}

td img:hover {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.popWrapper {
    margin-top: 100px;
    width: 200px;
    float:right;
    clear:both;
}

.smallPop {
    float:right;
    clear:both;
    margin: 0 auto;
    margin-right:20px;
    margin-top:10px;
    width: 200px;
    background: #DAA520;
    margin-bottom: 0px;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;    
    color:#FFF;
    font-size: 14px;
    padding-left:15px;
    border: 1px solid #501b1c;
    text-align: left;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif;
    box-shadow: 3px 3px 5px #888888;
}
.smallPop:hover { background: #501B1C;}

.centerPop {
    margin: 0 auto;
    margin-top:10px;
    padding: 15px;
    width: 250px;
    background: #DAA520;
    margin-bottom: 0px;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;    
    color:#FFF;
    font-size: 14px;
    border: 1px solid #501b1c;
    text-align: left;
    font-family: Verdana, 'Muli', Helvetica, Arial, sans-serif;
    box-shadow: 3px 3px 5px #888888;
}
.centerPop:hover { background: #501B1C;}

.viewSpan {
    font-weight:bold;width:200px;display:inline-block;
}

.specialNote {
    margin: 0 auto;
    width: 90%;
    min-height: 100px;
    background: #eee;
    margin-bottom: 20px;
    color:#501B1C;
    font-size: 14px;
    border: 1px solid #501b1c;
    border-radius: 15px; 
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
    box-shadow: 3px 3px #888;
    padding: 10px;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.specialNote h2 {
    text-align:left;
    font-size: 50%;
    display: inline;
        
}

.specialNote img {
    float: right;
    padding:5px;
}

.rightSidebar{
    width:230px;
    float:right;
    margin-top:20px;
    
}

.statesTable{
    width: 100%;
    border-collapse: collapse
}

.statesTable td {
    padding-bottom: 15px;
}

@media only screen and (max-device-width: 480px) {
    html {
        background: #501B1C;
        background-size: 100%;
    }
}

.debug {
    position: absolute;
    z-index: 20;
    color: #fff;
    font-size: small;
}