/*
Author: JL Grisham
Author URI: http://www.qualitysitesales.com
*/
*{
margin:0;
padding:0;
}
body {
font: 12px Helvetica, Arial, sans-serif;
background: #375871;
margin: 0px;
padding: 0px;
color: #000;
}
body a, body a:visited {
color: #00f;
text-decoration: none;
}
body a:hover {
text-decoration: none;
color: #f00
}
body p {
padding: 5px 0px;
margin: 5px 0px;
}
h1, h2, h3 {
font-family: Helvetica, Arial, Sans-Serif;
}
h1 {
font-size: 3.0em;
}
h2 {
font-size: 2.0em;
}
h3 {
font-size: 1.0em;
}
#page {
width: 1000px;
margin: 10px auto 10px auto;
border: 1px solid #000;
background: #FFF;
}
#header {
width: 1000px;
background: #fff;
}
#titleblock {
display:inline;
float:left;
width: 240px;
margin: 10px 0 10px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
}
#titleblock h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}
#logoblock {
float:left;
width: 730px;
height: 156px;
margin: 10px 0 10px 10px;
background: url('images/logo.jpg') no-repeat;
display: inline;
}
#singleleaderboard {
text-align: left; 
}
#content {
float: left;
width: 730px;
line-height: 1.6em;
margin: 10px 0 0 10px;
}
.clear {
clear:both;
}
#footer {
margin: 0 auto;
padding: 10px 0;
text-align: center;
color: #fff;
width: 100%;
clear: both;
background: #375871;
}
#footer a {
color: #fff;
text-decoration:underline;
}
.article h2 {
font-size: 1.4em;
text-decoration: none;
border-bottom:1px solid #000;
border-top:1px solid #000;
color: #000;
margin-bottom: 10px;
line-height: 1.0em;
padding: 5px 0;
}
.article h2 a , .article h2 a:visited {
font-size: 1.4em;
text-decoration: none;
color: #30f;
margin-bottom: 10px;
line-height: 1.0em;
}
.article h2 a:hover {
font-size: 1.4em;
text-decoration: none;
color: #f00;
margin-bottom: 10px;
line-height: 1.0em;
}
.article {
font-size: 1.2em;
margin-bottom: 30px;
text-align: left;
}
.article p {
padding: 5px 0px;
margin: 5px 0px;
}
.inarticle {
float: left;
margin: 10px 10px 0 0;
clear: both;
}
.entry {
margin-bottom: 10px;
text-align: left;
}
.entry a, .entry li a, .entry p a {
text-decoration: underline;
}
.entry li {
list-style: square;
}
.pic {
float: right;
margin: 10px 0 0 10px;
clear: both;
}
.pic a img{
border: 0;
}
.pic p {
text-align: center;
font-size:10px;
color:#666;
}
#sidebar {
float: right;
width: 240px;
margin: 0px 10px 0 10px;
}
#sidebar ul {
margin-bottom:20px;
}
#sidebar a {
color: #30f;
}
#sidebar .sidebar_right ul h4,.sidebar_right h4 {
border-bottom: solid 1px #000;
font-size: 1.1em;
color: #000;
}
#sidebar ul li {
list-style:none;
line-height:1.6em;
font-size: 1.0em;
}
#sidebar .sidebar_right ul ul li {
border-bottom: solid 1px #000;
}
#sidebar a:hover {
text-decoration: none;
color: #f00;
}
#sidebar .sidebar_right {
width: 240px;
float: right;
}
#sidebar .sidebar_right ul ul li ul{ 
margin-bottom:0; 
} 
#sidebar .sidebar_right ul ul li ul li{ 
list-style:none; 
line-height:1.6em; 
font-size: 1.0em; 
border-bottom:0; 
}
.insidebar {
float: left;
clear: both;
width:240px;
}
.insidebar img {
border: solid 1px #00f;
}