*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000000 url(images/img1.jpg) no-repeat center top;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1, h2, h3
{
	color: #FFFFFF;
}

p, blockquote, ul, ol
{
	text-align: justify;
}

blockquote, ul
{
	margin-left: 3em;
}

.list1
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li
{
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left top;
}

.list1 .first li
{
	background: none;
}

ol
{
	margin-left: 3em;
}

a
{
	font-weight:bold;
	color: #CDCDE2;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

img
{
	border: none;
}

img.left
{
	float: left;
	margin: 5px 15px 0 0;
}

img.right
{
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed
{
	margin-bottom: 20px;
}

.boxed .title
{
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.boxed .title h2
{
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.boxed .content
{
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {}

.post .title
{
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.post .title h2
{
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.post .date
{
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .meta
{
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .story
{
	clear: both;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol
{
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo
{
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logo h1
{
	margin: 0;
	padding: 20px 0 0 375px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-size: 48px;
	font-weight: normal;
}

#logo h2
{
	margin: -10px 0 0 0;
	padding: 0 0 0 375px;
//	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}

#logo a
{
	text-decoration: none;
	color: #000000;
}

/* Page */

#page
{
	width: 700px;
	margin: 0 auto;
}

/* Menu */

#menu
{
	width: 700px;
	height: 95px;
	margin: 0 auto;
	font-weight: bold;
}

#menu ul
{
	margin: 0;
	padding-left: 55px;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	text-decoration: none;
	display: block;
	float: left;
	height: 34px;
	padding: 16px 30px 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #4E515B;
}

#menu a:hover
{
	background: #000000 url(images/img2.gif) no-repeat 15px 50%;
	color: #CDCDE2;
}

#menu .first a
{
	border: none;
}

#menu .active a
{
	color: #FFFFFF;
}

/* Footer */

#footer
{
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

#footer p
{
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal
{
	color: #4E515B
}
