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

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
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 {
	color: #646060;
	background: #423e35 url(images/backgrounds/body.png) repeat-x;
	font: 14px/20px Arial, Helvetica, sans-serif;
}
#single {
	background: #423e35 url(images/backgrounds/body_short.png) repeat-x;
}
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: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
	color: #33312a;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.none {
	display:none !important;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------------------- 
 *  ROUND CORNERS
 * ---------------------------------------------------------------- 
*/
.round_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.round_top_10 {
	-moz-border-radius-topright: 10px;	
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.round_bottom_10 {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
/* ---------------------------------------------------------------- 
 *  LINKS
 * ---------------------------------------------------------------- 
*/ 
a:link, a:visited {
	color: #889c00;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #889c00;
	text-decoration: none;
}
.post a:link, .post a:visited {
	color: #889c00;
	text-decoration: underline;
}
.post a:hover {
	color: #000;
	text-decoration: underline;
}
.post a:active {
	color: #889c00;
	text-decoration: underline;
}
.post h1 a:link, .post h1 a:visited {
	color: #33312a;
	text-decoration: none;
}
.post h1 a:hover {
	color: #000;
	text-decoration: none;
}
.post h1 a:active {
	color: #33312a;
	text-decoration: none;
}
.post a:link.more-link, .post a:visited.more-link, .post attribution a:link {
	color: #59554a;
	background: #d3e4a0;
	border-bottom: 1px solid #90ad2d;
	padding: 0 2px;
	text-decoration: none;
}
.post a:hover.more-link, .post attribution a:hover {
	color: #fff;
	background: #99a308;
	border-bottom: 1px solid #99a308;
	text-decoration: none;
}
.post a:active.more-link {
	color: #59554a;
	background: #d3e4a0;
	text-decoration: none;
}
a.button, a.new-topic, a.new-pm {
  background: #e3e614 url(images/backgrounds/button_bg.png) no-repeat center center;
	border: 1px solid #7a776f;
	font-size: 11px;
	color: #fff;
	padding: 2px 20px;
	padding-bottom: 1px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}
a.dark {
  border: 1px solid #2f2c24;
  color: #eeebe2 !important;
}
a:hover.button, a:hover.new-topic, a:hover.new-pm {
	background: #cb9359 url(images/backgrounds/button_bg_hover.png) no-repeat center center;
	border: 1px solid #7a776f;
}
a:hover.dark {
  border: 1px solid #2f2c24;
}
/* ---------------------------------------------------------------- 
 *  HEADINGS
 * ---------------------------------------------------------------- 
*/ 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #33312a;
}
h1 {
	font-size: 44px;
	line-height: 44px;
	padding-right: 110px;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
h2 {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 13px;
}
.post h3 {
	font-size: 30px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 30px;
	margin: 30px 0;
	text-align: center;
	clear: both;
	background: url(images/backgrounds/h3_border.gif) no-repeat 50% 0;
}
.post h3 span {
  color: #959f00;
}
.post h3 span.below {
  background: url(images/backgrounds/h3_border.gif) no-repeat 50% 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 30px;
}
h3.c_style {
	font-size: 30px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 30px;
	margin: 30px 0;
	text-align: center;
	clear: both;
	background: url(images/backgrounds/h3_border.gif) no-repeat 50% 0;
}
h3.c_style span {
  color: #959f00;
}
h3.c_style span.below {
  background: url(images/backgrounds/h3_border.gif) no-repeat 50% 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 30px;
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #ceccc9;
  padding: 20px 0 10px 0;
  margin-bottom: 15px;
}
h5 {
}
h6 {
}
/* ---------------------------------------------------------------- 
 *  WRAPS
 * ---------------------------------------------------------------- 
*/ 
#header_wrap {
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
	z-index: 10;
}
#content_wrap {
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
	background: #eeebe2 url(images/backgrounds/fff_pixel.gif) repeat-x 0 0;
}
#footer_wrap {
	background: #423e35 url(images/backgrounds/footer_background.png) repeat-x 0 0;
	position: relative;
	min-width: 1002px;
	padding: 0 10px;
}
/* ---------------------------------------------------------------- 
 *  HEADER
 * ---------------------------------------------------------------- 
*/ 
#header {
	position: relative;
	width: 1002px;
	height: 306px;
	margin: 0 auto;
	background: url(images/backgrounds/header.jpg) no-repeat 0 0;
	z-index: 10;
}
#single #header {
	height: 103px;
}
#full #header {
	height: 230px;
}
#forum #header {
	height: 275px;
}
#directory_short #header {
	height: 275px;
}

#logo {
	position: absolute;
	left: 17px;
	top: 12px;
}
.user_info {
	position: absolute;
	top: 62px;
	right: 115px;
	padding: 5px 10px;
	color: #eeebe1;
	font-size: 12px;
}
#single .user_info {
	right: 84px;
}
.user_info li {
	display: inline;
}
.user_info span {
	color: #9c957f;
	padding: 0 3px;
}
.user_info a {
	color: #bac60c;
}
.user_info a:hover {
	color: #c1cb0f;
}
#character_large {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9;
}
#character_small {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 9;
}
#panel {
	width: 1002px;
	position: absolute;
	top: 103px;
	left: 0px;
}
#home #panel {
	height: 224px;
	width: 1022px;
	left: -10px;
}
#home #panel .large_green_img {
	position: absolute;
	top: 0;
	left: 0;
}
.panel_heading {
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.breadcrumbs {
	position: absolute;
	left: 0px;
	bottom: 53px;
	color: #969288;
	font-size: 14px;
	font-family: Arial;
}
#directory_short .breadcrumbs {
  bottom: 22px;
}
.breadcrumbs a {
	color: #f0f942;
}
.wplinks_breadcrumb {
  position: absolute;
  top: -93px;
  left: -22px;
  z-index: 99;
  color: #969288;
	font-size: 14px;
	font-family: Arial;
}
.wplinks_breadcrumb a {
  color: #f0f942 !important;
  text-decoration: none !important;
}
.welcome {
	position: absolute;
	top: 80px;
	left: 40px;
	width: 280px;
	font-size: 13px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f1f3d8;
}
  .welcome ul li a {
    color: #f1f3d8;
    padding-left: 15px;
    background: url(images/icons/welcome-li.png) no-repeat 0 50%;
  }
  .welcome ul li a:hover {
    color: #fff;
  }
.welcome_book {
  position: absolute;
	top: 80px;
	left: 447px;
	width: 165px;
	font-size: 13px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f1f3d8;
}
.welcome_client {
  position: absolute;
	top: 80px;
	right: 47px;
	width: 200px;
	font-size: 13px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f1f3d8;
}
.welcome_book p,
.welcome_client p {
  padding-bottom: 20px;
}
.welcome_book a,
.welcome_client a {
  color: #6b685e;
  background: #dee8b7;
  padding: 2px 5px;
  border-bottom: 1px solid #a7b955;
  font-size: 10px;
  line-height: 10px;
  font-family: Verdana, Arial;
  text-transform: uppercase;
  float: left;
}
.welcome_book a:hover,
.welcome_client a:hover {
  color: #6b685e;
  background: #eeebe1;
  border-bottom: 1px solid #9e9a8d;
}
/*Resources*/
#panel .resource_side {
	position: absolute;
	top: 80px;
	left: 325px;
}
#panel .resource_side li {
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 266px;
	height: 49px;
	margin-left: 55px;
}
#panel .resource_side li a {
	font-size: 18px;
	line-height: 22px;
	font-family: Helvetica, Arial;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 7px 10px;
	height: 35px;
	padding-left: 45px;
	text-indent: -9999px;
}
#panel .resource_side li a span {
	font-size: 13px;
	line-height: 13px;
	font-family: Arial;
	display: block;
	font-weight: normal;
}
#panel .re_pencil a {
	background: url(images/icons/pencil.gif) no-repeat 0 0;
}
#panel .re_plus a {
	background: url(images/icons/plus.gif) no-repeat 0 0;
}
#panel .re_user a {
	background: url(images/icons/user.gif) no-repeat 0 0;
}
#panel .re_search a {
	background: url(images/icons/search.gif) no-repeat 0 0;
}

#panel .resource_side li a:hover {
	background-position: 0 -49px;
}
/* ---------------------------------------------------------------- 
 *  NAVIGATION
 * ---------------------------------------------------------------- 
*/
#navigation {
	position: absolute;
	top: 60px;
	left: -10px;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a {
	color: #c0bbaa;
	display: block;
	padding: 5px 10px;
}
#navigation li a:hover, #navigation li.current_page_item a {
	color: #fff;
}
/* ---------------------------------------------------------------- 
 *  SEARCH FROM
 * ---------------------------------------------------------------- 
*/ 
.search_wrap {
	position: absolute;
	right: 266px;
	top: 13px;
	font:10px/22px arial, helvetica, sans-serif;
	z-index: 10;
}
.search_wrap input {
	float:left;
	background: #262222;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 10px;
	padding-top: 4px;
	height: 16px;
	text-transform: uppercase;
	color: #c5c0b0;
	width: 110px;
}
.search_button {
	border: none;
	float: left;
	background: url(images/backgrounds/go.gif) no-repeat;
	width: 33px;
	padding: 2px;
	padding-bottom: 7px;
	margin-top: 2px;
	margin-left: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}
/*Replace Select*/
.enhanced a {
	text-decoration:none;
	color: #c5c0b0;
}
.search_select_wrap {
	float:left;
	min-height: 40px;
	display: block;
}
.search_select {
	float:left;
	width:115px;
	position:relative;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#262222;
	text-transform: uppercase;
	margin-left: 8px;
}
.search_select .options {
	position:absolute;
	left:-1px;
	top:26px;
	width:115px;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#262222;
	padding:7px 0px;
	line-height: 18px;
	color: #c5c0b0;
}
.search_select .options ul {
	list-style:none;
}
.search_select .options a {
	display:block;
	padding:1px 12px;
	color: #c5c0b0;
}
.search_select .options a:hover {
	text-decoration:none;
	background: #1d1a1a;
}
a.dropdown_toggle {
	display:block;
	background:url(images/icons/arrow.gif) no-repeat center right;
	height:22px;
	padding-right:25px;
}
a.dropdown_toggle span {
	display:block;
	padding: 0 0 0 10px;
	height:22px;
	cursor:pointer !important;
}
.enhanced2 a {
	text-decoration:none;
	color: #45433d;
}
#wplinks_sortform label {
  float: left;
  line-height: 26px;
}
.wplinksort_select {
	float:right;
	width: 80px;
	position:relative;
	border:1px solid #9d9888;
	background: #eeebe2 url(images/backgrounds/cat_dropdown.png) no-repeat 50% 0;
	text-transform: uppercase;
	margin-left: 8px;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #45433d;
	margin-right: 10px;
}
.wplinksort_select .options {
	position:absolute;
	left:-1px;
	top:26px;
	width: 80px;
	border:1px solid #9d9888;
	background: #eeebe2 url(images/backgrounds/cat_dropdown.png) no-repeat 50% 0;
	padding:7px 0px;
	line-height: 18px;
	color: #45433d;
}
.wplinksort_select .options ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.wplinksort_select .options ul li {
	list-style:none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.wplinksort_select .options a {
	display:block;
	padding:1px 12px;
	color: #45433d;
}
.wplinksort_select .options a:hover {
	text-decoration:none;
	background: #fff;
}
/* ---------------------------------------------------------------- 
 *  Site Switcher
 * ---------------------------------------------------------------- 
*/ 
.switcher_wrap {
	position: absolute;
	right: 2px;
	top: 13px;
	width: 240px;
	font:10px/22px arial, helvetica, sans-serif;
	z-index: 10;
	text-transform: uppercase;
	color: #c5c0b0;
	padding-bottom: 5px;
}
.switcher_wrap .swither_header {
	width:115px;
	text-indent: -9999px;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#262222 url(images/icons/switcher_header.gif) no-repeat 10px 2px;
}
.switcher_wrap ul a {
	color: #c5c0b0;
}
.switcher_wrap #links {
	position:absolute;
	left: 0px;
	top:26px;
	width:240px;
	border:1px solid #312f2a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#262222;
	padding:7px 0px;
	line-height: 18px;
	color: #c5c0b0;
	display: none;
}
.switcher_wrap ul {
	list-style:none;
}
.switcher_wrap ul li a {
	display:block;
	padding:1px 17px;
	color: #c5c0b0;
	text-indent: 0;
}
.switcher_wrap ul li a:hover {
	text-decoration:none;
	background: #1d1a1a;
}
.switcher_wrap:hover ul {
	left: 0px;
}
.switcher_arrow {
	display:block;
	padding: 0 0 0 10px;
	background:url(images/icons/arrow.gif) no-repeat center right;
	height:22px;
	cursor:pointer !important;
	padding-right:25px;
}
#misc {
	padding-top: 10px;
	padding-bottom: 20px;
}
#tuts {
	position: relative;
	background: #393333;
	padding: 15px 0;
	border-top: 1px solid #4f4747;
	border-bottom: 1px solid #4f4747;
}
.tuts_image {
	position: absolute;
	top: -12px;
	left: 95px;
}
#tuts a {
	color: #a29d8c;
}
#tuts a:hover {
	text-decoration:none;
	background: #2d2828;
}
#markets {
	background: url(images/backgrounds/marketplaces.gif) no-repeat 50% 10px;
	padding-top: 40px;
	padding-bottom: 15px;
}
/* ---------------------------------------------------------------- 
 *  SUB-NAVIGATION
 * ---------------------------------------------------------------- 
*/ 
#sub-navigation {
	position: absolute;
	left: 0px;
	bottom: -1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#sub-navigation li {
	float: left;
}
#sub-navigation li a {
	display: block;
	background: #545046;
	padding: 4px 13px;
	color: #fff;
	margin-right: 1px;
	border-top: 1px solid #545046;
	border-bottom: 1px solid #d3d0c7;
}
#sub-navigation li a:hover, 
#sub-navigation li.current_page_item a {
	background: #c5c0b0 url(images/backgrounds/subnav.gif) repeat-x 0 0;
	color: #4a4638;
	border-top-color: #eceae3;
	/*
border-left-color: #bbb6a8;
	border-right-color: #bbb6a8;
*/
	border-bottom-color: #c5c0b1;
}
/* ---------------------------------------------------------------- 
 *  Modal Form
 * ---------------------------------------------------------------- 
*/ 
.TB_modal #subscribe {
  display: none;
}
.TB_modal p.subscribe-to-comments {
  color: #fff;
}
.close_form {
	position: absolute;
	top: 20px;
	right: 0px;
	cursor: pointer;
}
.login_header {
  padding-bottom: 20px;
}
#login_form #login, #login_form #password, #login_form #user_login, #solo-subscribe-email {
	background: #f4f4f4;
	border: 1px solid #c3c3c3;
	font-size: 16px;
	font-family: Helvetica, Arial;
	color: #2d2d2d;
	padding: 10px;
	margin-bottom: 20px;
	width: 320px;
}
#single .subscribe-to-comments {
  padding-bottom: 0px;
}
/* ---------------------------------------------------------------- 
 *  CONTENT
 * ---------------------------------------------------------------- 
*/ 
#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	/* background: #c5c0b0 url(images/backgrounds/content.gif) repeat-x 0 0; */
	background: #c5c0b0 url(images/backgrounds/content_pixel.gif) repeat-x 0 0;
	border-left: 1px solid #aca592;
	border-right: 1px solid #aca592;
	padding-bottom: 60px;
	min-height: 200px;
}
#home #content {
	background: #c5c0b0 url(images/backgrounds/content_home.png) repeat-x 0 0;
}
#page {
	background: #fff url(images/backgrounds/page.png) repeat-x 0 0;
	border: 1px solid #928d7d;
	float: left;
	margin: 19px 20px;
	margin-right: 0px;
	padding: 40px;
	width: 560px;
	position: relative;
	min-height: 400px;
}
.four_o_four_guy {
  position: absolute;
  left: 30px;
  top: 40px;
}
/*Lists*/
.post_inner_wrap ul {
  padding-left: 40px;
  padding-bottom: 15px;
}
.post_inner_wrap ul li {
  background: url(images/backgrounds/green_li.gif) no-repeat 0 5px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.post_inner_wrap ol {
  padding-left: 60px;
  padding-bottom: 15px;
}
.post_inner_wrap ol li {
  list-style: decimal;
  padding-left: 15px;
  margin-bottom: 10px;
}
.post_inner_wrap ul ul,
.post_inner_wrap ol ol {
  padding-bottom: 0px;
}
.archive_left {
  width: 50%;
  float: left;
}
.archive_right {
  width: 50%;
  float: left;
}
.archive_left ul, .archive_right ul {
  padding-left: 10px;
}
#full_page {
	background: #fff url(images/backgrounds/page.png) repeat-x 0 0;
	border: 1px solid #928d7d;
	float: left;
	margin: 19px 20px;
	margin-right: 0px;
	padding: 40px;
	width: 878px;
	position: relative;
}
.heading_centered {
	text-align: center;
	padding: 30px 0;
}
.p_centered {
	padding: 0px 200px; 
	text-align: center;
	font-size: 17px;
	font-style: italic;
	margin-bottom: 200px;
}
#single #page {
	margin-bottom: 50px;
}
#home #page {
	margin-top: 40px;
}
#content p {
	padding-bottom: 14px;
}
/*Post*/
.post_bg {
	position: relative;
	background: url(images/backgrounds/post_divider.jpg) no-repeat 50% 100%;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
#single .post_bg {
	margin-bottom: 5px;
	padding-bottom: 30px;
}
.post .optional_excerpt, .post .photo {
	float:right;
	font-size:10px;
	margin-bottom:20px;
	margin-left:30px;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	color: #59554a;
	background: #e8e8e8;
	padding: 0px 5px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 24px;
	text-align: right;
	text-indent: 10px;
	display: block;
}
.post .optional_excerpt br {
	display:block;
	height:0.5em;
	content:"";
}
.post .optional_excerpt img, .post .photo img {
	padding: 0px;
	margin: 0px -5px;
	display: block;
	margin-bottom: -2px;
}
.post .optional_excerpt a, .post .photo a:link {
	padding: 0 2px;
	background: #d3e4a0;
	border-bottom: 1px solid #90ad2d;
	color: #59554a;
	text-decoration: none;
}
.post .optional_excerpt a:hover, .post .photo a:hover {
	background: #99a308;
	border-bottom: 1px solid #99a308;
	color: #fff;
	text-decoration: none;
}
.post .comments_popup_link {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/icons/comments-popup.gif) no-repeat 0 0;
	width: 95px;
	height: 69px;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 1px;
	color: #6f770a;
	text-decoration: none;
}
/*
#single .comments_popup_link {
  top: 120px;
}
*/
.post .comments_popup_link span {
	font-size: 34px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	margin-top: 3px;
	letter-spacing: -3px;
}
.post .comments_popup_link a {
	color: #6f770a;
	text-decoration: none;
}
.post .comments_popup_link a:hover span {
	color: #33312a;
	text-decoration: none;
}
.post .the_post_meta {
	color: #cdd926;
	background: #b0bb0b;
	padding: 5px 8px;
	border: 1px solid #8d9806;
	display: inline;
	font-size: 13px;
}
.post .the_post_meta span {
	color: #fff;
}
.post .the_post_meta li {
	display: inline;
}
.post .the_post_meta li a {
	color: #fff;
	display: inline;
	text-decoration: none;
}
.post .the_post_meta li a:hover {
	color: #3b3f01;
	text-decoration: none;
}
.post .post_inner_wrap {
	margin-top: 10px;
}
.post a.more-link {
	position: absolute;
	display: inline;
	bottom: 35px;
	right: 5px;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.post blockquote {
  color: #33312a;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  padding-left: 60px;
  padding-top: 20px;
  background: url(images/backgrounds/blockquote.gif) no-repeat 5px 25px;
}
.post attribution {
  color: #59554a;
  font-size: 10px;
  font-family: Verdana, Arial;
  padding-left: 60px;
  padding-bottom: 20px;
  text-transform: uppercase;
  display: block;
}
.post .the_tags {
  font-size: 10px;
  font-family: Verdana, Arial;
  text-transform: uppercase;
  padding-top: 20px;
}
/*Author Bio*/
.about_author {
	position: relative;
	padding-right: 80px;
	padding-bottom: 10px;
}
.about_author .avatar {
	position: absolute;
	right: 0px;
	top: 5px;
	border: 1px solid #9b9b9b;
}
.author_links li {
	display: inline;
	font-weight: bold;
}
.author_links li.first {
	background: url(images/backgrounds/li_square.jpg) no-repeat 0 3px;
	padding-left: 20px;
}
.author_links li span {
	padding: 0 5px;
}
/*Post Footer*/
#related_articles {
	background: #eeebe2 url(images/backgrounds/post_footer_bg.jpg) no-repeat 50% 0;
	border: 1px solid #b5b09d;
	padding: 15px 25px;
	padding-bottom: 50px;
	margin: 0 5px;
	font-size: 15px;
}
#related_articles h3 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#related_articles li {
	padding: 10px 0px;
}
#related_articles li span {
	padding-left: 25px;
	background: url(images/backgrounds/li_arrow_right.gif) no-repeat 15px 3px;
	text-indent: -9999px;
	width: 15px;
}
#related_articles li li {
	padding: 10px 0px;
	padding-left: 25px;
	background: url(images/backgrounds/li_square.jpg) no-repeat 0 15px;
}
#related_articles a {
	color: #5f5d57;
}
#related_articles a:hover {
	color: #829110;
}
.post_footer {
	position: absolute;
	bottom: -40px;
	left: 15px;
	width: 610px;
	height: 145px;
	background: url(images/backgrounds/post_footer_panel.png) no-repeat 0 0;
}
.post_footer .share {
	position: absolute;
	bottom: 110px;
	right: 43px;
}
.post_footer .digg {
	position: absolute;
	bottom: 20px;
	right: 49px;
}
.post_footer .social {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px !important;
}
.post_footer .social li {
	float: left;
	padding: 10px 0 20px 0;
	padding-left: 75px;
	margin-right: 25px;
	width: 100px;
}
.post_footer .social li a {
	color: #fff;
}
.post_footer .social li a:hover {
	text-decoration: underline;
}
.post_footer .rss {
	background: url(images/icons/rss.png) no-repeat 29px 0px;
}
.post_footer .printer {
	background: url(images/icons/printer.png) no-repeat 0px 0px;
}
.post_footer .mail {
	background: url(images/icons/mail.png) no-repeat 30px 4px;
}
.post_footer .delicious {
	background: url(images/icons/del.png) no-repeat 10px 7px;
}
/*Comments*/
.comment_head {
  margin: 0 20px 0 30px;
  padding: 35px 0;
  background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 0;
}
.comment_head img {
  float: left;
}
.comment_head a {
  margin-left: 15px;
  margin-top: 9px;
}
.commentlist {
	background: url(images/backgrounds/comments-top.gif) no-repeat 0 0;
	padding-top: 5px;
}
li.comment, li.paginated {
	width: 940px;
	background: url(images/backgrounds/author-div.gif) repeat-y;
	position: relative;
}
.comment-author-wrap {
	background: #c5c0b0 url(images/backgrounds/author-div.gif) repeat-y;
	width: 100%;
	padding: 20px 30px;
	min-height: 70px;
	position: absolute;
	top: 4px;
}
#forum .comment-author-wrap {
  min-height: 40px;
}
.odd .comment-author-wrap {
	background: #bdb7a7 url(images/backgrounds/author-div-dark.gif) repeat-y;
	border-top: 1px solid #cfccc4;
	border-bottom: 1px solid #cfccc4;
}
.comment-author {
	position: absolute;
	top: 20px;
	left: 90px;
	width: 115px;
}
.comment-author cite {
	color: #3b3831;
	font-size: 16px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 18px;
}
.comment-author cite a {
	color: #3b3831;
}
.comment-author .avatar {
	position: absolute;
	top: 0px;
	left: -60px;
	border: 1px solid #7e7b73;
}
.comment-meta {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #686357;
	width: 115px;
}
.comment-meta a {
	color: #686357;
}
ol.children .comment-author-wrap {
	background: none;
	border: none;
}
ol.children .comment-author {
	position: absolute;
	top: 20px;
	left: 310px;
	width: 660px;
	z-index: 99;
}
ol.children .comment-author .comment-meta {
	position: absolute;
	top: 5px;
	right: 0px;
}
.the_form {
	background: #c5c0b0 url(images/backgrounds/author-div.gif) repeat-y;
}
.form_bottom {
  height: 5px;
  background: #c5c0b0 url(images/backgrounds/form_bottom.png) no-repeat 216px 0;
  margin-bottom: 20px;
}
.div-comment, #respond, .paginated-comment {
	position: relative;
	margin-left: 220px;
	width: 648px;
	padding: 20px 30px;
	padding-right: 80px;
	background: #fff url(images/backgrounds/gray_pixel.gif) repeat-x 0 100%;
	border-left: 1px solid #8a8676;
	border-right: 1px solid #8a8676;
	border-bottom: none;
	min-height: 81px;
	font-size: 15px;
	line-height: 22px;
	color: #504d45;
}
#forum .div-comment {
  min-height: 51px;
}
ol.children .div-comment {
  width: 588px;
	padding: 50px 80px 20px 90px;
}
.paginated-comment {
	min-height: 0px;
	background-image: none;
}
.div-comment p {
	padding-bottom: 18px !important;
}
.odd .div-comment {
	background: #f5f4f2 url(images/backgrounds/gray_pixel.gif) repeat-x 0 100%;
}
.reply {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 10px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
.reply a:link, .reply a:visited {
	color: #59554a;
	background: #d3e4a0;
	border-bottom: 1px solid #90ad2d;
	padding: 0 5px;
	text-decoration: none;
}
.reply a:hover {
	color: #fff;
	background: #99a308;
	border-bottom: 1px solid #99a308;
	text-decoration: none;
}
.reply a:active {
	color: #59554a;
	background: #d3e4a0;
	text-decoration: none;
}
#respond form {
  padding-bottom: 20px;
}
#respond h3 {
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
#respond h3 span {
	padding-left: 25px;
	background: url(images/backgrounds/li_arrow_right.gif) no-repeat 15px 2px;
	text-indent: -9999px;
	width: 15px;
}
#respond label {
	display: block;
}
#respond .text {
	width: 565px;
	background: #f4f4f4;
	border: 1px solid #c4c4c4;
	padding: 10px;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #000;
}
/* ---------------------------------------------------------------- 
 *  Subscribe To post
 * ---------------------------------------------------------------- 
*/ 
.subscribe-options {
  padding-bottom: 40px;
}
/* ---------------------------------------------------------------- 
 *  Pagination
 * ---------------------------------------------------------------- 
*/ 
.wp-pagenavi, .commentsnavigation {
	font-size: 10px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #5c584d;
	font-weight: normal;
}
.wp-pagenavi a, .wp-pagenavi .current, .commentsnavigation a, .commentsnavigation .current {
	padding: 1px 4px;
	border: 1px solid #c8c4b7;
	background: #eeebe2;
	color: #5c584d;
	margin-left: 1px;
}
.wp-pagenavi a:hover, .wp-pagenavi .current, .commentsnavigation .current, .commentsnavigation a:hover {
	color: #5c584d;
	background: #fff;
	border: 1px solid #fff;
}
.wp-pagenavi .pages {

}
/* ---------------------------------------------------------------- 
 *  CAPTIONS
 * ---------------------------------------------------------------- 
*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	background-color: #e8e8e8;
	padding-top: 5px;
	margin: 10px;
}
.imageborder {
  border: 5px solid #e8e8e8;
  margin-bottom: 20px !important;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	text-align: right;
	font-family: Verdana, Arial;
	padding: 10px 5px 0 0;
	text-transform: uppercase;
	margin: 0;
}
/* ---------------------------------------------------------------- 
 *  IMAGES
 * ---------------------------------------------------------------- 
*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.imageborder.alignleft,
.imageborder.alignright {
  padding: 0px !important;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* PHOTO STYLES */

img.photo_right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/*** PHOTO STYLE ***/

.cartoon {
  border:1px solid #d8d6ce;
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

div.photo_centre {
	float:none;
	font-size:10px;
	margin-bottom:20px;
	margin-left:30px;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	color: #59554a;
	background: #e8e8e8;
	padding: 0px 5px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 24px;
	text-align: right;
	text-indent: 10px;
	display: block;
}
div.photo_centre br {
	display:block;
	height:0.5em;
	content:"";
}
div.photo_centre img {
	padding: 0px;
	margin: 0px -5px;
	display: block;
	margin-bottom: -2px;
}
div.photo_centre a:link {
	padding: 0 2px;
	background: #d3e4a0;
	border-bottom: 1px solid #90ad2d;
	color: #59554a;
	text-decoration: none;
}
div.photo_centre a:hover {
	background: #99a308;
	border-bottom: 1px solid #99a308;
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------------------------------- 
 *  SIDEBAR
 * ---------------------------------------------------------------- 
*/ 
#sidebar {
	float: right;
	margin: 19px 20px;
	margin-left: 0px;
	width: 300px;
	position: relative;
}
#facebook-like {
  margin-bottom: 20px;
}
  #facebook-like iframe {
    background: #fff;
  }
#home #sidebar {
	margin-top: 40px;
}
#sidebar .side_inner {
	background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	position: relative;
	color: #5f5d57;
}
/*RSS*/
#sidebar .sidebar_community_list {
	position: absolute;
	top: 3px;
	right: 8px;
}
#sidebar .sidebar_community_list li {
	display: inline;
	list-style: none;
	margin-left: 8px;
}
#sidebar .sidebar_community_list_2 {
	position: absolute;
	top: -11px;
	right: 8px;
}
#sidebar .sidebar_community_list_2 li {
	display: inline;
	list-style: none;
	margin-left: 8px;
}
/*Ads*/
#sidebar .ads {
	padding-left: 16px;
	margin-bottom: 10px;
}
.sb_advert {
  text-align: center;
  position: relative;
  top: -5px;
  clear: both;
}
.sb_advert a {
  font-size: 10px;
  font-family: Tahoma, Arial;
  text-transform: uppercase;
  color: #534f45;
}
.sb_advert a:hover {
  color: #fff;
}
/*Jobs*/
#sidebar .side_job_number {
  position: absolute;
  right: 25px;
  top: 13px;
  font-size: 10px;
  line-height: 14px;
  font-family: Verdana, Arial;
  color: #fff;
  text-align: center;
}
#sidebar .jobs_list {
	background: url(images/backgrounds/freelance_jobs_footer.gif) no-repeat 0 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
}
#sidebar .jobs_list_header {
	background: url(images/backgrounds/freelance_jobs_header.jpg) no-repeat 0 0;
	height: 56px;
	margin-bottom: 2px;
	position: relative;
}
#sidebar .jobs_list_header img {
	position: absolute;
	left: 17px;
	top: 13px;
}
#sidebar .jobs_list_body {
	margin: 6px 2px;
}
#sidebar .jobs_list_body li {
	
}
#sidebar .jobs_list_body li a {
	color: #516077;
	display: block;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
#sidebar .jobs_list_body li a span {
	display: block;
	color: #828282;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 9px;
	margin-top: -2px;
	text-transform: uppercase;
}
#sidebar .jobs_list_body li a:hover {
	background: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#sidebar .jobs_list a.more_jobs {
	color: #0f0e0e;
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 20px;
	background: url(images/icons/plus_sign.gif) no-repeat 100% 4px;
}
#sidebar .jobs_list a:hover.more_jobs {
	text-decoration: underline;
}
/*Radio*/
#sidebar .free_radio {
	background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	position: relative;
	color: #5f5d57;
}
#sidebar .free_radio_header {
	margin-bottom: 15px;
}
#sidebar .free_radio_feed {
	position: absolute;
	right: 0px;
	top: 0px;
}
#sidebar .companies_widget {
	background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	position: relative;
}
#sidebar .companies_widget_head {
  display: block;
	margin-bottom: 15px;
}
#sidebar .companies_widget_body {
  display: block;
}
/*Blog*/
#sidebar .explore_blog {
	background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding: 0px 0 20px 0;
	position: relative;
	color: #5f5d57;
}
#sidebar .explore_blog_header {
	margin-bottom: 15px;
}
#sidebar .explore_blog_body {
	padding: 15px 25px 25px 30px;
	background: #eeebe2 url(images/backgrounds/explore_the_blog.jpg) repeat-x 0 0;
	border: 1px solid #aea894;
}
#sidebar .explore_blog_body li a {
	padding: 10px 0;
	padding-left: 25px;
	background: url(images/backgrounds/green_li.gif) no-repeat 0 16px;
	font-size: 16px;
	color: #5f5d57;
	display: block;
}
#sidebar .explore_blog_body li a:hover {
	color: #010101;
}
/*Archives*/
#sidebar .the_archives {
	padding-bottom: 30px;
}
/*Comic Strip*/
#sidebar .the_comics {
	padding: 20px 0;
}
/*Resources*/
#sidebar .resource_side_header {
	margin-bottom: 10px;
}
#sidebar .resource_side li {
	margin-bottom: 10px;
	padding-top: 5px;
	display: block;
}
#sidebar .resource_side li a {
	font-size: 18px;
	line-height: 18px;
	font-family: Helvetica, Arial;
	color: #59554a;
	font-weight: bold;
	display: block;
	border: 1px solid #c5c0b0;
	padding: 13px 15px;
	padding-left: 75px
}
#sidebar .resource_side li a:hover {
	border: 1px solid #e7e5df;
}
#sidebar .resource_side li a span {
	font-size: 13px;
	line-height: 13px;
	font-family: Arial;
	display: block;
	font-weight: normal;
}
#re_light a {
	background: url(images/icons/re_light.png) no-repeat 13px 50%;
}
#re_light a:hover {
	background: #d1cdc0 url(images/icons/re_light.png) no-repeat 13px 50%;
}
#re_clock a {
	background: url(images/icons/re_clock.png) no-repeat 9px 50%;
}
#re_clock a:hover {
	background: #d1cdc0 url(images/icons/re_clock.png) no-repeat 9px 50%;
}
#re_survey a {
	background: url(images/icons/re_survey.png) no-repeat 5px 50%;
}
#re_survey a:hover {
	background: #d1cdc0 url(images/icons/re_survey.png) no-repeat 5px 50%;
}
#re_book a {
	background: url(images/icons/re_book.png) no-repeat 10px 50%;
}
#re_book a:hover {
	background: #d1cdc0 url(images/icons/re_book.png) no-repeat 10px 50%;
}
/*Sub Ads*/
.sub_ads {
	margin-bottom: 20px;
  background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	padding-bottom: 10px;
}
#sidebar .sub_ads .bsap_adhere a {
  background: #AEA894 !important;
  border-color: #E5E1D2 !important;
  text-shadow: none !important;
}
#sidebar .sub_ads .bsap_adhere a:hover {
  background: #f0eee6 !important;
  border-color: #aea894 !important;
  color: #5f5d57 !important;
}
/*Contribute*/
#sidebar .contribute_a_post {
	position: relative;
}
#sidebar .contribute_a_post_header {
	margin-bottom: 15px;
}
#sidebar .contribute_a_post_body {
	padding-right: 100px;
}
#sidebar .character_sidebar {
	position: absolute;
	right: 15px;
	top: 50px;
}
/* Job Post */
#sidebar .post_a_job {
	position: relative;
	margin-top: 30px;
}
#sidebar .post_a_job_header {
	margin-bottom: 15px;
}
#sidebar .post_a_job_body {
	padding-right: 10px;
}
#sidebar .updates_via {
	padding-bottom: 25px;
}
#sidebar .runner {
	position: absolute;
	top: -70px;
	right: 120px;
}
.application .ads {
	padding-top: 10px;
}
/* ---------------------------------------------------------------- 
 *  Footer
 * ---------------------------------------------------------------- 
*/ 
#footer {
	background: #423e35 url(images/backgrounds/footer.jpg) no-repeat 0 0;
	position: relative;
	width: 1002px;
	height: 325px;
	margin: 0 auto;
}
#footer_logo {
	position: absolute;
	left: 17px;
	top: 30px;
}
.help_desk_footer {
	background: url(images/icons/life_saver.gif) no-repeat 0 5px;
	position: absolute;
	left: 30px;
	top: 100px;
	padding-left: 50px;
	color: #c0bbaa;
	width: 450px;
}
.help_desk_footer a {
	color: #fff;
	font-weight: bold;
}
.help_desk_footer a:hover {
	color: #ebdeb6;
}
.community_stats {
	width: 410px;
	position: absolute;
	right: 30px;
	top: 100px;
	color: #ebdeb6;
}
.community_stats a {
	color: #ebdeb6;
}
.community_list {
	float: right;
}
.community_list li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 10px;
}
.stats_list {
	float: right;
	font-size: 18px;
	font-family: Helvetica, Arial;
	padding-top: 10px;
}
.stats_list li {
	display: inline;
	list-style: none;
	margin-left: 35px;
	float: left;
}
.stats_list li span {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, Arial;
	display: block;
	color: #817762;
	line-height: 25px;
}
.footer_bottom {
	background: url(images/backgrounds/footer_divider.gif) repeat-x 0 0;
	position: absolute;
	width: 942px;
	top: 215px;
	left: 30px;
	color: #817762;
	font-size: 10px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
.footer_bottom p {
	padding-top: 27px;
	float: left;
}
.footer_bottom a {
	color: #c5c0b0;
}
.footer_bottom a:hover {
	color: #a1ab09;
}
.footer_bottom #envato_logo {
	padding: 22px 15px 0 2px;
	float: left;
}
/* ---------------------------------------------------------------- 
 *  Jobs Board
 * ---------------------------------------------------------------- 
*/ 
.job_number {
	color: #f0f942;
}
.job_number small, .search_term small {
	color: #fff;
	text-transform: capitalize;
}
h1.job_heading {
	padding-right: 180px;
}
.posted_on {
	font-size: 10px;
	line-height: 10px;
	color: #33312a;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.job_title {
	padding: 0px;
	padding-bottom: 20px;
}
.job_meta {
	color: #33312a;
	font-size: 17px;
	font-style: italic;
}
.job_ad h1 {
  margin-bottom: 0px;
}
.job_ad .post_bg {
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.job_ad li, .freelancer_page li {
  padding-bottom: 12px;
}
.job_ad ul li, .freelancer_page ul li {
  background: url(images/backgrounds/green_li.gif) no-repeat 0 5px;
  padding-left: 20px;
  margin-left: 10px;
}
.job_ad ul, .job_ad ol,
.freelancer_page ul, .freelancer_page ol {
  margin: 10px 0;
}
.job_ad ol li,
.freelancer_page ol li {
  list-style: decimal;
  margin-left: 30px;
}
.apply_for_job {
  margin-top: 40px;
}
/*Jobboard Select*/
#search_country, #search_profession, #user_profession, 
#user_country, #social_media_account_account_type,
#job_category_id,
#job_budget {
  border: 1px solid #c3c3c3;
  background: #f4f4f4;
  color:#2D2D2D;
  font-family:Helvetica,Arial;
  font-size:16px;
  margin-bottom:20px;
  padding:14px 10px;
  width: 562px;
}
#search_profession {
  padding: 7px 10px;
}
#search_profession option {
  padding: 2px 0;
}
/*Board Pagination*/
.pagination {
	font-size: 10px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color: #5c584d;
	font-weight: normal;
	margin-top: 20px;
}
.pagination a, .pagination .current {
	padding: 1px 4px;
	border: 1px solid #c8c4b7;
	background: #eeebe2;
	color: #5c584d;
	margin-left: 1px;
}
.pagination a:hover, .pagination .current {
	color: #5c584d;
	background: #fff;
	border: 1px solid #fff;
}
.wp-pagenavi .pages {

}
/*Category Navigation*/
.job_cat_dropdown {
  position: absolute;
  right: 30px;
  top: 10px;
}
.categories_navigation {
	position: relative;
	float: right;
	width: 170px;
	top: 20px;
	right: 0px;
	z-index: 10;
}
.categories_navigation p {
	float: left;
	color: #45433d;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.category_dropdown {
	float: right;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
}
.category_dropdown li {
	display: block;
	float: left;
	padding-bottom: 2px;
	background-image: none;
	padding-left: 0;
	position: relative;
}
.category_dropdown li a {
	display: block;
	border: 1px solid #9d9888;
	color: #45433d;
	padding: 7px 10px;
	padding-bottom: 6px;
	width: 82px;
  background: #eeebe2 url(images/backgrounds/cat_dropdown.png) no-repeat 50% 0;
	padding-right:25px;
}
.category_dropdown span {
  background: url(images/icons/arrow.gif) no-repeat 0 0;
  height: 5px;
  width: 18px;
  position: absolute;
  right: 4px;
  top: 10px;
}
.category_dropdown li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 117px;
   margin-top: 2px;
   border: 1px solid #9d9888;
   background: #eeebe2 url(images/backgrounds/cat_dropdown.png) no-repeat 50% 0;
   list-style: none;
   line-height: 1;
   padding: 7px 0;
}
.category_dropdown li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   border: none !important;
}
.category_dropdown ul li a {
	margin-right: 0px;
	display: block;
	border: none !important;
	padding: 5px 10px;
	background-image: none;
	width: 97px;
	background: none;
}
.category_dropdown ul li a:hover {
	margin-right: 0px;
	background: #e0dbce;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.category_dropdown li:hover ul,
.category_dropdown li.sfhover ul{
   left: auto;
}
ul.job_list {	
	border-top:1px solid #dddcda; 
	margin-bottom: 20px;
}
ul.job_list br {
	height: 1px;
}
ul.job_list li {	
	border-bottom: 1px solid #d6d5d3;
	color:#66645a;
	text-decoration:none;
	position:relative;
	padding: 15px 15px 0px 35px;
	background: #fff url(images/icons/green_arrow.gif) no-repeat 10px 15px;
}
ul.job_list li.alternate { 
	background: #f6f6f6 url(images/icons/green_arrow.gif) no-repeat 10px 15px; 
}
ul.job_list li a big {
	font-size:16px;
	line-height:16px;
	width:280px;	
	font-weight:bold; 
	font-family: Helvetica, Arial;
	color: #2d2c28;
	float: left;
	padding-right: 20px;
}
ul.job_list li a small {
	font-size:11px;
	line-height: 16px;
}
ul.job_list li a strong {
	font-weight: normal;
	color: #555047;
	line-height: 16px;
	font-size: 14px;
	width: 120px;
	padding-right: 20px;
	font-family: Arial;
	float: left;
	font-style: italic;
	text-align: right;
}
ul.job_list li a em {
	font-weight:normal;
	color:#555047;	
	font-style:italic;
	font-size:10px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: Arial;
	float: left;
	width: 70px;	
}
ul.job_list li .job_links {
	position: absolute;
	right: 15px;
	bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
}
.your_jobs .job_links {
  top: 15px;
}
.your_jobs ul.job_list li a strong {
	padding-top: 3px;
}
.your_jobs ul.job_list li a small {
	display: none;	
}
.your_jobs ul.job_list li a em {
	width: 170px;	
	padding-top: 5px;
}
ul.job_list li .job_links a {
	margin-left: 15px;
	background: #d3e4a0; 
	color: #59554a;
	font-family: Verdana, Arial;
	padding: 0px 10px;
	border-bottom: 1px solid #90ad2d;
}
ul.job_list li .job_links a:hover {
	background: #99a308; 
	color: #fff;
	border-bottom: 1px solid #99a308;
}
ul.job_list li a:hover big {
	color:#000;
	font-weight:bold;
}
ul.job_list li a:hover small {
	color:#889c00;	
}
ul.job_list li a:hover strong {
	color:#000;	
}
ul.job_list li a:hover em {
	color:#000;
}
/* Login Form */
form label {
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	font-family: Helvetica, Arial;
	color: #000;
	font-weight: bold;
}
form label em {
	font-size: 13px;
	line-height: 13px !important;
	font-family: Arial;
	color: #4c4c4c;
	display: block;
	font-weight: normal;
}
form p input, #user_email, form p textarea, .fieldWithErrors input, .form_field {
	background: #f4f4f4;
	border: 1px solid #c3c3c3;
	font-size: 16px;
	font-family: Helvetica, Arial;
	color: #2d2d2d;
	padding: 14px 10px;
	width: 540px;
	margin-bottom: 20px;
}

form input.button {
	background: #e3e614 url(images/backgrounds/button_bg.png) no-repeat center center;
	border: 1px solid #7a776f;
	font-size: 11px;
	color: #fff;
	padding: 3px 20px;
	padding-bottom: 4px;
	text-transform: uppercase;
	cursor: pointer;
}
.button_small {
  padding: 3px 5px !important;
}
form input.dark {
  border: 1px solid #000;
}
form input.button:hover {
	background: #cb9359 url(images/backgrounds/button_bg_hover.png) no-repeat center center;
	border: 1px solid #7a776f;
}
form input.dark:hover {
  border: 1px solid #000;
}
#job_approved {
	margin: 0 10px 10px 0;
	vertical-align: text-top;
}
#job_deleted_at {
	margin: 0 10px 10px 0;
	vertical-align: text-top;
}
#sign_up_form {
	width: 565px;
	margin: 0 auto;
	padding: 20px 0 30px;
}
.finger_snap {
	position: absolute;
	left: 90px;
	bottom: 500px;
}
/* Errors and Alerts */
.alert {
	background: #eaedbf url(images/icons/success.gif) no-repeat 23px 23px;
	padding: 40px 20px 40px 90px;
	border: 1px solid #8a9015;
	margin-bottom:20px;
	color: #3c3d2d;
	font-size: 18px;
	font-weight: bold;
}
.error {
	background: #fff6df url(images/icons/error.gif) no-repeat 23px 23px;
	padding: 40px 20px 40px 90px;
	border: 1px solid #ffba00;
	margin-bottom:20px;
	color: #3c3d2d;
	font-size: 18px;
	font-weight: bold;
}

/* Reports Table */
table {
	width: 100%;
	text-align:left;
	border-collapse:collapse;
	margin: 20px 0;
	background: #eeebe2;
	font-size: 13px;
	margin-bottom: 30px;
}
table th {
	font-weight:normal;
	font-size: 12px;
	padding: 8px 15px;
	border-bottom:1px solid #fff;
}
table td {
	color: #3f3f3f;
	border-top:1px solid #9e9a8d;
	padding: 6px 15px;
}
table tr.unread td {
	background: #f1f1f1;
}
table tr:hover td {
	background: #fff;
}
thead {
	border: 1px solid #59554a;
	background: #59554a;
	color:#fff;
}
tbody {
	border: 1px solid #9e9a8d;
}
/* Feeds Table */
table.subscriptions_table thead {
  border-color: #928d7d;
  background: #b1bb0d url(images/backgrounds/thead.png) repeat-x 0 0;
}
table.subscriptions_table th {
  padding: 6px 15px;
  border-bottom: 1px solid #928d7d;
}
table.subscriptions_table tbody {
  border-color: #928d7d;
}
table.subscriptions_table {
  background: #c5c0b0;
  color: #33312a;
}
table.subscriptions_table a {
  color: #33312a;
}
table.subscriptions_table a:hover {
  color: #fff;
}
table.subscriptions_table td {
	color: #3f3f3f;
	border-top:1px solid #eeece6;
	padding: 6px 15px;
}
table.subscriptions_table tr.alt td {
	background: #dcd8cc;
}
table.subscriptions_table tr:hover td {
	background: #c5c0b0;
}
table.subscriptions_table tr:hover.alt td {
	background: #dcd8cc;
}
/* Left Submenu */
#profile_sidebar {
  float: left;
	margin-left: 20px;
	margin-bottom: 100px;
	width: 300px;
	position: relative;
}
.testimonials_wrap {
  position: relative;
  width: 300px;
  float: left;
}
.testimonials_wrap .blockquote {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(images/backgrounds/side_quote_right.gif) no-repeat 100% 100%;
}
.testimonials_wrap .blockquote p {
  background: url(images/backgrounds/side_quote_left.jpg) no-repeat 15px 10px;
  padding: 10px 20px 0px 50px;
  position: relative;
}
.testimonials_info {
  padding: 0 50px 0 50px;
  font-weight: bold;
}
.testimonials_info a {
  color: #545046; 
}
.testimonials_info a:hover {
  color: #000; 
  display: block;
}
.profile_info {
  background: #fff url(images/backgrounds/page.png) repeat-x 0 0;
	border: 1px solid #928d7d;
	float: left;
	margin: 19px 0px;
	padding: 20px;
	width: 256px;
	position: relative;
}
.submenu {
  background: #fff url(images/backgrounds/page.png) repeat-x 0 0;
	border: 1px solid #928d7d;
	float: left;
	margin: 19px 20px;
	margin-right: 0;
	padding: 20px;
	width: 256px;
	position: relative;
}
.submenu li.current_page_item a {
  color: #000;
}
.settings li a {
  font-size: 17px;
  padding: 6px 0;
  color: #59554a;
  display: block;
}
.settings li a:hover, 
.settings li.active a {
  color: #000;
}
.profile_left {
  float: left;
  width: 90px;
  margin-right: 10px;
}
.profile_left img {
  border: 1px solid #7e7b73;
}
.profile_right {
  float: left;
  width: 155px;
}
.profile_right h3 {
  margin-top: 10px;
  padding-bottom: 10px;
}
.profile_right span {
  color: #b9b5aa;
  font-size: 12px;
  line-height: 12px !important;  
}
.profile_right p {
  color: #594c41;
  font-size: 15px;
  padding-bottom: 10px !important;  
}
.profile_right a {
  color: #594c41;  
}
.profile_right a:hover {
  color: #000;  
}
/* Profile */
.page_inner_wrap h3 small {
  display: block;
  color: #aca99f;
  font-size: 18px;
  font-weight: normal;
}
.page_inner_wrap h3 small a {
  color: #aca99f;
}
.page_inner_wrap h3 small a:hover {
  color: #000;
}
.page_inner_wrap h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.page_inner_wrap h3 span {
	padding-left: 25px;
	background: url(images/backgrounds/li_arrow_right.gif) no-repeat 12px 2px;
	text-indent: -9999px;
	width: 15px;
}
.work_sample_image {
  border: 1px solid #5c574c;
  height: 290px;
  width: 560px;
  margin-bottom: 20px;
}
.work_sample_header {
  padding-bottom: 5px;
  color: #494844;
}
.user_banner {
	border: 1px;
	float: left;
	margin: 19px 0 0 21px;
	width: 640px;
	height: 185px;
	position: relative;
	background: #c5c0b0;
}
#social_media_accounts {
  position: absolute;
  right: -15px;
  top: -5px;
}
#social_media_accounts li {
  background: no-repeat;
  padding-left: 1px;
  height: 36px;
  width: 36px;
  display: inline;
  margin-left: 0px;
}
/* ---------------------------------------------------------------- 
 *  Forum
 * ---------------------------------------------------------------- 
*/ 
.topic_head {
  padding:20px 20px 5px 30px !important;
}
#forum #topic_name {
  padding-bottom: 0px !important;
}
.topic_head p {
  padding-top: 0px !important;
}
.forum_dropdown li a {
	width: 172px;
}
.forum_dropdown li ul{
   width: 207px;
}
.forum_dropdown ul li a {
	width: 187px;
}
.large_comments_wrap {
	background: #c5c0b0 url(images/backgrounds/author-div-large.gif) repeat-y;
}
.large_comment {
	background: url(images/backgrounds/comments-top-large.gif) no-repeat 0 0;
	padding-top: 5px;
}
.large_comment .comment-author-wrap {
	background: #c5c0b0 url(images/backgrounds/author-div-large.gif) repeat-y;
}
.large_comment .comment-author {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 100px;
}
.large_comment .comment-author .avatar {
	position: absolute;
	top: -50px;
	left: 0px;
	border: 1px solid #7e7b73;
}
.large_comment .div-comment {
	position: relative;
	margin-left: 145px;
	width: 773px;
	padding: 20px 30px;
}
.large_comments_wrap .the_comments {
  background: url(images/backgrounds/large-content-bottom.gif) no-repeat 0 100%;
  padding-bottom: 21px;
  margin-bottom: 0px;
}

/* ---------------------------------------------------------------- 
 *  Work Sample Slider
 * ---------------------------------------------------------------- 
*/ 
.workSampleSlider {
  width: 562px;
  position: relative;
}
.workSampleSlider .page_count {
  color: #aca99f;
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 14px;
  font-family: Helvetica, Arial;
  font-weight: bold;
}
.workSampleSlider .sample_wrapper {
  width: 562px;
  overflow: hidden;
  height: auto;
  margin: 0px;
  position: relative;
  top: 0;
}
.workSampleSlider ul img {
  border:1px solid #5C574C;
}
.workSampleSlider .sample_wrapper > ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: relative;
  top: 0;
}
.workSampleSlider ul li.sample {
  display:block;
  float:left;
  height: auto !important;
  width: 562px;
  padding: 0px;
  margin: 0px;
  background: none;
}
.workSampleSlider ul li.sample h3, 
.workSampleSlider ul li.sample p {
  padding: 0 50px;
}
.workSampleSlider ul li.sample a img {
  display:block;
}
.workSampleSlider .arrow {
  display: block;
  height: 25px;
  width: 34px;
  background: url(images/backgrounds/sample_button.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 330px;
  cursor: pointer;
}
.workSampleSlider .forward {
  background-position: 0 0;
  right: 0;
}
.workSampleSlider .back {
  background-position: 0 -50px;
  left: 0;
}
.workSampleSlider .forward:hover {
  background-position: 0 -25px;
}
.workSampleSlider .back:hover {
  background-position: 0 -75px;
}
/* ---------------------------------------------------------------- 
 *  Freelancer
 * ---------------------------------------------------------------- 
*/ 
.not_subcribed .user_img img {
  width: 40px;
  height: 40px;
}
.not_subcribed .user_text h3 {
  font-size: 16px;
}
.not_subcribed .user_text p {
  display: none;
}
.freelancer {
  border-bottom: 1px solid #d5d4d2;
  padding: 20px;
}
.freelancer_alt {
  background: #f6f6f6;
}
.freelancer .user_img {
  float: left;
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
}
.freelancer .user_img img {
  padding: 0px;
  margin: 0px;
  border: 1px solid #59554a;
}
.freelancer .user_text {
  float: left;
  padding-right: 20px;
  width: 160px;
}
.freelancer .user_text h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline;
}
.freelancer .user_text h3 a {
  color: #3b3831;
}
.freelancer .user_text p {
  color: #594c41;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Verdana, Arial;
}
.freelancer .user_pro {
  float: left;
  padding-right: 20px;
  width: 105px;
  text-align: right;
  color: #3b3831;
  font-family: Helvetica, Arial;
  font-size: 13px;
}
.freelancer .user_local {
  float: left;
  width: 110px;
  text-align: right;
  color: #3b3831;
  font-family: Helvetica, Arial;
  font-size: 13px;
}
.freelancer_btn {
  position: absolute;
  top: 60px;
  right: 40px;
}
/* ---------------------------------------------------------------- 
 *  Subscriber Page
 * ---------------------------------------------------------------- 
*/ 
.free_subscriber {
  background: #eaedbf url(images/backgrounds/free_subscriber.gif) no-repeat 0 0;
  border: 1px solid #868d0e;
  margin-top: 15px;
  padding: 120px 0 40px 135px;

}
.free_subscriber .list_item {
  padding: 10px 55px;
  padding-bottom: 5px;
  background: url(images/icons/flag.gif) no-repeat 0 25px;
}
.free_subscriber .list_item h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.free_subscriber .last {
  padding-bottom: 40px;
}
.cancel_paid_btn {
  margin-bottom: 100px;
}
.paid_subscriber {
  position: absolute;
  right: 50px;
  top: 30px;
}
/* ---------------------------------------------------------------- 
 *  Tags
 * ---------------------------------------------------------------- 
*/
.tag1 {
  font-size: 100%;
}
.tag2 {
  font-size: 130%;
}
.tag3 {
  font-size: 150%;
}
.tag4 {
  font-size: 170%;
}
.tag5 {
  font-size: 200%;
}

/* Leader Board */
.leader_board {
  margin: 0 auto;
  position: relative;
  overflow: visible;
  float: left;
  width: 640px;
  height: 88px;
  border: 1px solid #9e9a8d;
  background: #dedcd4;
  margin: 19px 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
  .leader_board a.LB_advert {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 88px;
    width: 21px;
    text-indent: -9999px;
    background: transparent url(images/ad_here.gif) no-repeat 0 0;
  }
  .lb_inner {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 620px;
    height: 90px;
  }
    .lb_inner a {
      display: block;
      font-family: verdana, sans-serif;
      margin: 0;
      text-align: center;
      text-decoration: none;
      overflow: hidden;
      text-shadow: 0 1px 0 #fff;
    }
      .lb_inner img { 
        border: 0;
        clear: right;
      }
    .lb_inner a.adhere { 
      font-size: 12px;
      border: 1px solid #9e9a8d;
      background: #dedcd4;
      text-align: center;
    }
    .lb_inner a.adhere:hover {
      border: 1px solid #928d7d;
      background: #d1cfc7;
      color: #8c8c8c;
    }

.page_wrapper {
  width: 642px;
  position: relative;
  float: left;
}
#post_jobs_widget {
  background: #fbfbf2 url(images/fsw-jobs.gif) no-repeat 20px 20px;
  border: 1px solid #e1e1c1;
  padding: 20px 20px 15px 210px;
  overflow: hidden;
  clear: both;
  margin: 20px 0 40px 0;
}
  #post_jobs_widget a {
    text-decoration: none;
  }
  #post_jobs_widget h3 {
    font-size: 18px;
    text-align: left;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-weight: bold;
  }
    #post_jobs_widget h3 a {
      text-decoration: none;
      color: #33312a;
    }
    #post_jobs_widget h3 a:hover {
      text-decoration: underline;
    }
      #post_jobs_widget h3 a span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #899900;
      }
  #post_jobs_widget .post_job_l {
    float: right;
  }
#monthly_readers h1 {
  color: #565247;
  background: transparent url(images/monthly-readers.png) no-repeat right center;
  font-size: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0px #e2dfd3;
}
#post_bsa {
  background: #fbfbf2;
  border: 1px solid #e1e1c1;
  padding: 20px 46px;
  overflow: hidden;
  clear: both;
  margin: 20px 0 40px 0;
}

/* Review Shortcode Styles */
.review-shortcode,
.disclaimer-shortcode {
  background: #eff1ce url(images/review-icon.png) no-repeat 25px center;
  border: 1px solid #b0bb0b;
  color: #383838;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 25px 15px 100px;
  margin-bottom: 25px;
}
  .review-shortcode strong,
  .disclaimer-shortcode strong {
    color: #000;
  }
  .review-shortcode p,
  .disclaimer-shortcode p {
    font-style: italic;
    padding-bottom: 0px !important;
  }
/* mail chimp */
#sidebar .mail_chimp {
  font-size: 12px;
  line-height: 18px;
  color: #6a635b;
  position: relative;
  overflow: hidden;
  background: url(images/backgrounds/sidebar_border.gif) repeat-x 0 100%;
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
}
  #sidebar .mail_chimp img {
    margin-bottom: 10px;
  }
  #sidebar .mail_chimp .mail_chimp_text {
    float: left;
  }
    #sidebar .mail_chimp .mail_chimp_text p {
      font-size: 13px;
      padding-bottom: 10px;
    }
    #sidebar .mail_chimp .mail_chimp_text label {
      color: #6a635b;
      display: block;
      float: left;
      width: 50px;
      margin-bottom: 10px;
      line-height: 30px;
      font-size: 13px;
    }
    #sidebar .mail_chimp .mail_chimp_text input[type="text"] {
      background: #eeebe2;
      border: 1px solid #c5c0b0;
      border-top-color: #b6b3ac;
      display: block;
      float: left;
      margin-bottom: 10px;
      font-size: 13px;
      padding: 6px 9px;
      width: 230px;
    }
    #mc_signup,
    #mc_signup_form,
    #mc_subheader,
    #mc_form_inside {
      overflow: hidden;
    }
    #mc_message,
    #mc-response {
      padding-bottom: 10px;
    }
    .error_msg {
      color: red;
    }
    #mc_signup_submit {
      background: #e3e614 url(images/backgrounds/button_bg.png) no-repeat center center;
      border: 1px solid #7a776f;
      display: block;
      font-size: 11px;
      line-height: 20px;
      color: #fff;
      padding: 2px 20px;
      padding-bottom: 1px;
      text-transform: uppercase;
      cursor: pointer;
      float: left;
    }

    #mc_signup_submit:hover {
    	background: #cb9359 url(images/backgrounds/button_bg_hover.png) no-repeat center center;
    	border: 1px solid #7a776f;
    }
