body {
	background: black url('../images/background3.png');
	font: 12px Arial, Sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #c0c0c0;
	text-decoration: underline;
}
a:hover {
        color:white;
	text-decoration: underline;
}
img {
	border: none;
}

/* Rounded Boxes */
.rounded_box {
	border-radius: 10px;
	border: 1px solid #3e3e3e;
	background: #292929;
	padding: 2px 5px;
}
.article .post_triangle {
	background: url('../images/postbit_lip.png') no-repeat;
	background-position:22px 8px;
	margin-top:-8px;
}

/* Company */
#header {
	height: 200px;
	margin: 0px 0px 2px;
}
#header #company {
	text-align:left;
}
#header #company .title {
	background: url('../images/smaugmuds.png ') no-repeat;
	font: 1px Sans-serif;
	color: black;
	height: 200px;
	width: 800px;
        margin:auto;
}

/* Main */
main {
	color:#c0c0c0;
	margin: 0px 1%;
	text-align: left;
}
main article {
	background-color: #161616;
	margin: 0px 0px 5px;
	padding: 4px 6px;
	border: 1px solid #292929;
	border-bottom: 3px double #292929;
}
main header {
	background-color:#292929;
	font: 22px Arial, Sans-serif;
	color: #c0c0c0;
	height:40px; /* This height should match up with the blog settings in the AdminCP. Posting icons go here. */
	text-align:center;
	margin: 0px -2px 4px -7px;
	border: 1px solid #3e3e3e;
	border-right: 3px double #3e3e3e;
}

article p {
	height: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
}

/* Footer */
footer {
	font: 10px Arial, Sans-serif;
	color: #c0c0c0;
	text-align: center;
	margin: 4px 4px 8px;
}