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;
}
a:active, a:focus {
	outline: none;
}
img {
	border: none;
}
hr {
	border:0;
	border-top:1px dotted #3e3e3e;
	height:1px;
	padding-bottom:.3em;
}
form {
	padding: 0px;
	margin: 0px;
}
input,
select {
	background-color:#a8a8a8;
	font: 13px Arial, Sans-serif;
	color:black;
	margin: 1px;
	padding: 1px 2px;
	border:1px solid #292929;
	cursor: pointer;
}
input.check {
	border: none;
	margin: 2px;
}
label {
	margin: 1px 4px;
	cursor: pointer;
}
label.poll {
	position: absolute;
}
input:active {
	padding: 1px 2px;
}
textarea {
	width: 98%;
	font: 13px Arial, Sans-serif;
	padding: 1px 2px 0px 0px;
	border:1px solid #292929;
}

/* Container */
#container {
	color:#c0c0c0;
	margin: 0px 1%;
	text-align: left;
}

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

/* Rounding */
#container .rounded_top span,
#container .rounded_bottom span {
	height: 1px;
	display: block;
	overflow: hidden;
}
#container .rounded_top span.one, 
#container .rounded_bottom span.four {
	margin: 0px 4px;
	height: 0px;
	border-top: 1px solid #3e3e3e;
}
#container .rounded_top span.two, 
#container .rounded_bottom span.three {
	margin: 0px 3px;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
}
#container .rounded_top span.three, 
#container .rounded_bottom span.two {
	margin: 0px 2px;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
}
#container .rounded_top span.four, 
#container .rounded_bottom span.one {
	height: 2px;
	margin: 0px 1px;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
}

/* Blocks */
#blocks {
	width: 17%;
	float: left;
}
#blocks .block {
	background: #161616;
	margin: 0px 4px 5px 0px;
	padding: 4px 6px;
	border: 1px solid #292929;
	border-bottom: 3px double #292929;
}
#blocks .title {
	background: #292929;
	font: 18px Arial, Sans-serif;
	color: #c0c0c0;
	margin: 0px -7px 4px -2px;
	padding: 3px 4px 2px 7px;
	border: 1px solid #3e3e3e;
	border-left: 3px double #3e3e3e;
}
#blocks span.small_text {
	font: 10px Arial, Sans-serif;
}

/* Side Navigation */
#blocks span a {
	font: 12px Arial, Sans-serif;
	color: #c0c0c0;
	margin: 0px -7px 4px 4px;
	padding: 1px 4px 1px 6px;
	height: 1%; /* IE Hack */
	display: block;
}
#blocks span a:hover {
        color:white;
	text-decoration: underline;
}
#blocks span a.active {
	background: #161616;
	font: bold 12px Arial, Sans-serif;
	padding: 3px 4px 2px 6px;
	border: 1px solid #292929;
	border-left: 1px double #292929;
	display: block;
}
#blocks span a.attention {
	color:yellow;
	font-weight:bold;
}
#blocks a.small_text {
	padding:0px;
	margin:0px;
	font: 10px Arial, Sans-serif;
	display:inline;
}
#blocks span.half {
	width: 48%;
	padding: 0px 2% 0px 0px;

	float: left;
}

/* Main */
#main {
	width: 83%;
	float: right;
}
#main.middle {
	width: 50%;
	float: left;
}
#main .article, #blocks .article {
	background: #161616;
	margin: 0px 0px 5px;
	padding: 4px 6px;
	border: 1px solid #292929;
	border-bottom: 3px double #292929;
}
#main .title {
	background: #292929;
	font: 18px Arial, Sans-serif;
	color: #c0c0c0;
	margin: 0px -2px 4px -7px;
	padding: 3px 4px 2px 7px;
	border: 1px solid #3e3e3e;
	border-right: 3px double #3e3e3e;
}

/* Button effects */
.smallbutton a {
	background-position: 2px center;
	background-repeat: no-repeat;
        background-color:#292929;
	font: 10px Arial, Sans-serif;
	text-align: center;
	text-decoration: none;
	width: 16px;
	height: 16px;
	margin: 1px 1px;
	padding: 2px;
	border: 1px solid #3e3e3e;
	float: left;
}
.button a {
	background-position: 2px center;
	background-repeat: no-repeat;
        background-color:#292929;
	font: 10px Arial, Sans-serif;
	text-align: center;
	text-decoration: none;
	width: 40px;
	margin: 1px 2px;
	padding: 2px 2px 4px 22px;
	border: 1px solid #3e3e3e;
	float: right;
}
.button a:hover, .smallbutton a:hover {
	background-color: #3e3e3e;
	text-decoration: none;
	border: 1px solid #484848;
}
.postbit .button a {
	margin: 1px 2px 5px;
	padding: 3px 2px 2px 22px;
}
.smallbutton .messenger { background-image: url('./images/icons/messenger.png'); }
.smallbutton .email { background-image: url('./images/icons/email.png'); }
.smallbutton .home { background-image: url('./images/icons/homesite.png'); }
.smallbutton .icq { background-image: url('./images/icons/icq_logo.png'); }
.smallbutton .aim { background-image: url('./images/icons/aim_logo.png'); }
.smallbutton .yahoo { background-image: url('./images/icons/yahoo_logo.png'); }
.smallbutton .msn { background-image: url('./images/icons/msn_logo.png'); }
.smallbutton .twitter { background-image: url('./images/icons/twitter-logo.png'); }
.button .quotepost { background-image: url('./images/icons/comments_add.png'); }
.button .spam { background-image: url('./images/icons/spam_delete.png'); }
.button .delete { background-image: url('./images/icons/comment_delete.png'); }
.button .edit { background-image: url('./images/icons/comment_edit.png'); }

.bigbutton a {
	background-position: 6px center;
	background-repeat: no-repeat;
        background-color:#292929;
	font: 12px Arial, Sans-serif;
        font-weight:bold;
	text-align: center;
	text-decoration: none;
	margin: 0px 1px;
	padding: 4px 6px 4px 26px;
	border: 1px solid #3e3e3e;
	float: left;
}
.bigbutton a:hover {
	background-color: #3e3e3e;
	text-decoration: none;
	border: 1px solid #484848;
}
.bigbutton .messenger {	background-image: url('./images/icons/messenger.png') }
.bigbutton .new_message { background-image: url('./images/icons/new_message.png') }
.bigbutton .reply { background-image: url('./images/icons/message_reply.png') }
.bigbutton .delete { background-image: url('./images/icons/message_delete.png') }
.bigbutton .poll { background-image: url('./images/icons/chart_bar_add.png') }
.bigbutton .topic { background-image: url('./images/icons/new_topic.png') }
.bigbutton .topic_reply { background-image: url('./images/icons/comment_add.png') }
.bigbutton .subscribe {	background-image: url('./images/icons/subscribe.png') }
.bigbutton .quick_reply { background-image: url('./images/icons/comment_add_blured.png') }
.bigbutton .locked { background-image: url('./images/icons/topic_locked.png') }

/* Button-align */
#main .article span.big_button_align {
	margin: 5px 4px 4px;
	float: right;
}
#main .article select.big_button_align {
	margin: 3px;
	float: right;
}

/* Topic Icons */
#main .article img.topic_icon {
	float: right;
	margin: 0px 2px;
}
#main .article div.topic_icon {
	padding: 0px;
}
#main .article div.topic_icon div {
	background-repeat: no-repeat;
	height: 22px;
}
div.open { background: url('./images/topicicons/open.png') }
div.hot { background: url('./images/topicicons/hot.png') }
div.newopen { background: url('./images/topicicons/newopen.png') }
div.newhot { background: url('./images/topicicons/newhot.png') }
div.dotopen { background: url('./images/topicicons/dotopen.png') }
div.dothot { background: url('./images/topicicons/dothot.png') }
div.newdotopen { background: url('./images/topicicons/newdotopen.png') }
div.newdothot { background: url('./images/topicicons/newdothot.png') }

div.openpoll { background: url('./images/topicicons/openpoll.png') }
div.hotpoll { background: url('./images/topicicons/hotpoll.png') }
div.newopenpoll { background: url('./images/topicicons/newopenpoll.png') }
div.newhotpoll { background: url('./images/topicicons/newhotpoll.png') }
div.dotopenpoll { background: url('./images/topicicons/dotopenpoll.png') }
div.dothotpoll { background: url('./images/topicicons/dothotpoll.png') }
div.newdotopenpoll { background: url('./images/topicicons/newdotopenpoll.png') }
div.newdothotpoll { background: url('./images/topicicons/newdothotpoll.png') }

div.moved { background: url('./images/topicicons/moved.png') }
div.locked { background: url('./images/topicicons/lockedopen.png') }
div.newlocked { background: url('./images/topicicons/lockedopennew.png') }
div.lockedpoll { background: url('./images/topicicons/lockedopenpoll.png') }
div.newlockedpoll { background: url('./images/topicicons/lockedopennewpoll.png') }

/* Pin overlaps other topic icons */
div.pinned { background: url('./images/icons/pin_faded.png') }

#main .article .file_head span,
#main .article .file_head strong {
	font: bold italic 13px Arial, Sans-serif;
	margin: 0px 0px 3px;
	display: block;
	position: relative;
	width: 100%;
}

/* Forum-specific Rules */
#main .article .head span,
#main .article .head strong {
	font: bold italic 13px Arial, Sans-serif;
	border-bottom: 1px dotted #3e3e3e;
	margin: 0px 0px 3px;
	display: block;
	position: relative;
	width: 100%;
}
#main .article span {
	padding: 2px 0px;
}
#main .article .rounded_top span,
#main .article .rounded_bottom span {
	padding: 0px;
}
#main .article span.right {
	padding: 0px;
	float: right;
}
#main .article .left {
	padding: 0px;
	float: left;
}
#main .article span.icon,
#main .article div.topic_icon {
	width: 4%;
	float: left;
}
#main .article p {
	height: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
}
#main .article p.line {
	margin: 3px 0px;
	border-bottom: 1px dotted #3e3e3e;
}
#main .article p.list_line {
	margin: 1px 0px 3px;
	border-bottom: 1px dotted #3e3e3e;
}
#main .article .small_text {
	font: 10px Arial, Sans-serif;
}
#main .article .tiny {
	font: 10px Arial, Sans-serif;
}
#main .article span.notice {
	background: url('./images/icons/alert.png') no-repeat;
	margin: 10px;
	padding: 1px 20px;
	float: left;
}

/* View Topic */
#main .article span.topic_description {
	font: bold 16px Arial, Sans-serif;
	margin: 4px 6px;
	float: left;
}
#main .article span.next_prev_topics {
	margin: 6px 10px 2px;
	float: right;
}

/* Quotes */
#main .article div.quote {
	background: #484848;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	border: 1px solid black;
}
#main .article span.quote {
	color:#FFD800;
	font: bold 14px Arial, Sans-serif;
}
#main .article span.quote a {
	color:#FFD800;
	font: bold 14px Arial, Sans-serif;
}
#main .article span.quote a:hover {
	color:yellow;
	font: bold 14px Arial, Sans-serif;
}
#main .article span.left-quote {
	background: #484848 url("./images/left-quote.png") left no-repeat;
	padding-left:20px;
}
#main .article span.right-quote {
	background: #484848 url("./images/right-quote.png") right no-repeat;
	padding-right:20px;
}

/* Code */
#main .article pre.code {
	background: #484848 url('./images/code.png') top right no-repeat;
	width: 98%;
	padding: 3px 5px;
	border: 1px solid black;
	white-space:pre;
	overflow-x: auto;
}
#main .article pre.codebox {
	background: #484848;
	width: 98%;
	padding: 3px 5px;
	border: 1px solid black;
	height:200px;
	white-space:pre;
	overflow:auto;
}
#main .article pre.phpcode {
        color:black;
	background: #fefefe url('./images/code_php.png');
}
#main .article div.codetitle {
	font-weight: bold;
}
#main .article .codelines {
	width: 1em;
	color:#333333;
	font-family:"Courier New", Courier, serif;
	text-align: right;
	float: left;
	padding: 3px;
	overflow: auto;
}

/* Attachments */
#main .article div.filebox {
	background: #484848 url('./images/attachment.png') top right  no-repeat;
	margin: 6px 0px 0px;
	padding: 3px 6px;
	border: 1px solid black;
}

/* Spoilers */
#main .article div.spoilerbox {
	background: #484848 url('./images/spoiler.png') top right  no-repeat;
	padding: 3px 6px;
	border: 1px solid black;
}
#main .article div.spoilerbox .spoiler {
	color: #484848;
}

/* Postbit */
#main .article .hidden {
	display: none;
}
#main .article span.avatar {
	margin: 4px 4px 0px;
	overflow: hidden;
	float: left;
}
#main .article span.avatar br {
	display: none;
}
#main .article span.member_bits {
	width: 192px;
	float: right;
}
#main .article span.member_info {
	font: 11px Arial, Sans-serif;
	margin: 2px 7px 0px;
	float: left;
}
#main .article span.member_info strong {
	font: 16px Arial, Sans-serif;
}
#main .article span.member_info strong a:hover {
	color: white;
}
#main .article span.member_info span.text {
	font-weight: bold;
	width: 100px;
	padding: 0px;
	float: left;
}
#main .article .rounded_top {
	padding: 2px 0px 0px;
}
#main .article .rounded_top span,
#main .article .rounded_bottom span {
	background: #292929;
}
#main .article div.postbit {
	background: #292929;
	padding: 1px 5px;
	border-left: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	display: block;
	margin: 0px;
}
#main .article div.postbit span.signature {
	font: 11px Arial, Sans-serif;
	margin: 2px 4px 0px;
	display: block;
}
#main .article span.posted {
	float: right;
	margin: 0px 2px 2px;
}

/* New Post */
#main .article div.form ul.post_icons {
	padding: 10px;
	margin: 0px;
}
#main .article div.form ul.post_icons li {
	display: inline;
	white-space: nowrap;
	list-style-type: none;
}

/* Messages */
#main .article span.delete {
	text-align: right;
	width: 9%;
	float: left;
}
#main .article span.message {
	width: 38%;
	float: left;
}

/* Forms */
#main .article span.field {
	font-weight: bold;
	width: 15%;
	margin: 5px 0px;
	float: left;
}
#main .article span.field span {
	font-weight: normal;
}
#main .article span.form,
#main .article div.form {
	width: 85%;
	float: left;
}

/* Profile */
#main #profile span.field {
	margin: 1px 0px 2px;
}

/* Search */
#main .article span.half {
	width: 48%;
	padding: 0px 2% 0px 0px;
	overflow: hidden;
	float: left;
}
#main .article span.search_forum {
	width: 8%;
	float: left;
}

/* Subscriptions */
#main .article span.quarter {
	width: 25%;
	float: left;
	padding: 0px 0px 4px;
}
#main .article span.quarter a {
	margin: 2px 0px 1px;
	float: left;
}

/* Edit Avatar */
#main .article div.avatar_dimensions {
	margin: 8px 3px 8px;
	float: left;
}
#main .article div.avatar_dimensions img {
	float: left;
}
#main .article div.avatar_dimensions span.text {
	width: 40px;
	float: left;
	margin: 2px 6px 0px;
}

/* Member List */
#main .article .center {
	text-align: center;
}
#main .article span.member {
	width: 18%;
	float: left;
}
#main .article span.nine {
	text-align: center;
	width: 11%;
	float: left;
}
#main .article span.group {
	text-align: center;
	width: 17%;
	float: left;
}

/* Index */
#main .article span.thread {
	width: 42%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}
#main .article span.thread br {
	display: none;
}
#main .article span.thread a.forum {
	font: bold 14px Arial, Sans-serif;
	width: 100%;
	margin: 0px;
	padding: 2px 0px 1px;
	display: block; /* IE Hack */
}
#main .article span.thread a:hover {
	color: white;
	text-decoration: underline;
}
#main .article span.number {
	text-align: center;
	width: 15%;
	padding: 2px 0px;
	float: left;
}
#main .article span.last_post {
	text-align: right;
	width: 24%;
	overflow-x: auto;
	float: left;
}

/* Recent Topics */
#main .article span.recent_topic {
	width: 38%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}

/* Files */
#main .article span.file_folder {
        width: 20%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}

#main .article span.filename {
	width: 20%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}
#main .article span.fileversion {
	width: 8%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
	text-align: center;
}
#main .article span.submitter {
	width: 10%;
	margin: 0px 0px 2px;
	float: left;
	text-align: center;
}
#main .article span.filedate {
	text-align: right;
	width: 10%;
	overflow-x: auto;
	float: left;
}
#main .article span.file_number {
	text-align: center;
	width: 8%;
	padding: 2px 0px;
	float: left;
}
#main .article span.file_rating {
	width: 10%;
	margin: 0px 0px 2px;
	float: left;
	text-align: center;
}

/* Spam Controls */
#main .article span.spamaction {
	width: 10%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}
#main .article span.spamtopic {
	width: 10%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}
#main .article span.spamuser {
	width: 10%;
	margin: 0px 0px 2px;
	float: left;
	text-align: center;
}
#main .article span.spamip {
	text-align: center;
	width: 10%;
	float: left;
}
#main .article span.spamdate {
	text-align: center;
	width: 15%;
	float: left;
}
#main .article span.spamtext {
	width: 40%;
	float: left;
}

/* Topics */
#main .article span.topic {
	width: 28%;
	margin: 0px 0px 2px;
	overflow-x: auto;
	float: left;
}
#main .article span.starter {
	width: 13%;
	margin: 0px 0px 2px;
	float: left;
	text-align: center;
}
#main .article span.topic_last_post {
	text-align: right;
	width: 20%;
	overflow-x: auto;
	float: left;
}
#main .article a.mark_read {
	margin: 6px 0px 2px;
	float: right;
}
#main .article a.mark_read:hover {
	text-decoration: none;
}

/* Member CP */
#main .article div.avatar_settings .check {
	margin: 4px 2px 0px;
}
#main .article div.signature {
	margin: 2px;
}

/* Topic Icon Key */
#main .article span.eight {
	font: 10px Arial, Sans-serif;
	text-align: center;
	width: 12.4%;
	float: left;
}
#main .article span.eight img {
	margin: 0px 3px 0px 0px;
}
#main .article span.select_align {
	margin: 3px 3px;
	float: left;
}

/* Online Listing */
#main .article span.third {
	width: 32%;
	float: left;
}

/* Bottom */
#bottom {
	height: 1px;
	clear: both;
}

/* Avatar Selection */
#local_row  {
	height:200px;
}

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

/* Colours */
.c1 { color: #517C97; } /* Ocean Blue - Main Text */
.c2 { color: #739EB9; } /* Medium Blue - Large Announcement */
.c3 { color: #87B885; } /* Light Green */
.c4 { color: #E65757; } /* Pinky Red */
.c5 { color: #ED9E50; } /* Orange */
.c6 { color: #67ADC5; } /* Sky Blue */
.c7 { color: #B8AC85; } /* Dirty Brown */
.c8 { color: #4E8D4B; } /* Dark Green */

/* Outer box for webrings */
div.webringouter {
border:1px solid #804000;
background-color:#dcdcdc;
width:400px;
padding:2px;
margin-left:auto;
margin-right:auto;
}

/* Merc derivs ring */
div.mercring {border:1px solid #804000; background-color:#ffcccc; padding:5px;}
.mercfont  {font-family:Arial; color:black; font-weight:bold;}
a.merclink  {font-family:Arial; color:black; font-size:10pt; text-decoration:none;}
a:hover.merclink { text-decoration:underline; }

/* Smaug ring */
div.smaug {border:1px solid #804000; background-color:#dcdcdc; padding:5px;}
div.slogo  {width:10%; margin-top:1%; padding-left:2px}
div.slinks  {width:70%; float:right; text-align:center; margin-top:-50px}
hr.smaug  {height:1px; border:0px; border-top:1px solid #ff3300;}
.smfont    {font-family:Arial; color:black; font-weight:bold;}
a.smlink    {font-family:Arial; font-size:10pt; color:#804000; text-decoration:none;}
a:hover.smlink { text-decoration:underline; }
