/*
Theme Name: BusinessXpand_viewer_v2
Theme URI: http://www.businessxpand.com/products/wordpress/wordpress-themes/
Description: Viewer Theme, with an widgetized area to insert a header image.
Tags: light, two-columns, fixed-width, custom-header, threaded-comments, sticky-post
Version: 2.0
Author: Inmeres Solutions Ltd
Author URI: http://www.inmeres.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 warning*/

#ie6 {
	height:0px;
	background-color:#222;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	font-size:12px;
	line-height:22px;
	color:#222222;
	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;
}
/*ie6 warning end*/


/*type*/

h1, h2, h3, h4, h5, h6 {
	margin-top:10px;
	width:100%;
	color: #999999;
	font-weight:normal;
}
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: #222222;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
#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 ol, #content ul li ul {
	margin-left:20px;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:#FFFFFF;
}
.wp-caption-text {
	font-size:8pt;
	line-height:11pt;
	padding-right: 10px;
}
/*type end*/
/*form start*/
form {
 text-align:left;
}

textarea {
	width:99%;
	margin:10px 0 0 0;
}
input {
	width:98%;
}
.submit {
	width: 30px;
	height: 30px;
	float: right;
	margin: 5px;
}

/*form end*/


/*table start*/

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

}

th, td {

}

col {

}

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

}
th {
	text-align:left;

}
.odd {
	background-color:#F6F6F6;

}
tr:hover {
	background-color:#222222;
	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;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End Images */


body {
	background: transparent url(images/bg.gif) top center repeat-y;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:9pt;
	line-height: 16pt;
	color:#999999;
	text-align:justify;
}

#header {
	height:100px;
	width:800px;
	margin: 0 auto;
	position:relative;
}
#headerimg {
	position:absolute;
	top:20px;
	left:20px;
}

#rss {
	position:absolute;
	bottom:0;
	right:20px;
}
#menu {
	position:absolute;
	right:20px;
	top:10px;
	z-index:10;
}
#menu li{
	display:inline;
	margin:3px;

}
#bar {
	height:240px;
}
#bar_content {
	position:relative;
	width:840px;
	margin: 0 auto;

}
#bar_content ul {
	width:840px;
	height:240px;
	background: transparent url(images/viewer.png) top center no-repeat;
	overflow:hidden;
	position:absolute;
	top:0px;

}
#description {
	text-align:center;
	color:#FFFFFF;
	font-size: 30pt;
	font-style:italic;
	width:100%;
	position:absolute;
	bottom:50px;
}
.clear {
	clear:both;
}
#site {
	width: 800px;
	margin: 0 auto;
	
	}
.navigation {
	width:100%;
	height: 30px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
#footer {
	height: 20px;
	width: 100%;
}
#content {
	width: 550px;
	padding-right:20px;
	overflow:hidden;
	float:left;
	border-right: 1px groove #CCCCCC;
}

#sidebar {
	float:right;
	width:200px;
	padding: 0 10px;
	
	}
.alt, .postmetadata {
	color: #666666;
	background-color:#f2f2f2;
	padding: 20px;
}
.even {
	background-color:#FFFFFF;
	padding:10px;
}
#comments_div .commentlist li {
	margin-top: 20px;
	list-style: none;
}

#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited, #s {
	display: block !important;
	height:30px;
	margin-top: 3px;
	background-color:#EDEDED;
	color:#222222;
	padding-left: 10px !important;
	line-height: 25pt;
	text-align:left;
	font-size:9pt;
	-moz-border-radius:10px;
	border-radius: 10px;
	border: 0 none;
}
#sidebar li a:hover {
	background-color:#222222;
	color:#fff;
	text-decoration:none;
}

#sidebar li td a:link {
	display:inline !important;
	padding-left: 0px !important;
}