/*
FILE NAME: Etaostyle.CSS
WRITTEN BY: Rosanne Hu and Remi Kobayashi
DATE: Oct 26, 2015
PURPOSE: Styling for E*tao
*/


body {
    margin: auto;
    font-family: 'Arvo', serif;
    /*width:1000px;*/

}
/*I centered the body, just change margin back to 0 if you want to change*/


div  {
    /*margin: auto;*/
    padding: 20px;
}


.goldDiv {
    background-color: #DFBD85;
}


.redDiv {
    background-color: #610000;
}

.orangeDiv {
    background-color: #DD5211;
}


/* Homepage */


#slideshowDiv {
    width: 100%;
    height:520px;
    padding: 0px;
    margin: 0px;
    background-color: #610000;
    overflow: hidden;

}

#slideshow {
    padding: 0px;
    margin: 0px;
    height: 520px;
}

#slideshow img {

}

#div1hp {
    height: 80px;

}

#div1hp p{
    color: #610000; /* red color text */
    text-align: center;
    margin: auto;
    padding-top: 30px;

}

#div2hp {
    margin: 0px;
    padding-top: 50px;
}

#div2hp h1, p {
    color: #DFBD85; /* gold color text */
    text-align: center;
    width: 700px;
    margin: auto;

}

#div2hp p {
    padding: 30px;
    line-height: 30px;
}

#div3hp {
    height: 300px;
    margin: 0px;
}



/* About page */


#div1ab {
    text-align: center;
    align-items: center;
}

#div1ab h1, h2 {
    margin: 20px;
    text-align: center;
}

#div2ab p {
    text-align: center;
    color: #610000; /* red color text */
    line-height: 30px;
    margin-bottom: 20px;

}

#div3ab h2 {
    color: #610000; /* red color text */
}

#div3ab p {
    color: #DFBD85; /* gold color text */
    line-height: 30px;
    margin-bottom: 30px;
}

#map {
    width: 500px;
    height: 400px;
    margin: auto;
}


/* Contact Form page */


#div1cf {
    text-align: center;
}

#div2cf p {
    color: #610000; /* red color text */
    line-height: 30px;
}

#p1cf, #p2cf {
    margin-bottom: 30px;
}

#div3cf p {
    text-align: center;
    width: 300px;
    line-height: 40px;
}

#previewWrapper {
    text-align: center;
    color: #DFBD85; /* gold color text */
}

#div3cf h2 {
    text-align: center;
}


/* Menu page */


#div1me {
    text-align: center;
}

#div2me{
    margin: auto;
}

#div2me a {
    color: #610000; /* red color text */
    line-height: 50px;
}

#div2me a:hover {
    color: #DD5211;
}

.menop {
    position: relative;
    width:700px;
    height:300px;
    overflow: hidden;
    margin: auto;
}

.menop img{
    width:700px;
}

.menop span{
    font-size: 150%;
    background-color: rgba(255, 255, 255, .6);
    width:700px
    color: black;
    padding: 5px;
    position: absolute;
    margin-left: 0px;
    top: 250px;

}

/*.ani:hover{
    animation-play-state: running;
    }*/


/* Dim Sum page */

#div2di li{
    list-style-type: none;
    line-height: 40px;
}


/* Main Dish page */

#div2ma li, #div4ma li {
    list-style-type: none;
    line-height: 25px;
    margin-top: 20px;
}

em {
    font-size: 12px;
}

/* Drinks page */

#div1dr p {
    margin-top: 30px;
    line-height: 25px;
}

#div2dr ul, #div3dr ul, #div4dr ul {
    line-height: 30px;
}

#div2dr, #div3dr {
    color: #610000; /* red color text */
}

#div4dr {
    color: #DFBD85; /* gold color text */
}



/*beta*/


h1 {
    font-size: 40px;
    color: #DFBD85; /* gold color text */
    margin: 20px;
    text-align: center;
}

h2 {
    font-size: 30px;
}


nav {
    text-decoration: none;
    border-top: 40px solid #DD5211;
    border-bottom: 10px solid #DD5211;
    padding: 10px;
    height: 80px;
    background-color: #610000;


}

#navfigure {
    border: 10px solid #DFBD85;
    width: 200px;
    height: 120px;
    float: left;
    position: absolute;
    top: 25px;
    left: 40px;
}


a:link, a:visited, a:hover, a:active  {
    text-decoration: none;
}

a:link, a:visited {
    color: #DFBD85;
}

a:hover {
    color: #EFE2DE;

}

.navitem  {
    list-style-type: none;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    font-size: 20px;
    position: relative;
    display: block;

}

nav ul ul {
    list-style-type: none;
    padding: 30px;
    width: 170px;
    height: 100px;
    font-size: 70%;
    text-align: center;


}

#submenu {
    position: absolute;
    top: auto;
    left: -60px;
}

#subcontactus {
    position: absolute;
    top: auto;
    left: -30px;
}

.subnavitem {
    line-height: 30px;
    display: block;
    background-color: #610000;
}

footer {
    background-color: #610000;
    border-top: 5px solid #DFBD85;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;

}

footer p {
    font-size: 10px;
    line-height: 40px;
}

.validator {
    float: left;
    margin: auto;
    height: 50px;
    width: 70px;
    padding-left: 50px;


}
