@charset "utf-8";

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0; 
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
color: #FF6600;  /*set this color relative to your site design*/
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
input, select {
color: #878684;
border: 1px solid #666;
background: none;
}
input.image {
border: none;
}
.hidden {
display: none;
}
.print_page {
display: none;
}
.preload {
position: absolute;
left: -999em;
height: 0px;
width: 0px;
overflow: hidden;
}

img.left {
padding: 0 15px 25px 0;
}

img.right {
padding: 0 0 25px 15px;
}

/*--------------------------------------------

				Basics
				
---------------------------------------------*/

body {
font-size: 62.5%;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
width: 956px;
margin: 30px auto 0;
background: #e8e9e1 url(images/bkg.gif) center top no-repeat;
}

.container {
width: 956px;
float: left;
background: white;
}

.inner .container {
padding: 20px 21px 0 21px;
width: 914px;
}

.inner h1 {
float: left;
width: 914px;
height: 120px;
background: url(images/recipe-club-header.jpg) no-repeat;
padding: 0 0 25px;
}

.inner h1 a {
float: left;
width: 914px;
height: 120px;
text-indent: -999em;
overflow: hidden;
}

/*--------------------------------------------

				Top Navigation
				
---------------------------------------------*/

.top-navigation {
float: left;
margin: 0 21px 0 21px;
padding: 15px 0;
width: 914px;
border-bottom: 1px dotted #666;
text-align: center;
color: #666;
font-size: 1.4em;
line-height: 1.3em;
display: inline;
}

.top-navigation li {
display: inline;
padding: 0 3px;
}

.top-navigation li a {
text-decoration: none;
color: #666;
}

.top-navigation li a:hover {
color: #ff6600;
} 

/*--------------------------------------------

				Splash Navigation
				
---------------------------------------------*/

.splash-navigation {
float: left;
width: 956px;
height: 609px;
background: url(images/splash_bkg_whole.jpg);
}

.splash-navigation li a {
float: left;
width: 100%;
height: 100%;
text-indent: -999em;
}

.splash-navigation li a:hover {
background: url(images/splash_bkg_whole.jpg);
}

.splash-navigation .ask {
width: 319px;
height: 237px;
float: left;
}

.splash-navigation .news {
width: 319px;
height: 286px;
float: right;
}

.splash-navigation .news a {
height: 50px;
}

.news dl {
float: left;
padding: 0 25px 0 30px;
font-size: 1.2em;
line-height: 1.3em;
margin-top: -22px;
width: 264px;
}

.news dl dt {
padding: 16px 0 0;
font-size: 1em;
width: 264px;
}

.news dl dt strong {
float: left;
clear: both;
width: 264px;
}

.news dl dd a {
float: none;
width: auto;
height: auto;
text-indent: 0;
color: #ff6600;
text-decoration: none;
}

.news dl dd a:hover {
background: none;
text-decoration: underline;
}

.splash-navigation .h1 {
width: 318px;
height: 286px;
float: right;
text-indent: -999em;
}

.splash-navigation .take-quiz {
width: 319px;
height: 248px;
float: left;
}

.splash-navigation .author {
width: 358px;
height: 259px;
float: right;
}

.splash-navigation .about {
width: 269px;
height: 75px;
float: right;
padding: 200px 0 48px;
}

.splash-navigation .blog {
width: 329px;
height: 124px;
float: left;
}

.splash-navigation .start-recipe-club {
width: 358px;
height: 64px;
float: right;
margin-top: -64px;
}

.splash-navigation .ask a:hover {
background-position: -956px 0px;
}

.splash-navigation .news a:hover {
background-position: -1593px 0px;
}

.splash-navigation .take-quiz a:hover {
background-position: -956px -237px;
}

.splash-navigation .author a:hover {
background-position: -1554px -286px;
}

.splash-navigation .about a:hover {
background-position: -1285px -486px;
}

.splash-navigation .blog a:hover {
background-position: -956px -485px;
}

.splash-navigation .start-recipe-club a:hover {
background-position: -1554px -545px;
}

/*--------------------------------------------

				Bottom Navigation
				
---------------------------------------------*/

.bottom-navigation {
float: left;
margin: 0 21px 0 21px;
padding: 15px 0;
width: 914px;
border-top: 1px dotted #666;
text-align: center;
color: #666;
font-size: 1.4em;
line-height: 1.3em;
display: inline;
position: relative;
}

.bottom-navigation li {
display: inline;
padding: 0 3px;
}

.bottom-navigation li a {
text-decoration: none;
color: #666;
}

.bottom-navigation li a:hover {
color: #ff6600;
} 

.fb {
position: absolute;
top: 15px;
right: 0;
padding: 0;
}

.fb a {
float: left;
padding: 0 25px 0 0;
background: url(images/facebook.gif) right 2px no-repeat;
}

/*--------------------------------------------

				Inner Navigation
				
---------------------------------------------*/

.inner-navigation {
width: 155px;
float: left;
padding: 5px 9px 50px 5px;
font-size: 1.4em;
line-height: 1.2em;
}

.inner-navigation li {
float: left;
padding: 0 0 5px;
}

.inner-navigation a {
float: left;
width: 155px;
color: #666;
text-decoration: none;
}

.inner-navigation a:hover, .inner-navigation li.current_page_parent a, .inner-navigation li.current_page_item a {
color: #ff6600;
}

.inner-navigation li.current_page_parent li a, .inner-navigation li.current_page_item li a {
color: #999999;
}

.inner-navigation li ul {
float: left;
padding: 5px 0 0 10px;
margin-bottom: -2px;
}

.inner-navigation li ul li {
background: url(images/nav-arrow-active.gif) no-repeat 0 4px;
}

.inner-navigation li ul li a {
float: left;
padding: 0 0 0 15px;
background: url(images/nav-arrow.gif) no-repeat 0 4px;
color: #999999;
font-size: 0.9em;
width: 130px;
}

.inner-navigation li ul li a:hover, .inner-navigation li.current_page_parent li.current_page_item a, .inner-navigation li.current_page_item li.current_page_item a {
background: url(images/nav-arrow-active.gif) no-repeat 0 4px;
color: #ff6600;
}

/*--------------------------------------------

				Rigth Navigation 
				
---------------------------------------------*/

.right-navigation {
float: left;
width: 150px;
padding: 5px 5px 15px 14px;
margin-top: -25px;
}

.right-navigation dt {
color: #ff6600;
font-weight: bold;
line-height: 1.2em;
text-transform: uppercase;
padding: 25px 0 0;
}

.right-navigation dd {
padding: 5px 0 0;
font-size: 1em;
line-height: 1.3em;
}

.right-navigation dd p {
padding: 20px 0 0;
}

.right-navigation dd a {
text-decoration: none;
color: #666;
}

.right-navigation dd a:hover {
text-decoration: underline;
}

.right-navigation dd ul {
list-style: none;
}

#s {
width: 144px;
padding: 2px;
}

#searchsubmit {
float: right;
margin-top: 5px;
background: #ddd;
font-weight: bold;
}


/*--------------------------------------------

				Main 
				
---------------------------------------------*/

.main {
float: left;
width: 534px;
padding: 0 20px 25px;
border: 1px dotted #666;
border-top: none;
border-bottom: none;
margin-bottom: 25px;
}

h2 {
font-size: 3.6em;
line-height: 1.4em;
border-bottom: 1px dotted #666;
margin-bottom: 35px;
color: #666;
font-weight: normal;
padding: 0 0 0 5px;
}

h2 a {
text-decoration: none;
color: #666;
}

h3 {
font-size: 2em;
line-height: 1.4em;
color: #ff6600;
padding: 0 0 25px;
font-weight: normal;
}

h4 {
font-size: 1.5em;
line-height: 1.4em;
color: #666;
font-weight: bold;
}

h5 {
font-size: 1.4em;
line-height: 1.4em;
}

h3 a {
text-decoration: none;
color: #ff6600;
}

h3 a:hover {
text-decoration: underline;
}

.main .navigation {
position: relative;
top: -30px;
}

.main img.right {
padding: 0 0 10px 25px;
}

.announcement img.right {
padding: 0 0 25px 15px;
}

.main p {
font-size: 1.2em;
line-height: 2em;
padding: 0 0 25px;
}

.main cite {
clear: both;
font-weight: bold;
font-style: normal;
padding: 0 0 25px;
border-bottom: 1px dotted #666;
display: block;
}

.main .commentlist cite {
clear: none;
font-weight: normal;
padding: 0;
border: none;
display: inline;
}

.main textarea {
width: 530px !important;
}

/*.main p + ul {
margin-top: -20px;
}*/

.main ul, .main ol {
font-size: 1.2em;
line-height: 2em;
padding: 0 0 25px;
}

.main ol {
list-style: decimal;
margin: 0 0 0 20px;
}

.main ol.commentlist {
font-size: 1.1em;
line-height: 1.3em;
}

.main ol.commentlist .avatar {
float: left;
padding: 0 10px 10px 0;
}

.main ol p { 
font-size: 1em;
clear: both;
padding: 0 0 15px;
}

.main ul li {
padding: 0 0 0 25px;
background: url(images/bullet.gif) no-repeat 5px 0.85em;
}

.main ol li {
padding: 0 0 10px;
}

.main ol li ul {
font-size: 1em;
padding-bottom: 5px;
}

.main ol li ul li {
padding: 0 0 0 25px;
line-height: 1.5em;
background: url(images/bullet.gif) no-repeat 5px 0.75em;
}

.main ol.commentlist li {
padding: 25px 0 0 0;
border-top: 1px dotted #666;
}

.main .ingredients li {
background: none;
padding: 0;
}

.events {
font-size: 1.2em;
line-height: 1.4em;
margin-top: -15px;
padding: 0 0 30px;
}

.events dt {
font-weight: bold;
color: #666;
padding: 15px 0 0;
}

.gifts {
float: left;
line-height: 1.4em;
width: 534px;
margin: 10px 0 0;
}

.gifts dt {
font-size: 1.4em;
font-weight: bold;
border-top: 1px dotted #666;
padding: 20px 0 0 260px;
clear: both;
}

.gifts dd {
font-size: 1.2em;
margin: 0 0 0 260px;
padding: 5px 0 0;
}

.gifts .image {
float: left;
width: 260px;
text-align: center;
margin: -20px 0 0 0;
padding: 0 0 25px;
}

.gifts .price {
padding: 25px 0 0;
float: left;
margin: 0;
}

.gifts .shop {
float: left;
padding: 25px 0 0 5px;
margin: 0;
}

dl.quiz {
font-size: 1.2em;
line-height: 1.6em;
}

.quiz dt {
font-weight: bold;
padding: 10px 0 10px;
}

.quiz dd {
margin: 0 0 0 25px;
padding: 5px;
}

.quiz dd.selected {
background: #E8E9E1;
}

.quiz dd input {
float: left;
}

.quiz dd label {
margin: 0 0 0 30px;
display: block;
}

.main .answers {
position: relative;
clear: both;
font-size: 1em;
}

.main .answers li {
position: absolute;
left: -999em;
padding-left: 0;
background: none;
}

.answers li.show {
position: relative;
left: 0;
}

.personality {
float: right;
margin: 15px 0 0;
border: 1px solid #666666;
color: #878684;
padding: 5px 10px;
cursor: pointer;
font-size: 1.4em;
}

.main .center {
text-align: center;
}

.main li.center {
display: inline-block;
clear: both;
}

.center img {
padding: 30px 0 0;
}

.Recipe-Club {
display: none;
}

p span.clear {
display: block;
}

#dbem-location-map {
margin: 20px 0 0;
}

.post-recipe {
line-height: 1.2em;
padding: 20px 20px 0;
border: 1px dotted #666;
margin-bottom: 25px;
}

.post-recipe ol li {
padding-bottom: 0;
}

.post {
border-bottom: 1px dotted #666666;
margin-bottom: 30px;
padding: 0 0 5px;
}

.announcement {
clear: both;
}

/*--------------------------------------------

				Footer
				
---------------------------------------------*/

.footer {
width: 956px;
float: left;
color: #666666;
text-align: center;
padding: 10px 0 15px 0;
border-top: 1px dotted #666;
font-size: 1.1em;
line-height: 1.3em;
}

.inner .footer {
width: 914px;
}

.footer li {
display: inline;
padding: 5px 0 0;
}

.footer li.full {
width: 956px;
display: block;
height: 1px;
line-height: 1px;
font-size: 1px;
}

.inner .footer li.full {
width: 914px;
}

.footer a {
color: #666666;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}

.copyright {
float: right;
color: #666;
padding: 5px 5px 50px 0;
}

.copyright li {
float: left;
padding: 0 0 0 5px;
line-height: 1.2em;
}

.copyright li a {
color: #666;
text-decoration: none;
}

.copyright li a:hover {
text-decoration: underline;
}

#dbem-location-map {
width: 534px !important;
height: 375px !important;
}

.alignright {
text-align: right;
}

.main .wp-caption-text {
font-size: 1.1em;
color: #999;
font-style: italic;
}

.main .right .wp-caption-text {
padding: 0 0 0 15px;
}