/*
Theme Name: Derleth
Theme URI: http://www.garryvandervoort.com
Description: I wanted a slim colorful version of the bbpress theme.  I used Kakumei as a base so the code base is all based on Bryan Velosa's work, whose theme is mighty indeed.  I hope people like this theme and will use it for whatever they like.  Please drop me an emal if you use it. I integrated nifty corners into the page which you can get at http://www.html.it/articoli/nifty/index.html.  August Derleth is mighty.
Version: 0.01 - Still working on the forms - that will be version .02
Author: Garry Vander Voort based on a theme by Bryan Veloso
Author URI: http://www.garryvandervoort.com
Bryan Veloso's URI: http://avalonstar.com
*/

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

* { margin: 0; padding: 0; }
html { min-height: 100%; margin-bottom: 1px; }

body {
	margin-bottom: 50px;
	/*background: url(images/bg.gif) repeat;*/
	background-color: #333333;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

a { color: #3C48A2; text-decoration: none; }
a:hover { color: #3A3A85; }

.alt { background: #fff; }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

/*  
Rounced corners Header and Footer Start
*/

b.rtop, b.rbottom{display:block;background: #c0ba9b;}
b.rtopb, b.rbottomb{display:block;background: #5290BA;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #c0ba9b;}
b.rtopb b, b.rbottomb b{display:block;height: 1px;
    overflow: hidden; background: #003366;}
b.r1{margin: 0 5px}
b.r1b{margin: 0 5px}
b.r2{margin: 0 3px}
b.r2b{margin: 0 3px}
b.r3{margin: 0 2px}
b.r3b{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
b.rtopb b.r4b, b.rbottomb b.r4b{margin: 0 1px;height: 2px}	

/*  
Rounced corners Header and Footer End
*/



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

#wrapper {
	margin: 0px auto 0px;
	width: 760px;
	background: #ffffff;
}

#header { 
	margin: 0 auto 10px;
	background-color: #9db141;
	background-image: url(images/newtcalogo.gif);
	background-repeat:no-repeat;
	background-position:right;	
	width: 760px;
	height: 219px;
	position: relative;
}

#header h1 { 
	font-family: Trebuchet MS;
	font-size:28px;
	font-weight:bold;
	position: absolute;
	display: block;
	color: #000000;
	text-align: right;
	right: 59px;
	bottom: 35px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color:#333300; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #333300; }

#main { 
	font-size: 1.2em;
	padding-left: 10px;
	width: 745px;
	padding-bottom: 20px;
	position: relative;
}

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

#footer { 
	border-top: 1px solid #333333;
	margin: auto;
	color: #333300;
	background-color: #9db141;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both; 
	text-align: center;
	width: 760px; 
}

#footer a { color: #333300; text-decoration: none; font-weight:bold; }



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

.notice p { margin-bottom: 0; }

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

.login { 
	position: absolute;
	bottom: 40px;
	left: 0;
	padding-left:9px;
	font-weight: bold;
	color: #333300;
	width: 100%;
	z-index: 1;
}
.login a { color: #333300; text-decoration: none; font-weight:bold; }
.login a:hover, #header h1 a:visited { color: #333300; }

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

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

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

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

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


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

#front-page #hottags { 
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	overflow:hidden;
	padding-left:5px;
}

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

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

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

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

.sticky { background: #a1d29a; }

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

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

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

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

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

#topic-tags {
	border-left: 1px solid #c0ba9b;
	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; }

.poststuff {
	border-top: 1px dotted #c0ba9b;
	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: #E1F0FF;
	padding: 1em;
	margin-bottom: 1em;
}

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

.postform label { display: block; background-color:#c0ba9b; }


#manage-tags { 
	width: 740px; 
   	margin:auto;
   	padding-top:7px;
   	padding-bottom:7px;
}

#manage-tags ul {
	text-align: center; 
	   
}

#manage-tags li {
	display:inline; 
  	text-decoration: none;
  
}

.submit { text-align: right; }

.topiclink { display: block; }

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

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

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #c0ba9b;
	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: #EAFDFD; }

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

#latest, #forumlist, #favorites {
	background: #F2FCFC;
	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: #c0ba9b;
	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 #c0ba9b;
	border-bottom: 1px solid #c0ba9b;*/
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 0; 
	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 0;
	text-indent: 10px
}

