/*  
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/bg.gif) repeat-y;
	margin: 0 auto;
	width: 900px; /*924*/
	overflow: hidden;
	padding: 0 12px;
	}
body{
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", arial;
	color: #000000;
	font-size: 9pt;
	background: #474747;
	}
.navigation{
	clear: both;
	margin: 0 10px;
	}
.alignright{
	float: right;
	padding: 10px 0;
	}
.alignleft{
	float: left;
	padding: 10px 0;
	}
/**********************************************
*	HEADER
**********************************************/
#header{
	background: url(images/header-jobs.jpg) no-repeat;
	width: 900px;
	height: 228px;
	}
#header h1{
	margin: 0;
	padding: 100px 30px 0 0;
	text-align: right;
	color: #ffffff;
	font-size: 25pt;
	}
/**********************************************
*	MAIN
**********************************************/
#main{
	float: left;
	width: 686px;
	}
.post{
	background: url(images/post.gif) repeat-y;
	}
.posttop{
	background: url(images/posttop.gif) no-repeat;
	height: 31px;
	width: 686px;
	}
.postbottom{
	background: url(images/postbottom.gif) no-repeat;
	height: 31px;
	width: 686px;
	}
.entry{
	padding: 0 32px;
	text-align: justify;
	}
.post h2{
	margin: 0 32px;
	padding: 0;
	font-size: 15pt;
	}
.postmeta{
	color: #ffffff;
	font-size: 8pt;
	margin: 0 32px;
	}
.postmetadata{
	margin: 0 32px;
	font-weight: bold;
	color: #ffffff;
	}
/**********************************************
*	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: right;
	width: 214px;
	}
#sidebar ul{
	margin: 0 23px 0 0;
	padding: 10px 0;
	list-style: none;
	border: 1px solid #3C81C4;
	background: url(images/sidebar.gif) repeat-y;
	}
#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: url(images/sideh2.gif) no-repeat;
	width: 169px; /*189*/
	height: 30px; /*42*/
	color: #ffffff;
	}
/**********************************************
*	FOOTER
**********************************************/
#footer{
	clear: both;
	background: #DCF1FC;
	border-top: 1px solid #83BBD9;
	padding: 20px 0 0 0;
	text-align: center;
	color: #6BA8E4;
	}
.subfooter{
	padding: 20px 0 0 0;
	height: 160px;
	background: url(images/footer.gif) repeat-x bottom #DCF1FC;
	text-align: center;
	}
/**********************************************
*	LINKS
**********************************************/
.postmetadata a{
	color: #ffffff;
	font-weight: bold;
	}
a{
	color: #012554;
	text-decoration: none;
	}
a:hover{
	color: #5dc2f3;
	text-decoration: none;
	}
#sidebar a{
	color: #000000;
	}
#sidebar a:hover{
	color: #ffffff;
	}