
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #f0b61b url(/images/theme-overeasycafe/plaster.jpg) repeat scroll center top;
}

body {
    line-height: 1.2;
    background: transparent url(/images/theme-overeasycafe/bg-wood.jpg) repeat-x scroll center top;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    color: #19258b;
}

h1 { font-size: 190%; margin: 0 0 0.631578947368em 0; clear: left; }
h2 { font-size: 150%; margin: 0 0 0.8em 0; }
h3 { font-size: 130%; margin: 0 0 0.923076923077em 0; }
h4 { font-size: 115%; margin: 0 0 1.04347826087em 0; }
h5 { font-size: 105%; margin: 0 0 1.14285714286em 0; }
h6 { font-size: 100%; margin: 0 0 1.2em 0; }

a {
    color: #19258b;
}

ul, ol, p, form {
    margin-top: 0;
    margin-bottom: 1.2em;
}

#container {
    background: transparent url(/images/theme-overeasycafe/bg-ivy.png) no-repeat scroll center 222px;
    min-height: 646px;
}

#header {
    width: 907px;
    margin: 0 auto -30px;
    height: 252px;
    background: transparent url(/images/theme-overeasycafe/bg-header.png) no-repeat scroll center 204px;
    position: relative;
    z-index: 3;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    margin-left: 39px;
}

#specials {
    display: inline; /* IE6 fix */
    float: right;
    margin: 15px 120px 0 0;
}

#main {
    width: 847px;
    margin: 0 auto;
    background: transparent url(/images/theme-overeasycafe/bg-blue.png) repeat-y scroll center bottom;
    padding: 0 48px;
}

#content {
    background: white url(/images/theme-overeasycafe/bg-yellow.jpg) repeat-y scroll center bottom;
    text-align: left;
    width: 747px;
    padding: 59px 50px 1px;
    margin: -59px auto 0;
    min-height: 200px;
}

/* Menu styles */
.menu {
    list-style: none;
    height: 59px;
    margin: 0 auto;
    padding: 0 0 0 46px;
    position: relative;
    z-index: 4;
    font-size: 110%;
}

.menu li {
    float: left;
    width: 134px;
    background: transparent url(/images/theme-overeasycafe/tab.png) no-repeat;
}

.menu a {
    display: block;
    width: 118px;
    height: 29px;
    line-height: 29px;
    padding: 16px 11px 14px 5px;
    color: white;
    text-decoration: none;
}

.menu a:hover, .menu .hover {
    color: #f4e44a;
}

/* Footer Styles */
#footer {
    clear: both;
    width: 943px;
    margin: 0 auto;
    font-size: 80%;
    text-align: center;
    background: transparent url(/images/theme-overeasycafe/bg-footer.png) no-repeat scroll center top;
    color: #131e81;
}

#footer a {
    color: #131e81;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks {
    padding-top: 70px;
    background: transparent url(/images/theme-overeasycafe/bg-footer2.jpg) no-repeat scroll center top;
}

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
    margin-bottom: 1.2em;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* slideshow */
#slideframe {
    float: right;
    width: 424px;
    height: 318px;
    margin-bottom: 1.2em;
    background: white url(/images/cache/images-util-corners-1a7e950437e2bb903216f05a89393dc6.png) no-repeat;
    padding: 18px;
    margin-top: -58px;
    margin-right: -9px;
}

#slideshow {
    width: 424px;
    height: 318px;
    position: relative;
    overflow: hidden;
}

body.home h1 {
    margin-right: 520px;
}

body.home .cms_item img {
    border: 1px solid gray;
}

