/*
Theme Name: BC Provincial Outreach Program
Theme URI: http://bbpress.org/
Description:  Custom theme for bbPress.
Version: 1.0
Author: Burtnsand Vancouver
Author URI: http://www.burtnsand.com/
*/

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

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #FFF;
}

a {color: #4D4897;}

a:hover {text-decoration: none;}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
}

form {
	margin: 0; 
	padding: 0;
}

.alt { background: #fff; }

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

.left { float: left; }

.right { float: right; }

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

h1 {
	font-size: 1.2em;
	color: #333BAA;
}

h2 {
	font-size: 1.1em;
}

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

#wrapper {
	width: 753px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}


/* ------------------------------------ header */

#branding { 
	float: left;
	width: 100%;
	background: url(images/bg-header.gif) top left no-repeat;
	position: relative;
	height: 106px;

}

/* logo */
#logo {
	float: left;
	width: 215px;
	height: 82px;
	background: url(images/POPlogo.gif) top left no-repeat;
}

#logo a {
	display: block;
	text-decoration: none;
	/* LIR */
	padding: 70px 0 0 0;
	overflow: hidden;
    height: 0px !important;
    height /**/:70px;
}

#banner {
	position: absolute;
	top: 51px;
	left: 198px;
}

/* search area */
#util {
	position: absolute;
	top: 8px;
	right: 25px;
	letter-spacing: .9px;
}

#branding input#search {
	font-size: 13px;
	border: 1px solid #053868;
	padding: 1px 0 1px 3px;
	height: 15px;
}

#branding input {
	vertical-align: middle;
}

#wrapper #util p {
	margin: 4px 0 0 0;
	font-size: .8em;
	background: none;
	color: #FFF;
}

#util a {
	color: #FFF;
	text-decoration: none;
}

#util a:hover {
	text-decoration: underline;
}

#main {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;

}

/* breadcrumb */

#breadcrumb {
	position: absolute;
	top: 82px;
	left: 216px;
	z-index: 1;
	width: 500px;
	font-size: 1em;
	text-transform: lowercase;
}

#breadcrumb, 
#breadcrumb a {color: #FFF;}


/* Login Form */

#login {
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

#login div {
	padding: 5px;
}

#login span {
	margin-right: 20px;
}

#login input { 
	border: 1px solid #999;
}

#loggedin {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

/* ---------------------------------- footer */

#powered {
	clear: both;
	text-align: right;
	margin-bottom: 7px;
	font-size: .8em;
}

#footer {
	padding: 10px 0 0 0;
	border-top: 1px solid #666;
	font-size: .8em;
	position: relative;
}

#footer p {
	margin: 0 5px 8px 5px;
	padding: 0; 
	letter-spacing: .5px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

#footer span {
	position: absolute;
	top: 10px;
	right: 0;
	width: 400px;
	text-align: right;
}

#footer,
#footer a {
	color: #666;
}

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

/* Feed Link */

#feedLink {
	text-align: right;
}

#feedLink a {
	padding-left: 17px;
	background: transparent url(images/iconFeed.png) left 3px no-repeat;
}

/* Tags */

#hottags a {
	margin-right: 5px;
}

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

#front-page #hottags { 
	float: right;
	width: 150px;
	margin-top: 25px;
	border: 1px solid #CCC;
}

#front-page #hottags h2 {
	margin: 0;
	padding: 5px 0 0 5px !important;
	border: none !important;
}

.frontpageheatmap {
	line-height: 2em;
	margin: -7px 0 0 0;
	padding: 5px;
}

.frontpageheatmap a {
	margin-right: .5em;
}

#front-page #main h1 {
	margin: 0;
	padding-bottom: 3px;
}

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

#front-page #discussions { 
	float: left;
	width: 590px;
}

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

.sticky { background: #a1d29a; }

/* Logged in view */

#viewdiv {
	clear: both;
}


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

.infobox {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em 0 1em 0;
}

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

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

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

#topic-info .topicmeta {
	list-style: none;
	margin: 0;
}

.topiclink { display: block; }

.topictitle {
	margin: 0;
	font-size: 1.3em;
}

#topic-tags {
	float: right;
	width: 200px;
}

#topic-tags p {
	margin: 0;
	display: inline;
	font-weight: bold;
}

#topic-tags ul {
	display: inline;
	margin: 0;
	list-style: none;
}

#topic-tags ul li {
	display: inline;
	margin-right: .5em;
}

#topic-tags #tag-form {
	margin-top: 3px;
}

/* Sub nav */

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

.nav span { font-weight: bold; }

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

/* Thread elements */

#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-size: .9em; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font-size: 1em;
	text-transform: uppercase;
}

.num, #forumlist small {
	font-size: 1.1em;
	text-align: center;
}

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

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 90%;
	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; }


/* Other
=================================== */

/* Admin */

.admin {
	text-align: center;
}

#topic-move {
	margin-top: 5px;
}

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

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

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

#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;
	right: 0;
}

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

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

#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 double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

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