// hammered stylesheet
// by Ian Grant
// http://www.chenghiz.net

hr {
	style: none;
	}

#content {
	width: 600px;
	margin-left: 225px;
	background-image: url(newsbg.jpg);
	background-repeat: repeat-y;
	}

#buttons {
	float: left;
	margin: 0px;
	width: 150px;
	height: 300px;
	margin-top: 50px;
	margin-left: 50px;
	}

#main {
	width: 100%;
	margin: 1em auto;
	align: left;
	}

body {
	margin: 0;
	padding: 0;
	color: #F5E8D3;
	height: 100%;
	background-color: #000000;
	background-image: url(bgimage.jpg);
	background-repeat: no-repeat;
	}

a {
	border: none;
	color: #C7B077;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #8D6932;
	}

p {
	font-family: "Bell MT", "Garamond", serif;
	font-size: 90%;
	color: #F5E8D3;
	}

img {
	border: none;
	}

h1,h2,h3,h4,h5 {
	font-family: "Bell MT", "Garamond", serif;
	color: #ffffff;
	}

.datetime {
 	font-size: 60%;
 	font-style:italic;
	}

.nav {
	align: center;
	}
.bold {
	font-weight: bold;
	}

.post {
	padding-left: 30px;
	padding-right: 30px;
	}