/*
Theme Name: ColorlabsProject
Theme URI: http://colorlabsproject.com/
Description: ColorlabsProject Support Forum
Version: 1.0
Author: Michael Hutagalung
Author URI: http://michaelhutagalung.com
*/

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

div.link-visible a {text-decoration:underline;}

.forum { padding-bottom:20px; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; background:#ffffff !important; }
pre code { display: block; padding:5px 10px; overflow-x:scroll; overflow-y:hidden !important; }
pre, p { margin-bottom: 10px; }
.delete:hover {	background-color: #c00;	color: #fff; }
fieldset { border-width: 0;	padding: 0;	margin: 0; }
img.avatar { padding:3px; margin-bottom:5px; background:#ffffff; }
.bozo { background-color: #eeee88; }
.alt.bozo { background-color: #ffff99; }
.deleted { background-color: #ee8888; }
.alt.deleted { background-color: #ff9999; }

.bbcrumb {
	font-size: 11px;
    letter-spacing:0px;
    display:block;
    background:#e4eff9;
    padding:10px 10px 10px 15px;
    margin-bottom:20px;
}

.notice {
	border: 1px dotted #b0b0b0;
	background-color: #f0f0f0;
	color: #303030;
	font-size: 12px;
	padding: 10px 15px;
}

.notice.error {
	border: 1px dotted #b0b0b0;
	background-color: #f0f0f0;
	color: #303030;
}

.notice p { margin-bottom: 0; }

.forum h2 { padding-bottom:10px; }

.forum table { margin-bottom:15px;  }
.forum th { background:#86959e; color:#ffffff; font-weight:bold; padding:8px 10px; }
.forum td { padding:8px 10px;  }
.forum tr { background:transparent url(http://colorlabsproject.com/wp-content/themes/colorlabsproject/images/bg50.png); }
.forum tr.alt { background:#f4fbff;}
.forum tr.sticky { }

.forum ul#views, .forum ol.boxed { margin-bottom:20px; background:#f4fbff; padding:10px; }
.forum ul#views li, .forum ol.boxed li { list-style:circle; padding-left:7px; margin-left:18px; }

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

form select { padding:2px; }
form input { padding:2px; }
form input#tagformsub {padding:0px; }


/* Front Page
=================================== */
.post .entry { padding:0px; margin-bottom:20px; }
.frontpageheatmap {	font-weight: normal; line-height: 16px; }

/* Page navigation
=================================== */

.forum a.page-numbers,
span.page-numbers {
	background:transparent url(http://colorlabsproject.com/wp-content/themes/colorlabsproject/images/bg50.png);
	padding: 5px 9px;
	margin-left: 7px;
    color:#303030;
    font-size:11px;
    font-weight:bold;
    text-decoration:none !important;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
}

span.page-numbers.current {
    background: #536c79;
    color:#ffffff;
    font-weight:bold;
}

#latest a.page-numbers {
	font-size:11px;
	padding: 5px 9px;
	margin-left: 7px;
    text-decoration:none;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	padding: 5px 9px;
}

span.page-numbers.dots {
}

a.page-numbers:hover {
    background: #f1faff;
    text-decoration:none;
    border:none;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	background: #f1faff;
    text-decoration:none;
    border:none;
}

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

.infobox {
	padding:15px 15px 20px 15px;
    background:transparent url(http://colorlabsproject.com/wp-content/themes/colorlabsproject/images/bg50.png);
}

.infobox ul {
	margin-left:25px;
}

.infobox ul li { list-style:circle; padding:1px 0px; }

#topic-tags {
	padding: 0 0 0 1em;
}

.nav {
	margin: 5px 0px 35px 0px;
	padding: 5px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 22px;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
    margin-bottom:15px;
}

#thread li ol, #thread li ul { margin-left: 30px; margin-bottom:15px; }

#thread li ol li, #thread li ul li { padding: 0; }

#thread li ol li { list-style:decimal; margin:0; padding:0; }
#thread li ul li { list-style:circle; margin:0; padding:0; }

.threadauthor {
	float: left;
	width: 83px;
    text-align:left;
    padding-left:5px;
    padding-top:10px;
}

.threadauthor p { margin: 0px;  text-align:left; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 10px 15px 15px 15px;
	margin-left: 120px;
	background-color: #f1faff;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.threadpost p { margin-bottom: 15px; }

#thread li.alt .threadpost { background:transparent url(http://colorlabsproject.com/wp-content/themes/colorlabsproject/images/bg50.png); }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .undelete-post, #thread li.deleted .delete-post { display: none; }
#thread li.deleted .undelete-post { display: inline; }

#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;
}

#read 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, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana, Arial, Helvetica, Sans-serif;
}

.num {
    text-align: center;
}

.postform {
	background:#f1faff; padding:15px; margin-bottom:20px; -moz-border-radius: 7px; -khtml-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;  
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	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; }


#front-search {
	float: right;
	margin-top: -8px;
}

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest th, #forumlist th, #favorites th {
	text-transform: uppercase;
    text-align:center;
    font: 11px Verdana, Arial, Helvetica, Sans-serif;
    font-weight:bold;
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	width: 100%;
}

/* Profile Page
=================================== */

#useravatar { }

#useravatar img { margin:0px 0px 15px 15px; border:1px solid #c7c7c7; padding:3px; }

#userinfo { }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }



/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	padding: 0px;
	margin-bottom: 20px;
    border-top:none;
    padding-top:10px;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0px;
	width: 100%;
	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 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 p,
#register-page fieldset p,
#profile-page fieldset p {
    margin-top:0px;
	margin-bottom: 10px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.hidden {
	display: none;
}

p.submit {margin-top:15px;;}

#pass-strength-result {
	padding: 1px 3px 1px 3px;
	text-align: center;
	width: 140px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
}

#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;
}

.forum ol.results {  border-top:1px dotted #c7c7c7; margin-bottom:10px; }
.forum ol.results li { padding:10px 0px; border-bottom:1px dotted #c7c7c7; }

#middle #content .forum a { text-decoration:underline; }