@charset "utf-8";
/* 
Title:     Stocktrek - facts.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

.twoColEls #container {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background: #fff;
}
/* If you want the sidebar on the right, update the flowing declerations ".twoColEls #sidebar1" and ".twoColEls #mainContent. 
   See comments for instructions.
*/
.twoColEls #sidebar1 {
	float: left; /* change to "float:left;" or "float:right;" */
	width: 18em;
	font-size: 90%;
	color: #fff;
	background-color: #0099ff;
	border-right: 2px solid #357193; /* change to "border-left" or "border-right" */
}
#sidebar1 .gutter {
	padding: 20px 15px;
}
.twoColEls #sidebar1 h3 {
	margin: 0;
	padding: 0 0 .3em 0;
	color: #fc3;
	font-weight: bold;
	border-bottom: none;
}
.twoColEls #sidebar1 ul {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.twoColEls #sidebar1 ul li {
	margin: 0;
	padding: 0 0 0 5px; /* if using the bullet graphic, set padding-left: 18px; */
	font-size: 95%;
	list-style: none;
	line-height: 1.5em;
}
.twoColEls #sidebar1 li a {
	color: #fff;
}
.twoColEls #sidebar1 li a:hover {
	color: #ffce0d;
}
.twoColEls #sidebar1 p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
.twoColEls #mainContent {
	margin-left: 18em; /* change to "margin-left" or "margin-right" */
	/*margin-right: 20em;*/ /* enable if using 3 column layout */
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
}
#mainContent .gutter {
	padding: 20px 30px 20px 20px;
}
#feature img {
	padding-top: 1.5em;
	width: 683px;
}
/* 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 */
	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;
}