/*
Theme Name: CU3ER
Theme URI: http://bbpress.org/
Description: The "cu3ered" new face of bbPress.
Version: 1.0
Author: Stefan Kovac
Author URI: 
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {	
	background-color: #fff;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
	font-size:12px;
}

a {
	color: #333;
	text-decoration: underline;
	border:0;
}
a:hover { color: #C00; text-decoration:none; }

/*#thread li.alt { background-color: #f2f2f2; background-image:none;}*/

pre, code {
	font: 1em/18px 'Courier New', monospace;
	display: inline;
	background-color: #FFC;
}

pre, p { margin-bottom: 1.0em; font-size:12px;}

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 { font-size: 2.4em; }

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	height:auto;
	letter-spacing:normal;
	font-size:12px;
	font-weight: bold;
	text-transform: none;	
	margin-bottom:2px;
	margin-top:5px;
}
h4 a:link {
	font-weight: bold;
}
input, textarea { font: 12px Arial, Helvetica, sans-serif; 	}
fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}
span b {
	color:#F90;
	background-color: #FFFFE1;
	padding: 2px;
	font-weight: normal;
}

.threadauthor img.avatar { 
	border: 1px solid #ddd; 
	float:left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;
	margin-right:10px;
}


.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

label {
line-height:20px;
padding-bottom:2px;
}

/* Structure
=================================== */
#top-menu {
	padding-top:18px;
}

#wrapper {

	width:960px;
	text-align:left;
	margin:0 auto;
	
}
#logo {
position:absolute;
top:-5px;
z-index:500;
}
#header {
background-color:#000000;
background-image:none;
margin:0 0 35px;
padding:0;
display:block;
float:left;
text-align:center;
width:100%;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	display: block;
	color: #444;

	padding: 6px;

}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}
#headercontent {
margin:0 auto;
padding:0 40px 0 65px;
text-align:left;
width:855px;
}
#top-menu{
	float:right;
	list-style:none;
	}
#top-menu li a, .buttons a {
	background-color: #F9F9F9;
	text-transform: uppercase;
	text-decoration: none;
	font: 9px Tahoma, Arial, sans-serif;
	color: #999;
/*	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	padding:3px 9px;
}
#top-menu li a:hover {
	background-color: #C00;
	color:#FFF;
	}
#page-title {
	clear:both;
	height:40px;
	left:-5px;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	top:27px;
	width:300px;
	z-index:199;
}
#page-title h2 {
	color:#F4F4F4;
	font-family:"Arial Black",Gadget,sans-serif;
	font-size:72px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-5pt;
	line-height:55px;
	margin:0;
	padding:0;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover { color: #666; }
/*#content {padding-bottom: 150px; }*/
#container{ height: 100%;}
#footer {
	/*position: relative;
	margin-top: -150px;  negative value of footer height
	height: 150px;
	clear:both;  */
	padding-bottom:0;
	background:none;
}

#footercontent {
	padding:20px 65px 30px;
	font: 9px Tahoma, Arial, sans-serif;
}
#footer a { color:#999; border:0; text-decoration:none;}
#footer a:hover {
	color:#CC0000;
}
#main 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;
}

#main 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;
}

#main 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: rgb(0, 100, 0);
}

#header div.search input.submit:active {
	border-color: rgb(0, 100, 0);
}


#main, #topic-page #main {
	font-size: 1.2em;
	width: 960px;
	margin: 20px auto 25px;
	position: relative;
	float:left;
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-position:0 -2px;
	background-repeat:no-repeat;
	border: 1px solid #CCC;
	background-color: #fff;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 40px;
}
#topic-page #main{
	
}
.bbcrumb {
	padding:30px 55px 15px 65px;
	float:left;
	margin:0;
	width:840px;
	color:#999;
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white_reverse.jpg);
	background-position:0 bottom;
	background-repeat:no-repeat;
	font: 9px Arial, Helvetica, sans-serif;
}
#crumbcont { width:400px; float:left;}
#front-page .bbcrumb {
	margin-bottom:0;
	padding-bottom:0;
	padding-left:0;
	padding-top:20px;
	background-image:none;
}


.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	border-color: #852424;
	background-color: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */
.login-wrapper{
	float:right;
	width:300px;
	padding:0px 0 0;
	position:absolute;
	left:595px;
	top:87px;
	}
.login-wrapper div {
		float:right;
}
.login {

	bottom: 31px;
	font-weight: normal;
	color: #444;
	font-size:9px;
	float:right;
	height:auto;
	line-height:17px;
	
}

form.login {
	float:right;
	margin-right:5px;

	

}
.login p { padding: 2px 0 0 10px; float:right; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	text-transform: none;	
	padding-bottom:0;
}

form.login input {
	border: 1px solid #ccc;
	padding: 3px;
	line-height: 14px;
	font-size: 10px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family:Tahoma, Helvetica, sans-serif;
}

form.login input.submit {
	border:0;
	background-color: #ccc;
	float: left;
	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;
}

form.login input.submit:hover {
	background-color: #C00;
	color: #FFF;
}

form.login input.submit:active {
	border-color: rgb(0, 100, 0);
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 0px 0 0 0;
	
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Front Page
=================================== */

#front-page #hottags {
	width: 385px;
	float:left;
	overflow: hidden;
	padding-top:30px;
	margin-left:65px
}

#front-page #discussions {
	margin:0 30px 0 65px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form,  #currentfavorites, #register  {
	color: #555;
	margin: 0 0 10px ;
	padding: 0 0 5px;
}
#userlogin, #passwordrecovery {
/*margin-left:65px;*/
}

#front-page #discussions ul { 
padding: 0 0 30px 30px;
	list-style-image:url(http://www.progressivered.com/img/ui/bullet_red.gif);
	list-style-position:outside;
	list-style-type:disc;
}
#front-page #discussions ul li{
	padding:2px 0 ;
}

tr.closed td.tb-topic-title {
	background-image: url(http://www.progressivered.com/img/ui/forum_icons.png);
	background-repeat: no-repeat;
	background-position: 20px -182px;
}

tr.sticky td.tb-topic-title {
	background-image: url(http://www.progressivered.com/img/ui/forum_icons.png);
	background-repeat: no-repeat;
	background-position: 20px -132px;
}
.sticky a { color: #cc0000; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
/*	border: 1px solid #DBDBDB;*/
	padding: 2px 4px;
	margin-left: 1px;
	/*	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;*/
	background-color:#f2f2f2;
	text-decoration: none;
	font-weight: bold;
}

span.page-numbers.current {
	color: #ffffff;
	background-color: #C30;
}

#latest a.page-numbers {
	font-size: 10px;

	margin-left: 1px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background: none;
	font-weight: bold;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
	background-color: #C00;
	color: #FFF;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #C00;
	background:0;	
}

/* Topic Page
=================================== */

.infobox {
	padding: 1em 10px 0;
	border-bottom: 20px solid #FFF;	

}

ul.topicmeta  {
	margin:0;
	padding: 13px 45px 13px 20px;
	list-style-type: none;
	
	
}

ul.topicmeta  li {
	font-size: 10px;
	color: #C00;
	text-transform: uppercase;
	float:left;
	width:auto;
	height:20px;
	padding:0 10px 0 25px;
	margin-left:5px;
	background-image: url(http://www.progressivered.com/img/ui/forum_icons.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	line-height:20px;



	
}

.meta-over {
	background-color: #FC0;
	background-image: url(http://www.progressivered.com/img/highlight.png);
}
#topic_replay {
	border-right:solid 1px #CCC;
}
#topic_posts {
	background-position: 0px 0px;
}
#topic_voices {
	border-right:solid 1px #CCC;

	background-position: -100px -2px;
}
#favorite-toggle {
	background-position: 0px -50px;
}
#topic_rss {

	background-position: 0px -101px;	
}
/*#favorite-2 a{
	display:block;
	text-indent:-9999px;
	width:20px;
	height:20px;
	background-image: url(http://www.progressivered.com/img/ui/forum_icons.png);
	background-repeat: no-repeat;
	background-position: -150px 0px;
	}*/
.topicmeta a {

}
#thread li.topic-title-bg{
	background-image:none;
/*	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;*/
	background-color:#F8F8F8;
	border-bottom:solid 5px #e6e6e6;	

	
}
#topic-info {
	float: left;
	padding: 0 0 0 55px;
	clear:both;
	width:390px;
}

#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: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.navi {
	margin: 0px 0 15px 0;
	padding: 0;
	text-align: right;

display:inline;
float:right;

width:400px;
}
.navi a {
	font-size:10px;
	font-weight: bold;
}

#thread {
	list-style: none;
	margin: 0em 0 0 0;
	padding: 0;
	display:block;
	float:left;
	width:960px;
}
#main ol#thread {
	
	}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-position:0 -1px;
	background-repeat:no-repeat;
	padding:10px 60px 20px;
	float:left;
	width:840px;

}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; width:auto;}

.threadauthor {
	float: left;
	padding: 1em 1em 0 0;
	width: 170px;
}

.threadauthor p { float:left; margin: 0 0 0 10px; }

.threadauthor small {
	display:block;
	margin-left:50px;
}
.threadauthor small a {
	font: 9px Tahoma, Arial, sans-serif;
	display:block;
	margin-bottom:3px;
	color: #999;
	text-transform: uppercase;
	text-decoration:none;
}

.threadpost {
	padding: 1em 2em 1.5em 1em;
	margin-left: 180px;
	margin-right:0px;
	/*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: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#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 */
	padding:3px 0 0 0;
	width:600px;
	background:0;

}

#thread .post blockquote {
	margin: 0 0 0 0em;
	padding: 0 0 0 2.8em;
	background-position:0 14px;
}

#thread .post li { 
	clear:none; 
	background:0;
}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#front-page .num {
	text-align:center;
	}
.num, #forumlist small {
	font: 11px Arial,Helvetica,sans-serif;
	text-align: left;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 10px;
	text-align:center;
	
}

.postform {
	padding: 2em 4em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#F2F2F2;

}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FCFCFC;
border:1px solid #CCCCCC;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input, .search-form #q {
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FCFCFC;
border:1px solid #CCCCCC;
}
.search-form #q {
	width:200px;
	display:inline;

}
/* Show only to IE7 */
html>body .search-btn {
     *margin-top:-11px;
	 *padding-top:4px;
}

.search-btn {
	float:none;
	margin-top:-2px;	
	margin-left:-10px;
	padding:5px 0 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	text-transform: uppercase;
	font: bold 13px Arial, Helvetica, sans-serif;
	background-color: #FC0;	
	position:relative;
	display:inline;
}
.search-btn:hover {
	background-image:url(http://www.progressivered.com/img/highlight.png);
	background-position:0 -7px;
	background-repeat:repeat-x;
	background-color: #C00;
}

.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 { margin-left:268px; float:left; display:inline;}
#content .required-message { margin-left:203px; display:inline;}

p.allowed {
	margin-bottom: 0;
	margin-bottom:20px;
	margin-top:-10px;
	font: 9px/10px Tahoma, Arial, sans-serif;
	clear:both;
	color: #666;
}
p.allowed code {
	line-height:normal;
	font: 9px/10px Tahoma, Arial, sans-serif;
}

.topiclink { display: block; }

p.rss-link {
	text-align: right;
	font-size:9px;	

}

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 {
	
}

#front-search {
	float: right;
	margin-top: -8px;
}

/*#latest td, #forumlist td, #favorites td {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}*/

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
 background-color: #fbfbfb; 

}

#front-page #forumlist th {
	background-color:#FFF;
	color: #666;
	text-align:center;
	font-size:12px;
}
#front-page #forumlist td {
	padding-bottom:10px;
	padding-top:10px;
}
#front-page #forumlist td h3 {
	margin-bottom:4px;	
}
#latest th, #forumlist th, #favorites th, #topic-header {
	text-align: left;
	
	/*border-bottom: 5px solid #e6e6e6;*/
	font: bold 11px Arial, Helvetica, sans-serif;
	padding:15px 0;
	color: #666;
	text-transform: uppercase;
	border-top: 5px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
}
#topic-header{
	float:left;
	width:960px;
	padding:0;
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white_reverse.jpg);
	background-position:0 bottom;
	background-repeat:no-repeat;
	border-top: 5px solid #e6e6e6;
}

#latest td, #forumlist td, #favorites td {
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #F0F0F0;

}

#latest th a, #forumlist th a, #favorites th a {
	color: #FC0;
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover { color: #C00; }

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	margin-bottom: 3em;
	width: 960px;
	margin:0px;
	border-bottom:solid 5px #e6e6e6;
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-position:0 52px;
	background-repeat:no-repeat;
}

#latest, #forumlist {
width:100%;
border-collapse:collapse;
font-size:12px;

float:left;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}
#latest tr, #forumlist tr, #favorites tr {
/*	background-image:url(http://www.progressivered.com/img/ui/forum_topic_divider.jpg);
	background-position:0 0px;
	background-repeat:no-repeat;*/
	padding:10px 0;

		
	
}
#latest tr.tb-topic-title, #forumlist tr.tb-topic-title, #favorites tr.tb-topic-title {
	/*	background-image:url(http://www.progressivered.com/img/ui/post_bg_white_reverse.jpg);
	background-position:0 bottom;
	background-repeat:no-repeat;	
	background-color: #F0F0F0;*/
	padding-left:65px;


}
#latest th.tb-topic-title, #forumlist th.tb-topic-title, #favorites th.tb-topic-title {
	padding-left:65px;
	font-size:14px;
	background-image:none;

	
}

.tb-topic-title {
	padding-left:65px;
	}
	
.tb-topic-title small {
	color:#999;
}
.tb-topic-title a {
	font-weight: bold;

}



/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position:relative;
	right:15px;	
	top:70px;
	z-index:1001;
	width:auto;
	margin:0;
	padding:0;
	clear:both;
	float:right;
	display:block;
}

#profile-menu li {
	display: inline;	
}

#profile-menu li a {
	font-size: 0.9em;
	/*background-color: #ddd;*/
	padding: 4px 7px;	
	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: #C00;
	color:#FFF;
	border-color: #C00;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}
#user-details {
	margin-left:120px;
	}
#useravatar { margin-bottom: 1em; float:left; }

#useravatar img { display: block; border-width: 1px; border-style: solid; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 45px 0 5px 65px; clear:both; }

.user-recent { 
	margin: 0 0 10px; 
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-position:0 -1px;
	background-repeat:no-repeat;
	padding:25px 65px;
	float:left;
	width:960px;
}

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Search
=================================== */

#topic-search-form fieldset {	
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
}

#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;*/ 
padding-bottom:20px;
padding-top:20px;
}

.search-results {
	margin: 0 0 10px;
	background-image: url(http://www.progressivered.com/img/ui/comment-replay-bg.gif);
	background-position: 10px top;
}
.search-results small{
	color:#999;
	padding-bottom:5px;
	}
.search-results p strong, .search-term{
	background-color:#C00;
	padding:0 3px;
	color:#FFF;
}

.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 {
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-position:0 11px;
	background-repeat:no-repeat;
/*	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	background-color: #f6f6f6;*/	
	padding: 10px 65px 10px 65px;
	margin-bottom: 30px;
	float:left;
	width:960px;

}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 5px 10px;
	background-color:#f2f2f2;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	position:relative;
	*margin-top:-28px;
}

#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: 658px; /* 10 + 15 + 20% * ( 95% * (960 - 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: #FC0;
	border: 1px solid #FFF;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3x;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p.submit input:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

p.submit input:active {
	border-color: rgb(0, 100, 0);
}
.vcard {
	clear:both;
	padding:30px 65px 30px;
}
#replay-form {
	background-image:url(http://www.progressivered.com/img/ui/post_bg_white.jpg);
	background-position:0 -1px;
	background-repeat:no-repeat;
	padding:45px 65px 0 65px;
	float:left;
	width:830px;	
}
#topic-page .topictitle {
	padding:15px 0 10px 10px;


}
.topicmeta {
	float:right;	
	}
#front-page a {	

	color:#666;
}
#front-page a:hover {	

	color:#CC0000;
}
#front-page #forumlist {
	margin-left:0;
	margin-right:0;
	margin-top:28px;
	background-position:0 51px;
}

#front-page #forumlist a{
	font-weight: bold;
	font-size: 12px; 
	padding-left:10px;	
}
#front-page #forumlist small {
	display:block;
	padding-top:3px;
	padding-left:10px;	
}

.buttons a, #profile-menu li a, p.submit input {
	text-transform: uppercase;
	text-decoration: none;
	font: 9px Tahoma, Arial, sans-serif;
	color: #999;
	/*	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;*/
	padding:3px 9px;
	text-align:center;
	background-image: url(images/highlight.png);
	background-repeat: repeat-x;
	/*border: 1px solid #ccc;*/
	background-position: 0px -3px;
	cursor:pointer;
}

.buttons a:hover, #profile-menu li a:hover, p.submit input:hover {
	background-color: #C00;
	color: #FFF;
	/*border: 1px solid #C00;*/
}
.bb-precedes-sibling{
	padding-top:20px;
}

#login-page fieldset input:focus, #register-page fieldset input:focus, #profile-page fieldset input:focus {
background-color:#FFFDF4;
border:solid 1px #FFCC00;
}

input:focus, textarea:focus, #q:focus{
background-color:#FFFDF4;
border:solid 1px #FFCC00;	
	}
#position-1 p {
	
}	
