body {
	margin: 0;
	padding: 0;
	font: normal small Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	color: #797C7A;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #715558;
}

h2 {
	font-size: 12px;
	padding-left: 20px;
	font-size: 12px;	
}

span.firstWord {
	font-style: italic;
	font-size: 17px;
}


h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
}

a {
	background: url(images/img06.gif) repeat-x left bottom;
	text-decoration: none;
	color: #5A5C53;
}

a:hover {
	background: none;
	text-decoration: underline;
}


/* Menu */

#menu {	
	width: 750px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid black;
	background-color: #cecece;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 148px;
	height: 60px;
	padding: 0 0 0 2px; 
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	padding: 20px 20px 0 20px;
	letter-spacing: -1px;
	text-align: center;
	font-size: 1.6em;
	color: #6a6a6a;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	padding-top:5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

/* Posts */

#posts {
	float: right;
	width: 510px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
	background: url(images/img08.jpg) repeat-x;
}

#posts .meta {
	margin: 0 3px 20px 0;
	padding: 5px 0 0 20px;
	background: url(images/img06.gif) repeat-x;
}

#posts .meta p {
	margin:0;
	float:right;
	clear:both;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

#posts .header {
	width: 200px;
	text-decoration:none;
	border-bottom:1px dotted #cecece}

/* Links */

#links {
	float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img08.jpg) repeat-x;
	
}

#links li li {
	padding: 3px 0;
	background: url(images/img06.gif) repeat-x left bottom;
	
}

#links li a {
	background: none;
	
}

#links li i {
	font-size: smaller;
}

#links h2 {
	font-size: 1.3em;
}

.button {
	width:150px;
}