html {
	overflow-y: scroll;
}
body {
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	margin:0px;
	background-color: #333333;
	background-image: url("img/bg.png");
}

a:link { color: #40a6ed; text-decoration: none}
a:active { color: #898989; text-decoration: none}
a:visited { color: #40a6ed; text-decoration: none}
a:hover { color: #70BEEE; text-decoration: none;}

/* Headers */
h1 {
	font-family: sans-serif;
	font-size: 28px;
	text-decoration: none;
	font-weight: light;
	color: #CBCBCB;
}
h2 {
	font-size: 18px;
	text-decoration: none;
	font-weight: light;
	color: #989898;
}
div.center {
	text-align:center;
	margin:auto;
	display:block;
	position:relative;
	width: 500px;
	font-size: 22px;
	color: #676767;
}


/* Paragraph */

p {
	font-size: 12px;
	color: #666666;
	font-family: verdana;
	margin-left: 5px;
}

p.messageBody {
	font-size: 11px;
}

/* Inputs */
textarea {
	font-family: verdana;
}

/* Boxes */
div.infoBox {
	border-style: solid;
	border-color: #ABABAB;
	background-color: #EFEFEF;
	border-width: 1px;
	font-size: 11px;
	padding: 4px;
}
div.box {
	border-style: solid;
	border-color: #ABABAB;
	background-color: #FFFFFF;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: -7px;
	text-align: left;
}
.boxtitle {
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center; color: #666666; display: inline-block;
	font-weight: bold;
	font-size: 13px;
}
div.widget {
	border-style: solid;
	border-color: #ABABAB;
	background-color: #EFEFEF;
	border-width: 1px;
	font-size: 11px;
	padding: 4px;
}

/* Span */

span.postTitle {
	font-size: 24px;
	color: #777777;	
}
span.postedOn {
	font-size: 11px;
	color: #AFAFAF;
	margin-left: 5px;
}
span.messagePreview {
	font-size: 13px;
}
span.tabBar {
	font-size: 13px;
	color: #898989;
}

/* HR */
hr {
	padding: 0px;
	margin:1px;
	width: 95%;
	border: 0;
	height: 1px;
	background-color: #676767;
}
h4 {
	color: #676767;
	margin: 2px;
	padding-bottom: 6px;
}

/* Sidebar */
a.sidelink {
	font-size: 13px;
	color: #eaeaea;
	padding-bottom: 6px;
	padding-left: 7px;
	display: inline-block;
}

a.headerlink {
	font-size: 17px;
	color: #FFFFFF;
	margin: 8px;
	padding-right: 15px;
	display: inline-block;
}
a.headerlink:visited {
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
a.headerlink:hover {
	color: #DEDEDE;
	text-decoration: none;
}

a.h2link {
	text-decoration: none;
}
a.li_link {
	font-size: 11px;
	color: #595959;
}
a.li_link:visited {
	font-size: 11px;
	color: #595959;
}
a.li_link:hover {
	font-size: 11px;
	color: #595959;
}

a.applink {
	font-size: 12px;
	color: #676767
}

.sidebox {
	background-color: #ffffff; border-color: #ABABAB; border-style: solid; border-width: 1px; width: 260;
	padding: 3px;
}
		

img.followbtn {
	margin-top: 2px;
}

div.featured {
			display: inline-block;
			background-color: #272727;
			color: white;
			font-size: 12px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin:0px;
			margin-left: 1px;
			margin-right: 1px;
			
			width: 184px;
		}
td.featuredbox {

}

#headerfade {
	background-image: url("img/headerfade.png");
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 400px;
	z-index: -1;
}

h2 {
	margin: 1px;
}

img {
	border: 0;
}
