﻿/*
Theme Name: onvertigo
Theme URI: http://onvertigo.com
Description: bbPress theme on onvertigo.com ported from Binary Moon at http://www.binarymoon.co.uk/
Version: 0.01
Author: Trent Adams
Author URI: http://trentadams.ca
*/

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

* { margin: 0; padding: 0; }


a { color: #cce; text-decoration: none; }
a:hover { color: #cce; }

.alt {
	background: #eef;
}

code { font: 1.0em Monaco, 'Courier New', monospace; }


p {
	margin-bottom: 1.0em;
}

/* Structure
=================================== */

#wrapper {
  width: 730px;
  background-color: #fff;
  margin: auto;
  margin-top: 20px;
  border: 1px solid #000;
  text-align: left;  /* IE 5.5 hack part II */
}



#main { 
	font-size: 1.2em;
	width: 730px;
	padding-left: 5px;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer { 
	margin: auto;
	color: #fff;
	background: #aa3300;
	border-top: double 3px #c00;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both; 
	text-align: center;
	width: 730px;
	  margin-bottom: 0;
	
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

blockquote {
	border-left: 1px solid #aa3300;
	border-right: 1px solid #aa3300;
	border-top: 1px solid #aa3300;
	border-bottom: 1px solid #aa3300;
	background: #ffddbb;
	width: 400px;
	margin-left: 1.5em;
	padding: 5 5 5 5px;
}



.login { 
	font-weight: normal;
	color: #444;
}

.login p { padding: 0 0 5px; }
.login label { display: block; float: left; padding-right: 10px; line-height: 14px;}
.login #submit { font-size: 0.9em; margin-top: 13px; float: left; }

p.login { font-weight: normal; font-size: 1.2em; }

form.login input { 
	xmargin-top: 3px;
		xmargin-bottom: 13px;
	border: 1px solid #999;
}

form.login input#submit {
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
}

div.remember label {
	xclear: both;
	padding: 0;
	margin: 16px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	vertical-align: middle;
}

/* Front Page
=================================== */

#front-page #hottags { 
	float: left;
	margin-left: 5px;
	width: 150px;
	overflow-x: hidden;
}

#front-page #hottags ul {
	padding: 0 0 0 5px;
	font-size: 12px;
}

#front-page #discussions { 
	margin-left: 180px;
	width: 575px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, h2.post-form, #userlogin, 
#currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
	width: 575px;
}

#front-page #discussions ul {
	padding: 0 0 0 14px;
}

.sticky {
	background: #FFA7A7;
}


/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin: 10px;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { 
	padding-bottom: 3px;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	margin: 5px;
	padding: 0 1em 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span {
	font-weight: bold;
}

.nav span,.nav a {
	padding: 6px;
}

#thread {
	background: #fff;
	margin-right: 20px;
	margin-left: 20px;
	list-style: none;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { 
	margin-left: 0px;
}

#thread li ol li, #thread li ul li { 
	padding: 5;
}

.post {
min-height: 150px;
height:auto !important;
height:150px;
}

.threadauthor {
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
	min-height: 150px;
	height:auto !important;
	height:150px;
	width: 95px;
}

.threadauthor small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.threadauthor p { margin: 0; }

.threadpost {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
		width: 500px;
			margin-left: 120px;
			min-height: 150px;
	-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 {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin-right: 20px;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #fff;
	padding: 1em;
	margin-right: 20px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	padding: 5px;
	width: 500px;
	display: block;
}

.postform label {
	display: block;
}

.admin { 
	padding: 10px 0 0;
}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit {
	text-align: center;
}

.topiclink {
	display: block;
}

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#topic-move { margin-top: 1em; }

/* 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;
	overflow: hidden;

}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #cce;
}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #cce;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #fff;
	margin-bottom: 2em;
	width: 95%;
}

img.avatar { border: 1px solid #ddd; }

.bozo {
	background: #eeee88;
}

.bozo.alt {
	background: #ffff99;
}

.alt.bozo { background-color: #ffff99; }

.deleted {
	background: #ee8888;
}
.deleted.alt {
	background: #ff9999;
}

.alt.deleted { background-color: #ff9999; }


/* Profile Page
=================================== */

#profile-menu {

}

#profile-menu li {
	font-size: 1.1em;
	background-color: #cce;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
}

#profile-menu li.current {
	background-color: #cce;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#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; width: 700px;}
.user-recent ol { margin: 5px 0 0 28px; }
.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 650px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 100%;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 2px;
	text-align: right;
	width: 20%;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 2px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}