﻿*
{
	margin:0px ;
	padding:0px ;
}

body
{	
	color:#000;
	font-family:verdana, sans-serif;
	font-size:12px;	
}

h1
{
	margin-bottom:15px;	
	color:#606060;
	border-bottom:1px solid #606060;
	border-left:4px solid #606060;
	padding-left:10px;
	padding-bottom:5px;
}

p
{
	line-height: 140%;
}

img
{
	border:0;
}

#header
{
	height:170px;
	background-image:url('images/background.jpg');
	background-repeat:x-repeat;
}

#logo
{
	height:170px;	
	width:180px;
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;			
}

#banner
{
	height:60px;
	width:522px;
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
	position:absolute;
	left:200px; top:25px;
}

#menu
{	
	position:absolute;
	left:200px; top:95px;
	height:36px;
	line-height:36px;
}

#menu li
{
	float:left;	
	padding:0 15px;
	list-style:none;
	font-weight:bold;
}

#menu ul li.separator
{
	width: 2px;
	height: 36px;
	padding: 0;
	background-image: url('images/sep_black.gif');
	background-repeat: no-repeat;
}

#menu a
{
	text-decoration:none;
	display:block;
	text-align:center;
	color:#383838;
}

#menu a:hover 
{	
	color:#808080;
}

#content
{
	padding:15px;	
}

#footer
{
	text-align:center;
	padding:5px;
	border-top:1px solid #d7d7d7 ;
	color:#B8B8B8;
	font-size:77%;
}

.smalltext
{
	font-size:10px;
	color:#A0A0A0;
}

.simplecontent
{
	width:800px;
}
	
.post
{
	background: #F2F2F2;
	border-bottom:2px solid #686868;
}

.post .title
{
	padding: 0 0 0 13px;	
	color: #000000;
}

.post .posted
{
	padding: 2px 10px 4px 10px;
	background: #888888;
	border: 1px solid #686868;
	border-bottom: none;
	font-size: .9em;
	font-weight: normal;
	color: #FFFFFF;
}

.post .story {
	padding: 10px 20px;
}

.post .meta 
{
	text-align:right;
	padding: 10px;
}

