@charset "utf-8";
/* CSS Document */
/*               MAINPAGE TEMPLATE         */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em;
	text-align:center;
}
.footer, .push {
	height: 4em;
	text-align:center;
}
body, #content .feed_item, #content .feed_item_description {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:12px;
	line-height:15px;
}
a {
	color: #0055FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 5px;
}
#LoginRegister {
	position: relative;
	top:0px;
	left:0px;
	background:url("../images/login-reg.png") no-repeat scroll 9px 13px transparent;
	height:191px;
	width:160px;
}
#LoginRegister p {
	font-size:11px;
	left:10px;
	position:relative;
	top:112px;
	width:133px;
}


#Register {
	position: relative;
	top:94px;
	left:31px;
	height:10px;
	width:60px;
	color:#784c3f;
	font-weight:bold;
}
#Register a {
	font-weight:bold;
	color:#784c3f;
	text-decoration:underline;
}
#Register a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#784c3f;
} /* Login link box */
#lefttopaddspace {
	height: 160px;
	width: 130px;
	position: relative;
	top:-1px;
	left:3px;
	overflow:hidden;
	text-decoration:none;
}
#lefttopaddspace a {
	text-decoration:none;
}
#leftaddspace {
	position: relative;
	top:0px;
	left:0px;
	width:160px;
	min-height:600px;
} /*left space */
#toptextlinks {
font-size:10px;
height:43px;
left:65px;
line-height:12px;
position:relative;
text-align:center;
width:851px;
} /*Top Text*/
#Toplogo {
	height:139px;
	left:150px;
	position:relative;
	text-align:center;
	top:-911px;
	width:600px;
}
#Toplogo img {
	padding-left:20px
}
/*Top logo*/
/*            END   MAINPAGE TEMPLATE      */
#container {
	width:717px;
	min-height:400px;
	position: relative;
	left:160px;
	height: 399px;
}
#container a {
	text-decoration:none;
}
#rightcheckbox {
	float:right;
	width:250px;
	text-align: left;
}

#rightcheckbox {
margin-left:54px;
}
#leftcheckbox,#rightcheckbox {
	float:left;
	width:250px;
}
#leftcheckbox input,#rightcheckbox input{
	float:right;
}
#enterfeed {
	margin-left:23px;
}
blog {
	width:700px;
	height:200px;
}
#blog a {
	color:#000;
}
.fewings {
	width:136px;
	height:90px;
	border:0
}
.twoColElsLt #wrapper {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:0 auto;
	text-align:left;
	width:980px;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.twoColElsLt #sidebar1 {
	float:left;
	padding:15px 0;
	text-align:center;
	width:180px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsLt #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
/* 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;
}
/*	content wrapper	*/

.contentWrapper h2 {
	border-bottom:1px dashed #000000;
	margin-bottom:20px;
	margin-left:250px;
	padding:10px 0;
	text-align:left;
	width:728px
}
.cms {
	text-align: left; 
	padding: 14px 0pt;
	width:975px
	}
.blogEntry {
	border-bottom:1px dotted;
	margin-left:246px;
	overflow:hidden;
	padding:0 0 15px;
	vertical-align:top;
	width:728px;
}
.blogEntry h3 {
	text-align:left;
	font-size:17px
}
.blogEntry span {
	float:right;
	color:#666;
	font-size:12px
}
#topLogoAd {
	margin-left:241px;
	text-align:center;
	width:744px;
}
.widgetFeatured {
	display:none
}