/* Overall Styles */

body {
    background: #FF99FF;
    margin: 0 20px;
    font-family: Arial;
    font-size: 12pt;
    color: #000;
}
.clear {clear:both;}
table, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

a:link, a:visited, a:hover {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

p {
    margin: 0 0 15px 0;
}

#wrapper {width: 980px; margin: 10px auto; padding: 0px; background: #FFF; overflow:hidden;}

/* Header */

#header {
    background: #990000 url(images/header_bg.jpg) no-repeat;
    padding: 0px;
    color: #CCC;
    height: 200px;
}

#header h1 {
    font-family: arial;
    color: #FFF;
    font-size: 20pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#header h2 {
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#nav {
    clear: both;
    position: relative;
    background: #BF0000;
    overflow: auto;
    padding-bottom: 10px;
}

#nav ul {
    margin: 0;
    padding: 8px;
    background: #CC0000;
}

#nav ul li {
    list-style: none;
    float: left;
    display: block;
    padding: 0 10px;
}

#nav a:link, #nav a:visited {
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #fff;
}

#nav a:link.selected, #nav a:visited.selected {
    text-decoration: underline;
}

/*.post_bg {
background: url(images/post_bg.gif) bottom right no-repeat;
}*/


/*.post_bg {
background: url(images/post_break.jpg) bottom center no-repeat;
margin 0em;
border-bottom: 0px dotted $bordercolor;
padding-bottom: 3.5em;

}*/

/* Footer */

#footer {
    clear: both;
    padding: 15px 0px 0px;
    font-family: Arial;
    font-size: 8pt;
    color: #FFF;
    text-align: center;
    background: #FF99FF url(images/footer_bg.jpg) no-repeat;
    height: 50px;
    overflow:hidden;
}

/* Sidebar */

#sidebar {
    width: 220px;
    float: right;
    padding: 5px 0px 0px 10px;
    height: 100%;
    color: #333;
}

#sidebar h2 {
    margin: 0;
    padding: 4px 8px;
    background: url(images/side_bg.gif) top left no-repeat;
    color: #fff;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

/* Sidebar */
#sidebar ul {list-style: none; margin: 0px; padding: 0px;}
#sidebar li {list-style: none; margin: 0px; padding: 0px;}
#sidebar li ul {margin-bottom: 15px;}
#sidebar li li {padding: 2px 1px;border-bottom: 1px solid #F3EEE5;}
#sidebar a {color: #333;}
#sidebar a:hover {color: #990000; text-decoration: none;}

#sidebar .textwidget {padding: 5px; margin: 0px 0px 10px;}
/* Posts & Pages */

#page {
    padding: 5px 15px 15px 20px;
    font-family: Helvetica;
    font-size: 12pt;
    line-height: 1.5em;
    width: 690px;
}

#page h1 {
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 0 10px 0;
}

#page h2 {
    font-family: 'Trebuchet MS', arial;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#page h1 a:link, #page h1 a:visited {
    text-decoration: none;
    color: #990000;
}

#page h1 a:hover, #page h1 a:active {   
    text-decoration: none;
}

#page td.date {
    white-space: nowrap;
}

#page td.date div {
    width: 70px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    background: #d54e21;
    color: #fff;
    text-align: right;
    padding: 5px;
    margin-right: 10px;
}

.reviewcount {
    float: right;
}

.reviewcount a:link, .reviewcount a:visited {
    display: block;
    margin-top: 1px;
    padding: 1px 5px;
    background: #e3f1ff;
    font-family: Arial;
    font-size: 8pt;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.visitsite {background: #990000; color: #FFF; font-weight: bold; text-transform: uppercase; font-size: 11px; text-align: right; margin: 2px 0px;padding: 1px 5px;}
.visitsite a {color: #FFF; text-decoration: none;}
.visitsite a:hover {color: #FFF;}
.left {float: left; width: 460px; padding-left: 0px;}
.right {float: right; width: 200px; padding-left: 20px;}
#page .content {
    clear: left;
    padding-right: 10px;
}

#page td.ratings {
    padding-left: 10px;
}

#page table.ratings {
    float: right;
    margin-left: 10px;
}

#page table.ratings td {
    border: 1px solid #fff;
    text-align: right;
}


table.ratings {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    text-align:right;
}

ul.ratings {
    margin: 0;
    padding: 0;
}

ul.ratings li {
    list-style: none;
}

.rating_label {
    white-space: nowrap;
    background: #8F2C2C;
    font-family: Arial;
    font-size: 8pt;
    padding: 1px 4px;
color: #FFF;
float: left;
width: 80px;
height: 20px;
margin: 0px 0px 2px;
overflow:hidden;
}

.rating_value {
    padding: 1px 3px;
    font-family: Arial;
    font-size: 8pt;
float: right;
width: 100px;
height: 20px;
margin: 0px 0px 2px;
text-align: right;
}

.rating_value .no_ratings {
    color: #666;
    text-align:right;
}

/* Comments / Reviews */

h2#comments {
    clear: both;
    background: #f3f2ed;
    font-size: 11pt;
    font-weight: bold;
    border-top: 10px solid #fff;
    color: #333;
    padding: 10px;
}

h3#respond {
    clear: right;
    font-size: 11pt;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    border-bottom: 2px solid #9a0000;
}

#comments h3.review {
    clear: right;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #9a0000;
    padding-bottom: 2px;
    color: #333;
    font-family: Arial;
    font-size: 12pt;
}

#comments p {
    margin-top: 5px;
    font-size: 9pt;
    color: #333;
}

#comments ul {
    margin: 12px;
    padding: 30px;
}

#comments li {
    display: inline;
}

