/*******************************************************************************
 * 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;
}

body{
    margin:0px;
    padding: 0px;
    min-width: 1200px;
    font-family: 'Playfair Display';//"Cantata One";
    height: 100%;
    background: #DDD 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;
}

nav{
    display: none;
}

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: #c60; 
}

nav .active a, nav li:hover > a {
      background: #c60; 
      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;
}

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

nav li:hover > ul {
    display: block;
}

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);

}

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:1200px;
    padding-bottom: 75px;
}

#contentLeft {
    display: none;
}

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

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

#bigTitle h1{
    font-size: 40px;
    font-style: italic;
}

#sidebar {
    margin: 0 auto;
    width: 90%;
    min-height: 400px;
    background: #501B1C;
    margin-bottom: 20px;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;    
    color:#FFF;
}

#sidebar h1 {
    font-size: 20px;
    color: #c60;
    font-weight: bold;
    text-align: center;
    padding:10px;
}

.upcoming {
    margin-left: 20px;
    margin-bottom: 20px;
}

.upcomingDate {
    font-size:18px;
    font-weight: bold;
        font-family: 'Playfair Display';//"Cantata One";
}

.upcomingClass {
    margin-left: 5px;
    font-family: 'Muli';
}

.upcomingLocation {
    margin-left: 5px;
    font-family: 'Muli';
}

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

#sidebar a {
    text-decoration: none;
    color:#FFF
}

#enjoyalocal {
    margin: 0 auto;
    width: 90%;
    min-height: 100px;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;    
    color:#501B1C;
    font-size: 14px;
    padding-bottom:15px;
    border: 1px solid #501b1c;
}

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

#enjoyalocal .text {
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Muli';
    font-size: 12px;
    font-weight: normal;
}

#facebook {
    margin: 0 auto;
    width: 90%;
    min-height: 85px;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;    
    color:#501B1C;
    font-size: 14px;
    padding-bottom:5px;
    border: 1px solid #501b1c;    
}

#facebook .text {
    float:right;
    margin-top:35px;
    margin-right:10px;
    font-size: 16px;
}

#facebook .socialLogo {
    display: block;
    float:left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-top: 7px;
    padding-right: 10px;
}

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

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

#contentRight h2 {
    font-size: 30px;
    font-weight: normal;
}


#contentBlock {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    margin-top: 20px;
    padding: 7px;
}

#contentBlock p {
    font-family: 'Muli'; //'Imprima';
    font-size: 16px;
    font-weight: normal;
    margin: 10px;
}

#contentBlock li {
    font-family: 'Muli'; //'Imprima';
    font-size: 16px;    
}

#contentBlock td {
        font-family: 'Muli'; //'Imprima';
    font-size: 16px;
    padding-left: 20px;
}

#contentBlock .centered { text-align: centered; 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;
    text-align:right;
}

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

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

footer {
    display: none;
}

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

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

input, textarea {
    font-family: Muli;
    font-size: 16px;
    
}

.submitButton {
    font-family: 'Playfair Display';
}

.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: 550px;
    margin: 0 auto;
    border: 0px solid #000;
    margin-bottom: 25px;
}

.formDiv {
    margin: 0 auto;
    clear:left;
    padding-top:1px;
    padding-bottom:1px; 
}

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

.formField {
    text-align:left;
}

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


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

.reqNotice {
    font-style: italic;
}

.formError {
    color: #f00;
}

.error { color: #f00;}

img.print {
    display: none;
} 

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

.rightSidebar {display: none;}