 /*
Theme Name: BusinessXpand_multicol
Theme URI: http://www.businessxpand.com/products/wordpress/wordpress-themes/multicol-theme/
Description: A multi column theme. Now supports logo upload facility.
Tags: threaded-comments, fixed-width, orange, black
Version: 1.2
Author: BusinessXpand
Author URI: http://www.businessxpand.com
*/

/* yahoo css reset  -  start*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, label { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul, li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* yahoo css reset  -  end*/
#ie6 {
	height:0px;
	background-color:#222;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	font-size:12px;
	line-height:22px;
	color:#CCCCCC;
	overflow:hidden;
}

* html #ie6 {
	height:25px;
}
#ie6 a:link, #ie6 a:active, #ie6 a:visited {
	color:#fff;
	text-decoration:none;
}
#ie6 a:hover {
	color:#555;
	text-decoration:underline;
}
#warning {
	float:left;
	margin-left:10px;
}
#browser_links {
	float:right;
	margin-right: 10px;
}
/*type*/

h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-weight:normal;
	margin-top: 10px;
}
h1 {
	font-size:18pt;
	line-height: 22pt;
}
h2 {
	font-size:16pt;
	line-height: 20pt;
}
h3 {
	font-size:14pt;
	line-height: 18pt;
}
h4 {
	font-size:12pt;
	line-height: 16pt;
}
h5 {
	font-size:10pt;
	line-height: 14pt;
}
h6 {
	font-size:8pt;
	line-height: 12pt;
}
p {
	margin-top:10px;
}
a:link, a:active, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
strong em, em strong {
	font-weight:bold;
	font-style:italic;
}
blockquote {
	background-color:#555555;
	color:#CCCCCC;
	font-size:14pt;
	line-height:20pt;
	margin:20px;
	padding:20px;
	text-align:center;
	text-shadow:#000 -1px 1px 0;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#content ul li {
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:none;
	margin-top: 5px;
}
#content ol li {
	list-style-position:inside;
	list-style-type: decimal;
	list-style-image:none;
	margin-top: 5px;
}

#content ol li, #content ul li {
	margin-left:10px;
}
.wp-caption-text {
	font-size:8pt;
	line-height:11pt;
	padding-right: 10px;
}
/*type end*/
/*form start*/
form {
 text-align:left;
}

textarea {
	width:98%;
	margin:10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: normal;
	line-height: 14pt;
	padding:4px;
}
input {
	width:97%;
	padding:4px;
}
#searchsubmit {
	width:61px;
	height:17px;
	float:right;
}
#s {
	width:255px;
}

/*form end*/


/*table start*/

table {
	border-collapse:collapse;
	width:99%;
	border:0 none;

}

th, td {
	padding-left: 5px;

}

col {
	border-left: 1px solid #fff;
}

thead {
	border-bottom:1px solid #000;
	font-weight:bold;

}
th {
	text-align:left;

}
.odd {
	background-color:#EC5927;

}
tr:hover {
	background-color:#EC5927;
	color:#FFFFFF;

}
thead tr:hover {
	background-color:transparent;
	color: inherit;

}
/*table end*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	}

img.alignright {
	margin: 25px 0 20px 50px;
	display: inline;
	}

img.alignleft {
	margin:25px 50px 20px 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.alignright, .right {
	float: right;
}

.alignleft, .left {
	float: left
}
.wp-caption {
	background-color:#222;
	padding-bottom: 10px;
}
/* End Images */


.alt, .postmetadata {
	color: #999999;
	background-color:#222;
	padding: 20px;
	border-left: 10px solid #EC5927;
}
.even {
	background-color:#444;
	padding:10px;
}
#comments_div .commentlist li {
	margin-top: 20px;
	list-style: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999;
	font-weight: normal;
	line-height: 14pt;
	background-color:#222;
}
#site {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#menu {
	border-top: 4px solid #EC5927;
}
#menu li{
	display:inline;
	margin:0 6px;
	float:left;
}
#menu li a:link {
	color:#EC5927;

}
.current_page_parent, .current_page_item {
	color:#777;
	border-top: 5px solid #EC5927;
	text-decoration:none;
	float:left;
}

.clear {
	clear:both;
}
.navigation {
	width:50%;
	padding: 0 25%;
	height: 30px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
a.list_title {
	color: #222;
	background: transparent url(images/trans75.png) top left repeat;
	width:100%;
	padding: 2px;
	display:block;
}
a.list_title:hover {
	color: #ffffff;
	background: transparent url(images/trans75k.png) top left repeat;
	text-decoration:none;
}
.entry {
	overflow:hidden;
}
#sideul {
	float:left;
}
#sideul li {
	float:left;
	width: 113px;
}
#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {
	display: block !important;
	color: #999999;
	line-height: 25pt;
	text-align:left;
	font-size:9pt;
	border: 0 none;
	
}
#sidebar li a:hover, .current-cat {
	color:#fff;
	text-decoration:none;
	background-color: #ec5927;
}

#sidebar li td a:link {
	display:inline !important;
	padding-left: 0px !important;
}
.home_image {
	overflow:hidden;
	float:left;
	height: 200px;
	margin-bottom: -40px;
}
.home_image a img.alignleft {
	margin:0;
}
.home_txt {
	float:left;
}
#content li.post {
	margin: 8px;
}
.col {
	margin:8px;
	float:left;
	display:inline;
	padding:16px;
	overflow:hidden;
}
.one {
	width:113px;
}
.two {
	width:274px;
}
.three {
	width:435px;
}
.four {
	width:596px;
}
.five {
	width:757px;
}
.six {
	width:918px;
}
.dark {
	background-color:#333333;
	color:#CCCCCC;
}
.js_sidebar {
	background: transparent url(images/sidebar_repeat.png) right top repeat-y;
	margin: 0 ;
	padding: 0 0 0 50px;
}
#sidebar_wrap {
	background-color:#000;
}
#sidebar_wrap.js_sidebar_wrap {
	position:absolute;
	top:0;
	right:0;
	background-color: transparent;
}
#sideul li.js_sidebar_li {
	width: 100%;
	display:block;
}
#but_slide {
	background: transparent url(images/nav_tab.png) right top no-repeat;
	clear:both;
	cursor:pointer;
}
#footer {
	padding:20px 0;
}
#footer_links {
	border-top-color:#EC5927;
	border-top-style:solid;
	border-top-width:5px;
	font-size:7pt;
	margin-left:10%;
}
#menu li.page_item ul {display: none;}
#menu li.current_page_item ul, #menu li.current_page_ancestor ul {display: block;}
#menu li.current_page_item, #menu li.current_page_ancestor {
	background:transparent url(images/blip.png) no-repeat scroll right top;
	border:medium none;
	display:block;
	margin-top:-62px;
	padding-top:120px;
	min-width: 68px;
}
#menu li.current_page_ancestor li.current_page_item, #menu li.current_page_ancestor li.current_page_ancestor, #menu li.current_page_ancestor li.current_page_ancestor li.current_page_item {
	background: none;
	padding:0 0 0 20px;
	margin: 0;
}
#sideul li#rss_list {
	border-bottom:  4px solid #EC5927;
	margin-bottom: 40px;
}
#sideul li#rss_list a {
	background-color:transparent;
}
#rss {
	margin-bottom:-15px;
}
li#search {width:100%;}