/**
 * Stylesheet for the EnterZon.com Forums
 */

body {
	background-color: #E8F7F9;
	background-image: url(images/bg-body.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #222;
	margin: 0;
	padding: 0;
}

/* Primary links and colors definitions */
a:link,
a:visited {
	color: #03f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.note {
	font-size: 95%;
	color: #999;
}

img {
	border: none;
}

div.thread-actions img,
p.new-thread img,
p.new-reply img {
	vertical-align: middle;
}

/* Page Wrapper */
div#zonforums {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

/* Header section */
div#header {
	padding: 0;
	position: relative;
}

div#header h1 {
	text-align: center;
	margin: 0;
	height: 0;
	width: 700px;
	display: block;
	overflow: hidden;
	background-image: url(images/header-bg.png);
	padding-top: 200px;
}

div#header h1 a {
	display: block;
}

/* Navigation */
div#navigation {
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 13px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation ul li {
	float: left;
	padding: 0 1.2em;
}

div#navigation ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#navigation ul li:hover {
	background-image: url(images/bg-menu-hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* Page Content Wrapper */
div#page {
	position: relative;
	margin: 0;
	padding: 0 2px;
}

/* Current User Status */
div#status {
	float:right;
	height: 50px;
	width: 180px;
	background-image: url(images/bg-status.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: .9em;
	padding-right: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
div#status p {
	margin: 0;
	padding: 3px 16px 0;
}

div#status a:link,
div#status a:visited {
	color: #fff;
}
div#status a:hover {
	text-decoration: underline;
}

/* Notices and Errors */
div#notices,
div#errors {
	width: 350px;
	margin: .5em auto;
	padding: .25em;
	border-style: solid;
	border-width: 2px;
}
div#errors ul,
div#notices ul {
	margin: 0 1em;
	padding: 0;
	list-style-type: none;
}
div#notices {
	border-color: #ee0;
	background-color: #ffd;
}
div#errors {
	border-color: #c00;
	background-color: #fdd;
}

/* Footer */
div#footer {
	clear: both;
	margin: 0;
	padding: .75em 0;
	
	
	background-color: #f9f9f9;
}

/* List of Categories and Forums */
div.category {
	clear: both;
}

div.category h2 {
	margin: .75em 0 .5em 0;
	padding: 0;
}

div.category div.forum {
	width: 49%;
	height: 4.75em;
	float: left;
	background-image: url(images/forum-index-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.category div.forum:hover {
	background-color: #f9f9f9;
}

div.category div.forum h3 {
	margin: 0;
	padding: 0 0 0 5px;
}

div.category div.forum h3 a {
	display: block;
}

div.category div.forum p {
	padding: 0 0 0 5px;
	margin: 0;
}

/* Breadcrumbs */
div.breadcrumb {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Subscribe Links */
div.subscribe {
	height: 24px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin: 6px 0;
}

/* Viewing a Forum */
div#forum {
	padding-top: 1em;
}

div#forum h2 {
	margin-bottom: .35em;
}

div#forum p.new-thread {
	
}

div#forum div#threads {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

div#threads > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

div#threads li.alt {
	background-color: #f9f9f9;
}

div#threads ul li {
	display: block;
	height: 24px;
	line-height: 24px;
}
div#threads ul li.thread-header {
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333;
}

div#threads ul li ul.status {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 72px;
	float: left;
}

div#threads ul li ul.status li {
	display: block;
	width: 24px;
	float: left;
	height: 24px;
}

div#threads ul li span.topic {
	display: block;
	padding: 0 4px;
	width: 362px;
	float: left;
}

div#threads ul li.thread-header span.topic {
	width: 282px;
}

div#threads ul li span.last-post {
	width: 76px;
	display: block;
	text-align: right;
	padding: 0 2px;
	float: left;
	font-size: 90%;
}

div#threads ul li span.last-post-by {
	display: block;
	width: 85px;
	padding: 0 4px;
	float: left;
	font-size: 90%;
}

div#threads ul li span.last-post-on {
	display: block;
	width: 115px;
	float: left;
	font-size: 90%;
}

div#threads li.thread:hover {
	background-color: #e8e8e8;
}

div#threads li a {
	display: block;
}

/* Viewing a Thread */
div#thread {
	padding-top: 1em;
}

div.thread-actions {
	border: 1px solid #666;
	margin: .5em 3px;
	padding: 2px 3px;
	height: 24px;
}

div.thread-actions ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.thread-actions ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	height: 24px;
	padding-left: 26px;
	background-repeat: no-repeat;
}

div.thread-actions ul li.move,
div.thread-actions ul li.title {
	padding-left: 0;
}

div.thread-actions ul li.sticky {
	background-image: url(images/sticky.png);
}

div.thread-actions ul li.lock {
	background-image: url(images/locked.png);
}

div.thread-actions ul li.delete {
	background-image: url(images/delete.png);
}

div#thread p.new-reply {
	clear: both;
}

p.new-reply span.locked {}

div#thread div.post {
	margin: .25em;
	padding: .5em;
}

div#thread div.alt {
	background-color: #f9f9f9;
}

div#thread div.post div.post-author {
	display:block;
	width: 100px;
	height: 200px;
	float: left;
	background-image: url(images/post-author-bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

div#thread div.post-actions {
	margin-top: 1.5em;
}

div#thread div.post div.post-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin-left: 110px;
}

div#thread div.post div.post-body {
	margin-left: 110px;
}

div#thread div.post div.post-edited {
	font-size: 80%;
	font-style: italic;
	margin-left: 110px;
}

div#thread div.post br.fix {
	clear: both;
	line-height: 0;
}

/* Post Form */
div#form form {
	width: 550px;
	margin: 0 auto;
}

div#form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

div#form input[type=text],
div#form input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

div#form form textarea {
	border-style: inset;
	display: block;
	width: 540px;
	height: 14.4em;
	font-family: "Times New Roman", Times, serif;
}

/* Posts by Staff are special */
span.staff,
a.staff,
.staff div.post-body {
	font-weight: bold;
	color: #990c0c;
}