/*
Theme Name: PostForum
Theme URI: http://www.usabilitypost.com/
Description: Official theme for the UsabilityPost forum
Version: 1.0
Author: Dmitry Fadeyev
Author URI: http://www.fadeyev.net
*/

/*-----------------------------------
		Reset
------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0;}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* bbPress styles */


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

* { margin: 0; padding: 0; }

a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }

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

pre, p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}


.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

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

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

#main {
	font-size: 14px;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	font-family: Arial, sans-serif;
	padding: 5px 0 20px 0;
	font-size: 14px;
	color: #555;
}
#content_wrapper #content .bbcrumb a {
	font-weight: normal;
}

.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 13px;
	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 {
	font-weight: normal;
	color: #444;
	font-size: 14px;
	margin-bottom: 20px;
}

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

form.login input {
	border: 1px solid #999;
	padding: 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
}
input:focus, textarea:focus {
	background-color: #FFFCC4;
	border: solid 1px #D6B147;
}

form.login input.submit {
	background-color: #3A82B4;
	float: left;
	margin-top: 17px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
	border: solid 1px #2B6792;
	color: #FFF;
	font-weight: bold;
}

form.login input.submit:hover {
	background-color: #2D6891;
	border: solid 1px #1F4B6A;
	color: #BAD6E9;
}

form.login input.submit:active {
	border-color: rgb(0, 100, 0);
}

div.remember {
	clear: both;
	padding-bottom: 35px;
}
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 #hottags {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
	display: none;
}

#front-page #discussions {
}

.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: #a1d29a; }

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

a.page-numbers,
span.page-numbers {
	padding: 6px 9px;
	margin-left: -1px;
}

span.page-numbers.current {
	color: #999;
	border: solid 1px #E3E3E3;
	background-color: #F5F5F5;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 11px;
	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: #006400;
}

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

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 15px 0 10px 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

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


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

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

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

#thread li {
	position: relative;
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
	margin-bottom: 15px;
}

#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, Arial, Helvetica, sans-serif; }

.threadpost {
	margin-left: 90px;
	padding: 20px 20px 0 20px;
	background-color: #F8F5E9;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: solid 1px #DCD5C7;
	border-right: solid 1px #DCD5C7;
	border-bottom: solid 1px #DCD5C7;
	font-family: Arial, sans-serif;
}
.threadpost p {
	margin-bottom: 20px;
}
.comment_author {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.comment_date {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #B5AE9F;
}
.comment_triangle {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 25px;
	left: 64px;
	z-index: 2;
	background: url(images/comment_triangle.png) no-repeat;
}

#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 */
}

#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 */
	background: url(images/comment_meta_bg.png) repeat-x top #F8F5E9;
	margin-left: 90px;
	padding: 12px 20px 8px 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top: solid 1px #DCD5C7;
	border-left: solid 1px #DCD5C7;
	border-right: solid 1px #DCD5C7;
	border-bottom: dashed 1px #E6DFD2;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}
#content_wrapper #content .num a {
	font-size: 11px;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
}

.postform input#topic, textarea {
	padding: 6px;
	font-size: 13px;
	border-top: solid 1px #656565;
	border-left: solid 1px #999;
	border-right: solid 1px #AFAFAF;
	border-bottom: solid 1px #C3C3C3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
	background: url(images/input_bg.png) repeat-x top #FFF;
}
.postform input#topic:focus, textarea:focus {
	border-top: solid 1px #767676;
	border-left: solid 1px #656565;
	border-right: solid 1px #656565;
	border-bottom: solid 1px #000;
	outline: none;
	background: url(images/focus.png) repeat-x top #FBFBFB;
	-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;
}
.postform textarea {
	display: block;
	width: 538px;
	height: 130px;
}
.postform input#topic {
	width: 538px;
}



.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	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.allowed { 
	float: right;
	width: 400px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #999;
	text-align: right;
	line-height: 1.3em;
	padding-top: 10px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 28px;
	margin-bottom: 8px;
	text-transform: none;
	font-weight: normal;
	line-height: 1.1em;
}
.topicmeta {
	font-size: 11px;
	color: #888;
}
#topic_posts, #topic_voices {
	display: none;
}

p.rss-link {
	margin-top: 10px;
	font-size: 14px;
	padding: 10px 0;
	background: url(images/rss.png) no-repeat 5px 15px;
}

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 {
	padding: 6px 9px;
	font-weight: normal;
	border: solid 1px #E3E3E3;
}
#content .nav a:hover {
	background-color: #F5F5F5;
	color: #000;
	text-decoration: none;
}
#content a:visited {
	font-weight: normal;
}

#latest td, #forumlist td, #favorites td { 
	padding: 10px 15px;
	border-bottom: solid 1px #EDEDED;
}

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

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: #F6F2E4;
	border-bottom: solid 1px #DFDCD1;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 15px;
	color: rgb(255, 255, 255);
	color: #999;
}

#latest th a, #forumlist th a, #favorites th a {
	font-weight: bold;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
}

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

#latest, #forumlist, #favorites {
	background-color: #fff;
	margin-bottom: 3em;
	width: 100%;
}

#latest, #forumlist {
	margin-top: -3px;
}

#latest tr td a {
	font-size: 13px;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

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

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


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


#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 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 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	border-top: solid 1px #4A6E2E;
	border-left: solid 1px #43632A;
	border-right: solid 1px #43632A;
	border-bottom: solid 1px #3A5624;
	background: url(images/button.png) repeat-x top #45793E;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
}
p.submit input:hover, p.submit input:focus {
	border-top: solid 1px #448B39;
	border-left: solid 1px #3A7531;
	border-right: solid 1px #3A7531;
	border-bottom: solid 1px #32662A;
	background: url(images/button.png) repeat-x top #449837;
}
p.submit input:active {
	border-top: solid 1px #142712;
	border-left: solid 1px #2D5329;
	border-right: solid 1px #2D5329;
	border-bottom: solid 1px #345F30;
	background: url(images/button.png) repeat-x 0 -38px #3C6D38;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.admin {
	color: #999;
	margin-top: 10px;
	padding: 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #F8F8F8;
	border-top: solid 1px #C6C6C6;
	border-left: solid 1px #DADADA;	
	border-right: solid 1px #DADADA;
	border-bottom: solid 1px #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.admin a {
	padding: 0 4px;
}


#profile-menu {
	height: 40px;
	margin: 10px 0 25px 0;
}
#profile-menu li {
	float: left;
}
#profile-menu li a {
	padding: 9px 12px;
	border: solid 1px #DADADA;
	margin-left: -1px;
	background-color: #FFF;
}
#profile-menu li a:hover {
	background-color: #F8F8F8;
	color: #000;
	text-decoration: none;
}
#profile-menu .current a {
	background-color: #F8F8F8;
	color: #444;
}







/*----------------------------------- 
		Headings
------------------------------------*/
h3 {
	font-size: 21px;
	margin-bottom: 12px;
}

/*----------------------------------- 
		Forum List
------------------------------------*/
#forum_list {
	margin-bottom: 30px;
	clear: both;
}
.forum {
	position: relative;
	font-size: 11px;
	color: #999;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
	border-bottom: solid 1px #E3E3E3;
	margin-right: -35px;
	padding: 15px 35px 15px 60px;
}
.forum a {
	font-family: Georgia, serif;
	font-size: 24px;
}
.forum .posts_count {
	color: #555;
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	height: 50px;
	line-height: 39px;
	width: 50px;
	background: url(images/comments.png) no-repeat top;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/*----------------------------------- 
		Topics List
------------------------------------*/
.topic {
	position: relative;
	margin-right: -35px;
	padding: 12px 35px 12px 52px;
	border-bottom: solid 1px #E3E3E3;
	font-size: 11px;
	color: #999;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
}
.topic a {
	font-family: Georgia, serif;
	font-size: 18px;
}
.topic .replies_count {
	color: #555;
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	height: 38px;
	line-height: 31px;
	width: 40px;
	padding-right: 10px;
	background: url(images/topic_replies.png) no-repeat top;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/*----------------------------------- 
		New post button
------------------------------------*/
.new_post_button {
	display: block;
	float: right;
	width: 139px;
	height: 45px;
	background: url(images/new_post_button.png) no-repeat bottom;
	cursor: pointer;
	margin-right: -10px;
}
.new_post_button:hover, .new_post_button:focus {
	background: url(images/new_post_button.png) no-repeat top;
}


/*----------------------------------- 
		Topic styling
------------------------------------*/
#topic-info {
	border-bottom: solid 1px #E3E3E3;
	margin-right: -35px;
	padding: 2px 35px 10px 0;
}
.favorites_info {
	background: url(images/info_bubble.png) no-repeat 0 6px;
	padding: 0 0 10px 65px;
	font-size: 14px;
	color: #555;
}
.favorites_link {
	font-size: 14px;
	float: right;
}
.remove_fav a {
	font-size: 13px;
}


/*----------------------------------- 
		Misc
------------------------------------*/
.new_topic_heading, #userlogin {
	font-size: 25px;
	margin-bottom: 25px;
	border-bottom: 0;
}
h2.post-form {
	font-size: 18px;
	padding: 10px 0;
}
.texti, #user_login, #user_email, input#password, input#pass2, input#pass1, .profile-form input {
	padding: 6px;
	font-size: 13px;
	border-top: solid 1px #656565;
	border-left: solid 1px #999;
	border-right: solid 1px #AFAFAF;
	border-bottom: solid 1px #C3C3C3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
	background: url(images/input_bg.png) repeat-x top #FFF;
}
.texti:focus, #user_login:focus, #user_email:focus, input#password:focus, input#pass2:focus, input#pass1:focus, .profile-form input:focus {
	border-top: solid 1px #767676;
	border-left: solid 1px #656565;
	border-right: solid 1px #656565;
	border-bottom: solid 1px #000;
	outline: none;
	background: url(images/focus.png) repeat-x top #FBFBFB;
	-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;
}
#registration_info {
	float: right;
	width: 230px;
	font-size: 14px;
	color: #555;
	line-height: 1.3em;
	padding: 15px 0;
}



#sign_up_button {
	position: absolute;
	top: 42px;
	left: 30px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 21px;
	border-right: solid 2px #EEE;
	padding-right: 15px;
}
#login_button {
	position: absolute;
	top: 42px;
	right: 98px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 21px;
}
.profile-form table tr td {
	padding: 3px;
}
.required-message {
	display: none;
}



/* UsabilityPost styles start here */

/*----------------------------------- 
		General
------------------------------------*/
body {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #222;
	background: url(images/body.jpg) repeat #3E332D;
	padding: 15px 0;
}
a {
	color: #A94040;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.post a:visited, #popular_posts a:visited {
	color: #7A4648;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}


/*----------------------------------- 
		Containers
------------------------------------*/
#container {
	width: 1012px;
	margin: 0 auto;
	position: relative;
}
#wrapper_top {
	background: url(images/bg_top.png) no-repeat;
	height: 11px;
}
#wrapper_middle {
	background: url(images/bg_middle.png) repeat-y;
	padding: 40px 58px 25px 54px;
}
#wrapper_bottom {
	background: url(images/bg_bottom.png) no-repeat;
	height: 19px;
}
#content {
	width: 550px;
	float: left;
	clear: both;
	padding: 27px 35px 15px 0;
	border-right: solid 1px #E3E3E3;
	background-color: #FFF;
}
#sidebar {
	border-left: solid 1px #E3E3E3;
	margin-left: -1px;
	width: 283px;
	float: left;
	padding: 23px 0 0 30px;
	background-color: #FFF;
}

/*----------------------------------- 
		Header
------------------------------------*/
#header {
	clear: both;
	position: relative;
	height: 120px;
	border-bottom: solid 1px #E3E3E3;
}
#logo {
	display: block;
	position: absolute;
	width: 448px;
	height: 79px;
	left: 0;
	top: 29px;
	background: url(images/logo.png) no-repeat;
}
#subscribe {
	width: 335px;
	height: 70px;
	padding: 50px 0 0 30px;
	position: absolute;
	right: -51px;
	top: 0;
	font-size: 14px;
	border-left: solid 1px #E3E3E3;
}
#subscribe h4 {
	padding-bottom: 6px;
	font-weight: bold;
}
#subscribe ul {
	padding-left: 22px;
}
#subscribe ul li {
	position: relative;
}
#subscribe ul li img {
	position: absolute;
	left: -22px;
	top: 2px;
}
#subscriber_count {
	position: absolute;
	right: 51px;
	top: 9px;
	height: 40px;
	width: 160px;
	text-align: center;
	padding: 20px 0;
	color: #888;
}
#subscriber_count span {
	font-size: 26px;
	color: #222;
}

/*----------------------------------- 
		Navigation
------------------------------------*/
#navigation {
	height: 44px;
	position: relative;
	background: url(images/navigation.png) repeat-x top;
	-webkit-box-shadow: #C9C9C9 0 2px 4px;
	-moz-box-shadow: #C9C9C9 0 2px 4px;
	box-shadow: #C9C9C9 0 2px 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#navigation ul {
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 16px;
	color: #333;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #000;
	background: url(images/navigation.png) repeat-x 0 -90px;	
}
#navigation ul li a:active {
	line-height: 46px;
	background: url(images/navigation.png) repeat-x 0 -45px;
}
#navigation ul .current a, #navigation ul .current a:hover {
	background: url(images/navigation.png) repeat-x 0 -135px;	
	border: 0;
	height: 44px;
	color: #FFF;
}
#navigation ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/*----------------------------------- 
		Search
------------------------------------*/
#search {
	position: absolute;
	font-family: Arial, sans-serif;
	right: 7px;
	top: 7px;
}
/* FireFox */
#search, x:-moz-any-link, x:default {
	top: 7px;
}
#search #search_input {
	width: 245px;
	padding-left: 25px;
}
#search_input:focus {
	border: solid 1px #222;
	background: #FFF;
	-webkit-box-shadow: #CECECE 0 1px 4px;
	-moz-box-shadow: #CECECE 0 1px 4px;
	box-shadow: #CECECE 0 1px 4px;
}
.overlabel, .overlabel-apply {
	background: url(images/search_bg.png) no-repeat 0 1px transparent;
  position: absolute;
  top: 6px;
  left: 21px;
	padding-left: 6px;
  z-index: 1;
  color: #888;
	font-size: 12px;
	cursor: text;
}
/* FireFox */
.overlabel, .overlabel-apply, x:-moz-any-link, x:default {
	top: 5px;
}

/*----------------------------------- 
		Post Formatting
------------------------------------*/
.post {
	position: relative;
	padding-bottom: 15px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post h2, .post h2 a, .post h2 a:visited {
	font-size: 34px;
	color: #000;
	line-height: 1.1em;
	margin-bottom: 0.2em;
	border-bottom: 0;
}
.page h2 {
	margin-bottom: 0.7em;
}
.post h2 a:hover {
	border-bottom: 0;
	color: #A94040;
	text-decoration: none;
}
.post h3, .comment h3 {
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: #658F43;
	padding-top: 10px;
	margin-bottom: 0.9em;
	line-height: 1em;
}
.post h4, .comment h4 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 0.8em;
	padding-top: 8px;
}
.post .comments_count {
	position: absolute;
	top: 0;
	left: -62px;
}
.post .comments_count a {
	display: block;
	height: 50px;
	line-height: 39px;
	width: 50px;
	background: url(images/comments.png) no-repeat top;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.post .comments_count a:hover {
	text-decoration: none;
	background: url(images/comments.png) no-repeat bottom;
	color: #FFF;
}
.meta {
	color: #555;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.meta_date {
	color: #A3A3A3;
}
.post .more-link {
	display: block;
	border-bottom: 0;
	margin-top: 18px;
	font-size: 15px;
	background: url(images/button.png) repeat-x top #FBFBFB;
	border: solid 1px #E3E3E3;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.post .more-link:hover {
	background: url(images/button.png) repeat-x top #F5F5F5;
	border: solid 1px #C5C5C5;
	text-decoration: none;
}
.post ul, .comment ul {
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 18px;
}
.post ol, .comment ol {
	list-style-type: decimal;
	margin-left: 18px;
	margin-bottom: 18px;
}
.post blockquote, .comment blockquote {
	padding: 0 10px 0 52px;
	background: url(images/blockquote.png) no-repeat 0 0;
	font-style: italic;
	color: #333;
}
.post pre, .comment pre {
	color: #586E57;
	font-family: "Courier", monospace;
	font-size: 14px;
	margin-bottom: 12px;
	background-color: #F1FBEE;
	padding: 14px 20px;
	border-top: solid 1px #E7F0E3;
	border-bottom: solid 1px #E7F0E3;
}
.post code, .comment code {
	color: #586E57;
	font-family: "Courier", monospace;
	font-size: 14px;
}
.post p, .comment p {
	margin-bottom: 1.5em;
}
.post a:hover, .comment a:hover {
	text-decoration: underline;
}
.navigation a {
	display: block;
	float: left;
	font-size: 14px;
	background: #A64141;
	color: #FFF;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	padding: 0 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
.navigation a:hover {
	background-color: #333;
	text-decoration: none;
}
.guest_author_box {
	padding: 0 0 0 77px;
	background: url(images/icons/write_for_up.png) no-repeat 0 0;
	border-bottom: solid 1px #E3E3E3;
	margin-right: -35px;
	margin-bottom: 20px;
	min-height: 80px;
	color: #555;
	font-size: 14px;
	line-height: 1.3em;
	padding-right: 35px;
}
.guest_author_name {
	color: #222;
	font-size: 15px;
	padding-bottom: 10px;
}

/*----------------------------------- 
		After Post Box
------------------------------------*/
.after_post {
	padding: 12px 0 5px 0;
}
.next_actions {
	position: relative;
	float: left;
	width: 250px;
	padding: 0 50px 0 0;
}
.after_post_subscribe {
	width: 250px;
	float: left;
}
.after_post h4 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 0.6em;
}
.after_post .share_button {
	position: absolute;
	top: 82px;
	left: 70px;
}
/* FireFox */
.after_post .share_button, x:-moz-any-link, x:default {
	top: 84px;
}

/*----------------------------------- 
		Comments
------------------------------------*/
#comments_heading {
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 6px;
	color: #999;
	border-bottom: solid 1px #E3E3E3;
	margin-right: -35px;
}
.comment {
	position: relative;
	padding: 20px 35px 0 82px;
	border-bottom: solid 1px #E3E3E3;
	margin-right: -35px;
}
.comment_avatar {
	position: absolute;
	left: 0;
	top: 17px;
	width: 64px;
	height: 67px;
	background: url(images/avatar.png) no-repeat;
	padding: 6px 0 0 7px;
}
.comment_author {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.comment_date {
	font-size: 13px;
	color: #999;
	margin: 2px 0 12px 0;
	font-style: normal;
}
.comment p {
	margin-bottom: 1.5em;
}
.vip_comment {
	background: url(images/vip_bg.png) no-repeat 0 0;
}
.vip_comment .comment_avatar {
	background: url(images/vip_avatar.png) no-repeat 2px 2px;
}
.vip_comment .comment_avatar img {
	display: none;
}

/*----------------------------------- 
		Comment Form
------------------------------------*/
#comment_form {
	padding: 20px 0 0 0;
}
#comment_form input, #comment_textarea, #search_input {
	padding: 6px;
	font-size: 13px;
	border-top: solid 1px #656565;
	border-left: solid 1px #999;
	border-right: solid 1px #AFAFAF;
	border-bottom: solid 1px #C3C3C3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
	background: url(images/input_bg.png) repeat-x top #FFF;
}
#search_input {
	background: url(images/search_input.png);
	-webkit-box-shadow: #FFF 0 1px 1px;
	-moz-box-shadow: #FFF 0 1px 1px;
	box-shadow: #FFF 0 1px 1px;
}
#comment_form input:focus, #comment_textarea:focus, #search_input:focus {
	border-top: solid 1px #767676;
	border-left: solid 1px #656565;
	border-right: solid 1px #656565;
	border-bottom: solid 1px #000;
	outline: none;
	background: url(images/focus.png) repeat-x top #FBFBFB;
	-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;
}
#search_input:focus {
	background: url(images/search_input_focus.png) 0 0 #FFF;
}
#comment_textarea {
	width: 538px;
	height: 130px;
}
#comment_form label {
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 1px;
}
#comment_form_header {
	font-size: 18px;
	padding: 0 0 4px 1px;
}
#comment_form #submit_comment, .submit_button {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	border-top: solid 1px #4A6E2E;
	border-left: solid 1px #43632A;
	border-right: solid 1px #43632A;
	border-bottom: solid 1px #3A5624;
	background: url(images/button.png) repeat-x top #45793E;
	color: #FFF;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	-webkit-box-shadow: #999 0 1px 2px;
	-moz-box-shadow: #999 0 1px 2px;
	box-shadow: #999 0 1px 2px;
}
#comment_form #submit_comment:hover, #comment_form #submit_comment:focus, .submit_button:hover, .submit_button:focus {
	border-top: solid 1px #448B39;
	border-left: solid 1px #3A7531;
	border-right: solid 1px #3A7531;
	border-bottom: solid 1px #32662A;
	background: url(images/button.png) repeat-x top #449837;
}
#comment_form #submit_comment:active, .submit_button:active {
	border-top: solid 1px #142712;
	border-left: solid 1px #2D5329;
	border-right: solid 1px #2D5329;
	border-bottom: solid 1px #345F30;
	background: url(images/button.png) repeat-x 0 -38px #3C6D38;
	line-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#gravatar_info {
	width: 240px;
	float: right;
	top: 0;
	right: 0;
	font-size: 13px;
	color: #777;
	padding: 21px 15px 0 80px;
	background: url(images/gravatar.png) no-repeat 0 18px;
	line-height: 1.4em;
}
#gravatar_info h4 {
	font-size: 15px;
	color: #222;
	padding-bottom: 0.7em;
}

/*----------------------------------- 
		Sidebar
------------------------------------*/
#sidebar h4 {
	font-size: 21px;
	padding: 10px 0;
}
#ads {
	padding-left: 2px;
}
#pixmacad {
	clear: both;
	float:right;
	margin: -131px 15px 0 0;
	overflow:hidden;
}
#advertise_on_up {
	display: block;
	clear: both;
	background-color: #F6F6F6;
	border: solid 1px #E5E5E5;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #777;
	width: 253px;
	position: relative;
	bottom: -10px;
}
#advertise_on_up:hover {
	background-color: #E5E5E5;
	border: solid 1px #A0A0A0;
	text-decoration: none;
	color: #000;
}

#popular_posts {
	padding-top: 28px;
}
#popular_posts ul {
	margin-left: -30px;
	border-top: solid 1px #E3E3E3;
}
#popular_posts ul li {
	border-bottom: solid 1px #E3E3E3;
}
#popular_posts ul li a {
	font-size: 14px;
	display: block;
	line-height: 1.3em;
	padding: 5px 0;
	text-decoration: none;
	padding: 14px 18px 14px 30px;
}
#popular_posts ul li a:hover {
	color: #000;
	background-color: #F8F8F8;
}


#book_reviews {
	padding-top: 22px;
	font-size: 13px;
}
#book_reviews ul {
	margin-left: -30px;
	border-top: solid 1px #E3E3E3;
}
#book_reviews ul li {
	position: relative;
	min-height: 110px;
	padding: 20px 14px 18px 125px;
	border-bottom: solid 1px #E3E3E3;
}
#book_reviews ul li img {
	position: absolute;
	top: 21px;
	left: 25px;
}
#book_reviews ul li a {
	line-height: 1.1em;
	text-decoration: none;
}
#book_reviews ul li a:hover {
	text-decoration: underline;
}
.book_title {
	font-size: 16px;
	display: block;
	padding-bottom: 0;
}
.book_author {
}

#write_for_up {
	padding: 22px 0 30px 0;
}
#write_for_up p {
	background: url(images/icons/write_for_up.png) no-repeat 0 8px;
	font-size: 14px;
	color: #777;
	line-height: 1.4em;
	padding: 5px 0 0 78px;
}

/*----------------------------------- 
		Footer
------------------------------------*/
#footer {
	clear: both;
	padding: 15px 0 0 0;
	border-top: solid 1px #E3E3E3;
	font-size: 13px;
	color: #999;
}
#footer_links {
	float: right;
	color: #E3E3E3;
}
#credits {
	text-align: center;
	width: 904px;
	padding: 10px 0;
	margin: 0 auto;
	color: #746E66;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#credits a {
	color: #9B9892;
}
