@charset "utf-8";
@import url('reset.css');
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #efefef;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	line-height: 1.125em;
}
#skipnavigation {display: none;}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 {
	font-size: 2.5em;
	line-height: 2.75em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.75em;
}
h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
}
h4 {
	font-size: 0.875em;
	line-height: 1.125em;
}
h5 {
	font-size: 0.875em;
	line-height: 1.125em;
	font-style: italic;
}
h6 {
	font-size: 0.625em;
	line-height: 1em;
}
.twoColLiqRtHdr #container { 
	width: 96%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColLiqRtHdr #container p{
	font-size:0.875em; /*14px*/
}
.twoColLiqRtHdr #header { 
	background: #336699 url('../images/smallbizthoughts-logo.png') no-repeat top right; 
	padding: 0 0.625em;
	color: #FFF;
} 
.copyright {
	font-style: italic;
	padding: 0.625em 0 1.25em;
}
.twoColLiqRtHdr #header h1 {
	margin: 0 0 -0.75em 0;
	padding:0;
}
.twoColLiqRtHdr #sidebar1 p{
	font-size:0.75em;
}
.twoColLiqRtHdr #sidebar1 {
	float: right; 
	width: 24%; 
	background: #FFF; 
	padding-top: 0.9375em;
	color: #000;
}
.twoColLiqRtHdr #sidebar1 > * {
	margin: 0 0.625em 0 0.625em; /* the left and right margin should be given to every element that will be placed in the side columns */
}
.twoColLiqRtHdr #sidebar1 h3.alpha { margin-top: 0.625em; }
.twoColLiqRtHdr #sidebar1 h3{
		margin-top: 1.125em;
		margin-bottom: 0.625em;
		padding: 0.1875em 0.3125em;
		background: #ffd595;
}
.twoColLiqRtHdr #sidebar1 img.author-image { padding: 0.3125em 0.3125em; }
.twoColLiqRtHdr #navigation { background: #528bc5; color: #FFF; margin: 0 24% 0 0; padding: 0;}
ul.menu { padding: 0.625em; }
#footer ul.menu { margin: 0 auto; width: 98%;}
ul.menu li { display: inline; padding-right: 0.625em;}
ul.menu li a { text-decoration: none; color: #FFF;}
#footer ul.menu li a { color: #528bc5;}
.twoColLiqRtHdr #mainContent { 
	margin: 0 26% 0 0.625em; /* the left margin should mirror the margin on the header and footer for proper alignment. */
}
.twoColLiqRtHdr #mainContent div#leaderboardAd {margin: 0.3125em 0; text-align: center;}
.twoColLiqRtHdr #mainContent div#leaderboardAd span{ display: block; margin: 0 auto; width: 728px; }

.twoColLiqRtHdr #mainContent h1{
	line-height: 1.75em;
}
#mainContent p { margin-bottom: 1em; }
#mainContent ul{ margin-top: 1em; }
#mainContent ul li { line-height: 1.5em; text-indent: 0.625em;}

.twoColLiqRtHdr #footer { 
	padding: 0 0.625em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.twoColLiqRtHdr #footer p.copyright {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	width: 50%;
	font-size: 0.75em;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#top #container #mainContent #container table caption {
	color: #C42127;
}
#top #container #mainContent #container table caption {
	font-weight: bold;
}
#rssfeed{
	position: relative;
}
.table_float{
float:inherit;
width: 330px;
height: 150px;
margin:14px;
} 
#top #container #mainContent #rssfeed .table_float {
	text-align: center;
}
#top #container #mainContent #rssfeed .table_float tr td h3 a strong {
	color: #000;
	text-decoration: none;
}
#top #container #mainContent #rssfeed .table_float tr td h3 a {
	color: #000;
	text-decoration: none;
}

#rssfeed div.columns.cols2 div.column {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0.625em;
}
#flashAlternative {
	display: inline-block;
	width: 728px;
	margin: 0 auto;
}