body
{
	margin: 0px;
	padding: 0px;
	background: url('images/background.jpg') background;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#main
{
	margin: 0px auto;
	width: 1182px;
	margin-top: 30px;
}

#logo
{
	/*background: url('images/logo.jpg');*/
	width: 350px;
	height: 500px;
	float: left;
	border: 1px solid #202020;
}

#content
{
	background: #EEEEEE;
	padding: 10px;
	width: 780px;
	min-height: 480px;
	margin-left: 30px;
	float: left;
	box-shadow: 0px 0px 30px #000000;
}

#header ul
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#header li
{
	list-style-type: none;
	display: inline-block;
	padding: 5px;
	box-shadow: 0px 0px 3px #000000;
	margin: 0px 10px;
}

#footer
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #AAAAAA;
	box-shadow: 0px 0px 10px #000000;
	padding: 7px 0px;
}

.blog-post
{
	border: 1px solid #999999;
	padding: 0px 10px 10px 10px;
	margin-top: 26px;
}

.blog-post .author
{
	display: inline-block;
	position: relative;
	top: -16px;
	left: 5px;
	background: #EEEEEE;
	z-index: 2;
	padding: 0px 7px 0px 7px;
}

.blog-post .author .image
{
	 width: 32px;
	 height: 32px;
}

.blog-post .author .name
{
	margin-left: 7px;
	display: inline-block;
	line-height: 32px;
	vertical-align: top;
	color: #999999;
}

.blog-post .date
{
	display: inline-block;
	float: right;
	position: relative;
	top: -10px;
	right: 5px;
	background: #EEEEEE;
	z-index: 2;
	padding: 0px 3px 0px 3px;
	color: #6666FF;
	font-size: 8pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Myriad Pro", Myriad, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
}

h2
{
	margin-bottom: 5px;
}

h1
{
	text-align: center;
}

h3
{
	font-size: 14pt;
	margin-top: -10px;
	margin-bottom: 10px;
}

p
{
	margin-top: 0px;
	padding-left: 15px;
}

.seperator
{
	width: 80%;
	height: 1px;
	margin: 15px auto 15px auto;
	box-shadow: 0px 0px 5px #000000;
}

.clear
{
	clear: both;
}

#header a
{
	display: block;
	color: #202020;
	text-decoration: none;
}