html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

a img
{
    border: none;
}

body
{
    background: silver url(images/gradient.png) top left repeat-x;
    font: 1em "Segoe UI", Tahoma;
    color: #333;
}

#page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: 50px gray solid;
}

#sheet
{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background: white;
}

#header
{
    background: #f0f0f0 url(images/header-background.png) repeat-x;
    height: 212px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #888;
}

.sheetspacer
{
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.leftspace
{
    margin-left: 3em;
}

#menu
{
    clear: both;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    background: url(images/menubar-back.png) repeat-x;
    border-bottom: 4px solid #A0AEB9;
}

#front
{
    clear: both;
    width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#notes
{
    width: 66%;
    height: 100%;
    float: left;
}

#advertising
{
    margin-top: 10px;
    width: 29%;
    float: right;
    background: #222;
    padding: 5px;
}

#advertising img
{
    max-width: 100%;
}

#advertising *
{
    margin-bottom: 5px;
}

.notebox
{
    padding: 1em;
    width: 296px;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
}

.notecolumn
{
    width: 50%;
}

.notebox a
{
    text-decoration: none;
    color: #444;
}

.notebox img
{
    margin-bottom: 0.6em;
    border: 1px solid gray;
}

.notebox img.right
{
    margin-left: 0.6em;
}

.notebox .notegroup
{
    font-size: 0.7em;
}

.notebox .notegroup div
{
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    padding-top: 5px;
}

.grouped .section
{
    font-size: 1em;
}

.unfeatured
{
    background: white;
}

.featured
{
    background: white;
}

.section
{
    font-weight: bold;
    font-size: 0.7em;
    margin-bottom: 0.3em;
}

.left .notebox
{
    border-left: 1px solid silver;
}

.fullheight
{
    height: 100%;
}

.halfheight
{
    height: 45%;
}

.title
{
    font-family: Georgia;
    font-weight: bold;
}

.title a
{
    color: #069;
}

.title a:hover
{
    text-decoration: underline;
}

.noterow
{
    margin-top: 0.7em;
    height: 25%;
}

.onehalf.unfeatured.withimage .title, .fullwidth.featured.withimage .title
{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0.7em;
}

.brief .title
{
    font-size: 1em!important;
}

.onehalf.unfeatured.withimage .summary
{
    font-size: 0.9em;
    line-height: 1.3em;
}

.onehalf.unfeatured.withoutimage .title
{
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 0.7em;
}

.onehalf.unfeatured.withoutimage .summary
{
    font-size: 0.8em;
    line-height: 1.2em;
}

.fullwidth.featured.withimage .summary
{
    font-size: 1em;
}

.onethird .title
{
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 0.4em;
}

.onethird .summary
{
    font-size: 0.7em;
    line-height: 1.1em;
}

.fullrowad
{
    width: 99%;
    height: 80px;
}

.boxad
{
    width: 250px;
    height: 250px;
    background: black;
    margin-bottom: 1em;
}

#note
{
    margin-left: 40px;
    margin-right: 40px;
    float: left;
    width: 65%;
}

#note .section
{
    text-transform: uppercase;
}

#note .section a
{
    color: inherit;
    text-decoration: none;
}

#note .section a:hover
{
    color: inherit;
    text-decoration: underline;
}


#note .title
{
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.4em;
}

#note .summary
{
    font-style: italic;
    text-align: justify;
    font-size: 14px;
}

.bodytext
{
    text-align: justify;
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 20px;
}

#note .author
{
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
}

#note .noteheader
{
    padding: 15px;
    border: 1px solid #A0AEB9;
    border-top: 15px solid #A0AEB9;
    background: #f7f7f7;
}

#note .share
{
    font-size: 0.65em;
}

#note .share .sharebox
{
    width: 425px;
    line-height: 2.5em;
    margin-top: -5px;
}

#note .share .sharebox img
{
    margin-bottom: 3px;
}

#note .share .sharebox a
{
    color: inherit;
    text-decoration: none;
    padding: 6px;
    color: #333;
}

#note .share .sharebox a:hover
{
    background: white;
    padding: 5px;
    border: 1px solid silver;
    color: black;
}

#note .share .sharebox a img
{
    border: none;
}

#note .comments
{
    font-size: 12px;
}

#note .comments .title
{
    float: left;
    width: 20%;
    font-size: 16px;
    font-weight: bold;
}

#note .comments .notice
{
    float: left;
    width: 80%;
    font-size: 11px;
    color: gray;
    text-align: justify;
}

#media
{
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 10px;
}

#mediapane a img, #mediapane .video
{
    border: 1px solid #333;
    margin-bottom: 5px;
    cursor: pointer
}

#mediapane a:hover img, #mediapane .video:hover
{
    border: 1px solid white;
    margin-bottom: 5px;
}

#note_ads
{
    float: right;
    width: 160px;
    margin-top: 20px;
    margin-right: 35px;
}

.hr
{
    width: 100%;
    background: silver;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.mediagallery button
{
    font: bold 7pt "Segoe UI";
    background: white;
    padding: 1px 3px;
    border: 1px solid silver;
    color: black;
    margin: 1px;
}

.mediagallery button.active
{
    background: black;
    color: white;
}

.mediagallery iframe
{
    border: none;
}

#footer
{
    border-top: 5px solid silver;
    background: #f0f0f0;
    padding: 10px 40px;
    color: black;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 10px;
}

.footerposition
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#footer div.left
{
    margin-right: 50px;
}

#footer div.columntitle
{
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
    margin-bottom: 5px;
    color: #bbb;
}

#footer div.siteTitle
{
    font: bold 15px "Segoe UI";
    color: #069;
}

#footer div.siteDescription
{
    font: 13px "Segoe UI";
    color: gray;
}

#footer ul
{
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    list-style-type: none;
}

#footer ul li
{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 13px;
    padding: 5px;
}

#footer ul li .section
{
    font-weight: normal;
    font-size: 12px;
    color: gray;
}

#footer ul li .notetitle
{
    font-family: Verdana;
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 15px;
    color: #800;
}

#footer ul li a
{
    color: white;
    text-decoration: none;
}

#footer ul li:hover
{
    background: #c00;
}

#footer ul li:hover .section
{
    color: white;
    font-weight: bold;
}

#footer ul li:hover a
{
    color: white;
}

#footer ul li:hover .notetitle
{
    color: white;
}

#footer ul li:hover span.position
{
    color: red;
}

#footer ul li span.position
{
    float: left; font-size: 32px; line-height: 26px; height: 32px;
    color: silver;
}

#footer .links
{
    margin-top: 10px;
}

#footer .links a
{
    color: gray;
    margin-bottom: 5px;
}

#footer .links a:hover
{
    color: #09b;
}

#footer .links img
{
    position: relative;
    margin-top: -6px;
}

#weather
{
    margin-left: 10px;
    font-size: 9pt;
    background: #fafafa;
    border: 1px solid #c0c0c0;
    width: 401px;
    padding: 3px;
    height: 86px;
}

#currency
{
    margin-left: 10px;
    font-size: 9pt;
    background: #fafafa;
    border: 1px solid #c0c0c0;
    padding: 3px;
    width: 250px;
    height: 86px;
}

#search
{
    margin-left: 10px;
    font-size: 9pt;
    background: #fafafa;
    border: 1px solid #c0c0c0;
    padding: 3px;
    width: 669px;
    height: 86px;
    margin-top: 5px;
}

#search form
{
    margin: 0px;
    padding: 2px;
}

#search form div
{
    font-size: 7pt;
}

#search input[name="query"]
{
    font: 8pt "Segoe UI";
    color: #333;
    width: 640px;
}

#search input[type="image"]
{
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
}

#weather div.maintitle, #currency div.maintitle, #search div.maintitle
{
    background: gray;
    color: white;
    margin: 1px; padding: 1px;
    text-align: center;
}

#currency div.maintitle
{
    padding-top: 3px;
    padding-bottom: 4px;
}

#weather div.left
{
    width: 131px;
    background: #f0f0f0;
    margin: 1px;
    height: 65px;
}

#weather div.left.nowbox
{
    background: white;
}

#weather div.spacer
{
    margin: 5px;
}

#weather div.left div.title
{
    font: bold 11px Tahoma;
    width: 60px;
    padding: 2px;
    text-align: center;
    background: #069;
    color: white;
}

#weather div.left.nowbox div.title
{
    background: #c00;
}

#weather div.left img
{
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

#weather span.high
{
    color: #c00;
    font-weight: bold;
}

#weather span.low
{
    color: #06c;
    font-weight: bold;
}

#weather span.now
{
    font-size: 16pt;
}

#currency ul
{
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    list-style-type: none;
}

#currency ul li
{
    float: left;
    display: block;
    background: #f0f0f0;
    width: 60%;
}

#currency ul li img
{
    margin-left: 5px;
}

#currency ul li.rate
{
    background: white;
    font-weight: bold;
    text-align: center;
    width: 20%;
}

#currency ul li.rate div
{
    border-left: 1px solid silver;
}

#searchresults h1
{
    margin-top: 0px;
    margin-bottom: 5px;
}

#searchresults h1 .subtitle
{
    color: silver;
}

#searchresults h1 .subtitle span
{
    position: relative;
    font-size: 16px;
    top: -4px;
    color: gray;
}

#searchresults ol li
{
    font-size: 13px;
    margin-bottom: 7px;
    text-align: justify;
    counter-increment: list-order;
    list-style-type: none;
    position: relative;
    clear: both;
}

#searchresults ol li:before
{
    content: counter(list-order) ". ";
    float: left;
    margin-bottom: 60px;
    margin-right: 20px;
}

#searchresults ol li:after
{
    clear: both;
    content: ".";
    visibility: hidden;
}

#searchresults ol li a
{
    color: black;
    text-decoration: none;
}

#searchresults ol li a:hover
{
    text-decoration: underline;
}

#searchresults ol li span.section
{
    font-size: 12px;
    font-weight: bold;
    color: gray;
}

#searchresults ol li span.section a
{
    color: gray;
    text-decoration: none;
}

#searchresults ol li span.section a:hover
{
    text-decoration: underline;
}

#searchresults ol li span.highlight
{
    background: orange;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
}

.commentbox, .commentSent, .viaMail, .mailSent, .contactbox
{
    color: white;
    font: 13px "Segoe UI";
    margin-left: 15px;
    margin-right: 15px;
}

.commentbox form, .viaMail form, .contactbox form
{
    margin: 0px;
}

.commentbox input, .commentbox textarea,
.viaMail input, .viaMail textarea,
.contactbox input, .contactbox textarea
{
    font: 12px "Segoe UI";
    width: 98%;
}

button
{
    margin-top: 4px;
    font: 12px "Segoe UI";
    font-weight: bold;
}

button img
{
    margin-right: 4px;
}

#searchresults #navbar
{
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    list-style-type: none;
}

#searchresults #navbar li
{
    float: left;
    padding: 4px;
    background: url(images/navbar-btn.png) no-repeat;
    width: 22px;
    height: 22px;
    text-align: center;
}

#searchresults #navbar li:hover
{
    background: url(images/navbar-btn-hover.png) no-repeat;
}

#searchresults #navbar li.current
{
    background: url(images/navbar-btn-current.png) no-repeat;
}

#searchresults #navbar a
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#searchresults #navbar span
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 30px;
}

#searchresults .pop
{
    font-size: 12px;
    color: silver;
}

#notecontainer
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
