/*
Theme Name: ANPSG
Theme URI: http://bbpress.org/
Description: ANPSG forum theme
Version: 0.01 theta-beta
Author: Rebecca Skeers (design elements by Kieran Bradley)
Author URI: http://www.webmistress.com.au
*/

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



body {
	margin-bottom: 50px;
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000;
	line-height: 1.6;
}

a:link, a:visited
{
	color: #c60;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #c30;
	text-decoration: underline;	
	outline: none;
}

.alt { background: #fff; }

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



.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

h4 { font-size: 1.0em; padding: 0 0 10px 0; margin: 0; color }

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

.bbcrumb 
{
	position: absolute;
	top: -22px;
	left: 0.5em;
	margin: 0 -1px 0 0;
	font-size: 0.9em;
	color: #fff;
	z-index: 100;
}

.bbcrumb a:link, .bbcrumb a:visited
{
	color: #fff;
	text-decoration: none;	
}

.bbcrumb a:focus, .bbcrumb a:hover, .bbcrumb a:active
{
	color: #fff;
	text-decoration: underline;	
}

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

.notice p { margin-bottom: 0; }

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

.login { 
	position: absolute;
	top: 10px;
	left: 580px;
	font-weight: bold;
	color: #fff;
	width: 50%;
	z-index: 1;
}

.login * { margin: 0; padding: 0; }

.login a:link, .login a:visited, .login a:focus, .login a:hover, .login a:active
{
	color: #fff;	
}

.login p { padding: 0 0 5px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 1em;
}

.login #submit {
	float: left;
	margin-top: 1.4em;
}

.login {
	line-height: 1.3;
	font-weight: normal;
}

form.login input { 
	font-size: 1em;
	margin-top: 3px;
	border: 1px solid #999;
}


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



/*
#front-page #discussions
{
	width: 35em;
	float: left;
	
}

#front-page #hottags
{
	width: 11em;
	float: left;
	margin-right: 1em;
}
*/

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

.frontpageheatmap a:link, .frontpageheatmap a:visited
{
	color: #099;
	text-decoration: none;
}

.frontpageheatmap a:focus, .frontpageheatmap a:hover, .frontpageheatmap a:active
{
	color: #099;	
	text-decoration: underline;
}

#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;
}


.sticky { background: #a1d29a; }

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

.infobox {
	border: 1px solid #ccc;
	padding: 1em;
	color: #999;
}


/* self clearing rules */
.infobox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.infobox { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.infobox { display: block; }
/* End hide from IE-mac */


#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

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

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

.nav span { font-weight: bold; }

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

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#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: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

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

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 95%;
	display: block;
}

.postform label { display: block; }

#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: 1.6em;
	font-weight: normal;
	display: inline;
	color: #333;
	padding-right: 4px;
}

/* 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: #eee; }

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

#latest th a, #forumlist th a, #favorites th a {
	color: #fff;
}

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


.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

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

#profile-menu {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 15em;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #999;
	padding: 4px 7px;
	float: left;
	margin: 0 3px 0 0;
	background-image: none;
}

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

#profile-menu a:link, #profile-menu a:visited
{
	color: #fff;
	text-decoration: none;	
}

#profile-menu a:focus, #profile-menu a:hover, #profile-menu a:active
{
	color: #fff;
	text-decoration: underline;	
}

#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; }


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

fieldset { 
	border: 1px solid #099;
	padding: 10px 10px 10px 10px; 
	margin-bottom: 15px;
	width: 540px;
}

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

fieldset table { 
	text-align: left;
}


fieldset p { 
	font-size: 11px;
}

fieldset sup
{
	color: red;	
}

form
{
	margin: 0;
	padding:0;	
}



#othertags p
{
	padding: 0;
	margin: 0;	
}