body {
 margin: 0;
 padding: 0;
 background: #000 url(bg.jpg);
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #FFFFFF;
}

h1, h2, h3, p, ul, ol {
 margin-top: 0;
}

h1, h2, h3 {
 /* text-transform: lowercase; */
}

h1 {
 letter-spacing: -2px;
 font-size: 250%;
}

h2 {
 letter-spacing: -1px;
 font-size: 167%;
}

h3 {
 font-size: 123.1%;
}

p, ul, ol {
 margin-bottom: 1.0em;
 line-height: 120%;
}

strong, em {
 color: #ddd;
}

a {
 text-decoration: none;
}

a:link {
 /* border-bottom: 1px dotted #666; */
 color: #eee;
}

a:visited {
 color: #eee;
 /* border-bottom: 1px dotted #666;*/
}

a:hover {
 color: #fff;
 border-bottom-color: #fff;
}

a img {
 border: none;
}

img {
 border: none;
 margin-bottom: 1.0em;
}

div.clearer { clear: both; }


/* ------------  WRAP - Encloses everything to add the header background.  ---------- */

#wrap {
 background: url(header.jpg) no-repeat 50% 0;
}


/* -----------------  HEADER - Contains the logo, slogan and menu.  ----------------- */

#header {
 width: 960px;
 height: 268px;
 margin: 0 auto;
 /* text-transform: lowercase; */
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
 margin: 0;
 text-align: center;
 color: #000;
}

#header h1 {
 padding-top: 15px;
}

#header a {
 border: none;
 color: #000;
}

#header a:hover {
 color: #fff;
}

/* MENU */

#header ul {
 margin: 0;
 padding: 209px 0 0 0;
 line-height: normal;
 list-style: none;
 text-transform: uppercase;
 font-size: 120%;
 text-align: center;
}

#header li {
 display: inline;
}

#header li a {
 padding: 0 1.7em;
 font-weight: bold;
 color: #fff;
}

#header li a:hover {
 background: url(menu_bg.gif) repeat-x 0 50%;
 color: #fff;
}

.selected {
 background: url(menu_bg.gif) repeat-x 0 50%;
 color: #fff;
}

/* ----------  PAGE & Content - Contains the main content and the sidebar.  --------- */

#page {
 width: 960px;
 margin: 0 auto;
}

#Content {
 float: left;
 width: 960px;
 margin: 0;
 padding: 0px;
 text-align: center;
}

#Content h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 font-size: 153.9%;
}

#Content .entry {
 padding: 12px 12px 1px 20px;
}

#contentleft {
 float: left;
 width: 640px;
}

#ContentL {
 float: left;
 width: 470px;
 margin: 0;
 padding: 0px;
}

#ContentL h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 font-size: 153.9%;
}

#ContentL .entry {
 padding: 12px 12px 1px 20px;
}

#ContentR {
 float: right;
 width: 470px;
 margin: 0 ;
 padding: 0px;
}

#ContentR h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 font-size: 153.9%;
}

#ContentR .entry {
 padding: 12px 12px 1px 20px;
}


#ContentL0 {
 float: left;
 width: 480px;
 margin: 0;
 padding: 0px;
}

#ContentL0 h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 font-size: 153.9%;
}

#ContentL0 .entry {
 padding: 12px 12px 1px 20px;
}

#ContentR0 {
 float: right;
 width: 480px;
 margin: 0 ;
 padding: 0px;
}

#ContentR0 h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 font-size: 153.9%;
}

#ContentR0 .entry {
 padding: 12px 12px 1px 20px;
}


/* ------  POST - Contains a section of the content. Grouping content is neat. ------ */

.post {
 padding: 0px 0px 20px 0px;
}

.post .title {
 height: 35px;
 background: url(title_bg.jpg) repeat-x;
 font-size: 153.9%;
 font-weight: normal;
 color: #fff;
 text-align: center;
}

.post .entry {
 background: url(entry_bg.jpg);
 text-align: center;
 color: #000000;
}

.post .highlight {
 height: 15px;
 padding: 8px 0px 8px 10px;
 background: url(meta_bg.jpg);
 text-align: center;
}

/* ---------------------------------------------------------------------------------- */

/* SIDEBAR - For extra links and ad spaces. */

#sidebar {
 float: right;
 width: 300px;
        background: url(entry_bg.jpg);
        margin-bottom: 20px;
}

#sidebar h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 background: url(title_bg.jpg) repeat-x;
 font-size: 153.9%;
 font-weight: normal;
 color: #fff;
}

#sidebar .pad {
 padding: 15px;
}

#sidebar .entry {
 padding: 20px 20px 1px 20px;
 background: url(entry_bg.jpg);
}

#sidebar .byline {
 font-size: smaller;
 color: #666;
}

#sidebar .byline a {
 font-weight: bold;
 color: #999;
}

#sidebar a:link {
        border-bottom: 1px dotted #666;
        color: #ccc;
}

#sidebar a:visited {
        border-bottom: 1px dotted #666;
        color: #ccc;
}

#sidebar a:hover {
 color: #fff;
 border-bottom-color: #fff;
}



#sidebar2 {
 float: right;
 width: 300px;
        background: url(entry_bg.jpg);
        margin-bottom: 20px;
}

#sidebar2 h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 background: url(title_bg.jpg) repeat-x;
 font-size: 153.9%;
 font-weight: normal;
 color: #fff;
}

#sidebar2 .pad {
 padding: 15px;
}

#sidebar2 .entry {
 padding: 20px 20px 1px 20px;
 background: url(entry_bg.jpg);
}

#sidebar2 .byline {
 font-size: smaller;
 color: #666;
}

#sidebar2 .byline a {
 font-weight: bold;
 color: #999;
}

#sidebar2 a:link {
        border-bottom: none;
        color: #ccc;
}

#sidebar2 a:visited {
        border-bottom: none;
        color: #ccc;
}

#sidebar2 a:hover {
 color: #fff;
 border-bottom-color: #fff;
}


/* SIDEMENU 2 */

#sidemenu {
 float: right;
 width: 300px;
        background: url(entry_bg.jpg);
        margin-bottom: 20px;
}

#sidemenu h2 {
 height: 35px;
 margin: 0;
 padding: 6px 0 0 20px;
 background: url(title_bg.jpg) repeat-x;
 font-size: 153.9%;
 font-weight: normal;
 color: #fff;
}

#sidemenu .pad {
 padding: 15px;
}

#sidemenu .entry {
 padding: 20px 20px 1px 20px;
 background: url(entry_bg.jpg);
}

#sidemenu a:link {
 border-bottom: none;
}

#sidemenu a:visited {
 border-bottom: none;
}



/* FOOTER - For footnotes and copyright notices. */

#footer {
 clear: both;
 width: 960px;
 height: 25px;
 margin: 0 auto;
 padding: 7px 0;
 background: url(footer_bg.jpg) repeat-x;
 text-align: center;
 font-size: smaller;
}

#footer p {
 margin: 0;
 line-height: normal;
 font-size: 11px;
 color: #AAAAAA;
}

#footer .legal a {
        border: none;
}

#footer .legal a:hover {
 color: #fff;
}


#boxLeft {
    font-size: 0.9em;
    float: left;
    width: 90px;
    margin: 0; padding: 0;
    /* background-color: #CCCCCC; */
    /* border: 1px dashed silver; */
    text-align: right;
}

#boxRight {
    font-size: 0.9em;
    float: right;
    width: 420px;
    height: 50px;
    margin: 0; padding: 0;
    /* background-color: #CCCCCC; */
    /* border: 1px dashed silver; */
    text-align: left;
}


#boxL {
    font-size: 0.9em;
    float: left;
    width: 190px;
    margin: 0; padding: 0;
    /* background-color: #CCCCCC; */
    /* border: 1px dashed silver; */
    text-align: left;
}

#boxR {
    font-size: 0.9em;
    float: right;
    width: 410px;
    height: 50px;
    margin: 0; padding: 0;
    /* background-color: #CCCCCC; */
    /* border: 1px dashed silver; */
    text-align: left;
}
