/*
Theme Name: Freelance Switch v3
Theme URI: http://freelanceswitch.com
Description: A custom BB-Press theme for Freelance Switch
Version: 3.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

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

img.avatar { border: 1px solid #7e7b73; }

h3 a:link, h3 a:visited {
	color: #33312a;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 a:active {
	color: #33312a;
	text-decoration: none;
}

/* Structure
=================================== */
#bb_crumb {
  position: absolute;
  top: -42px;
  left: -1px;
  z-index: 10;
  color: #969288;
	font-size: 14px;
	font-family: Arial;
}
body#sub #bb_crumb {
  top: -73px;
}
#bb_crumb a {
	color: #f0f942;
}
.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}
.notice p { 
  margin-bottom: 0; 
}
.topic_head a.button, a.new-topic, a.new-pm {
  position: relative;
  float: right;
  top: 13px;
}
.pm {
  position: absolute;
  bottom: 15px;
  right: 0px;
  color: #a9a494;
  font-style: italic;
}
.pm a {
  color: #a9a494;
  line-height: 16px;
  float: left;
}
.pm a:hover {
  color: #c9c1a9;
}
.pm img {
  padding-left: 10px;
  float: left;
}
.post_meta_bottom {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana, Arial;
	padding: 10px 0 20px 0;
}
.commentlist .post_meta_bottom {
  padding-bottom: 0px;
  float: right;
}
.post_meta_bottom a {
	padding: 0 4px;
	background: #d3e4a0;
	border-bottom: 1px solid #90ad2d;
	color: #59554a;
	text-decoration: none;
	margin-right: 2px;
}
.post_meta_bottom a:hover {
	background: #99a308;
	border-bottom: 1px solid #99a308;
	color: #fff;
	text-decoration: none;
}
.comment_left {
  float: left;
  width: 530px;
  margin-right: 40px;
}
.comment_left img {
  max-width: 530px !important;
}
.comment_right {
  float: left;
  width: 200px;
  padding-top: 20px;
}
#topic-move label {
  display: inline;
}
li.comment_short .div-comment {
  min-height: 30px;
  padding-bottom: 5px;
}
#no_results {
  padding: 80px 30px 120px;
  width: 940px;
}
.search_results {
  font-size: 18px;
  font-style: italic;
}
#no_results h1 {
  padding-left: 310px;
  color: #a4a091;
}
#topic_labels {
  position: absolute;
  top: 13px;
  right: 5px;
}
#topic_labels img {
  display: block;
}
.large_comment #topic_labels {
  position: relative;
  top: 0;
  right: 0;
}
.large_comment #topic_labels img {
  display: inline;
}
/* Login Form
=================================== */

.login {
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
}

form.login {
	bottom: 15px;
}

.login p { padding: 0 0 4px; }

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

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
}

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



/* Post Buttons & Preview
=================================== */

.ed_button { 
font-family: Arial !important;
font-size: 12px !important;
margin-bottom: 5px !important;
}

.ed_button:hover {
  color: #666 !important;
}
#post_preview {
  margin-top: 40px;
}
.allowed {
  font-size: 12px;
  font-style: italic;
  width: 430px;
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
}
.reply_textarea {
  width: 680px;
  background: #f4f4f4;
	border: 1px solid #c4c4c4;
	padding: 10px;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #000;
}

/* Topic Page
=================================== */
.topic_head {
  padding: 40px 20px 15px 30px;
  position: relative;
}
.topic_head p {
  width: 450px;
  font-size: 15px;
  line-height: 22px;
  color: #59554a;
  float: left;
  padding-top: 8px;
}
#topic_name {
  float: left;
  padding-right: 20px;
  font-size: 38px;
	line-height: 42px;
	padding-bottom: 5px;
	letter-spacing: -2px;
}
.topic_header {
  font-size:36px;
  font-family: Helvetica, Arial;
  color:#36342d;
  line-height:36px;
  letter-spacing:-1px;
}
.rss-link {
  float: right;
}
.forum_dropdown {
  float: left;
  margin-top: 13px;
}
.topic-title {
  float: left;
  width:360px;
  padding-right:20px;
}
.topic-time, .topic-time-single {
   float:left;
   width:190px;
   padding-right:20px;
   font-family: Verdana, Arial;
   font-size: 10px;
   line-height: 13px;
   text-transform: uppercase;
}
.topic-time a, .topic-time-single a {
  color: #000;
}
.topic-time img {
  float: left;
  padding-bottom: 50px;
  padding-right: 10px;
}
.topic-time-single img {
  float: left;
  padding-bottom: 15px;
  padding-right: 10px;
}
.topic-count, .topic-count-single {
  float:left;
  width:90px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 26px;
  color: #000;
}
.topic-count img, .topic-count-single img {
  float: left;
  padding-bottom: 50px;
  padding-right: 10px;
}
.topic-count-single {
  width:200px;
}
.topic-count-single img {
  padding-bottom: 15px;
}
#taglist {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: Verdana, Arial;
  color: #686357;
  margin-bottom: 10px;
}
#taglist li {
  display: inline;
}
#taglist a {
  color: #2f2d27;
}
#taglist a:hover {
  color: #686357;
}
.topicmeta {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: Verdana, Arial;
  color: #686357;
  margin-bottom: 10px;
  float: left;
  padding-top: 3px;
}
.topicmeta img {
  float: left;
  margin-left: 3px;
}
.topicmeta span {
  padding-top: 8px;
  margin-left: 3px;
  float: left;
}
.rss-link-single {
  float: left;
  margin-left: -3px;
}
#tag-form {
  padding-bottom: 15px;
}
#tag-form .button {
  padding: 3px 5px 4px;
}
#tag-form #tag {
  padding: 4px 5px 5px;
  width: 120px;
  border: 1px solid #a49f90;
  background: #eeebe2;
}
.div-comment blockquote, #post_preview blockquote {
  padding: 0 20px;
  margin: 20px 0;
  border-left: 4px solid #dad8d3;
  background-image: none;
  font-size: 14px;
  font-style: normal;
}
.div-comment code {
	white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  background:#FFFFFF url(images/pre_bg.gif) repeat scroll left top;
  border:1px solid #d3d1cb;
  color:#000000;
  display:block;
  font-family:"Courier New",Courier,monospace;
  font-size:13px;
  line-height:18px;
  margin-bottom:10px;
  overflow:auto;
  padding:18px 10px 17px;
}
.comment img {
  max-width: 700px;
}
/* Forum Page
=================================== */
.div-comment {
  padding-right: 30px;
  width: 698px;
}
/* Forum Post Form
=================================== */
#postform label input, .postform label input {
  width: 680px;
  margin-top: 5px;
}
#postform textarea, postform textarea {
  margin-top: 5px;
}
/* Profile
=================================== */
#userinfo dt {

}
#userinfo dd {
  font-size: 10px;
  font-family: Verdana, Arial;
  text-transform: uppercase;
  padding-left: 10px;
}
.required {
  color: red;
}
