/*
Theme Name: Dollar Projects
Theme URI: http://www.dollarprojects.com
Description: The default WordPress theme for dollar projects.
Author: Scott Botkins
Author URI: http://www.invisionblue.com/
*/



body{
margin: 0px;
background: url('images/bg.jpg') repeat-x #004976;
font-family: arial;
font-size: 9pt;
}

.block{
width: 448px; background: url('images/blockbg.jpg') no-repeat #FFFFFF;
border: 1px solid #E2E2E2;
}

.sub_block{
width: 600px; background: url('images/sub_blockbg.jpg') no-repeat #FFFFFF;
border: 1px solid #E2E2E2;
}

.sidebar_block{
width: 296px; background: url('images/sidebar_blockbg.jpg') no-repeat #FFFFFF;
border: 1px solid #E2E2E2;
}

.sub_blockheader{
width: 584px; height: 28px; background: url('images/bhbg.jpg') repeat-x;
border: 1px solid #FFFFFF;
margin: 7px;
}

.sidebar_blockheader{
width: 280px; height: 28px; background: url('images/bhbg.jpg') repeat-x;
border: 1px solid #FFFFFF;
margin: 7px;
}

.blockheader{
width: 432px; height: 28px; background: url('images/bhbg.jpg') repeat-x;
border: 1px solid #FFFFFF;
margin: 7px;
}

.blocktitle{
float: left;
margin: 0px;
padding: 7px;
font-size: 9pt;
color: #FFFFFF;
}

.blogtitle{
margin: 0px;
padding: 0px;
font-size: 13pt;
}

.blogtitle a{
color: #4BAD32;
text-decoration: none;
}


.blockcontent{
padding: 5px 15px 0px 15px;
}

.sub_blockcontent{
padding: 0px 15px 0px 15px;
}

.sidebar_blockcontent{
padding: 0px 15px 0px 15px;
}

.sidebar_blockcontent ul{
margin: 0px 0px 0px 15px;
padding: 0px;
}

.blockbottom{
height: 126px;
background: url('images/boxcirc.jpg') right no-repeat;
padding: 5px 22px 0px 15px;
}

.contact{
float: right;
width: 94px;
height: 10px;
padding-top: 90px;
margin-top: 37px;
margin-right: 30px;
background: url('images/h_contact.jpg');
font-size: 8.5pt;
}

.newsletter{
float: right;
width: 96px;
height: 10px;
padding-top: 90px;
margin-top: 37px;
background: url('images/h_newsletter.jpg');
font-size: 8.5pt;
}

.rss{
float: right;
width: 95px;
height: 10px;
padding-top: 90px;
margin-top: 37px;
background: url('images/h_rss.jpg');
font-size: 8.5pt;
}

#nav{
clear: both;
float: left;
list-style-type:none;	
margin: 6px 0px 0px 7px;
padding: 0px;
}


#nav li{
height: 38px;
  list-style-type:none;
  float:left;
  margin:0 8px 0 0;
  padding:0 0 0 10px ;
}

#nav li a{
height: 23px;
  color:#FFFFFF;	
  display:block;
  padding: 10px 10px 5px 0;
text-decoration: none;
}

#nav li:hover
{
  background:url('images/tab.jpg') top left no-repeat;
}
ul#nav li:hover a
{
  display:block;
height: 23px;
  color:#4BAD32;
  padding: 10px 10px 5px 0;
  text-decoration:none;
  background:url('images/tab.jpg') transparent top right no-repeat;
}

.postfooter{
border-top: solid 1px #E2E2E2;
padding: 5px 0px 0px 0px;
font-size: 8.5pt;
margin-bottom: 30px;
}

a{color:#4BAD32}
a:hover{color: #000000}

.subheader{
height: 150px;
color: #000000;
}

.subheader a{
color: #000000;
text-decoration: none;
}

.footer{
color: #FFFFFF;
}

.footer a{
color: #B2E1FF;
text-decoration: none;
}

div.feeds_item {
	border-bottom: 1px solid lightgrey;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.feeds_item div.favicon {
	float: left;
	width: 30px;
}

div.feeds_item div.favicon img {
	width: 16px;
	height: 16px;
}

div.feeds_item div.cleaner {
	clear: both;
}
