/* RESET */

html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}

fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #474747;
	font-size: 11px;
	background: #a3a3a3 url(../../images/bg-tiled-dark.jpg);
}

#wrapper {
	margin: 0 auto;
	/* width: 68%; */
	width: 1130px;
}
#content {
	margin: 0 auto;
	height: auto;
	width: auto;
}

/* LINKS */

a {
	color: #0e0f13;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.eachpost a:hover {
	background-color: #c91b22;
}
a img {
	background: none;
	border: 0;
}

/* POST BOX */

.eachpost {
	width: 220px;
	padding: 6px 6px 6px 0;
}
.post {
	position: absolute;
	padding: 6px 6px 6px 0;
	width: 820px;
}

/* SMALL META TEXT */

.small {
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 9px;
	line-height: 10px;
	color: #474747;
}
.small a {
	text-decoration: none;
	color: #0e0f13;
}
.small a:hover {
	color: #fff;
	text-decoration: none;
}
/* LISTS */

il, ul, ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}
#allposts {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
}