.announce
{
	color: #FFF000;
	font-weight: bold;
	width: 1000px;
	margin: auto;
	padding: 4;
	clear: both;
	text-align: center;
	background-color: red;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 20px;
}

.encapsulation {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.main {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 0 10;
	text-align: left;
}

.sidebar
{
	float: right;
	width: 300px;
	margin: 0 35px 0 0;
	padding: 0 10 0 0;
	text-align: left;
	font-size: 16px;
}

h1 {
	font: 120px helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

h2 {
	font: 50px helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 0;
}

h3 {
	font: 40px helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}

h4 {
	color: #818181;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 30px;
}

h5 {
	color: #B7B7B7;
	font-weight: bold;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;

}

body {
	font: 18px helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	color: #000000;
}



.post {
	padding-left: 5px;
	padding-bottom: 12px;
}

.post p {
	color: #000000;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 20px;
	line-height: 25px;
	padding-left: 25px;
}

.post .date {
	color: #CCCCCC;
	font-weight: bold;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 16px;
}

.post img
{
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 580px;
	
}

a {
	color: #333333;
	text-decoration: underline #333333;
	border-style: none;
	border-width: 0;
	border: 0;
}

.header {
	color: #000000;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: 700;
	padding: 0;
	border: 0;
	margin: 0;
	word-spacing: 25px;
}

.header a {
	color: #B3B3B3;
}

.header a:hover {
	color: #323232;
}

.header a:visited {
color: #B3B3B3;
}


ul { list-style-type: none; }

li { }


a:visited {
color: #666666;
}


a:visited { color: #666666; }



img.drawing {
	padding-top: 10px;
	padding-bottom: 10px;
}

.small
{
	color: #343434;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 10pt;
}


.copyright {
	color: #B7B7B7;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 9pt;
}

.intro {
	color: #525252;
	font-family: helvetica, arial, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
}