/*
Theme Name: Community Planet Foundation Forums
Theme URI: http://www.communityplanet.org/forums/
Description: Custom theme developed for CommunityPlanet.org
Version: 1.0
Author: Travis Holliday
Author URI: http://www.hollidayinteractive.com
*/

/* Globals 
=================================== */

* {
	margin: 0;
	padding: 0;
}
html, body, * {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:62.5%/1.25 arial, sans-serif;
	color:#333;
	background-color:#fff;
}
a {
	color:#333;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color: #636;
	text-decoration:underline;
}
.alt {
	background: #ebebeb;
}
pre, code {
	font: 1.0em Monaco, 'Courier New', monospace;
}
p, ul, ol {
	font-size:1.2em;
	line-height:1.6em;
	letter-spacing:0.08em;
	margin:0 1em;
	padding:0 0 1em 0;
}
#col_left p {
	font-size:1.2em;
	letter-spacing:0.08em;
	margin:0;
	padding:0 0 1em 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.delete:hover {
	background: #c00;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	width:312px;
	padding:62px 0 5px 0;
	margin:0 0 9px;
	letter-spacing:-1px;
	font:3.2em arial, sans-serif;
	border-bottom:5px solid #084727;
}
#col_left h1 {
	padding:0 0 5px 0;
}
h1 a {
	text-decoration:none;
}
h2 {
	padding:0;
	letter-spacing:-1px;
	font:2.4em arial, sans-serif;
}
h3 {
	font:1.8em arial, sans-serif;
	font-weight:bold;
}
input, textarea {
	border:1px solid #00CCFF;
	font:1.2em arial, helvetica, sans-serif;
	border:1px solid #999;
	width:384px;
	height:23px;
	margin:5px 0 18px 0;
	padding:0;
	background-color:#ebebeb;
	padding:3px 0 0 3px;
}
textarea {
	font:1.2em arial, helvetica, sans-serif;
	line-height:1.25;
	height:235px;
}
label {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#8c8c8c;
}
.warning {
	margin:0 5px;
	padding:0 5px;
	background-color:#FF9;
	font-size:1.2em;
	font-weight:bold;
}
.highlight {
	background-color:#fff;
}
.button {
	width:196px;
	height:36px;
	float:right;
	font-size:1.8em;
	color:#8c8c8c;
	cursor:pointer;
}
dl {
	font-size:1.2em;
}
/* Structure
=================================== */

#wrapper {
	width:960px;
	margin:192px auto 10px;
}
#header {
	height:168px;
	width:960px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}
#main {
	margin:0;
	padding:0;
}
.bbcrumb {
	font-size: 1em;
	letter-spacing: 1px;
	padding: 5px 0;
	margin:-25px 0 0;
}
#col_left {
	width:325px;
	float:left;
	margin-top:50px;
}
#col_right_large {
	width:578px;
	float:right;
}
#col_right_small {
	width:475px;
	float:right;
}
#logo {
	width:325px;
	height:108px;
	position:absolute;
	top:0;
}
#main_nav {
	width:960px;
	height:60px;
	margin:110px 0 0 0;
	border-left:1px solid #858383;
	clear:both;
}
#main_nav ul {
	margin:0;
	padding:0;
}
#main_nav li {
	list-style-type:none;
	font-size:1.8em;
	width:179px;
	height:48px;
	float:left;
	border-right:1px solid #858383;
	padding:12px 0 0 12px;
	background:#FFF;
}
#main_nav li:hover {
	background:url(../images/pres/main_nav_hover_bg.gif) no-repeat 0 0;
}
#main_nav li a {
	color:#666;
	width:190px;
	height:60px;
	margin:0;
	padding:0;
	text-decoration:none;
}
#main_nav li a:hover {
	color:#333;
}
.active {
	border-bottom:1px solid #FF0000;
	background:url(../images/pres/main_nav_hover_bg.gif) no-repeat 0 0;
}
#secondary_nav {
	position:absolute;
	top:0;
	width:313px;
	height:22px;
	padding:18px 0 0 0px;
	margin:0 0 0 647px;
	;
	background-color:#084727;
}
#secondary_nav li {
	list-style-type:none;
	float:left;
	text-align:center;
	width:78px;
}
#secondary_nav li a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
}

#secondary_nav li a:hover {
	text-decoration:underline;
}
#footer {
	clear:both;
	margin:0 0 30px;
	padding:30px 0 0;
	border-top:1px solid #858585;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	font-size:0.5em;
	line-height:1;
	list-style-type:none;
}
#footer_nav {
	float:right;
	width:400px;
}
#footer_nav li {
	font-size:0.8em;
	line-height:1;
	float:right;
	padding:0.02em;
}
#footer_nav li a:link {
	color:#666;
	text-decoration:none;
}
#footer_nav li a:visited {
	color:#666;
}
#footer_nav li a:hover {
	color:#333;
	text-decoration:underline;
}
.notice {
	border: 1px solid #000;
	background: #FFC;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}
.notice p {
	margin-bottom: 0;
}
/* Login Form
=================================== */

.login {
	font-weight: bold;
	width: 100%;
	z-index: 1;
}
.login p {
}
.login label {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#8c8c8c;
}
.login #submit {
	width:98px;
	cursor:pointer;
}
.login {
	line-height: 1.25;
	font-weight: normal;
	font-size: 1.2em;
}
form.login input {
	border:1px solid #00CCFF;
	font:1em arial, sans-serif;
	border:1px solid #999;
	width:196px;
	height:23px;
	margin:0 0 18px 0;
	padding:0;
	background-color:#ebebeb;
}
/* Front Page
=================================== */

#front-page #hottags {
	width: 325px;
	clear:both;
}
#front-page #discussions {
	width: 578px;
}
.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}
#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#front-page #discussions ul {
	padding: 0 0 0 14px;
}
.sticky {
	background: #FFC;
}
/* Topic Page
=================================== */

.infobox {
}
#topic_posts {
	font-size:1.2em;
	margin:0;
	padding:0;
	float:right;
}
.infobox ul {
	margin: 10px 0;
	padding: 0;
}
.infobox ul li {
	padding-bottom: 3px;
	list-style-type:none;
}
#topic-info {
	float: left;
	padding: 0;
}
#topic-tags {
	padding: 0;
	margin:0;
	width:325px;
	clear:both;
}
#yourtaglist {
	list-style-type:none;
	margin:0;
	padding:0;
}
input#tag, input#tagformsub {
	width:310px;
}
.nav {
	margin: 15px 0;
	padding: 12px 0;
	width:325px;
}
.nav span {
	font-weight: bold;
}
.nav span, .nav a {
	padding: 6px;
}
#thread {
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}
#thread li {
	padding: 1em 0.8em;
	line-height: 1.25em;
}
#thread li ol, #thread li ul {
	margin-left: 40px;
}
#thread li ol li, #thread li ul li {
	padding: 0;
}
.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}
.threadauthor small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#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: 1em Arial, Helvetica, sans-serif;
	color:#666;
}
.poststuff a {
	color:#F00;
}
.num, #forumlist small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.postform {
	padding: 0;
	margin-bottom: 0;
}
.postform textarea {
	height: 12em;
	margin: 5px 4px;
	padding: 5px;
	width: 538px;
	display: block;
}
.postform label {
	display: block;
}
#postformsub {
	width:163px;
}
#manage-tags {
	margin: 10px 0;
	list-style: none;
}
#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
.submit {
	text-align: right;
}
.topiclink {
	display: block;
}
.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}
input#topic {
	margin: 0 10px;
}
.admin {
	background-color:#FFFFCC;
}
.admin a {
	color: #FF0000;
	font-size:1.2em;
	margin:10px 5px;
}
#topic-move {
	margin:10px 20px;
}
#topic-move input {
	width:163px;
}
#topic-move select {
	width:100%;
}
/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}
#content .infobox li {
	margin-bottom: 2px;
}
#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}
#front-search {
	float: right;
	margin-top: -8px;
}
#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: #FFC;
}
#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 1.2em Arial, sans-serif;
	padding: 5px 10px;
}
#latest a, #forumlist a, #favorites a {
	font: 1.2em Arial, sans-serif;
	padding: 5px 10px;
}
#latest, #forumlist, #favorites {
	margin-bottom: 2em;
	width: 100%;
}
.bozo {
	background: #eeee88;
}
.alt.bozo {
	background: #ffff99;
}
.deleted {
	background: #ee8888;
}
.alt.deleted {
	background: #ff9999;
}
/* Profile Page
=================================== */

#profile-menu {
	position:absolute;
	top:200px;
	left:820px;
}
#profile-menu li {
	list-style-type:none;
	font-size: 1.2em;
	padding: 5px;
	border-top: 3px double #9e9e9e;
	width:65px;
	display:inline;
}
#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}
#userinfo {
	margin-top: 10px;
}
#userinfo dt {
	font-weight: bold;
}
#userinfo dd {
	margin: 0 0 5px 7px;
}
#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;
}
/* Profile Edit
=================================== */

fieldset {
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	width: 500px;
}
fieldset table {
	text-align: left;
	margin: 0 15px;
}
fieldset table td {
	padding: 2px 0;
}
fieldset p {
	font-size: 1.2em;
	margin: 10px 0;
}