html, body {
	margin: 0px;
}

h2 {
	color: #444;
}

#topstreamer {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	height: 17px;
	background: blue url("http://blog.presthus.net/media/blog/images/topstreamer.png") repeat-x;
}

#globalshade {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	height: 45px;
	background: white url("http://blog.presthus.net/media/blog/images/globalshade.png") repeat-x;
}

#logo {
	padding-left: 2em;
	margin-bottom: 3em;
}

#leftspacer {
	width: 2em;
}

#maincontent {
	margin-left: 0px;
	margin-right: 0px;
}

#rightside {
	width: 300px;
	margin-right: 0px;
	text-align: center;
}

#rightquote {
	width: 170px;
	text-align: center;
	padding-left: 65px;
	font-family: Verdana;
	color: #aaa;
	font-weight: bold;
	font-style: italic;
}

#features {
	padding-top: 1em;
}

#features img {
	border: 0;
}

.rightheading {
	width: 200px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12pt;
	text-align: center;
	border-bottom: 1px solid #ccc;
	/*margin-left: 40px;*/
	margin-left: auto;
	margin-right: auto;
}

div.tweet {
	width: 200px;
	border: 1px solid #dcdcdc;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

div.tweet div.time {
	background-color: #bacbdc;
	color: #fff;
	font-weight: bold;
}

div.tweet div.text {
	padding: 0.4em;
}

.article_feature {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.article_header {
	height: 64px;
	width: 100%;
	background: white url("http://blog.presthus.net/media/blog/images/articleheader.png") repeat-x;
	
	color: #26365F;
	font-family: Tahoma, Verdana, Arial;
	font-size: 22px;
	vertical-align: bottom;

	padding-left: 0.2em;
	padding-bottom: 0.5em;
}

.article_header a, .article_header a:visited {
	text-decoration: none;
	color: #26365F;
	font-family: Tahoma, Verdana, Arial;
}

.article_header a:hover {
	color: #2636aF;
}

.articlefooter {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	padding-left: 0.3em;
	color: #aaa;
}

.articlefooter a, .articlefooter a:visited {
	text-decoration: none;
	color: #aaa;
	font-family: Verdana, Tahoma, Arial;
}

.articlefooter a:hover {
	color: #555;
}

.article {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	padding-left: 0.3em;
}

.commentcontent {
	font-size: 8pt;
	padding-left: 1.5em;
	border-bottom: 1px dashed #eee;
}

td.comment_box {
	border: 1px solid #eee;
	background-color: #fafafa;
	padding: 1em;
}

td.comment_box table th {
	text-align: left;
}

td.comment_box input,
td.comment_box textarea {
	border: 1px solid #aaa;
}

