﻿*
{
	margin: 0px;
	padding: 0px;
}
body, html
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #424037;
}
html
{
	font-size: 100%;
}
body
{
	font-size: 65%;
}
p, ol, ul
{
	margin: 10px 0px;
}
ol
{
	margin: 15px 0px 15px 20px;
}
ul
{
	margin: 15px 0px 15px 15px;
}
pre
{
	margin: 10px 0px;
}
h1
{
	font-size: 3.2em;
	line-height: 1em;
}
h2
{
	font-size: 1.8em;
}
h3
{
	font-size: 1.6em;
}
h4
{
	font-size: 1.4em;
}
img
{
	border: none;
}
img.border
{
	border: 1px solid #999;
}
select
{
	min-width: 1.5em;
}
h1
{
	letter-spacing: -1px;
}
h2
{
	letter-spacing: -1px;
}
h3, h4
{
	letter-spacing: -0.5px;
}
.LinkColor
{
	color: #bc7134;
}
a
{
	color: #CC4A37;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
div.Header
{
	width: 500px;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	color: #3F3F3F;
}
div.Header a
{
	color: #080808;
}
div.Header a:hover, div.header a:hover span.headerUsername
{
	text-decoration: none;
	color: #3F3F3F;
}
div.Description
{
	width: 500px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 60px;
	font-size: 1.2em;
	color: #3F3F3F;
}
#MainContent
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
	text-align: left;
}
div.SideBar
{
	float: left;
	width: 175px;
	margin-top: 20px;
	font-size: 12px;
	color: #696969;
}
div.SideBar p
{
	margin-top: 15px;
}
div.SideBar h5
{
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
div.SideSection
{
	margin-top: 30px;
}
div.SideList ul
{
	margin: 0px 0px;
}
div.SideList li
{
	list-style-type: none;
	color: #999;
}
div.PostsParent
{
	overflow: hidden;
	width: 600px;
	margin-left: 150;
	margin-bottom: 10px;
	margin-left: 175px;
	margin-right: 25px;
	clear: right;
	position: relative;
}
div.Post
{
	float: left;
	width: 570px;
	margin-left: 25px;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 10px;
}
div.Post p, div.Post blockquote
{
	margin: 10px 0px;
}
div.Post h1
{
	font-size: 18px;
}
div.Post h2
{
	font-size: 16px;
}
div.Post h3
{
	font-size: 15px;
}
div.Post h4
{
	font-size: 14px;
}
div.Post h2.PostTitle
{
	margin: 15px 0px 15px;
}
div.Post h1, div.Post h2, div.Post h3, div.Post h4
{
	margin-top: 10px;
}
h2.PostTitle a, h2.PostTitle a:hover
{
	font-size: 24px;
	color: #363638;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
h2.PostTitle a:hover
{
	text-decoration: underline;
}
div.PostBody
{
	margin-bottom: 10px;
	line-height: 1.8em;
}
div.PostDate
{
	font-size: 12px;
	line-height: 12px;
	color: #727272;
	margin-top: 20px;
	font-weight: bold;
}
div.Footer
{
	margin-left: 150px;
	margin-bottom: 5px;
	overflow: hidden;
	clear: left;
	text-align: center;
}
div.SearchBox
{
	width: 145px;
}
input[type='text'].SearchBox
{
	font-size: 12px;
	padding: 2px;
	padding-left: 2px;
	background-color: #fff;
}
input, select, textarea
{
	color: #444;
	font-size: 1.4em;
	font-family: "Lucida Grande" , sans-serif;
	line-height: 1.3em !important;
	padding: 5px;
}
input[type='text'], select, textarea
{
	background-color: #fff;
	border: 1px solid #ccc;
}
input[type='button'], input[type='submit']
{
	height: 2.5em;
	font-size: 1.2em;
	color: #444;
	margin-top: 5px;
}
div.CommentList
{
	width: 500px;
	margin-left: 80px;
	margin-right: 80px;
}
div.CommentParent
{
	float: left;
	height: auto;
	display: block;
	border-bottom: solid #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	width: 450px;
	min-height: 160px;
	font-size: 1.2em;
}
div.Avatar
{
	display: block;
	padding: 0;
	float: left;
	height: auto;
	width: 90px;
	margin: 4px 2px 2px 2px;
	line-height: 100%;
	text-align: center;
}
div.Avatar img
{
	height: 80px;
	width: 80px;
}
div.CommentForm
{
	float: left;
}
div.CommentBody
{
	clear: right;
	margin: 0pt 0pt 0pt 85px;
	padding: 2px 3px;
	height: auto;
}
div.AuthorComment
{
	background-color: #BBD9E1;
}
div.Ad
{
	text-align: center;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}
