/*
Theme Name: bb lite
Theme URI: http://bbpress.org/
Description: based on intermission lite by Cirtex.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

/* Globals 
=================================== */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Veranda;
	background-color: #cccccc;
	color: #999999;
	text-align: center;
	margin: 0;
}

a { color: Green; text-decoration: none; }
a:hover { color: Fuchsia; }
a:visited { color: Green; }

.alt {background: #fff;
padding: 10px;
}

pre, code {
	color: green;
	text-decoration: none;
		font-family: Veranda;
		font: 1em;
}
/*
p { margin-bottom: 1.0em; }
*/
.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}


h1 { font-size: 2em;  color: Green; }
h1 a:hover { color: Fuchsia; }
h1 a:visited { color: Green; }

h2 { font-size: 1.5em; color: Green; }
h2 a:hover { color: Fuchsia; }
h2 a:visited { color: Green; }
/* Structure
=================================== */

#wrapper {
	background: url('images/bg.jpg') repeat-x 0px -25px; margin: auto;
}

#header {
	background-color: #ffffff; background:url(images/header.jpg); padding-top:55px; height:271px; margin: auto;
	width: 800px;
	background-repeat: no-repeat;
}




#header p { margin-bottom: 0; }

#header h1 a { font-size: medium; color: #999999; text-decoration: none; }
#header h1 a:hover { color: Fuchsia; }
#header h1 a:visited a:active { color: Green; }

	
#nav {
	height:30px;
	padding:10px 56px 0 0;
	text-align:right;
}
	
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	font-size:12px;
	color:#cccccc;
}
#nav li a:visited {
	color:#cccccc;
	text-decoration:none;
}
#nav li a:hover, a:active {
	color: Fuchsia;
	text-decoration: none;
}

#main {
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
	margin: auto; 
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: medium; 
	color: #999999; text-decoration: none; 
	
	}
	
#main a:visited a:active {
	color:#green;
	text-decoration:none;
}

#main a:hover {
	color: Fuchsia;
	text-decoration: none;
}




.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
	color: green;
}

/*
{
	
 padding-top:55px; height:271px;
	
	background-repeat: no-repeat;}*/

#footer {
	padding: 0 0 0 1px;
	clear: both;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: auto;
	width: 800px;
	color: #green;
	font-family: Veranda;
	font-size: xx-small;
	}

#footer a:visited {
	color:#green;
	text-decoration:none;
}

#footer a:hover, a:active {
	color: Fuchsia;
	text-decoration: none;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	

	
.notice {
	border: 2px solid #4c9545;
	background: #abd8a2;
	color: Green;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login {
	font-weight: lighter;
	color: #999999;
	font-size: medium;
	padding: 10px;
	background-color: #eee;
	margin-top: -10px;
	margin-bottom: 20px; 
	margin-right: 30px;
	margin-left: 30px;
	font-family: Veranda;
		
	
}

.login p { padding: 0 0 0px; }

.login label {
	display: block;
	float: left;
	padding-right: 0px;
	font-size: medium;
		font-family: Veranda;
}

.login #submit {
	float: left;
	margin-top: auto;
}

.login {
	line-height: 1.0;
	font-weight: lighter;
	font-size: medium;
}

form.login input { 
	font-size: medium;
	margin-top: 1px;
	border: 1px solid #999999;
}


/* Front Page
=================================== */

#front-page #hottags { 
	position: centre;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	width: 690px;	
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#front-page #discussions { 
	margin-left: 30px;
	margin-right: 30px;
	width: auto;	
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	font-size: small;
	font-family: Verdana;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: Green;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#front-page #discussions ul { padding: 0 0 0 14px;}

.sticky { background: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	margin-left: 30px;
	margin-right: 30px;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.nav {
	margin: 15px 0;
	padding: 12px 0; 
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.nav span { font-weight: bold; font-size: small;
	font-family: Verdana;
}

.nav span, .nav a { padding: 6px; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

#thread {
width: 600px;
	background: #eee;
	list-style: none;
	/*margin: 0 0 0 100px;*/
	padding: 0; 
	float: right;
	margin-right: 30px;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em; 
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#thread li ol, #thread li ul { margin-left: 30px;  margin-right: 30px;  font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

#thread li ol li, #thread li ul li { padding: 0;  margin-left: 30px;  margin-right: 30px; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

.threadauthor {
	margin-left: -100px;
	overflow: hidden;
	position: absolute;
	width: 95px;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.threadauthor small { font: 11px; 
	font-family: Verdana;
	font-weight: lighter;}


#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
	 margin-left: 30px;  margin-right: 30px;
	 font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana;
	text-transform: uppercase;
		font-family: Veranda;
}

.num, #forumlist small {
	font: 11px Verdana;
	text-align: center;	
		font-family: Veranda;
}

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.postform textarea {
	height: 14em;
	margin: auto;
	padding: 5px;
	width: 720;
	display: block;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.postform label { display: block; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;

}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
font-size: small;
	font-family: Verdana;
	font-weight: lighter;

}

.submit { text-align: right; font-size: small;
	font-family: Verdana;
	font-weight: lighter; }

.topiclink { display: block;  font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

.topictitle {
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
	display: inline;
	color: Green;

}

/* Other
=================================== */

#content .frontpageheatmap a {
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
	text-decoration: none;

}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
	color: Green; 
}
#content .nav a:hover {
	border: 1px solid #999;
	color: Fuchsia;
}
#content a:visited {
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
	color: green;
}

#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: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: white;
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
	padding: 5px 10px;
	text-transform: uppercase;

}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 690px;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

.bozo { background: #eeee88; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

.alt.bozo { background: #ff9999; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

.deleted { background: #ee8888; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

.alt.deleted { background: #ff9999; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	color: Green;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#profile-menu li {

	background-color: White;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	color: Green;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
	color: #ddd;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

#userinfo { margin-top: 10px;
color: Green; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

#userinfo dt { font-size: small;
	font-family: Verdana;
	font-weight: lighter; color: Green;}

#userinfo dd { font-size: small;
	font-family: Verdana;
	font-weight: lighter; margin: 0 0 5px; color: Green;} 

#useractivity { font-size: small;
	font-family: Verdana;
	font-weight: lighter; margin: 15px 0 5px; color: Green; }

.user-recent { font-size: small;
	font-family: Verdana;
	font-weight: lighter; margin: 0 0 10px; color: Green; }

.user-recent ol { font-size: small;
	font-family: Verdana;
	font-weight: lighter; margin: 5px 0 0 28px; color: Green; }

.user-recent ol li { font-size: small;
	font-family: Verdana;
	font-weight: lighter; margin: 0 0 3px; color: Green; }

/* 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;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

legend { 
font-size: small;
	font-family: Verdana;
	font-weight: lighter;
	padding: 0 15px;
	color: Green;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
	color: Green;
	font-size: small;
	font-family: Verdana;
	font-weight: lighter;
}

fieldset table td { padding: 2px 0; font-size: small;
	font-family: Verdana;
	font-weight: lighter;}

fieldset p { 

	margin: 10px 16px;
font-size: small;
	font-family: Verdana;
	font-weight: lighter;}


