body {
    background: lightBlue;
    background: url(img/background.jpg);
    background-attachment: fixed;
    overflow-y: scroll;
    margin: 0px;
}

#oldIE {
    line-height: 25px;
    font-size: 20px;
    position: absolute;
    width: 100%;
    height: 50px;
    background: pink;
    border: 1px solid red;
    border-width: 0 0 1px 0;
    margin-bottom: 30px;
    text-align: center;
    z-index: 100;
}

#welcome {
    position: relative;
    top: -30px;
    left: -30px;
}

a {
    color: black;
    outline: none;
}

img {
    outline: none;
    border: 0px;
}

.picture {
    float: right;
    margin: 5px 10px 10px 10px;
    border: 2px solid tan;
    width: 200px;
    background: white;
    z-index: 3;
}

.bigpicture {
    border: 2px solid tan;
}

#center {
    position: absolute;
    right: 0px;
    width: 674px;
    background: transparent;
}

#header {
    width: 100%;
    height: 86px;
    background: url(img/card_top.png) no-repeat left top;
}

#label {
    position: absolute;
    top: 15px;
    left: 32px;
    width: 225px;
    height: 44px;
    background: url(img/label.png) no-repeat left top;
}

#middle {
    position: relative;
    min-height: 400px;
    background: url(img/card_middle.png) repeat-y left top;
}

#cardarea {
    position: relative;
    min-height: 370px;
    padding: 0px 40px 60px 40px;
}

#toolbar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

#toolbar img {
    margin-right: 5px;
}

#tooltip {
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: white;
    opacity:0.6;
    filter:alpha(opacity=60);
}

#bottom {
    width: 100%;
    height: 15px;
    background: url(img/card_bottom.png) no-repeat left top;
}

#searchbox {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 250px;
    padding-right: 20px;
}

#search {
    font-size: 16px;
    display: inline-block;
    background-color: white;
    border: 0px solid black;
    width: 200px;
    height: 20px;
}

#container {
    position: absolute;
    padding: 30px;
    width: 800px;
    min-height: 400px;
    left: 50%;
    margin-left: -445px;
}

* html #container {
    top: 30px;
}

#sidebar {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 200px;
    border: 0px;
    margin-left: -420px;
    
}

* html #sidebar {
    position: absolute;
}

#sidebar a, #searchbox a {
    text-decoration: none;
}

#sidetop {
    background: url(img/side_top.png) no-repeat top right;
    width: 200px;
    height: 18px;
}

#sidemain {
    background: url(img/side_middle.png) repeat-y top right;
    width: 200px;
    padding-bottom: 10px;
}

#sidecontent {
    z-index: 1;
    margin-left: 20px;
    margin-right: 40px;
}

#sidebottom {
    background: url(img/side_bottom.png) no-repeat bottom right;
    width: 200px;
    height: 14px;
}

#usertools, #loginform, #registerform, #forgotform {
    display: none;
}

#loginform {
    display: none;
}

.formline {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 20px;
    margin: 3px;
}

.mobile {
    display: none;
}

#mobilediv {
    width: 100%;
    height: 100px;
    background-color: white;
    text-align: center;
    position: fixed;
    bottom: 0px;
    line-height: 100px;
    font-size: 50px;
    z-index: 1000;
    border-top: 2px solid black;
}

#gomobile {
    display: block;
    width: 100%;
}

.prefs {
    display: none;
}

.prefsbutton {
    font-size: small;
    vertical-align:top;
    margin-left: 3px;
    color: gray;
}

.right {
    text-align: right;
}

.formline input, .formline button, .message {
    position: absolute;
    left: 160px;
    bottom: 0px;
}

.formline button {
    width: 90px;
    left: 240px;
    bottom: -10px;
}

.message {
    left: 340px;
}

.formline .inputtext {
    width: 170px;
    background-color: white;
    border: 1px solid black;
}

.formmessage, .message {
    color: red;
}

.fail {
    background-color: pink !important;
}

#fullscreen {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background: white;
    overflow-y: auto;
    opacity:0.8;
    filter:alpha(opacity=80)
}

#fullscreen div {
    border: 0px;
}

#fullscreencontent {
    margin: 40px;
}

.timestamp {
    display: none;
}

.directions {
    margin-top: 20px;
    z-index: 3;
}

button#deleterecipe {
    margin-left: 40px;
    color: red;
    width: 100px;
    position: absolute;
    right: 0px;
    top: -5px;
}

.directions, #editdirections, .insertbutton, .notes, #editnotes {
    font: 16px Times New Roman, serif;
}

.title, .resulthead, #wait, #edittitle {
    font: bold 18px Georgia, serif;
}

.resulthead, .title {
    width: 99%;
    border-bottom: 2px solid tan;
    position: relative;
    z-index: 2;
}

.source, #editsource {
    font: italic 12px Georgia, serif;
}

.id {
    display: none;
}

.notes {
    margin-top: 20px;
}

.notes:before {
    content: 'Note: ';
    font-weight: bold;
}

.family, .loggedin {
    display: none;
}

hr {
    border: 1px solid black;
    border-width: 1px 0 0 0;
}

.fav, .nofav {
    display: inline-block;
    top: 50%;
    margin-bottom: -5px;
    margin-right: 3px;
    width: 18px;
    height: 18px;
}

.fav {
    background: url(img/star_sm.png) no-repeat;
}

.deleteme {
    position: absolute;
    right: 3px;
    top: 3px;
    margin-left: 5px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

.super {
    font-size: small;
    vertical-align:top;
    margin-left: 3px;
    color: red;
}

.reciperow {
    position: relative;
    height: 20px;
    width: 100%;
}

.reciperow:hover {
    text-decoration: none;
    background: url(img/o30.png);
}

.recipelink {
    text-decoration: none;
}

#feedback {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: white;
    opacity:0.6;
    filter:alpha(opacity=60);
}

* html #feedback {
    position: absolute;
    top: 51px;
    bottom: auto;
    right: 0px;
    left: auto;
}

#feedback a {
    text-decoration: none;
}

#print {
    display: none !important;
}

.wip {
    display: none;
}

.insert {
    display: inline-block;
    float: right;
}

.insertbutton {
    display: inline-block;
    text-decoration: none;
    width: 16px;
    text-align: center;
    background: url(img/o30.png);
    margin-left: 2px;
    border: 1px solid gray;
    border-bottom: 0px;
}

.label {
    width: 550px;
    font-size: 14px;
    vertical-align: bottom;
}

#edit input, #edit textarea, .selectdrop {
    width: 550px;
    display: block;
    background: url(img/o30.png);
    border: 1px solid gray;
    margin-bottom: 5px;
}

#edit input[type=checkbox], #edit input[type=radio] {
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
    border: 0px;
    width: auto;
}

#edittitle, #editsource {
    width: 400px !important;
}

.selectdropoption {
    width: 90px;
    float: left;
}

.selectdrop {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    width: 540px;
}

#editdirections, #editnotes {
    resize: none;
    height: 200px;
}

#editnotes {
    height: 80px;
}

#edit button {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
    width: 100px;
}

button#modifysubmit {
    margin-right: 40px;
}

#prompt {
    position: fixed;
    width: 300px;
    height: 220px;
    border: 1px solid black;
    background: white;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -110px;
}

#newbanner {
    position: aboslute; 
    top: 0px;
    left: 0px;
    width: 100px;
}

.expandcats {
    display: block;
    position: absolute;
}

#expandcatsbutton {
    position: relative;
}

#more_categories, #lesscat {
    display: none;
}

#less_categories {
    margin-top: auto;
}

@media print {
    body > div {
        display: none !important;
    }

    div {
        background: white;
        border: 1px !important;
    }

    #print {
        display: block !important;
    }
}

@media handheld, only screen and (max-device-width: 480px) {
    .gofullscreen {
        display: none !important;
    }
}