/*
Theme Name: The Basis Point
Theme URI: http://thebasispoint.com/
Description: Custom Theme developed for The Basis Point.
Version: 1.0
Author: Alexis Correa
Tags: the basis point, fixed width, two columns, widgets

Default WordPress by Alexis Correa || http://blogdesigncenter.com
Modifications by Alexis Correa  || http://saheltech.com
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/



#a:hover{
color:#990000;
text-decoration:none;
}
.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
    border:none;
	line-height: 1.4em;
	border:none;
	margin-top:10px;
	overflow:hidden;
	}

.widecolumn {
	line-height: 1.6em;
	}

.widecolumn .post .entry{
margin:0
}


.narrowcolumn .postmetadata, .widecolumn .postmetadata, .entry .postmetadata{
	text-align: left;
	margin:0 0 10px;
	padding:5px;
	height:auto;
	color:#000000;
	border:none;
	font: normal 10px/2em Verdana, Arial, Helvetica, sans-serif;
	}

.alt {
	background-color: #f3f3f3;
	}


.byline, small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	padding-left:20px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #336633;
	text-decoration: none;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

.narrowcolumn .post, .widecolumn .post {
	margin: 10px 0 40px;
	text-align: left;
	border:solid 1px #E8E8E8;
	background:url(images/bgpostmetadata.jpg) repeat-x 0px 0px;
	}
	
.widecolumn .post {
margin:30px 0 ;
}
	

.post hr {
	display: block;
	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


h2 {
	margin: 30px 0 0;
	}

h2.pagetitle, .post h2, .post h3{
	margin: 20px 0 2px;
	padding:2px 0 3px 5px;
	text-align:left;
	border-bottom: 1px solid #C8c8c8;	
}

h2.pagetitle, .post h2, .post h3{
margin: 0;
border:none;
}


.widecolumn h2.pagetitle{
	border:none;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 3px 0;
	padding: 0px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 0px;
	margin: 5px 0 0;
	clear: left;
	float: left;
	height: 18px;
	border: 1px solid #c8c8c8;
	}

#sidebar #searchsubmit {
	margin:3px 5px;
	clear: right;
	float: left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform{
font-size:11px;
}
.red{
color:#ff0000;
}
.smalltext{
font-size:9px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin:5px;
	border:solid 1px #d6d6d6;
	}

#commentform textarea {
width:390px;
padding: 1px;
margin:5px;
border:solid 1px #d6d6d6;
	}

#commentform #submit {
	margin: 0 ;
	float: left;
	width:130px;
	border: outset 3px #FFFFFF;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 5px 3px 20px;
	list-style: none;
	}

.commentlist p {
	margin: 5px 5px 5px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
td.commentlabel{
padding:0 0 0 20px;
}
	
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-weight:bold;
	color:#990000;
	padding:0 0 10px;
	background: url(images/bgnavigationborder.gif) repeat-x bottom;
	height:auto;
	min-height:35px;
	}
.navigation a, .navigation a:visited{
color: #336633;
font-weight:normal;
font-size:10px;
}
.navigation a:hover{
color:#990000;
}
/* End Various Tags & Classes*/
/*=========================== Custom stykles by Alexis ==================================== */

body {
	font: normal 10pt/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}


#page {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 1000px;
	overflow:hidden;
	background: url(images/bgmain.jpg) repeat-y 0 0;	
	#width:1005px;
	_width:1005px;
	position:relative;
}
#topnav {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: top;
	background: #CCCCCC url(images/bgtop.jpg) no-repeat 0px 20px;
}
#topnav ul{
	text-align:right;
	margin:8px 30px 0 0px;
	padding:0;
	list-style:none;
	height: 20px;
	width: 500px;
	clear: right;
	float: right;
}
#topnav ul li{
float:right;
clear:none;
padding:0;
margin:0 0 0 15px;
}
#topnav ul li a{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	font-weight:bold;
}
#topnav ul li a:hover{
color:#000000;
}


#header {
	margin: 10px 12px 0px 18px;
	padding: 0px;
	height: 180px;
	width: 968px;  /* 961px; */
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	background: #ffffff;
	_margin: 10px 15px 0px;
	#margin: 10px 15px 0px;
}
#header #logo {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	clear: left;
	float: left;
	height: 180px;
	width: 180px;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#header #banner {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 180px;
	width: 771px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	text-align: center;
	position: relative;
	background: #FFFFFF;
}
#banner a.overlay{ 
display:block;
position:relative;
width:771px;
height:180px;
overflow:hidden;
top:0;
left:0;
text-decoration:none;
}
#banner a.overlay #overlay div{
width:771px;
height:180px;
position:absolute;
top:-200px;
left:0px;
cursor:pointer;
}

#banner a.overlay:hover div{
width:771px;
height:180px;
position:absolute;
top:0px;
left:0;
margin:0;
padding:0;
background-image: url(images/overlay.png);
text-align:left;
color:#ffffff;
font-size:12px;
z-index:10;
cursor:pointer;
}

* html #banner a.overlay:hover div{
background: #fff;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay.png',
sizingMethod='scale');

}

#banner a.overlay:hover div p{
  margin:0;
  padding:0;
	text-decoration:none;
	background:none;
	line-height:1.2em;
	width:550px;
	height:100px
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	position:absolute;
	top:70px;
	left:110px;
}

* html #banner a.overlay div{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
	
#middlebox {
	margin: 10px 10px 0px 22px;	
	padding: 0px;
	width: 968px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	min-height:1000px;
	background: #FFFFFF;
	#margin: 10px 17px 0px 20px;
	_margin: 10px 17px 0px 20px ;
}
#content {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 555px !important;
	background: #FFFFFF;
	min-height:1200px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;

}
#topnav #slogan {
	margin: 8px 0 0 20px;
	padding: 0;
	height: 20px;
	width:400px;
	position: relative;
	left: 0px;
	top: 0px;
	clear: left;
	float: left;
	overflow: hidden;
}
#topnav #slogan h1{
	margin: 3px 5px;
	color: #333333;
	text-align: left;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#sidebar {
	margin: 5px 3px 0px 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: auto;
	width: 395px;
	overflow:hidden;
	background: #FFFFFF;
	min-height:900px;
	_margin: 20px 0px;
	#margin: 20px 0px;	
}
#sidebar #tipsearchbox {
width:391px;
height: 40px;
margin: 0px;
padding: 0px;
position: relative;
left: 0px;
top: 0px;
overflow:hidden;
}
#sidebar #tipbox {
	margin: 10px 0 0;
	padding:0;
	height: 20px;
	width: 150px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	clear: left;
	float: left;
}
#sidebar #tipbox a{
color: #990000;
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #tipbox a:hover{
color:#336633;
}
#sidebar #searchbox{
text-align:right;
	margin: 0;
	padding: 0px;
	height: 35px;
	width: 230px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	visibility: inherit;
	clear: right;
	float: right;
}
#sidebar #subscribebox{
	margin: 0px 0px 10px;
	padding: 0px;
	height: 38px;
	width: 393px;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(images/subscribebox.jpg) no-repeat 0px 0px;
	overflow: hidden;
	visibility: inherit;
}


/*
#subscribebox #subscribemail, #subscribebox #subscribfeed, #subscribebox #subscriberss{
	float:left;
	top:2px;
	left:0;
	margin:0;
	padding:0;
	height:20px;
	width:110px;
	text-align:center;
	line-height: 34px;
	_display:inline;
}

#subscribebox #subscriberss{width:94px; margin-left:17px; }
#subscribebox #subscribfeed{width:137px; }
#subscribebox #subscribemail{width:143px; }

#subscribebox #subscribemail a, #subscribebox #subscribfeed a, #subscribebox #subscriberss a{
color:#990000;
text-decoration:none;
font-size:10px;
font-weight:bold;
}

#subscribebox #subscribemail a:hover, #subscribebox #subscribfeed a:hover, #subscribebox #subscriberss a:hover{
color:#336633;
text-decoration:none;
}

*/

#subscribebox a{
display:block;
width:30px;
height:28px;
float:left;
padding:0;
margin:2px 7px 0 0;
line-height:80px;
border:none;
overflow:hidden;
}


#subscribebox a#rssfeed{
margin-left: 10px;
_margin-left:5px;
#margin_left:5px;
}

#subscribebox a#feedburner{
	
}

#subscribebox a#twitter{
width:28px;
}

#subscribebox a#facebook{
width:28px;
margin-right:13px;
}

#subscribebox a#youtube{
width:25px;	
}

#subscribebox a#emailsubscribe{
width:115px;
height:30px;
margin:7px 20px 0 0;
float:right;
_margin:10px;
#margin:10px;
}

#sidebar #ajaxbox1, #sidebar #ajaxbox2 {
	margin: 0 ;
	padding: 0 2px 10px;
	height:auto;
	width: 395px;
	position: relative;
	left: 0px;
	top: 0px;
	visibility: inherit;
	background: #ffffff url(images/bgajaxheader.jpg) no-repeat 0px 0px;
	min-height: 50px;
	font: normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	_width:391px;
	#width:391px;
}
#sidebar #ajaxbox1, #sidebar #ajaxbox2 {
line-height:1em;
}

#sidebar #ajaxbox1 #recenttweets, #sidebar #ajaxbox1 #hotcategories, 
#sidebar #ajaxbox1 #allcategories, #ajaxbox2 #facebookfans,  #ajaxbox2 #recentcomments,  #ajaxbox2 #recentposts {
	float:left;
	width: 126px;
	height:15px;
	margin:5px 0px 5px;
	text-align: center;
	padding: 3px 0 0;
	overflow:hidden;
	cursor:pointer;
	border-left: solid 1px #D4CECE;
	font: bold normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	_height:14px;
	#height:14px;
	_display:inline;
}


#sidebar #ajaxbox1 .activebutton,  #sidebar #ajaxbox2 .activebutton{
	background: url(images/bgajaxbutton.png) repeat-x 0px -1px; 
	margin: 5px 0 5px 0;
	padding: 3px 0 0;
	color:#000000;
	border-top:solid 1px #FFFFFF;
}


#sidebar #ajaxbox1 .inactivebutton, #sidebar #ajaxbox2 .inactivebutton, #sidebar #ajaxbox1 #hotcategories.inactivebutton{
background:none;
margin:5px 0 5px 0;
padding: 4px 0 0;
color: #AEAEAE !important;
border-top:solid 1px #FFFFFF;
}
#sidebar #ajaxbox1 .inactivebutton:hover, #sidebar #ajaxbox2 .inactivebutton:hover{
	color:#000000 !important;

}

#sidebar #ajaxbox1 #recenttweets:active, #sidebar #ajaxbox1 #hotcategories:active, #sidebar #ajaxbox1 #allcategories:active, 
#sidebar #ajaxbox2 #recentcomments:active, #sidebar #ajaxbox2 #recentposts:active, #sidebar #ajaxbox2 #facebookfans:active{ color:#000000; }

/* ************************** Left side tabs ****************************** */
#sidebar #ajaxbox1 #recenttweets,  #sidebar #ajaxbox2 #facebookfans {
border:none;
margin-left:4px;
_margin-left:2px;
}

/* ************************** right side tabs ****************************** */
#sidebar #ajaxbox1 #allcategories, #sidebar #ajaxbox2 #recentposts {
width:132px;
clear:right;
}



#ajaxbox1 #ajaxtext1,  #ajaxbox2 #ajaxtext2{
	width:379px;
	height:auto;
	position:relative;
	float:left;
	clear:all;
	top:0px;
	left:0px;
	z-index:10;
	padding:5px 5px 40px;
	margin:0;
	min-height:100px;
	font-size:11px;
	line-height:1.4em;
	overflow:hidden;
	border: 1px solid #d6d6d6;
	text-align: left;
	#width:379px;
	_width:379px;
	border-top:none;
	color: #000000;
}
#ajaxbox1 #ajaxtext1{
background: #F3f3f3 url(images/bottomrecentposts.jpg) no-repeat center bottom;
}
 #ajaxbox2 #ajaxtext2{
	background: #F3f3f3 url(images/bottomusercomments.jpg) no-repeat center bottom;
}

#sidebar #ajaxbox1 #ajaxtext1 p, #sidebar #ajaxbox2 #ajaxtext2 p{
margin:5px 15px;
padding:0;
}

#sidebar #ajaxbox1 #ajaxtext1 li{
padding:0;
margin:0 5px; 
font-size:11px;
 }
#sidebar #ajaxbox1 .zm_pop_cats{
margin:0 5px;
}
 
#sidebar #ajaxbox1 #ajaxtext1 li.cat-item{
float:left;
padding:0;
margin:0px 2px; /* create spacing between categories in a line */
}

#sidebar #ajaxbox2 #ajaxtext2 ul{
list-style:disc;
margin: 0;
padding: 0;
}
 #sidebar #ajaxbox2 #ajaxtext2 ul li{
margin: 0;
padding: 0;

}


#sidebar #advertisement, #sidebar #economiccalendar{
	margin: 15px auto;
	padding: 0px;
	height: auto;
	width: 395px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	text-align:center;
	background: #FFFFFF;
	max-height:400px;
	clear:both;
}
 #sidebar #economiccalendar{
 margin:0 0 10px;
 }
#sidebar #tagscloud{
	margin: 15px 0 5px;
	padding: 0px;
    height:auto;
	width: 395px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	background: url(images/bgajaxheader.jpg) no-repeat 0px 0px;
	overflow:visible;
	text-align: left;
	min-height: 200px;
}

#sidebar #tagscloud #cloud{
	width:381px;
	left:0;
	margin:0 0 0 2px;
	padding:0 5px;
	background: url(images/bgajaxtext.jpg) repeat-y -2px 0px;
	border-bottom: solid 1px #d6d6d6;
	text-align: center;
}

#sidebar #tagscloud #cloud a, #sidebar #tagscloud #cloud  a:visited{
color:#336633;
}

#sidebar #tagscloud #cloud a:hover{
color:#990000;
}

#sidebar #sidebar_left{
	margin: 0;
	padding: 0px;
	clear: left;
	float: left;
	width: 191px;
	overflow: hidden;
	visibility: inherit;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	min-height:400px;
}

#sidebar #sidebar_right #databox, #sidebar #sidebar_left #archivebox, #sidebar #sidebar_left #quotablebox, #sidebar #sidebar_left #pollbox, #sidebar #sidebar_right #blogrollbox, #sidebar_right #adunit, #sidebar_left #TBPRightMenu3{
	margin: 10px 0px 0px;
	padding: 0px;
	width: 191px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	height: auto;
	min-height:200px;
	text-align:center;
	background:url(images/bgsideheader.jpg) no-repeat 0px 0px;
}
#sidebar_right #adunit, #sidebar_left #TBPRightMenu3{
width:189px;
min-height:50px;
height:auto;
text-align:center;
background:none;
}

#sidebar #sidebar_left #archivebox{
margin-top:10px;

}

#sidebar #sidebar_left #pollbox h2{
margin:13px 0 0
padding:0;
height:17px;
}
#sidebar #sidebar_left #quotable, #sidebar #sidebar_left #currentpoll,  #sidebar #sidebar_left #archivedata, #sidebar #sidebar_right #blogrolldata, #sidebar #sidebar_right #stockdata{
	min-height:100px;
	margin:0px 2px;
	padding:5px 5px 40px;
	text-align:left;
	background:#f3f3f3;
	border:solid 1px #d6d6d6;
	border-top:none;
	font-size:11px;
	overflow: hidden;
}


#sidebar #sidebar_left #archivedata ul, #sidebar #sidebar_right #blogrolldata ul{
margin:0;
padding:0;
line-height:1.2em;
list-style:none;
font-size:10px;
}

#sidebar #sidebar_left #archivedata li, #sidebar #sidebar_right #blogrolldata li{
margin:5px;
padding:0;
list-style:none;
}

#sidebar #sidebar_left #archivedata ul li a, #sidebar #sidebar_left #archivedata ul li a:visited{
color:#336633;
font-weight:bold;
}
#sidebar #sidebar_left #archivedata li a:hover{
color:#990000;
font-weight:bold;
}

#sidebar #sidebar_left #quotable{
	background:#f3f3f3 url(images/megaphone.jpg) no-repeat center bottom;
	color:#666666;
	font-weight:bold;
	font-size:11px;
	line-height:1.4em;
	text-align:left;
	word-spacing:2px;
}
#sidebar #sidebar_left #quotable cite{
display:block;
font-weight:normal;
text-align:center;
line-height:normal;
}
#sidebar #sidebar_left #quotable p{
margin:5px;
}
#sidebar #sidebar_left #quoteheader{
margin: 0;
height:30px;
overflow:hidden;
position:relative;
}
#sidebar #sidebar_left h2.basicpoint{
margin-top:8px;
float:left;
width:140px;
clear:none;
}


#sidebar #sidebar_left #previousbox, #sidebar #sidebar_left #nextbox{
float:left;
width:14px;
height:14px;
margin:10px 5px 0;
_display:inline;
} 
#sidebar #sidebar_left #previousbox{
margin:10px 5px 0 10px;
}
#sidebar #sidebar_left #nextbox{
margin:10px 5px 0 0;
 }
 #sidebar #sidebar_left #currentpoll{
	background: #f3f3f3 url(images/bgpiechart.jpg) no-repeat center bottom;
	
 }
#sidebar #sidebar_left #currentpoll ul{
margin:5px 2px;
}
#sidebar #sidebar_left #archivedata{
	background: #f3f3f3 url(images/bgbooks.jpg) no-repeat center bottom;
}
#sidebar #sidebar_right #blogrolldata{
min-height:50px;
background: #f3f3f3 url(images/bglaptop.jpg) no-repeat center bottom;
}
#sidebar #sidebar_right #stockdata{
	background: #f3f3f3 url(images/bghistogram.jpg) no-repeat -2px bottom;
	padding: 0px 0px 40px;
	width: 185px;
	overflow:hidden;
	#margin:0 0 0 1px; /* IE7+ hacks    */
}


#sidebar  h2{
	font: bold normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 0;
	color:#000000;
	padding:2px 0;
	text-align: center;
	height: 20px;
	width: 100%;
	display: block;
	font-weight:bold;
}

#sidebar #sidebar_right{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	width: 191px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	height: auto;
	left: 0px;
	top: 0px;
	min-height:500px;
}




#footer {
	margin: 0 ;
	padding: 0;
	height: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	background: #CCCCCC url(images/bgfooter.jpg) no-repeat 0px 0px;
}
#footer p {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	vertical-align: top;
	margin: 15px 0px 5px;
	padding: 0px;
}

#footer p a{
color:#ffffff;
font-weight:bold;
}
#footer p a:hover{
color:#000000;
text-decoration:none;
}
#wpcf_form input{
border:solid 1px #000000;
width:200px;
height:16px;
margin:0;
padding:1px;
}

#wpcf_form textarea{
border: solid 1px #000000;
width:420px;
height:200px;
margin:0;
padding:1px;
}

#wpcf_form #contactsubmit{
border: outset 3px #ffffff;
height:30px;
padding:2px;
width:80px;
}

.red{
color: #ff0000;
}

.postmetadata a, .postmetadata a:visited, .postmetadata a.bred{
color:#990000;
}
.postmetadata a:hover{
color:#336633;
text-decoration:none;
}
 .post .categoriestags{
	clear:both;
	text-align:left;
	margin:0;
	padding:10px 5px 10px;
	background:url(images/bgcategoriestags.jpg) repeat-x 0px bottom;
	border-bottom: 1px solid #E8E8E8;
}
 .categoriestags a{
color:#336633;
}
.categoriestags a:hover{
color:#990000;
text-decoration:none;
}



.narrowcolumn .post .entry p, .widecolumn .post .entry p, .widecolumn .post .entry p .narrowcolumn .post .entry>p:first-child{
padding-top:0;
margin-top:0;
}

.narrowcolumn .post .entry, .widecolumn .post .entry{
margin:5px 0;
padding:5px;
overflow:hidden;
}

#singlead{
float:left;
clear:both;
text-align:center;
width: 100%;
height:auto;
margin:20px 0 20px 0px;;
}

#footerad{
position:relative;
top:0;
left:0;
	width:961px;
	margin:10px 22px;
}

#commentlist{
margin:0;
padding:0px;
background: url(images/bgnavigationborder.gif) repeat-x bottom;
}
h3#comments{
	margin:0 0 10px;
	padding:0;
	text-align: left;
}
#commentlist ol.commentlist{
padding:0;
margin:0;
}


h3#respond {
	background: url(images/bgleavereply.gif) no-repeat 0px 0px;
	text-align: left;
	text-indent: 20px;
	margin: 10px 0px;
	padding: 2px 0px 0px;
}

.entry ol.commentlist{
padding-left:0;
}

#separator{
	background: url(images/percent.gif) no-repeat center center;
	margin: 0px;
	padding: 0px 10px;
	height: 20px;
}

form.wp-polls-form, form.wp-polls-form p, #wp-polls-ul,  #wp-polls-ul li, div.wp-polls-ans {
padding:0;
margin:0;

left:0
}
form.wp-polls-form{
font-size:10px;
line-height:normal;
left:-20px;
top:-10px;
}
form.wp-polls-form label{
font-size:11px;
}
form.wp-polls-form input{
height:12px;
width:12px;
margin:0;
padding:0;
}

#currentpoll div.wp-polls{
left:-20px;
}

#currentpoll form, #currentpoll ul, #currentpoll ul li, #currentpoll p{
margin:0;
padding:0;
}
#currentpoll p.greenlinks{
font-weight:11px;
color:#999999;
margin:5px 0;
padding:0;
}
#currentpoll p.greenlinks a{
color:#336633;
font-weight:bold;
font-size:0.95em;
}

#currentpoll p.greenlinks a:hover{
color:#990000;
}
#currentpoll img{
border:none;
}

#content .post h2 a, #content .post h3 a, #content .post h2 a:visited, #content .post h3 a:visited{
color:#000;
}

#content .post h2 a:hover, #content .post h3 a:hover{
color:#990000;
}

#content .entry a, #content .entry a:visited{
color:#336633;
}

#content .entry a:hover{
color:#990000;
text-decoration:none;
}

.widecolumn .entry{
margin-top:0px;
}

#content .post a.more-link, #content .post a.more-link:visited, #archivedata p a.more-link, #sidebar #sidebar_left #archivebox #archivedata p a.more-link:visited{
color:#990000;
font-weight:bold;
}
#content .post a.more-link:hover, #archivedata p a.more-link:hover{
color:#336633;
text-decoration:none;
}

#content .post .entry a.more-link:hover{
color:#336633;
text-decoration:none;	
}
#sidebar #blogrolldata li{
list-style:none;
margin-left:0;
}

#sidebar #blogrolldata li a, #sidebar #blogrolldata li a:visited{
color:#336633;
font-weight:bold;
text-decoration:none;
}
#sidebar #blogrolldata li a:hover{
color:#990000;
text-decoration:none;
}
#sidebar #blogrolldata li{
font-zise:11px;
margin-left:0;
padding-left:0;
}

#sidebar #ajaxbox2 #ajaxtext2 ul.recentcomments li{
	background: url(images/bgdottedline.gif) repeat-x 0px bottom;
	margin: 0 10px 6px 5px;
	padding-bottom:6px;
}

#sidebar #ajaxbox2 #ajaxtext2 ul li{
margin-left:5px;
}

#sidebar #ajaxbox2 #ajaxtext2 ul.recentposts, #sidebar #ajaxbox2 #ajaxtext2 ul.mostpopular{
list-style:disc;
margin: 5px 5px 5px 12px;
}
#sidebar #ajaxbox2 #ajaxtext2 ul.recentposts li, #sidebar #ajaxbox2 #ajaxtext2 ul.mostpopular li{
margin:5px;
list-style:disc;
}

#sidebar #ajaxbox2 #ajaxtext2 ul.recentposts, #sidebar #ajaxbox2 #ajaxtext2 ul.mostpopular{
color:#777777;
}

#sidebar #ajaxbox2{
min-height:300px;
height:auto;
}
#sidebar #ajaxbox2 #ajaxtext2{
 min-height:250px;
 overflow:hidden;
 }
  
#sidebar  #ajaxbox1 #ajaxtext1 a, #sidebar #ajaxbox1 #ajaxtext2 ul li a{
color:#336633;
}
#sidebar #ajaxbox1 #ajaxtext1  a:hover, #sidebar #ajaxtext2 ul li a:hover{
color:#990000;
}

#sidebar #tagscloud #cloudtab{
	width:100%;
	height:22px;
	margin: 8px 0 0px;
	padding:0 ;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color: #000000;
	overflow:hidden;
}

#sidebar #tagscloud #cloudtab h2.tags{
margin:8px 0px 0px;
padding:0px ;
#margin-top:0px; /* for IE7+    */
_margin-top:0px; /* for IE6  */
}

p.headlinks{
margin:0; padding:0;
}
p.categoriestags{
margin:5px 0 0; 
padding:0;
font-size:11px;
line-height:1.5em;
}
a.bred, .headlinks a, .headlinks a:visited, #content .entry .headlinks{
font-weight:bold;
color:#990000  !important;
}
a.bred:hover, .headlinks a:hover{
color:#336633  !important;
}

#quotable a:hover{
color:#990000;
}

div.separator{
	height:5px;
	margin:10px 0 5px;
	padding:0;
	border-top: 1px dotted #999999;	
	/* background: url(images/bgdottedline.gif) repeat-x 0px 10px; */
}

#stockfooter{
color:#666666;
font-size:9px;
}

#sidebar #sidebar_right #stockdata #stockquote, #sidebar #sidebar_right #financials{
	font: normal 9px/normal Arial, Helvetica, sans-serif;
background:#F3F3F3;	
}

#sidebar #sidebar_right #financials p{
margin:0 4px;
text-align:center;
font-size:12px;
font-weight:bold;
color:#666;
clear:both;
background:#ccc;
line-height:20px;
}
#sidebar #sidebar_right #financials p span{
font-size:13px;
}


#sidebar #sidebar_right #financials iframe{
border:none; 
width:100%; 
height:auto; 
min-height:980px; 
margin:0px;
 padding:0px;
#min-height:920px;
_min-height:920px;
}

#sidebar #sidebar_right #stockdata a{
color:#990000;
}
#sidebar #sidebar_right #stockdata a:hover{
color:#336633;
}

#sidebar #sidebar_right #stockdata #financials{
margin:0;
padding:0;
}
#sidebar #sidebar_right #stockdata #financials a{
color:#990000;
}
#sidebar #sidebar_right #stockdata #financials a:hover{
color:#336633 !important;
}



#commentform td.subscribe-to-comments{
margin:0;
padding:3px 0;
}

#footer #programmer{
float:left;
height:15px;
line-height:80px;
}

#commentform a{
color:#336633;
}
#commentform a:hover{
color:#993300;
}

#cloud div.st-tag-cloud{
margin:5px;
}
#sidebar #cloud .st-tag-cloud a.st-tags{
font-weight:normal;
display:inline;
color:#336633;
}
#sidebar #cloud .st-tag-cloud a.st-tags:hover{
color:#99000;
}

#sidebar #cloud .st-tag-cloud a.t1 { font-size:10px; }
#sidebar #cloud .st-tag-cloud a.t2 { font-size:11px; }
#sidebar #cloud .st-tag-cloud a.t3 { font-size:12px; }
#sidebar #cloud .st-tag-cloud a.t4 { font-size:13px; }
#sidebar #cloud .st-tag-cloud a.t5 { font-size:14px; }
#sidebar #cloud .st-tag-cloud a.t6 { font-size:15px; }
#sidebar #cloud .st-tag-cloud a.t7 { font-size:16px; }
#sidebar #cloud .st-tag-cloud a.t8 { font-size:17px; }
#sidebar #cloud .st-tag-cloud a.t9 { font-size:18px; }
#sidebar #cloud .st-tag-cloud a.t10{ font-size:18px; }

img.WP-PrintIcon{
margin:0px;
}

#content .post .entry a{
font-weight:bold;

}
#content .post .entry a:hover{
color:#993300;
}


#content object.aligncenter{
margin:5px auto;
}

#content object.alignright{
float:right;
margin:5px 0px 5px 5px;
}

#content object.alignleft{
float:left;
margin:5px 5px 5px 0px;
}

#pointbreaking{
	width:555px;
	height:auto;
	overflow:hidden;
	margin:10px 0 20px;
	padding:0;
	clear:both;
	background: url(images/bgpb.gif) repeat-y 0px 0px;
}
#pbheader{
	width:555px;
	height:25px;
	overflow:hidden;
	background: url(images/bgpbtop.jpg) no-repeat 0px 0px;
}

#pbheader h2{
	color:#990000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: bold normal 13px/28px Verdana, Geneva, sans-serif;
	height: 25px;
	width: 485px;
	_display: inline;
	float:left;
	font-weight:bold;
}


#pbheader h2 .normal{
font-weight:normal;
}


#pbcontent{
width:505px;
height:auto;
overflow:hidden;
margin:10px 25px;
text-align:left;
padding:0;
min-height:220px;
}

img#favicon{
margin:2px 5px 0 0;
}
#pbcontent h3{
	padding:0;
	margin:5px 0 10px 0px;
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #000;
}
#pbcontent h3 a.tiny{
font-size:0.8em;
text-decoration:none;
}
#pbcontent h3 a.tiny:hover{

}

#pbfooter{
	width:555px;
	height:50px;
	overflow:hidden;
	margin:0px;
	padding:0;
	background: url(images/bgpbbottom.jpg) no-repeat 0px 0px;
}

#pbprevious{
float:left;
width:14px;
height:14px;
margin:8px 5px 0 10px;
clear:left;
}
#pbnext{
float:right;
width:14px;
height:14px;
margin:8px 10px 0 0;
clear:right;
 }
 
#pointbreaking ul{
	margin: 0px 0 0 10px;
	padding: 0px 0 0 10px;
	list-style: disc;	 
	color:#999;
 }
 
 #pointbreaking ul li{
	padding: 0px 0 6px;
	background: url(images/bgdottedline.gif) repeat-x 0px bottom;
	margin: 0 0 6px 0;
 }
 
#pointbreaking ul li a{
	color:#336633;
	font-weight:normal;
	text-decoration:none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
#pointbreaking ul li a:hover{
color:#990000;
text-decoration:none;
}

#sidebar #sidebarlogin{
border:solid 1px #CCCCCC;
background-color:#F5F5F5;
margin:0px 5px 10px;
overflow:hidden;
}

#sidebar #sidebarlogin p{	
float:left;
width:160px;
margin:0px 10px 2px;
overflow:hidden;
}

#sidebar #sidebarlogin #user_login, #sidebar #sidebarlogin #user_pass{
width: 140px;
margin:3px 5px;
}



#sidebar #ajaxtext2 ul.recentcomments li span.commentauthor{
color:#000 !important;
font-weight:bold;
font-size:0.9em;
}

#sidebar #ajaxtext2 ul.recentcomments li a.post{
color:#363;
}
#sidebar #ajaxtext2 ul.recentcomments li a.post:hover{
color:#900;	
}

#sidebar #ajaxtext2 ul.recentcomments li a.comment{
color:#900;	
}

#sidebar #ajaxtext2 ul.recentcomments li a.comment:hover{
color:#363;	
}


.byline{
clear:both;
margin:0;
padding:3px 0 5px 5px;
}

.byline a:hover{
color:#900;
}



.post .postmetadata .tweetmeme{
cursor:pointer;
}
.post .postmetadata .tweetmeme, .post .postmetadata .fb_share_1{
display:block;
width:65px;
height:auto;
overflow:hidden;
float:left;
 clear:left;
margin:4px 0 
}

.post .postmetadata .fb_share_l, .post .postmetadata .fb_share{
clear:none;
width:110px;
overflow:visible;
margin:0;
}
/* ************************* Facebook Fans Box *********************************  */
/* override styles from http://static.ak.fbcdn.net/rsrc.php/z37Y7/hash/278jmpyi.css */
.connect_widget, .full_widget, .connections, .app_content_96236775671, .connect_top, .clearfix, .share_and_hide .save {
background:#F3F3F3 !important;
border:none !important;
}

/*  override styles from http://static.ak.fbcdn.net/rsrc.php/zB8T5/hash/7lk31pj3.css */
.fan_box .connections_grid .grid_item{
padding:0 8px 8px 0 !important;
}
#sidebar .fan_box .connections_grid .grid_item a .name{
color:#333 !important;
}
#sidebar .fan_box .connections_grid .grid_item a:hover{
color:#F90!important;
}
/* ************************************************************************* */

#sidebar .widget_tweetblender, #sidebar .tb_header{
margin-top:0;
}


#tweetblend{
display:none;
}


#topnav ul li#facebookuser{
line-height:15px;
}

#topnav ul li#facebookuser img{

}
#topnav ul li#facebookuser a{
	font-size:10px;
}

#sidebar #tweetblender-t1{
height:368px;
overflow:hidden;
margin-bottom:10px;
}

#sidebar #tweetblender-t1 .tb_tweetlist{
height:325px;
overflow:scroll;
padding-bottom:20px;
}

#page #facebookloginbox{
background:#fff;
width:480px;
height:460px;
overflow:hidden;
border:solid 5px #46639D;
position:absolute;
left:200px;
top:30px;
z-index:1000;
display:none;
}

#facebookiframe{
width:480px;
height:460px;
margin:0;
padding:0;
border:none;
}

#content .post{
margin-top:10px;
margin-bottom:20px;
}

a.like_button_like span.like, a.like_button_like:visited span.like{
color:#748BB8!important;	
}


a#scrolldown{
	display:block;
	background: url(images/scrolldown.jpg) no-repeat 0px 0px;
	margin: 0 0 10px;
	padding: 0px;
	height: 49px;
	width: 397px;
}

a#scrolldown:hover{
	background: url(images/scrolldown_over.jpg) no-repeat 0px 0px;	
}

#sidebar .mbad{
margin-top:10px;	
}

/*
a.connect_widget_like_button{
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
display: block;
float: left;
padding: 4px 5px;
.clearfix
}

.connect_widget_like_button .liketext {
background: url(http://static.ak.fbcdn.net/rsrc.php/z86SM/hash/191wiexm.png) no-repeat 0% -33px;
background-image: url(http://static.ak.fbcdn.net/rsrc.php/z86SM/hash/191wiexm.png);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-position-x: 0%;
background-position-y: -33px;
background-origin: initial;
background-clip: initial;
background-color: initial;
color: #3B5998;
display: block;
white-space: nowrap;
}

.connect_widget .like_button_no_like .piece, .connect_widget .like_button_no_like {
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
display: block;
float: left ;
padding: 4px 5px;
}
*/
