/*
Theme Name: FreelanceHot
Theme URI: http://designsbycasey.com/
Description: Custom theme created specifically for Freelance Hot.
Version: 1.0
Author: Casey Christensen
Author URI: http://designsbycasey.com/
Tags: freelancehot

*/

* { margin:0; padding:0; }
/*.clear
{
	clear:both;
	padding:0;
}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body
{ 
	background: white url(i/bg.png) 0 0 repeat-x;
	font-family: arial, verdana, sans-serif;
	background-color:#958b81;
}

#header
{
	height: 112px;
	width: 980px;
	margin: 0 auto;
	margin-top: 11px;
	overflow: hidden;
}

.container
{
	background-color: white;
	padding-bottom: 10px;
}

#bodycontain 
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#body
{
	width: 860px;
	float: left;
}

#advspace 
{ 
	width: 120px;
	float: right;
	overflow: hidden;
}

#header ul
{
	list-style-type: none;
	list-style-position: outside;
}

#header ul li
{
	margin-right: 10px;
	float: left;
	font-size: .8em;
	font-weight: bold;
	padding: 5px;
}

#header ul li.current
{
	background-color: #ffc111;
}

#header ul li a
{
	color: white;
	text-decoration: none;
	padding: 5px;
}

#header ul li a:hover
{
	background-color: gray; }

#header ul li.jumper
{ 
	float: right;
	margin-right: 0;
	clear: right;
}

#header ul li.jumper form p select
{
	padding: 2px 2px 2px 5px;
	position: relative;
	top: -2px;
	font-size: .8em;
	width: 200px;
}

#header div.logo_container
{
	clear: both;
	margin-top: 20px;
}

#header div.logo_container a.logo
{
	float: left;
	height: 44px;
	width: 224px;
	display: block;
	background: transparent url(i/logo.png) 0 0 no-repeat;
}

#header div.logo_container a.logo span
{ display: none; }

#header div.logo_container div.welcome
{
	float: right;
	width: 500px;
	padding: 2px 55px 15px 0;
	background: transparent url(i/wbg.png) top right no-repeat;
}

#header div.logo_container div.welcome p
{
	text-align: right;
	color:#3f3f3f;
}

#header div.logo_container div.welcome p a
{
	font-size: .7em !important;
	color:#3f3f3f;
}

#body .get_started_container
{
	background-color:#efefef;
	border-bottom:1px solid #dcdcdc;
	margin-bottom: 10px;
}

#body .get_started_container .l
{
	float: left;
	height: 215px;
	width: 294px;
	background: transparent url(i/character.png) 0 0 no-repeat;
}

#body .get_started_container .r
{
	padding-top: 30px;
	height: 185px;
}

#body .get_started_container .r h1
{
	font-family: "myraid pro", verdana, arial, sans-serif;
	border-bottom:1px solid #c3c3c3;
	display: inline;
}

#body .get_started_container .r h2
{
	font-family: "myraid pro", verdana, arial, sans-serif;
	color:#f3a600;
	font-size: 1.3em;
	font-weight: normal;
}

#body .get_started_container .r .button
{
	height:42px;
	width:196px;
	float: right;
	padding-right: 25px;
	margin-top: 60px;
}

#body .get_started_container .r .button a
{
	display: block;
	height:42px;
	width:196px;
	background: transparent url(i/get_started.png) 0 0 no-repeat;
}

#body .get_started_container .r .button a span
{ display: none; }

#body .sidebar
{
	width: 235px;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #c3c3c3;
}

#body .content
{
	width: 594px;
	float: left;
	padding-left: 18px;
	border-left: 1px solid #c3c3c3;
	position: relative;
	left: -1px;
}

.sidebar h1,
.content h1
{
	font-family: "myraid pro", verdana, arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color:#f3a600;
	margin-bottom: 10px;
}

.sidebar ul
{
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 15px;
}

.sidebar ul li
{
	padding: 2px 0;
	font-size: 13px;
	color:#616161;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom: 1px dotted #CCCCCC;
}

.sidebar ul li a
{
	color:#616161;
	font-weight: bold;
	text-decoration: none;
}

.sidebar ul li span
{ color: #f3a600; }

.sidebar h1:hover 
{
	text-decoration: underline;
}

.sidebanner {
	width:120px;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content dl dt
{
	color:#616161;
	font-size: 1em;
	font-weight: bold;
}

.content p
{
	color:#616161;
	font-size: .8em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;	
}

.content dl dd
{
	color:#616161;
	font-size: .8em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
	background: transparent url(i/post_icon.png) 0 1px no-repeat;
}

.content dl dd.last
{ margin-bottom:0; }

.content dl dd a
{ color:#616161; }

.content dl dd a:hover
{ color:#f3a600; }

#footer
{
	height: 32px;
	background: #958b81 url(i/fbg.png) 0 0 repeat-x;
	padding-top: 18px;
}

#footer p
{
	color: white;
	font-size: .8em;
	text-align: right;
	width:980px;
	margin: 0 auto;
}

#footer p a
{
	color: white;
	text-decoration: underline;
}

#footer p span.copyright
{
	float: left;
	text-align: left;
	display: block;
	width: 200px;
}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
