/*   
Theme Name: Kirby
Theme URI: http://themeshaper.com/kirby/
Description: A real nifty theme for WordPress.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Version: 0.3.2
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats
.
The 'Kirby' Theme for WordPress is copyright Ian Stewart http://themeshaper.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Reset default browser styles */
@import url('reset.css');

/* Choose the basic layout */
@import url('layouts/2c-r.css');



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#branding,
#access .menu,
#main,
#colophon {
	margin: 0 auto;
	width: 940px;
    
}

/* Slight Modifications for the Feature Page Template Structure */
.page-template-feature-page-php #content {
	margin: 0 20px;
}
.page-template-feature-page-php #primary,
.page-template-feature-page-php #secondary {
	float: left;
	margin-bottom: 24px;
	width: 440px;
}
.page-template-feature-page-php #secondary {
	margin-left: 20px;
	margin-right: 20px;
}
.page-template-feature-page-php #secondary {
	margin-right: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #fff;	
}
body, input, textarea {
	color: #666;
	font: 12px Verdana;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
pre, code, kbd, tt, var {
	font: 11px Monaco, monospace;
}
pre {
	background: #000;
	color: #ccc;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a:link,
a:visited {
    color:#0066CC;
}
a:active,
a:hover {
    color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: #e7e7e7;
	padding: 48px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	
    position: absolute;
    left: 270px;
    right: 400px;
	top: 120px;
	padding: 6px;
	z-index: 2;

}
#site-title a {
	color: #000;
	font: 30px/36px "Verdana";
	font-weight: bold;
	text-decoration: none;

}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 210px;
    position: absolute;
    left: 765px;
	top: 0px;
	padding: 6px;
	z-index: 2;
}

#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	}
#access .menu {
	background: #000;
	font: 12px Verdana;
	overflow: hidden;
}
#access .menu ul {
	list-style: none;
	margin: 0 0 0 10px;
}
#access .menu ul ul {
	display: none;
}
#access .menu li {
	display: inline;
}
#access .menu a {
	color: #888;
	display: block;
	float: left;
	line-height: 12px;
	padding: 12px 10px;
	text-decoration: none;
}
#access .menu a:active,
#access .menu a:hover {
    color: #fff;
}
#access .menu .current_page_item a {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 24px 0px 0px 0px;
   
}
.page-template-feature-page-php #main {
	background: #fff;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 16px;
	line-height: 24px;	
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content code,
#content kbd,
#content tt,
#content var {
	font-size: 13px;
	line-height: 21px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
.hentry {
	margin: 0 0 48px 0;
	position: relative;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font: 14px Verdana;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font: 16px Verdana;
	font-style: italic;
	font-weight: normal;
}
.entry-title,
.entry-meta {
	clear: left;
	float: left;
	font-family: Verdana;
	margin-right: 68px;
}
.entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
}
.entry-title a:link, .entry-title a:visited {
    color:#000;
    text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr {
	border: none;
}
.entry-meta abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-avatar {
	position: absolute;
	top: 0;
	right: 0;
}
.home .sticky .entry-avatar {
	top: 24px;
	right: 24px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-summary p {
	display: none;
}
.entry-content h1,
.entry-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 24px 0;
}
.entry-content h1 {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 24px;
}
.entry-content h3 {
	font-style: italic;
	margin: 0 0 12px 0;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font: 12px Verdana;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 1px 24px 1px;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	color: #888;
	font: 12px Verdana;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.entry-content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.entry-content tr.odd td {
	background: #F2F7FC;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content a:visited {
    color:#743399;
}
.page-link {
	color: #000;
    font-weight:bold;
    margin:0 0 22px 0;
    word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color:#444;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
    margin: 0 0 24px 0;
	overflow: hidden;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -116px 0 0;
	padding: 11px;
	height: 72px;
}
#entry-author-info #author-description {
	float: right;
	margin: 0 0 0 116px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
}
.entry-utility {
	color: #888;
	font: 12px Verdana;
	line-height: 18px;
}


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 614px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	color: #888;
	font: 12px Verdana;
	text-align: center;
	margin-bottom: 24px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	color: #888;
	font: 12px Verdana;
	margin:-24px 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font:  12px Verdana;
	line-height: 18px;
	overflow: auto;	
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
#comments h3 {
	color: #000;
	font-weight: bold;
}
h3#comments {
	padding: 18px 0 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li.pingback {
	padding: 0;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font: 12px Verdana;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {
}
.reply {
	font: 12px Verdana;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.commentlist li.bypostauthor {
}
.commentlist li.bypostauthor .avatar {
}
.commentlist .children li.bypostauthor {
}
.nocomments {
	display: none;
}

/* Comments form */
#respond {
    overflow: hidden;
    position: relative;
}
.children #respond {
	margin: 0 48px 0 0;
}
#respond h3 {
	margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font: 12px/18px Verdana;
    position:absolute;
    top: 18px;
    right: 0;
}
#cancel-comment-reply-link a {
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
	color: #888;
	font: 12px Verdana;
}
.form-section input {
    margin:0 0 9px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags {
	color:#888;
	font: 12px Verdana;
	line-height: 18px;	
}
#form-allowed-tags p {
    margin:0;    
}
#form-allowed-tags span {
}
#form-allowed-tags code {
	font-size: 11px;
}
.form-submit {
    text-align:right;
	margin: 0 0 24px 0;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-family: Verdana;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
    color:#0066CC;
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
    color: #FF4B33;
	text-decoration: underline;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 24px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.1em;
	padding: 0;
}
#main .widget-area ul ul ul {
	margin-left: 2.5em;
}
#primary {
}
.page-template-feature-page-php #primary {
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {	
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #e7e7e7;
	border-top:  4px solid #e7e7e7;
}
#colophon {
	border-top:  4px solid #000;
	margin-top: -4px;
	padding: 18px 0 72px 0;
	overflow: hidden;
}
#site-info {
}
#site-generator {
	position: relative;
}
#site-generator a {
	background: url(images/generator-logo.gif) no-repeat center top;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 68px;
	text-indent: -9000px;
	width: 98px;
	height: 22px;
}
#site-generator a:active, #site-generator a:hover {
	background-position: center bottom;
}

/* =feedback 
------------------------------------------------------------*/
.noteText
{
    color: #5c5c5c;
    font-size:10pt;
    line-height:1.3;
    border: 0px;

}

.noteText a:link, .noteText a:visited
{
    color: #5c5c5c;
    font-size:10pt;
    text-decoration: underline;
    line-height:1.3;
    border: 0px;
}

.noteText a:hover, .noteText a:active
{
    color: #5c5c5c;
    font-size:10pt;
    text-decoration:none;
    line-height:1.3;
    border: 0px;
}

.image
{
   color:#ffffff;
}

.image a:link, .image a:visited, .image a:hover, .image a:active
{
   color:#ffffff;
}

.regionOptgroup
{
   background-color:#b2b2b2;
}
.regionOption
{
   background-color:#ffffff;
}

.descrDiv
{
	border: 1px solid #b2b2b2;
	position:absolute;
	display:none;
	color:white;
	font-size:8pt;
	background: grey;
	
	width:200px;
	padding:5px;
   line-height:1.2;
   }

 table.feedbackTable {
	border:0px solid #e7e7e7;
    width: 840px;
	text-align: left;
	margin: 0 1px 24px 1px;
	
}
table.feedbackTable tr td {
	border-top: 0px solid #e7e7e7;
	padding: 6px 24px;
    
}

/*-------------------------------*/
/*-----forum css-----------------
table { margin-bottom: 40px; margin-top: 20px; } 
table tr { } 
table tr:hover { background: #efefef; } 
body.page table tr:hover { background: #fff; } 
table td { border-bottom: 1px solid #eee; font-size: 0.8em; line-height: 1.8em; padding: 5px 0 5px 5px; width: 270px; vertical-align: middle; } 
table td.num { border-left: 1px solid #eee; padding-left: 0; text-align: center; width: auto; } 
table th { background: #eee; font-weight: bold; border-bottom: 2px solid #ccc; border-top: 1px solid #ccc; line-height: 1.8em; padding-left: 5px; vertical-align: middle; width: auto; } 
table th.num { padding: 0 22px; text-align: center; } */

/* Structure
=================================== */
/*
#header div.search {
float: right;
	padding: 4px;
	background-color: #aaa;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	}

#header div.search input {
	border: 1px solid #999;
	background-color: #fdfdfd;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#header div.search input.submit {
	background-color: #ccc;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

#header div.search input.submit:hover {
	background-color: #ddd;
	color: #001364;
}

#header div.search input.submit:active {
	border-color: #001364;
}

#main {
	font-size: 1.2em;
	width: 940px;
	margin: 0 auto 25px;
	position: relative;
}*/

.bbcrumb {
	
	padding: 5px 0px 20px 0px;
	font-weight: bold;
}


/* Login Form
=================================== */
/* The main theme structure */



.login {
    position: absolute;
    margin-left:670px;
    margin-top:40px;
    width: 270px;
    }



.login p { padding: 0 0 8px; }
.login a { color: white; }
.login a:hover { color: white; font-style: underline;}

.login label {
	display: block;
    font-size: 9px;
	float: left;
	padding-right: 10px;
	line-height: 14px;
    color: white;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 10px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



form.login input.submit {
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
    background-color: #ccc;
}


form.login input.submit:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

form.login input.submit:active {
	border-color: rgb(0, 100, 0);
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}


/* Front Page
=================================== */
#front-page #search {
    position: absolute;
    margin-left:740px;
    margin-top:0px;
    width: 240px;
    height: 20px;
}
#front-page #hottags {
    position: absolute;
    margin-left:740px;
    margin-top:50px;
    width: 150px;
    margin-right: 50px;

}

#front-page #discussions {
	width: 670px;
   margin-left: 20px;
    float: left;
   }

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #555;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #fffbcc; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #001364;
}
/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color:  #001364;
}

input#tagformsub:active {
	border-color: #001364;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #d8dcf2;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #d8dcf2;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #d8dcf2;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana;
	text-align: left;
	white-space: nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 724px;
	max-width: 724px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 724px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
	text-align: right;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }
/* 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-color: #ddd5d9; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: rgb(102, 102, 102);
	font: 11px Verdana;
	font-weight: normal;
	padding: 5px 9px;
	color: rgb(255, 255, 255);
}

#latest th a, #forumlist th a, #favorites th a {
	color: rgb(200, 200, 200);
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color: rgb(255, 255, 255);
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
    
	background-color: #f7f7f7;
	margin-bottom: 3em;
    border-spacing: 0px;
	width: 100%;
}

#latest, #forumlist {
	margin-top: -0.9em;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
     background: #d8dcf2;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#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; }

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
    width: 600px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page 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;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	background-color: #ccc;
	border: 1px solid #999;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p.submit input:hover {
	background-color: #ddd;
	color:  #001364;
}

p.submit input:active {
	border-color:  #001364;
}

.smallerfont {
	font-size: 80%;
	line-height: 16px;
}