/*
Theme Name: Green Screen Toronto
Theme URI: http://www.greenscreentoronto.com/
Description: bbPress theme for Green Screen Toronto.
Version: 0.02
Author: Patrick Bougie
Author URI: http://pixelstream.ca/
*/

@import url('../../bb-templates/kakumei/style.css');


/* Common
___________________________________________________________________________ */

html
{
	min-height: 100%;
	height: auto;
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #63d2dd url(./images/bg-body.gif) no-repeat bottom center;
	color: #686868;
	font-family: verdana, sans-serif;
	font-size: 0.70em;
}


/* Kakumei stylesheet overrides
___________________________________________________________________________ */

.login
{
	position: static;
	background-color: transparentl;
	color: #fff;
	font-size: 11px;
}

.login a
{
	text-decoration: underline;
}

.login p
{
	line-height: 5px;
}

#main
{
	position: static;
}

#front-page #hottags
{
	position: static;
	float: left;
}

#front-page #main h2,
#forum-page #main h2,
h2.post-form,
#userlogin,
#currentfavorites,
#register
{
	background-color: transparent;
	color: #799c28;
	font-weight: normal;
}

a
{
	background-color: transparent;
	color: #799c28;
}

a:hover
{
	background-color: transparent;
	color: #2f631c;
}

#latest tr:hover,
#forumlist tr:hover,
#favorites tr:hover
{
	background-color: #eee;
}

#profile-menu
{
	position: static;
}

#profile-menu li a
{
	border-top: none;
	top: -17px;
	padding: 4px 12px;
	background-color: #686868;
	color: #fff;
	font-size: 90%;
}

#profile-menu li.current a
{
	border-top: none;
}

#profile-menu li a:hover
{
	background-color: #969696;
}

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset
{
	border-top: none;
	background-color: #fff;
}

#login-page legend,
#register-page legend,
#profile-page legend
{
	background-color: transparent;
	color: #799c28;
	font-weight: bold;
	padding: 0;
}

input
{
	padding: 3px;
}


/* Wrappers
___________________________________________________________________________ */

#bb-wrapper-1
{
	padding-top: 40px;
}

#bb-wrapper-2
{
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#bb-wrapper-3
{
	width: 100%;
}


/* Header
___________________________________________________________________________ */

#bb-header
{
	float: left;
	width: 800px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	background: #55b4c1 url(./images/bg-header.gif) repeat-y 0 0;
	color: #fff;
}

#bb-header #bb-logo a
{
	float: left;
	display: block;
	width: 175px;
	height: 90px;
	background: transparent url(./images/bg-logo.gif) no-repeat 0 0;
}

#bb-header #bb-logo img
{
	display: none;
}

#bb-header #bb-login
{
	float: right;
	margin: 20px 20px 15px 20px;
	background-color: transparent;
	color: #fff;
	font-size: 90%;
	text-transform: lowercase;
}

#bb-header #bb-login a
{
	background-color: transparent;
	color: #fff;
}

#bb-header #bb-banner
{
	clear: both;
	float: none;
	height: 90px;
}


/* Footer
___________________________________________________________________________ */

#bb-footer
{
	clear: both;
	padding: 20px;
	background: #82c328 url(./images/bg-footer.gif) no-repeat 0 0;
	color: #fff;
	text-transform: lowercase;
}

#bb-footer #bb-menu a
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

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

#bb-footer #bb-menu
{
	float: left;
	width: 100%;
}

#bb-footer #bb-menu p.menu-column
{
	float: left;
	width: 150px;
}

#bb-footer #bb-copyright
{
	clear: both;
	padding-top: 10px;
	background-color: transparent;
	color: #686868;
}

#bb-footer #bb-copyright img
{
	border: 0;
}

#bb-footer #bb-copyright p
{
	margin: 0;
	padding: 0;
}

#bb-footer #bb-copyright a
{
	background-color: transparent;
	color: #686868;
	text-decoration: none;
}

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