/*
Theme Name: businesslike
Theme URI: http://easyoutsource.com/forums/
Description: EasyOutsource theme
Version: 1.0
Author: EasyOutsource
Author URI: http://easyoutsource.com/
*/

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

* { margin: 0; padding: 0; }

body {
	margin:0 auto;
	padding:0;
	font-family:Arial, sans-serif;
}

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

.left { float: left; }

.right { float: right; }

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

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.2em;
	font-weight:normal;
	line-height:1em;
	padding-left:10px;
	padding-top:45px;
	text-align:left;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
h2 {
	text-align:left;
	padding:0 0 10px 10px;
	font-size:0.7em;
	font-weight:normal;
}
h3 {
	font-size:1.6em;
	color:#3D69A4;
}
h4 {
	color:#333333;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 0;
	text-transform:none;
}

div.page-wrap h2 {
	font-size:16px;
	font-weight:bold;
	padding:0 0 5px;
	text-transform:none;
}

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

#content img.avatar {
	border:2px solid #938983 !important;
	position:absolute;
	left:2px;
	top:4px;
}

.bozo { background-color: #eeee88; }

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

.deleted { background-color: #ee8888; }

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

table { font-size:13px; }

/* Structure
=================================== */
/* nav */
div#navbar {
	background:#e0e0e0 url('images/nav-bg.jpg') repeat-x scroll top left;
	height:50px;
	padding:5px 39px 5px 35px;
}
div.user-header {
	float:left;
	width:50%;
	padding-top:12px;
}
div.user-header p {
	color:#666666;
	padding-left:5px;
	padding-top:5px;
}
div.user-header p.loginmeta {
	padding-top:0;
}
div.search {
	float:right;
	width:50%;
	padding-top:11px;
}
div.search p {
	text-align:right;
}
div.search form.search-form input#q {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	border-color:#A6A6A6 #ddd #ddd #A6A6A6;
	color:#333333;
	font-family:Tahoma,Arial,sans-serif;
	padding:5px;
}
input.submit, input.accbutton {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	background-color:#3D69A4;
	border:1px solid #fff;
	border-color:#5483C0 #2F517F #2F517F #5483C0;
	padding:4px 5px;
	color:#fff;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Tahoma,Verdana,sans-serif;
	font-size:14px;
	font-weight:normal;
	width:auto;
	overflow:visible;
	cursor: pointer;
}

.bbcrumb {
	color:#89806D;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:5px 0 20px;
}
.bbcrumb a {
	text-decoration: none;
}

div.page-wrap {
	background-color:#fff;
	border:1px solid #d0cdc5;
	clear:both;
	margin:30px 0 20px;
	padding:13px 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.footer {
	background:#3D69A4;
	clear:both;
	border-top:5px solid #34598D;
}
div.footer p {
	text-align:center;
	color:#fff;
	font-size:0.75em;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#fff;
	border-bottom:none;
	text-decoration:underline;
}

.clear {
	clear:both;
}

#footer p.showoff {
	color: #888;
}

.notice {
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	background-color:#CC0000;
	color:#FFFFFF;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */
div.usernamelogin {
	float:left;
	padding-right:10px;
}
div.passwordlogin {
	float:left;
	color:#eee;
}
div.passwordlogin input, div.usernamelogin input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	border-color:#A6A6A6 #ddd #ddd #A6A6A6;
	color:#333333;
	font-family:Tahoma,Arial,sans-serif;
	padding:5px;
}
p.loginmeta {
	float:right;
	float:right;
	position:relative;
	top:5px;
	color:#777;
}
div.user-header form.login input.submit {
	margin-left:10px;
}
label.rememberme {
	color:#777777;
	display:block;
	float:left;
	font-size:10px;
	padding:4px 10px;
}
label.rememberme input {
	position:relative;
	top:3px;
	background-color:#FFFFFF;
	border:medium none;
	padding:0;
}

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

#front-page #hottags {
	float:right;
	width:20%;
	overflow: hidden;
}

#front-page #hottags  h2, div.page-wrap .topic-admin h2, div.page-wrap .tag-admin h2 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#DCD7CA;
	font-size:14px;
	font-weight:bold;
	padding:7px 11px 4px;
}


.frontpageheatmap {
	font-weight: normal;
	line-height: 1;
	padding:0 0 25px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	margin: 0;
	padding: 0 0 15px;
	border-bottom: none;
}

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

.sticky td { background-color: #f9f9f9; }

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

a.page-numbers,
span.page-numbers {
	padding: 3px 4px;
	margin-left: 5px;
	border:1px solid #f0f0f0;
}

span.page-numbers.current {
	color: #666;
	border-color:#ccc;
	background-color:#ccc;
}

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



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

.infobox {
	background:#F5F0E2;
	border-top:1px solid #DFDACD;
	border-bottom:1px solid #DFDACD;
	padding: 14px 20px 6px;
	margin: 0 -19px;
}

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

.infobox ul li {
	padding-bottom: 3px;
	list-style-type: none;
}

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

#topic-tags {
	float: right;
	margin-bottom: 10px;
	text-align: right;
}
#topic-tags ul#tags-list {
	margin: 0; 
	line-height: 1.4;
}
#topic-tags ul#tags-list li {
	list-style-type: none;
	float: left;
	padding-right: 12px;
}

#tag-form p {
	margin-bottom: 0;
}
#topic-tags p {
	color:#8c8176;
	margin: 0 0 2px;
}

input#tag {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #DDDDDD;
	border-color:#A6A6A6 #DDDDDD #DDDDDD #A6A6A6;
	font-size:12px;
	line-height:1;
	margin:0;
	color:#666;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: right;
	font-size:12px;
}

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

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

#thread li ol, #thread li ul { margin:0 0 20px 30px; font-size: 13px; }

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

.threadauthor {
	float: left;
	padding: 0;
	width: 210px;
	padding:0 30px 0 10px;
	position: relative;
	background: url('images/arrow.jpg') no-repeat scroll right 25px;
	min-height: 50px;
	height: auto !important; /* IE6 fix */
	height: 50px; /* IE6 fix */
}

.threadauthor p {
	margin: 0;
	padding: 0 0 0 61px;
}

.threadauthor small {
	font: 12px Arial,Helvetica,sans-serif;
	color: #5C574A;
}

.threadpost {
	padding: 16px 18px 14px;
	margin: 0 0 0 250px;
	background-color: #F0EBE0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.threadpost .post {
	margin: 0;
	float: none;
}
.threadpost .post p {
	margin: 0 0 18px;
	color: #5d584b;
	font-size: 14px;
}
#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 .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 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

#thread .post blockquote, #thread .post code {
	margin: 10px 0 10px 20px;
	padding: 10px;
	display:block;
	border-left: 3px solid #ccc;
	background-color:#f9f9f9;
}
#thread .post blockquote p {
	margin-bottom:5px;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	color:#777;
	font-family:Georgia,times,serif;
	font-size:12px;
	margin:0;
	padding:0;
}
.poststuff a {
	color:#777;
	margin: 0 2px;
}

.topic-admin, .tag-admin {
	margin-left:800px;
}
.topic-admin ul {
	font-size:13px;
	list-style:none outside none;
	margin:0;
	padding-left:7px;
	padding-top:5px;
}
.topic-admin ul li {
	padding-bottom:3px;
	color:#444;
}
.topic-admin select {
	border:1px solid #ddd;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.topic-admin option {
	padding:0 3px;
}
.topic-admin input {
	background-color:#378029;
	color:#fff;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Tahoma,Verdana,sans-serif;
	font-weight:normal;
	cursor: pointer;
	border:none;
	padding:3px;
	font-size:12px;
	margin-left: 5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.topic-admin input:hover {
	background-color: #40932F;
}
.num, #forumlist small {
	font: 13px Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}
td.num {
	text-align:left;
}

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

.postform {
	padding: 1em 0 30px 10px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 95%;
	border: 1px solid #d0cdc5;
	display: block;
}
.postform input, .postform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

.postform label {
	color:#444444;
	display:block;
	font-size:13px;
	font-weight:bold;
}

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 95%;
	border: 1px solid #d0cdc5;
	display: block;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

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

#manage-tags input {
	border:1px solid #ddd;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}
#manage-tags input[type=submit] {
	background-color:#34588A;
	border:medium none;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 3px;
}

#manage-tags li {
	font-size:13px;
	color:#333;
	padding-bottom: 20px;
}
#manage-tags form {
	margin-top:5px;
}

p.allowed {
	background-color:#F0EBE0;
	font-size:13px;
	line-height:1.9em;
	margin-bottom:5px;
	padding:8px 12px;
	width:93%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.topiclink { display: block; }

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

p.rss-link {
	text-align: right;
	font-size: 0.8em;
	margin: 0;
	padding: 0 10px 0 0;
}

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
=================================== */

#viewdiv {
	font-size:12px;
	display: none; /* hidden - topics with no replies or tags */
}
#viewdiv #views, #front-page #discussions ul#views {
	padding:0;
	margin: 0;
	list-style:none;
}
#viewdiv #views li.view {
	padding-bottom:10px;
}
#viewdiv #views li.view a {
	color:#fff;
	background-color:#095CA1;
	font-weight:normal;
	text-decoration: none;
	padding:4px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#viewdiv #views li.view a:hover {
	background-color:#357ec6;
}

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

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

#content .nav a {
	border: 1px solid #d0cdc5;
	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: 8px 12px; 
	border-bottom:1px solid #E0D7CB; 
	color:#736B5F;
}

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


#latest th, #forumlist th, #favorites th {
	background:#927A4E url(images/forum-bg.jpg) repeat-x scroll left bottom;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:8px 12px;
	text-align:left;
}

#latest th a, #forumlist th a, #favorites th a {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background-color:#4b3d22;
	color:#FFFFFF;
	font-style:normal;
	text-decoration: none;
	padding:3px 5px;
}
#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	background-color: #3e311a;
	text-decoration: underline;
}
tr.bb-category td a {
	color:#666;
	font-weight:bold;
}
tr.bb-category td small {
	color:#999;
}
tr.bb-category td {
	background-color: #ddd;
	border-bottom:none;
}

#latest, #forumlist, #favorites {
	margin-bottom: 5px;
	border-spacing:0;
	width: 100%;
	font-size:13px;
	border: 1px solid #E0D7CB;
}



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

/* Profile Page
=================================== */
#profile-page div.bbcrumb {
	position:relative;
	display: none; /* hides profile menu breadcrumbs, which are confusing and unnecessary */
}
#profile-menu {
	list-style: none;
	position:relative;
	top:45px;
	background-color:#2F517F;
	display:block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 7px;
	margin-bottom:15px;
	display: none; /* hides profile menu, which lets you edit your profile within BBPress */
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
	position:relative;
	top:-2px;
}

#profile-menu li a {
	font-size: 12px;
	padding: 10px 10px;
	color:#fff;
}

#profile-menu li.current a,
#profile-menu li.current a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#213959;
}

#profile-menu li a:hover {
	background-color:#3D68A4;
}

div.vcard {
	font-size:13px;
}

h3#useractivity {
	font-size:20px;
	letter-spacing:1px;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; font-size:13px; }

#userinfo dt { 
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
}

#userinfo dd { margin: 0 0 10px; padding: 0 0 10px; } 

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

.user-recent { margin: 0 0 10px; font-size: 13px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

#profile-page table {
	font-size:13px;
}

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #d0cdc5;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
	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 #d0cdc5;
	padding: 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;
}

#topic-search-form div div select {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;	
	border: 1px solid #d0cdc5;
	padding: 4px;
}

#topic-search-form div div option {
	padding:0 4px;
}

#topic-search-form div div input.submit-input {
	width:auto;
	color:#666666;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding:5px;
	margin-left:215px;
}
#topic-search-form div.submit label {
	display:none;
}
#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; font-size: 13px; }

.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: 1px solid #EFE1D4;
	padding: 10px 0px;
	margin-bottom: 15px;
	background-color: #faf6f4;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
	border:none;
	color:#333;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
}

#login-page #remember {
	margin-top:5px;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	color:red;
	float:left;
	font-style:normal;
	margin-right:5px;
}

#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;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 13px;
	margin: 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 #d0cdc5;
	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;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display: inline-block;
}
.clear {
	display:block;
}
big {
	font-size: 100% !important;
}

.forumwrapper h2 {
	padding: 15px 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.forumwrapper h2.topictitle {
	padding: 15px 0;
}
.forumwrapper span#topic_posts {
	margin-left: 5px;
}
* html .forumwrapper span#topic_posts {
	margin-left: 10px; /* IE6 fix */
}


