/*
 * CSS Reset Stylesheet - Based on Eric Meyer's CSS reset. 
 */

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: "" "";
}

/* Basic Styling Rules */
body {
    font-family: "Lucida Grande", sans-serif;
    color: #444;
    margin: 20px;
}
h1, h2, h3 {
    font-weight: bold;
}
h1, h2 {
    clear: left;
}
h3 {
    line-height: 1.1em;
}
h1 {
    font-size: 1.4em;
}
sup {
    font-size: 0.8em;
    vertical-align: super;
}
h1 sup {
    font-size: 0.4em;
}
h2 sup {
    font-size: 0.7em;
}
th {
    font-weight: bold;
    padding: 6px;
}
th p {
    font-weight: normal;
}
a:link {
    color: #0070b7;
    text-decoration: none;
}
a:visited {
    color: #8751b7;
    text-decoration: none;
}
a:hover {
    color: #ff8900;
    text-decoration: none;
}
p {
    line-height: 1.1em;
}
li {
    margin: 5px 0;
    line-height: 1.1em;
}
em {
    font-style: italic;
}
/* Layout Rules */
div#left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 304px;
    margin: 20px;
}
div#links, div#quote, div#radio-spot {
    margin: 20px 30px;
    border-top: 1px solid #aaa;
    padding-top: 20px;
}
div#links li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
}
div#links li a:visited {
    color: #0070b7;
}
div#links li a:hover {
    color: #ff8900;
}
div#quote h4 {
    font-style: italic;
}
div#quote p {
    margin: 5px 10px;
}
div#radio-spot {
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
}
div#radio-spot span {
    display: block;
}
div#radio-spot img {
    margin: 10px;
}

div#right {
    position: absolute;
    top: 0px;
    left: 324px;
    margin: 20px;
    width: 550px;
}
div#top h2 {
    margin: 30px 0;
}
div#top img {
    float: right;
}
div#intro p {
    margin: 20px 0;
}
div#best-of-ct {
    border-top: 1px solid #aaa;
}
div#best-of-ct img {
    float: left;
    margin: 20px;
}
div#best-of-ct h3 {
    margin: 25px;
    font-size: 1.2em;
}
div#signup, div#visit-kimbensen {
    background-color: #eee;
    width: 210px;
    height: 140px;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
}
div#signup {
    width: 210px;
    float: left;
}
div#signup p {
    margin: 7px;
}
div#visit-kimbensen {
    margin: 0 auto;
}
div#visit-kimbensen span {
    display: block;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 6px;
}
div#footer {
    margin: 30px 0;
    text-align: center;
    clear: both;
    font-size: 0.9em;
    color: #bbb;
}

div.content-section {
    clear: both;
    border-top: 1px solid #aaa;
    margin-top: 20px;
    padding: 10px 0;
}
div.content-section p {
    margin: 10px 0;
}
div.content-section h2 {
    margin: 10px 0;
    color: #ff8900;
    font-size: 1.2em;
}
div.content-section > div.bagel-nutrition-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 14px;
}
div.content-section ol {
    list-style-type: decimal;
    margin-left: 30px;
}
div.bagel-nutrition-info {
    float: left;
    text-align: center;
}
div.bagel-nutrition-info h1 {
    margin-bottom: 10px;
    color: #ff8900;
    font-size: 2em;
}
div.recipe img {
    float: right;
    margin: 10px;
}
div.recipe strong {
    font-weight: bold;
}
div.recipe ul {
    list-style-type: circle;
    margin-left: 20px;
}
p.faq-question {
    font-weight: bold;
}
p.faq-answer {
    padding-bottom: 15px;
}
table#store-list {
    margin-bottom: 10px;
}
table#store-list th {
    width: 40%;
}
table#store-list td, table#store-list th {
    vertical-align: middle;
    border-bottom: 1px solid #aaa;
    padding: 5px;
}

div#links li#buy a, div#links li#buy a:visited {
    color: #ff4343;
}

div#links li#buy a:hover {
    color: #ff8900;
}

ul.address-list li {
    width: 250px;
    height: 4.5em;
    float: left;
    font-size: .9em;
}

ul.address-list li p {
    margin: 0;
}

div#wear-red {
    text-align: center;
}

div#wear-red h2 {
    color: #db0010;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}

div#heart-truth {
    width: 340px;
    text-align: center;
    margin: 0 auto;
}

div#heart-truth p {
    margin-top: 5px;
}

div#intro p.fine-print {
    font-size: .7em;
    margin: 10px 0;
}