/**
* Default stylesheet for recipes-1
*
*
**/
body {
    background-color: #000000;
    background-image: url("../images/food.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Verdana,Arial sans-serif;
    font-size: 12px;
}
#clear {
    clear: both;
}
#wrapper {
    width: 960px;
    min-height: 500px;
    background-color: #FFFFFF;
    margin: 100px auto;
}
#header {
    background-color: #455868;
    width: 100%;
    height: 40px;
}
#content {
    background-color: #FFFFFF;
    width: 940px;
    min-height: 400px;
    padding-top: 20px;
    padding-left: 20px;
    opacity: 0.9;
}
#contentCreate {
    background-color: #FFFFFF;
    width: 100%;
    min-height: 400px;
    padding-top: 20px;
    padding-left: 20px;
    opacity: 0.9;
}
#contentLogin {
    background-color: #FFFFFF;
    width: 300px;
    margin-left: 300px;
    margin-top: 150px;
}

#footer{
    background-color: #455868;
    width: 940px;
    height: 40px;
    padding-left: 20px;
    color: #FFFFFF;
    padding-top: 20px;
}

/** Navigation  **/
nav {
    height: 40px;
    width: 100%;
    background-color: #455868;
    font-size: 12px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-width: bold;
    position: relative;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav a {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #283744;
}
nav li a {
    border-right: 1px solid #576979;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav a:active a.current {
    background-color: #8c99a4;
}
nav a#pull {
    display: none;
}
#logout {
    width: 920px;
    font-size: 0.8em;
    text-align: right;
    margin-right: 20px;
}

#form {
    background-color: #FFFFFF;
    margin-top: 100px;
    margin-left: 300px;
    align-content: center;
}
#col1 {
    text-align: right;
}
#ingredientno {
    text-align: center;
}

/** use_view styles  **/
#userwrapper {
    width: 900px;
}
#useleft {
    width: 300px;
    float: left;
}
#useright {
    width: 600px;
    float: right;
    padding: 0;
    margin: 0;
}
#useframewrapper {
    width: 566px;
    height: 300px;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
}
#iframe {
    width: 600px;
    height: 300px;
    border: 1px solid #ccc;
    display: block;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
.usebody {
    background-color: #FFFFFF;
}
/** recipe detail styles  **/
#detailWrapper {
    width: 900px;
    min-height: 450px;
}
#detailLeft {
    width: 400px;
    float: left;
}
#detailRight {
    width: 480px;
    float: right;
    padding: 0;
    margin: 0;
}
#detailframewrapper {
    width: 566px;
    height: 300px;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
}

/** tables **/
table#t01 {
    border-collapse: collapse;
    background: #FFFFFF;
}
table#t01 th {
    background: #4C001A;
    color: #ccc;
    text-align: center;
}
table#t01 td, th {
    padding: 0.25rem;
    text-align: left;
    border: 1px solid #ccc;
}
table#t01 tbody tr:hover {
    background: yellowgreen;
}
.table#t01 td {
    text-align: center;
}
#tableImage {
    text-align: center;
}
.ingredNo {
    text-align: center;
}