/*
Theme Name: QuizNight.net
Theme URI: http://www.quiznight.net/
Description: Theme for QuizNight.net forums.
Version: 0.9
Author: Paul Henry
Author URI: http://www.quiznight.net
*/

/* Globals 
=================================== */

html {
	overflow: auto;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	font-size: 140%;
	font-weight: bold;
}

h2 {
	margin: 10px 0 10px 0;
	font-size: 120%;
}

img {
	border: 0;
	margin: 0;
}

a:visited {
	color: #808080;
}

/* Page divs */

#main {
	width: 900px;
	margin: 0 auto 25px;
	padding: 0 10px 0 10px;
	position: relative;
}

#sidebar {
	float: left;
	width: 180px;
}

#content {
	margin-left: 190px;
	width: 690px;
}

/* Elements */

h3.bbcrumb {
	font-size: 80%;
	font-weight: normal;
	border-top: 1px #c0c0c0 solid;
}

.tabBox { /* Standard box containing information. Usually topped with a .tab and followed with a .tabFoot. */
	border: 1px solid #265496;
	padding: 10px 10px 10px 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.tab { /* Blue tab above a .tabBox */
	margin: 0;
	height: 20px;
}

.tabFoot { /* Blue line under a .tabBox; sometimes contains text */
	height: 13px;
	padding: 1px 3px 2px 1px;
	background-color: #265496;
	text-align: right;
	font-size: 80%;
	color: #FFFFFF;
	margin-top: 0;
}

.tabFoot a { /* Links in .tabFoot should alway be white */
	color: #FFFFFF;
}

#copyright, #bbpress { /* copyright notice, bbpress credit line */
    font-size: 8pt;
    color: #808080;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#bbpress a {
	color: #808080;
}

a.invisilink {
	color: #000000;
	text-decoration: none;
}

a.invisilink:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* Topic page */

#topic_sidebar {
	float: right;
	width: 180px;
}

#topic_content {
	margin-right: 190px;
	width: 690px;
}

h2.topictitle {
	font-size: 140%;
	display: inline;
}

#details {
	display: block;
	height: 20px;
	width: 100px;
	background-image: url('images/tab_details.png');
	background-repeat: no-repeat;
}

.topicmeta {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
}

.topicmeta li {
	display: inline;
	list-style-type: disc;
	font-size: 80%;
	border-left: 3px double black;
	padding: 0 10px 0 10px;
}

/* Tags */

.taglist {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 0;
}

#tags {
	margin-left: auto;
	margin-right: auto;
}

#topic-tags {
	border: 1px solid #265496;
	padding: 5px 10px 10px 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#tag-form fieldset {
	padding-top: 2px;
	padding-bottom: 0;
}

#tag-form input {
	line-height: 12px;
	font-size: 80%;
	margin-bottom: 0;
}

/* Forum & topic tables */

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	width: 100%;
}

/* Venue Information */

#venuecard {
	width: 670px;
}

#venuecard h2 {
	margin: 0;
}

#nameNote {
	margin: 0;
}

#address {
	margin-top: 6px;
}

/* Login Form
=================================== */

.login {
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
	padding: 5px 10px 5px 20px;
	text-align: right;
	z-index: 2;
	font-size: 80%;
}

.login p {
	margin: 0;
	padding: 3px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 12px;
	font-size: 100%;
	margin: 0;
}

form.login input#submit {
	display: inline;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Thread stuff */

#thread {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	/* Hack to force padding on .threadauthor on IE */
}

.threadpost ul {
	list-style-type: disc;
}

.threadpost li {
	border: none;
}

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font-size: 80%;
	font-weight: bold;
	color: #A0A0A0;
	text-transform: uppercase;
}

.poststuff a {
	color: #777;
	text-decoration: none;
}

.poststuff a:hover {
	color: #0000FF;
	text-decoration: underline;
}


/* Profile Page
=================================== */

#userlogin {
	display: inline;
}

#profile-menu {
	display: inline;
	list-style: none;
	padding: 4px 10px 4px 10px;
	background-color: #eeeeee;
}

#profile-menu li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

#profile-menu li a {
}

#profile-menu li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	cursor: default;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }


/* Ad Styles */

.ad_widesky {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ad_vertbann {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ID Styles */


#linkbar { /* the linkbar! */
	position: absolute;
	top: 0px;
	right: 0px;
	height: 18px;
	margin: 0;
	padding: 5px 10px 5px 20px;
	text-align: right;
	font-size: 8pt;
	color: #404040;
	background-color: #EEEEEE;
	background-image: url('images/linkbar.gif');
	background-repeat: no-repeat;
	z-index: 1;
}

#copyright { /* copyright notice */
	font-size: 8pt;
	color: #808080;
}

