/*  
Theme Name: General Business Review Site 1
Theme URI: http://www.RatingDominator.com/
Description: General Business Review Site
Version: 1.0
Author: Jason DeVelvis
Author URI:  http://www.RatingDominator.com/?download=2330
*/

* {
	padding: 0;
	margin: 0;	
}

body {
	margin: 5px;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

p 
{
	padding: 1em 0 1em 0;	
}

a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;	
}

.headingbg {
	background: #424242 url(images/bullet_title.jpg) no-repeat;
	height: 33px;
	line-height: 33px;
	width: 550px;
	padding-left: 35px;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
}

.headingbg a
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.blogtitle 
{
	padding-top: 20px;
	text-align:center;
	width: 650px;
}

.blogtitle a 
{
	font-family: Impact;
	font-size: 45px;
	color: #4E4E4E;
}

.blogsubtitle 
{
	font-family: verdana;
	font-size: 20px;
	color: #4E4E4E;
	text-decoration: none;
}

.box {
	width: 180px;
	padding: 0 0 10px 0;
}

.box h3 {
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	width: 140px;
	background: #595959 url('images/bullet_cat.jpg') no-repeat left center;
	line-height: 33px;
	height: 33px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.box ul 
{
	color: #FFFFFF;
}

.box ul li
{
	text-align: left;
	margin: 0 0 0 25px;
}

.box ul li a
{
	color: #FFFFFF;
}

/* List CSS */
ul
  {
  margin: 0;
  padding: 0;
  }
  
li
  {
  margin: 0 0 0 5px;
  padding: 5px 0 5px 0;
}

/* Layout CSS */
.headerbg {
	background: url(images/header.jpg) no-repeat top left;
	height: 150px;
	width: 785px;
	margin: 0 auto;
}

.main {
	width: 785px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url('images/mainbg.gif') repeat-y;
	overflow: auto;
}

.sidebar {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
}

.content 
{
	text-align: left;
	width: 580px;
	float: left;
	margin: 0;
	padding: 0;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 785px;
	margin: 0 auto;
	clear: both;
}

.footertext {
	font-family: tahoma;
	font-size: 11px;
	color: #4E4E4E;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	width: 785px;
	margin: 0 auto;
}

.footertext a {
	color: #4E4E4E;
}

.center {
	width: 100%;
	text-align: center;
}

hr 
{
	color: #4E4E4E;	
}

.pad10 
{
	padding: 10px;
}

.more-link 
{	
	background: url('images/readmore.jpg');
	height: 12px;
	width: 91px;
	float: right;
	margin: 10px 10px 0 0;	
	cursor: pointer;
	cursor: hand;
}

.commentlist 
{
	margin: 0 0 0 18px;
}