/*  
Theme Name: All Business
Theme URI: http://www.vctechnetwork.com
Description: All Business Theme for WordPress released by <a href="http://www.directorypro.biz">Business Directory</a>.
Author: Business Directory
Author URI: http://www.directorypro.biz
*/

/**********************************************
*	HTML
**********************************************/
#wrapper{
	background: url(images/background.jpg) repeat-x;
	margin: 0 auto;
	width: 970px; /*924*/
	
	padding: 0;
	}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.navigation{
	clear: both;
	margin: 0 10px;
	}
.alignright{
	float: right;
	padding: 10px 0;
	}
.alignleft{
	float: left;
	padding: 10px 0;
	}
#naviLeft {
  float:left;
	width:198px;
	margin-left:10px;
	margin-top:195px;
	overflow:visible;
}
#naviLeft img {
  padding:0;
	margin:0;
	display:block;
}
#naviLeft h2{
	margin: 0;
	padding: 6px 0 0 0px;
	font-size: 14.3px;
	background: #0053D0;
	width: 200px; /*189*/
	height: 24px; /*42*/
	color: #ffffff;
	text-align:center;
	margin-top:10px;
	}
#naviLeft a{
  display:block;
	width:180px;
	height:23px;
	background-image:url(images/sidebar_link_bg.jpg);
	font-size:13px;
	color:#004DDC;
	font-weight:bold;
	padding-top:7px;
	padding-left:20px;
}
#naviLeft a:hover{
  display:block;
	width:180px;
	height:23px;
	background-image:url(images/sidebar_link_bg_hover.jpg);
}
#naviLeft a.activeLink{
  display:block;
	width:180px;
	height:23px;
	background-image:url(images/sidebar_link_bg_active.jpg);
}

/**********************************************
*	HEADER
**********************************************/
#header{
	background: url(images/header.jpg) no-repeat;
	width: 970px;
	height: 100px;
	padding-top:120px;
	padding-left:57px;
	}
#mheader {
  background: url(images/page_bg.jpg) repeat-y;
	width: 970px;
	height:100%;
	float:left;
}
#content {
  background: url(images/content_bg.jpg) no-repeat;
	height:100%;
}
#header h1{
	text-align: left;
	color: #FFF;
	font-size: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
  padding:0;	
	margin:0;
	}

/**********************************************
*	MAIN
**********************************************/
#main{
	float: left;
	width: 530px;
	
	}
.post{
	
	}
.posttop{
	height: 31px;
	width: 530px;
	}
.postbottom{
	height: 31px;
	width: 530px;
	}
.entry{
	padding: 0 32px;
	text-align: justify;
	}
.post h2{
	margin: 0 32px;
	padding: 0;
	font-size: 15pt;
	}
.postmeta{
	color: #2788E3;
	font-size: 8pt;
	margin: 0 32px;
	}
.postmetadata{
	margin: 0 32px;
	font-weight: bold;
	color: #474747;
	}
/**********************************************
*	COMMENTS
**********************************************/
#comments{
	margin: 0 32px;
	}
#comments ol{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	}
#comments ol li{
	margin: 0 0 10px 0;
	padding: 5px;
	list-style: none;
	border: 1px solid #6BA8E4;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #6BA8E4;
	padding: 0;
	font-size: 9pt;
	font-family: arial;
	}
/**********************************************
*	SIDEBAR
**********************************************/
#sidebar{
	float: left;
	width: 214px;
	margin-top:50px;
	overflow:hidden;
	}
#sidebar ul{
	margin: 0 23px 0 0;
	padding: 10px 0;
	list-style: none;
	border: 1px solid #EFEFEF;
	}
#sidebar ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	border: none;
	}
#sidebar ul li ul li{
	margin: 0;
	padding: 2px 20px 2px 25px;
	list-style: none;
	}
#sidebar h2{
	margin: 0;
	padding: 12px 0 0 20px;
	font-size: 10pt;
	background: #006CDB;
	width: 169px; /*189*/
	height: 30px; /*42*/
	color: #ffffff;
	}
/**********************************************
*	FOOTER
**********************************************/
#footer{
	clear: both;
	background: url(images/footer_bg.jpg) no-repeat;
	text-align: center;
	color: #000000;
	height:50px;
	}
.subfooter{
	padding: 20px 0 0 0;
	height: 160px;
	background: #D8E4F1 bottom #000000;
	text-align: center;
	}
/**********************************************
*	LINKS
**********************************************/
.postmetadata a{
	color: #474747;
	font-weight: bold;
	}
a{
	color: #004DCE;
	text-decoration: none;
	}
a:hover{
	color: #004DCE;
	text-decoration: none;
	}
#sidebar a{
	color: #000000;
	}
#sidebar a:hover{
	color: #FFFFFF;
        background-color:#6699CC;

	}