/*  
Theme Name: Business
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #f0f0ff;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: underline;
	color: #105cb6;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #f0f0f9;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #eee;
	color: #333;
}

blockquote blockquote p { padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}
h1#blog-title{
	font-size: 40px;
	margin: 50px 0 0 236px;
}

h1#blog-title a{
	color:#f9f9f0;
	text-decoration:none;
}

div#blog-description{
	font-size: 20px;
	color:#000;
	word-spacing:6px;
	margin: 6px 0 0 462px;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;	
}
/**/
#container{
	margin: 0 auto;
	width: 1000px;
	padding: 2px 0 0 2px;
	border-left: 1px solid #99c;
	overflow:hidden;
	background: #f0f0ff;
	color: #000;
}

#header{
	margin: 0 0 10px;
	float: left;
	width: 1000px;
	height: 272px;
	background: url(images/header.jpg) no-repeat left bottom;
	color: #000;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	
}

#menu ul li{
	float: left;
	margin: 0 0px 0 0;
	font-size: 14px;
	font-weight: bold;	
	color: #325b0a;
}

#menu ul li a{
	display: block;
	padding: 14px 20px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left1.gif) no-repeat left top;
	color: #ffa300;	
}

#menu ul li a:hover{
 color: #fff;
	text-decoration: none;
}

#pagetitle{
	clear: both;
	width: 904px;
	height: 155px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 15px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#searchbox{
	float: right;
	padding: 10px 31px 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

#searchbox input#searchsubmit{ height: 24px; }

.pagewrapper{
	margin: 0 0 0px;
	color: #333;
}

.page{

	padding: 0;	
	width: 1000px;/*1020px*/
	background-color:#fff;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 750px;/**/
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 750px;/**/
}

.narrowcolumn{
	float: left;
	width: 750px;/**/
}

.content{
	float: left;
	width: 750px;
	background-color:#fff;
}

.post{
	padding: 9px 16px 15px;
	line-height: 18px;
}

.post h2{
	padding: 0 0 2px;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
}

.post h2 a{
	text-decoration: none;
	color: #910200;
	
}

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.entry p{
	padding:.7em 4em;
	line-height: 1.76; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #578cca;
}

.postdate{ color: #a12a2a; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar, .obar{
	float: right;
	width: 200px;
	line-height: 1.4;
}

.obar{
	margin: 0 0px 0 0;
	float: left;
	height:600px;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 15px 20px 15px;	
	color:#000000;
	background-color:#d1dce0;
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 15px 16px;
}

.sidebar ul li h2, .obar ul li h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	color: #105cb6;
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 6px 0 3px;
	background: none;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	padding: 0 0 2px 19px;
	line-height: 27px;
	background: url(images/user_comment.gif) no-repeat 0 6px;
	color: #910200;
}

.post h3#respond{
	background: url(images/add_comment.gif) no-repeat 0 6px;
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}

.menuBg{
 background:url(images/navBg.jpg);
 width:830px;
 height:43px;
 margin-bottom:10px;
 overflow:hidden;
}

/************************************************
*	CSS of a Template							*
************************************************/

.headertop{
	height:41px;
	background: #7c0000 url(images/images/headerTop.gif) repeat-x top left;
	margin:0;
	padding:0;
	
	}

#headercenter{
	height:170px;
	background: #09f url(images/images/headerBg.gif) repeat-x top left;
}

.Lhslogo{
	float:left;
	margin:0 0 0 20px;
	padding:0;
}

h1#blog-title{
	font-size: 40px;
	float:left;
	margin: 50px 0 0 30px;
}

h1#blog-title a{
	color:#f9f9f0;
	text-decoration:none;
}

div#blog-description{
	float:left;
	margin: 0 0 0 200px;
	font-size: 20px;
	color:#000;
}

#nav{
	background: #7c0000 url(images/images/navBg.gif) repeat-x top left;
	height:41px;
	width:1000px
}	

#nav ul{
	margin:0px;
	padding:0px;
	
}

#nav li{
	display:inline;
	background: url(images/images/ul-border.gif) no-repeat top right;
}

#nav li a{
	margin:0;
	padding:0;
	float:right;
	width:130px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	color:#f9f9f0;
	background: transparent url(images/images/ul-border.gif) no-repeat top right;
}

#nav li a:hover{
	color:#edb2b2;
}

#nav:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}

#outercontent{
	float:left;
	width:997px;
	margin:0px;
	padding:0px;
	background-color:#e3e3e3;
	border-right:1px solid #a3a3a3;
	border-left:1px solid #a3a3a3;
}

#Lhsdiv{
	float:left;
	width:180px;
	margin:0px;
	padding:15px;
}

#Lhsdiv p{
	font-size:14px;
	margin:0px;
	padding:0px;
}

#centercont{
	float:left;
	padding:20px;
	margin:0px;
}

/*
#centercont a{
	text-decoration:none;
	color:#7c0000;
}
*/

#centercont p{
	margin:0px;
	padding:0px;
}

#centercont h1{
	margin:0px;
	padding:0 0 10px 0;
	color:#910200;
}

#centercont h2{
	font-size:16px;
	margin:0px;
	padding:0 0 10px 0;
	color:#910200;
}

#Rhsdiv{
	float:left;
	width:180px;
	margin:0px;
	padding:15px;
}

#Rhsdiv p{
	font-size:14px;
	margin:0px;
	padding:8px 0 10px 0;
}

#Tempfooter{
	float:left;
	width:1000px;
	height:27px;
	padding:12px 0 0 0;
	background-color:#7c0000;
	text-align:center;
	color:#FFFFFF;
}

#Tempfooter a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#Tempfooter a:hover{
	color:#d3d1d1;
}

.more{
	margin:0px;
	padding:0px;
	float:right;
}

hd1{font-size:16px;
	color:#010000;
	font-weight:bold;
	margin:20px 0 14px 0;
	padding:0px;
}

hd2{}

hd3{
	font-size:14px;
	color:#010000;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	padding:0 0 12px 0;
}


.more a{
	color:#6b6b6b;
	text-decoration:none;
	text-align:right;
}
.more a:hover{
	text-decoration:underline;
}

.mainContImg{
	width:227px;
	float:left;
	margin:10px 10px 0 0px;
	padding-right:10px;
}

.hmeCont{
	/*width:285px;*/
/*	float:left;*/
	margin:10px 0 0 10px;
	text-align:justify;
}

