﻿/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

title, .page-title
{
    display:none;
}

/* Global --------------------------------------------------------- */

/* BEGIN post reset DEFAULT HTML tag styles */

body
{
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background: #fbfbfb url('../Img/bg-site.png') repeat-x top left; 			
}

code
{
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
}

textarea
{
	border: 1px solid #999;
	font-size: 90%;
}

input, select, button, textarea
{
	border: 1px solid #999;
	font-size: 100%;
	font-family:  'Helvetica Neue',Helvetica,Arial,sans-serif;
}

input[type=submit] + a.cancel, a.orange-submit + a.cancel
{
    display:inline-block;
    margin-left:12px;
}

input, select, textarea
{
	margin: 5px 0px;
	padding: 3px;
}

input[type=submit]
{
	margin:0;
}

input[type=radio] 
{
	border:none;
	vertical-align:middle;
}

input[type=radio] + label 
{
	vertical-align:middle;
}

input[type=checkbox] 
{
	border:0;
	margin:0 5px 0 0;
	position:relative;
	top:1px;
}

input[type=text], input[type=password], textarea, select
{
	outline:none;
	border: 1px solid #ccc;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=submit]:focus, button:focus, select:focus
{
	border-color:#fd8008;
}

body.employer input[type=text]:focus, body.employer input[type=password]:focus, body.employer textarea:focus, body.employer input[type=submit]:focus, body.employer button:focus, body.employer select:focus
{
	border-color:#5ea6ea;
}

input[type=submit], button
{
	min-width:90px;
	outline:none;
}

input[type=submit].progress, button.progress, a.progress
{
    color:#aaa;
    text-decoration:none;
    text-shadow: none;
}

input[type=submit].orange-submit.progress, a.orange-submit.progress
{
    color:#FFCA99;
}

input.placeholder, textarea.placeholder
{
	color:#888;
}

a.progress:hover
{
    text-decoration:none;
}

pre
{
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
	margin-bottom: 10px;
	overflow: auto;
	width: auto;
	padding: 5px;
	background-color: #eee;
	padding-bottom: 20px !ie7;
	max-height: 600px;
}

blockquote
{
    margin:10px 25px;
    padding:0 10px;
    border-left:1px dotted #999;
}

b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

ul
{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 1em;
}
ol ul, ul ol, ul ul, ol ol
{
	margin-bottom: 0px;
}

ul ul, ol ul {
    list-style-type: circle;
}

p
{
	clear: both;
	margin-bottom: 1em;
}

ol
{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 1em;
}

[dir=rtl]
{
    text-align:right;
}

a
{
	color: #07c;
	text-decoration: none;
	cursor: pointer;
}

#header a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.pdf-icon
{
    padding-left: 20px;
    background: url(../Img/icon-pdf.gif) no-repeat left center;
}

h1, h2, h3, h4, h5, h6 { line-height: 1; }

h1
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 1em;
}

h2
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 1em;
}

h3
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 > a, h3 > a:visited, h3 > a:hover
{
    text-decoration:none;
	color: inherit;
}


hr
{
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	margin-bottom: 20px;
}

sup
{
	font-size: 80%;
	position: relative;
	top: -0.4em;
}

sub
{
	position: relative;
	top: 0.3em;
	font-size: 80%;
}

kbd
{
	padding: 2px 4px;
	white-space: nowrap;
	color: #000;
	background: #eee;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #ccc #aaa #888 #bbb;
}

/* END post-reset default HTML tag styles */

.clear
{
	clear:both;
}

.fl { float: left; }
.fr { float: right; }

.container
{
	margin: 0px auto;
	text-align: left;
	width: 975px; /* fixes page height calculation in IE7 -- do not remove unless you've verified */ /* http://www.positioniseverything.net/articles/haslayout.html */
	background:#fff;
	zoom: 1;
}

#footer .container
{
	background:transparent;
}

.bg-white
{
	background-color:#fff;
}

.page-description
{
	color: #333;
	font-size: 120%;
	margin: 1.2em 1.2em 0.5em 1.2em;
	line-height: 120%;
}

.main
{
	width:660px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

.sidebar
{
	float:right;
	width:225px;
	margin-bottom:30px;
	background-color:#fff;
}

.wide-sidebar .main 
{
    width: 610px;
}

.wide-sidebar .sidebar 
{
    width: 275px;
}

.sidebar .nav
{
    border: 1px solid #EEE;
    border-top: none;
    margin-bottom: 20px;
}

.sidebar .nav .item
{
    padding: 5px;
    border-top: 1px solid #EEE;
    clear: both;
}

.sidebar .nav .selected-controls > div
{
    padding: 5px 5px 0 5px;
}

.sidebar .nav .selected-controls input[name=NoIndex]
{
    display:block;
    float:left;
    margin-right:7px;
}

.sidebar .nav .selected-controls input[name=route]
{
    display:block;
    margin-bottom:10px;
}

.sidebar .nav .selected-controls label[for=NoIndex]
{
    width:160px;
}

.sidebar .nav .selected-controls #public-route-form
{
    margin-bottom:10px;
}

.sidebar .nav .item .selected
{
    background-color: #FFEFC6;
}

.sidebar .nav .item .info
{
    padding: 5px;
    display: block;
    text-decoration: none;
}

.sidebar .nav .item .info:hover
{
    background-color: #FFEFC6;
}

.sidebar .nav .item .info .title
{
    font-weight: bold;
}

.sidebar .nav .item .info .message
{
    float: right;
    text-align: right;
}

.sidebar .nav .whats-next
{
    margin: 0;
    padding: 0;
}

.cv-inline .sidebar .nav .whats-next a.edit
{
    background: none;
    display: inline;
    float: none;
    clear: none;
    padding: 0;
    font-weight: bold;
}

#sidebar
{
	float: right;
	overflow: hidden;
	margin-bottom: 60px;
	width: 220px;
	background-color:#fff;
}

#mainbar
{
	float: left;
	margin-bottom: 40px;
	width: 680px;
}

#mainbar-full
{
	xwidth: 960px;
}

#mainbar-footer
{
	clear: both;
	width: 100%;
}

.module
{
	font-size:120%;
	color: #444;
	padding: 8px 8px 2px 8px;
	margin-bottom: 10px;
}

.module p
{
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.module h4
{	
	line-height: 1.4;
	padding-bottom: 7px;
}

.newuser
{
	color: #735005;
	background-color: #FFEFC6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.newuser a
{
	color: #735005;
	text-decoration: underline;
}

.newuser h4
{
	color: #AE0000;
}

.module-alert
{	
	background-color: #EDF7FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	padding: 10px;
	margin-bottom: 10px;
}

.module-alert h4 { font-size: 16px; color: #FE7A15; }

.one-time-alert
{
	background-color: #FFEFC6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.orange-alert
{
    border:1px dotted #999;
    padding:10px;
    width:80%;
    margin:0 auto;
    margin-bottom:15px;
}

.orange-alert p
{
    margin:0;
    margin-top:10px;
}

.module-alert .highlight
{
	color: #FE7A15;
}

.module-alert h4
{
	line-height: 1.4;
	padding-bottom: 7px;
	color: #FE7A15;
}

.module-alert a
{	
	text-decoration: underline;
}

div.form-error
{
	color: #990000;
	font-weight: bold;
	font-size: 120%;
}

#openid_form div.form-error
{
    border: 1px solid #CCC;
    padding: 15px;
}

.ginormous-fonts
{
	font-size: 120%;
}

.reputation-score
{
	font-weight: bold;
	color: #444;
	font-size: 120%;
	margin-right: 2px;
}

#notify-table
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #735005;
}

.notify td
{
	border-bottom: solid 1px #D6800C;
	padding: 7px 0px 7px 0px;
	text-align: center;
	background-color: #F4A83D;
}

notify
{
	width: 95%;
}

.summarycount
{
	text-align: center;
	color: #808185;
	font-size: 250%;
	font-weight: bold;
}


#footer
{
	color: #444;
	background: #777;
	border-top: 7px solid #000;
	clear: both;
	overflow: hidden;
	padding: 15px;
	margin-top: 30px;
}

#footer-menu
{
	color: #999;
	float: left;
	font-size: 100%;
	line-height: 30px;
}

#footer-menu a
{
	color: #fff;
}

#footer-flair
{
	float: right;
	margin-left: 12px;
}

#svnrev
{
	margin-top: 5px;
	text-align: right;
}

#copyright
{
	clear: both;
	color:#444;
}

#copyright a
{
	color: #444;
	text-decoration: underline;
}

.content-page
{
	clear: both;
	color: #333;
	font-size: 150%;
	line-height: 1.2;
}

.content-page-dense
{
	clear: both;
	color: #333;
	font-size: 120%;
	line-height: 1.2;
}

.content-page-dense li
{
	line-height: 1.4;
}

.user-name
{
	float: left;
	width: 125px;
}

.user-flair
{
	float: left;
}

.user-info
{
	height: 35px;
	width: 185px;
}

.user-info .user-gravatar32
{
	float: left;
	width: 32px;
	height: 32px;
}

.user-info .user-action-time
{
	margin-top: 2px;
	margin-bottom: 4px;
}

.user-info .user-details
{
	float: left;
	margin-left: 5px;
	width: 145px;
	overflow: hidden;
	white-space: nowrap;
}

.user-details {
	color:#888888;
	line-height:17px;
}

.user-details td {
	color:Black;
	padding:4px 0;
}

.no-overflow {
	color:#999999;
	overflow:hidden;
	white-space:nowrap;
	width:230px;
}

.openid-identifier
{
	background: url(../Img/openid-large.png) center left no-repeat;
	padding-left: 32px;
	height: 22px;
	line-height: 22px;
}

#why-openid
{
	width:200px;
	float:right;
}

#noscript-warning
{
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 101;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background-color: #A91A1A;
	padding: 5px 0px 5px 0px;
}

#noscript-padding
{
	padding-top: 1.9em;
}

#bg-shelf
{
    background-color:#f9f9f9;
    position:absolute;
    height:304px;
    width:975px;
}

#header
{
	background-color:transparent;
	position:relative;
	padding:0px 15px;
	z-index:1;
}

#header > div.branding
{
	display:block;
	float:left;
	width:420px;
	height:70px;
	padding-top:5px;
	margin-bottom:15px;
}

#header > div.branding > a.two-oh
{
    display:inline-block;
	width:350px;
	height:50px;
	position: relative;
    top: 34px;
}

#header > div.branding > a.joel
{
    display:block;
	width:420px;
	height:30px;
	margin-top:25px;
}

#header > div.branding > p#joeltag
{
    margin:0;
}

#header > div.branding > h1 > a
{
	color:inherit;
}

#header > div.branding > h1 > a:hover
{
	text-decoration:none;
}

#header > #nav-container
{
	width:570px;
	right:10px;
	position:absolute;
}

#header > #nav-container > ul.nav
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	clear:right;
}

#header > #nav-container > ul.nav > li
{
	margin:0;
	padding:0 5px;
	list-style-type:none;
	float:left;
	display:inline-block;
}

#header > #nav-container > ul#nav-global
{
	padding-top:8px;
	height:18px;
	font-weight:bold;
	white-space:nowrap;
}

#header > #nav-container > ul#nav-global > li
{
    line-height:14px;
}

#header > #nav-container > ul#nav-global > li + li
{
    border-left:1px solid #ccc;
}

#header > #nav-container > ul.careers
{
	margin-top:24px;
	margin-bottom:10px;
	width:590px;
	white-space:nowrap;
}

#header > #nav-container > ul.careers > li
{
	float:right;
}

#header > #nav-container > ul.careers > li > a
{
	color: #fff;
	background: #9c9c9c url(../Img/header-nav-bg.png) repeat-x;
	border-right:1px solid #939393;
	border-left:1px solid #939393;
	padding: 3px 10px;
}

#header > #nav-container > ul.careers > li > a:hover, 
#header > #nav-container > ul.careers > li > a.selected
{
	background: #fb8008;
	border-right:1px solid #fb8008;
	border-left:1px solid #fb8008;
	text-decoration:none;
}

#header > #nav-container > ul.careers.employer > li > a:hover, 
#header > #nav-container > ul.careers.employer > li > a.selected
{
    background-color: #5ea6ea;
	border-right:1px solid #5ea6ea;
	border-left:1px solid #5ea6ea;
}

#header > #nav-container > ul.careers > li.role-switch
{
    padding:0 0 0 10px;
}

#header > #nav-container > ul.careers > li.role-switch > a,
#header > #nav-container > ul.careers > li.role-switch > a:hover
{
    background: none;
    color: #07C;
    font-weight: bold;
    padding: 3px 8px 3px 3px;
    border: 0;
    font-size: 14px;
}

#header > #nav-container a.nav-toggle
{
    clear:both;
    display:block;
    float:right;
    white-space:nowrap;
    padding:0 10px;
    font-weight:bold;
}

#home > div#intro
{
	clear:both;
	margin:5px 0 55px 0;
}

#home > div#intro > img#intro-slogan
{
	display:block;
	margin:0 auto;
	width:940px;
	height:70px;
}

#home > div#intro > p { 
    font-size:15px; 
    line-height:18px; 
    margin: 15px 0 0 25px;
    text-align:left; 
}

#home
{
	clear:both;
}

#home p
{
	line-height:125%;
}

#home #main
{
	width:610px;
	margin-right:30px;
	clear:both;
}

#home #sidebar
{
	width:300px;
}

#home h2
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height:100%;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e9e9e9;
	clear:both;
	text-transform:lowercase;
}

#home h3
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#eee;
	font-size:18px;
	line-height:100%;
	font-weight:bold;
	padding:5px;
	padding-left:15px;
	margin:0;
	margin-bottom:15px;
}

#home h3 a
{
	color:inherit;
}

#home > #main > div
{
	clear:both;
	margin-bottom:30px;
}

#home > #main > #searchlistings > form > input[type=submit]
{
	margin-left:15px;
}

#home > #main > #searchlistings > form > div
{
	float:left;
	margin-left:15px;
}

#home > #main > #searchlistings > form > div > label
{
	font-weight:bold;
	display:block;
}

#home > #main > #searchlistings strong
{
    display:inline-block;
    width:66px;
}

#home #filecv a.arrow
{
	clear:both;
	float:left;
	margin-top:8px;
}

#home #featuredlistings > div, #home #featuredkeywords > div
{
	clear:none;
	float:left;
	margin-bottom:10px;
	padding:0 15px;
	width:45%;
	line-height:140%;
	border:0;
}

#home #featuredlistings > div > a.joblink
{
	font-weight:bold;
	display:block;
	height:18px;
	overflow:hidden;
}

#home #featuredkeywords > div
{
    width:auto;
}

#home > #sidebar > div
{
    margin-bottom:20px;
}

#home > #sidebar > div > p
{
	padding-left:15px;
}

div#spotlight > a
{
	display:inline-block;
	margin-top:5px;
	margin-bottom:15px;
	min-height:25px;
}

#home > #sidebar > div#spotlight > p
{
	padding:0;
	padding-right:15px;	
}

div#spotlight img#spotlight-logo
{
	max-width:220px;
	max-height:150px;
}

.sidebar > div#spotlight img#spotlight-logo
{
	max-width:180px;
}

.sidebar > div#spotlight
{
	padding:0 15px;
	margin-bottom:30px;
}

#home #filecv
{
	padding-left: 115px;
	background: transparent url(../Img/thb-cv.png) no-repeat 15px top;	
	min-height: 100px;
	width:450px;
}

.orange-submit, .blue-submit, .orange-submit:visited, .blue-submit:visited
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	line-height:16px;
	margin:0;
	text-decoration:none;

	display:inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px 13px;
	
	position:relative;
	float:none;
	
	cursor:pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

a.orange-submit, a.blue-submit
{
    height:16px;
}

a.orange-submit:hover, a.blue-submit:hover
{
    text-decoration:none;
}

.orange-submit {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d url(../Img/orange-submit-bg.png) repeat-x top left;   
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	x-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange-submit:hover, .orange-submit:focus, .orange-submit.hover {
	background: #f16814;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	x-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');	
}

.orange-submit:active {
	color: #fcd3a5;
	background: #f78d1d url(../Img/orange-submit-bg-active.png) repeat-x top left;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	x-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	top: 1px;
}

.blue-submit {
    border: solid 1px #1b5aa3;
    background: #1f60ab url(../Img/blue-submit-bg.png) repeat-x top left;
    background: -moz-linear-gradient(top , #5E9BE1, #236CC0);    
    background: -webkit-gradient(linear, left top, left bottom, from(#5E9BE1), to(#236CC0));
    x-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E9BE1', endColorstr='#236CC0');
}

.blue-submit:hover, .blue-submit:focus 
{
    background:#1e64b4;
    background: -webkit-gradient(linear, left top, left bottom, from(#457fc3), to(#1e64b4));
    background: -moz-linear-gradient(top,  #457fc3,  #1e64b4);
    x-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#457fc3', endColorstr='#1e64b4');
}

.blue-submit:active {
    color: #d7e9ff;
    background: #1f60ab url(../Img/blue-submit-bg-active.png) repeat-x top left;
    background: -webkit-gradient(linear, left top, left bottom, from(#236CC0), to(#5E9BE1));
    background: -moz-linear-gradient(top,  #236CC0,  #5E9BE1);
    x-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#236CC0', endColorstr='#5E9BE1');
    top: 1px;
}

.orange-submit.no-lower, .blue-submit.no-lower
{
    padding-top:3px;
    text-transform:none;
}

[disabled].orange-submit, [disabled].blue-submit, [disabled].orange-submit:active, [disabled].blue-submit:active, .blue-submit.disabled, .orange-submit.disabled
{
    background: #bbb;
    border: 1px solid #aaaaaa;
    color: #eeeeee;
    top:0;
    cursor:inherit;
}

.field-help
{
    display:none;
    position:absolute;
    background:#FFF7DB url(../Img/hand-point-180.png) 9px 9px no-repeat;
    width:210px;
    clear:both;
    padding:9px;
    padding-left:30px;
    z-index:99;
    -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, .3);
    -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, .3);
    box-shadow: 2px 2px 2px rgba(102, 102, 102, .3);
}

.field-help p:last-child, .field-help ul:last-child
{
    margin-bottom:0;
    padding-bottom:0;
}

#home input[type=text] {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 3px 6px;
	margin: 0 0 15px 0;
	background: #fff url(../Img/bg-search.png) no-repeat left -1px;
	padding-left: 32px;
}

#home .searchform input[type=text]
{
	width:242px;
}

#home input[type=text]#location
{
	background: #fff url(../Img/bg-search-loc.png) no-repeat left -1px;
}

#home #testimonials
{
	clear:both;
	color:#666;
}

#home #testimonials > div
{
	float:left;
	width:41%;
	margin-right:25px;
	padding:0 10px 0 15px;
	background: url(../Img/home-quote-small.png) no-repeat left 3px;
}

#home #testimonials > div > p
{
	font-style:italic;
	margin-bottom:5px;
}

#home #testimonials > div > span
{
	display:block;
	font-style:normal;
	clear:right;
	float:right;
}

#home #testimonials > div > p + span
{
	font-weight:bold;
	margin-bottom:-1px;
}

#home #twitter
{
    clear:both;
    margin-top:15px;
}

#home #sidebar h2 + p 
{
	padding-left:15px;
}

div.userjobs
{
	margin-bottom:25px;
}

div.userjobs > p
{
	margin-bottom:10px;
}

div.userjobs > p > span
{
	color:#999;
}

div.userjobs > p > span.posted
{
	display:block;
	font-size:11px;
}

div.userjobs > p > a.userjob
{
	font-weight:bold;
}

div.sidebar > div.userjobs
{
	padding-left:15px;
}

img.impression, img.analytic, span.analytic
{
	display:none;
}

#cv-content
{
	background-color:#fff;
	margin: 0 0 120px -15px;
	padding:0 15px;
	width:100%;
	min-height:500px;
	clear:both;
}

#content
{
	clear:both;
	float:left;
	padding:15px;
	width:945px;
	position:relative;
	margin-bottom:30px;
}

#jobs-content
{
	float:left;
	position:relative;
	padding:15px 15px 30px 15px;
	width:915px;
	-webkit-box-shadow: 1px 1px 11px rgba(0,0,0,.30);
	-moz-box-shadow: 1px 1px 11px rgba(0,0,0,.30);
    box-shadow: 1px 1px 11px rgba(0,0,0,.30);
	background:#fff;
	min-height:620px;
}

#home + #jobs-content
{
    display:none;
}

#subheader
{
	padding:0 0 15px 0;
	clear: both;
	float:left;
	width:100%;
	background:#fff;
}

#subheader h2
{
	float: left;
	font-size: 170%;
	line-height: 34px;
	margin-bottom: 0px;
}

#subheader a
{
	color: #000;
}



#tabs {
	float:right;
	font-size:13px;
	padding: 0 0 10px 0;
	border-bottom:1px solid #E9E9E9;
	width:100%;
}

#tabs a.youarehere {
	background-color:#555;
	color:#fff;
}

#tabs a {
	-moz-border-radius:15px ;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color:#777777;
	display:block;
	float:right;
	font-size:13px;
	line-height:13px;
	margin-left:12px;
	padding:4px 10px 6px;
	text-decoration:none;
}

#tabs a:hover 
{
	background-color: #efefef; 
}

#tabs a.youarehere:hover {
	background-color:#555;
}

#tabs-sort
{	
	float: right;
	font-weight: bold;
	padding-bottom: 10px;
}

#tabs-sort a
{
	font-family: Trebuchet MS, Liberation Sans, DejaVu Sans, sans-serif;
	border: 1px solid #ccc;
	color: #808185;
	display: block;
	float: right;
	font-size: 120%;
	margin-right: 3px;
	padding: 1px 4px 3px;
	text-decoration: none;
}

#tabs-sort a.youarehere
{
	background-color: #808185;
	border: 1px solid #808185;
	color: #fff;
	font-weight: bold;
}

#faq
{
	line-height:140%;
	font-size: 15px;
}

#faq h2
{    
    margin:18px 0 12px 0;
}

#faq h2 a
{
    padding-left:14px;
    background:#fff url(../Img/expand-plus.png) left center no-repeat;
}

#faq h2 a:hover
{
    text-decoration:none;
}

#faq h2.expanded a
{
    background:#fff url(../Img/expand-minus.png) left center no-repeat;
}

#faq h2 + div
{
    display:none;
}

#faq table.grid
{
    border-collapse:collapse;
    width:250px;
}

#faq table.grid td
{
    border:1px solid #333;
}

/* Pagination Sizer Control */
.page-sizer
{
	float: left;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-top: 5px;
	display: block;
}

/* Pagination */

.pagination, .pager
{
	width:100%;
	padding:10px 0 0 0;
	text-align:right;
	clear:both;
}

.pagination > a, .pager > a
{
	background-color:#eee;
	color:inherit;
	display:inline-block;
	margin-left:5px;
	padding:0 3px;
	min-width:14px;
	font-size:12px;
	text-align:center;
}

.pagination > a.selected, .pagination > a:hover, .pager > a:hover, .pager > a.current
{
	background-color:#fd8008;
	color:#fff;
	text-decoration:none;
}

.pagination > a.prev-next, .pager > a.next, .pager > a.prev
{
	background-color:transparent;
	margin:0 10px;
	width:auto;
	text-align:right;
	white-space:nowrap;
}

.pagination > a.prev-next:hover, .pager > a.next:hover, .pager > a.prev:hover
{
	background-color:transparent;
	color:inherit;
	text-decoration:underline;
}


.cool
{
	color: #999 !important;
}

.warm
{
	color: #9B764F !important;
}

.hot
{
	color: #CF7721 !important;
}

.supernova
{
	color: #FE7A15 !important;
}
.supernovabg
{
	color: #fff !important;
	background-color: #FE7A15 !important;
}

.c-r-e-a-m
{
	color: #fff !important;
	background-color:#5B9058 !important;
}

.mod-flag-indicator
{
	display: inline-block;
	padding: 0px 4px;
	font-size: 90%;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bounty-indicator
{
	font-size: 90%;
	margin-right: 5px;
	background-color: #0077DD;	
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
	padding: 1px 8px 3px 8px;
}

.bounty-indicator-tab, x.saved-cv-indicator-tab
{
	background-color: #0077DD;
	color: #fff;
	display: inline-block;
	padding: 0px 4px;
	margin-right: 5px;
	margin-left: -4px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search-count-indicator-tab, .saved-cv-indicator-tab {
	-moz-border-radius:12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display:inline-block;
	font-size:11px;
	line-height:11px;
	padding:2px 5px;
	font-weight:bold;
	margin-right:4px;
	margin-bottom:-1px;
	margin-left:-4px;
}

.search-count-indicator-tab {
	background-color:#75845C;
	color:#E1E818;
}

.saved-cv-indicator-tab {
	background-color:#0077DD;
	color:#FFFFFF;
}


.new-message-indicator-tab
{
	background-color: #FE7A15;
	color: #fff;
	display: inline-block;
	padding: 0px 4px;
	margin-right: 5px;
	margin-left: -4px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.message-indicator
{
	color: #fff;
	display: inline-block;
	padding: 0px 4px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.message-indicator.cv
{
	background-color: #5EA6EA;
}

a.message-indicator.employer
{
	background-color: #FE7A15;
}

a.message-indicator.mod
{
	background-color: #FE7A15;
}

.available-invitations-indicator-tab
{
	background-color: #FE7A15;
	color: #fff;
	display: inline-block;
	padding: 0px 4px;
	margin-right: 5px;
	margin-left: -4px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.percent-complete-indicator-tab
{
    background-color: #93C47D;
	color: #fff;
	display: inline-block;
	padding: 0px 4px;
	margin-right: 5px;
	margin-left: -4px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.percent-complete-indicator-tab .out-of
{
	padding: 0 2px;
}

span.interested 
{
	color:#2C991A;
	font-weight:bold;
}

.not-interested, .application-sent
{
	color:#888;
	font-weight: bold;
}

.no-response 
{
	color:#A91A1A;
	font-weight: bold;
}

.vt
{
	vertical-align: top;
}

.post-tag
{
	color: #3E6D8E;
	background-color: #E0EAF1;
	border-bottom: 1px solid #3E6D8E;
	border-right: 1px solid #7F9FB6;
	margin: 2px 2px 2px 0;
	padding: 3px 4px;
	text-decoration: none;
	font-size: 1em;
	white-space: nowrap;
	text-transform:lowercase;
	display:inline-block;
}

a.post-tag:hover
{
    background-color:#3E6D8E;color:#E0EAF1;border-bottom:1px solid #37607D;border-right:1px solid #37607D;text-decoration:none;
}

.score-tag
{
    display:inline-block;
    background-image: url(../Img/sprite-strength-indicator.png);
    height:16px;
    width:16px;
    vertical-align: top;
    margin-left: 4px;
    position:relative;
    top:-2px;
}

.score-tag.score-1
{
    background-position: 0px 17px;
}

.score-tag.score-2
{
    background-position: 0px 34px;
}

.score-tag.score-3
{
    background-position: 0px 51px;
}

.score-tag.score-4
{
    background-position: 0px 68px;   
}

.score-tag.score-5
{
    background-position: 0px 85px;   
}

.tagging-example
{
	background-color: #333;
	padding: 2px;
	color: #fff;
}

.highlight-text
{
	color: #333;
	background-color: #FFFFCC;
	padding: 3px;
	line-height: 1.4;
}

#offer-notes
{
	width: 721px;
	line-height: 160%;
}

.reminders
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	margin: 15px;
	line-height:29px;
}
.reminders td
{
	padding: 2px;
}

.billing-history
{
	width:700px;
	font-size:120%;
}
.billing-history td, .billing-history th
{
	padding:4px;
}
.billing-history th
{
	text-align:left;	
}

.fakebutton
{
	border: 1px solid #999;
	font-size: 100%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 8px 3px 8px;
	background-color: #F0F0F0;
	color: Black !important;
	text-decoration:none !important;
}

.metric
{
	font-weight:bold;
	background-color: #eee;
	padding: 5px;
}
.stat-title
{
	padding: 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 7px;
}
.stat-count
{
	text-align: right;
	color: #808185;
	font-size: 300%;
	font-weight: bold;
}
.t1
{
	width: 100px;
}
.t2
{
	vertical-align: middle;
	padding-left: 10px;
}

td.search-stats /* cell contains a table with list of top items */
{
	padding-right:30px;
	vertical-align:top;
}
td.search-stats > table > thead td 
{
	font-size:130%;
	font-weight:bold;
	padding-bottom:4px;
}

td.search-stats > table > tbody td 
{
	padding-left:2px;
}

.search-stats-loc 
{
	padding:3px;
	font-size:110%;
}

.error-text
{
	color: #A33;
}

.profiler-results .warning
{
    background: none;
    width: auto;
}

.field-validation-error
{
    color: #fd8008;	
	font-weight: bold;
}

.public-url-message
{
	position: absolute;
	display: none;
	font-size: 90%;
}

.required 
{
	color:#A91A1A;
}

.error-notification
{
	z-index: 1;
	color: #fff;
	background-color: #A91A1A;
	cursor: pointer;
	display: none;
	position: absolute;
	padding: 15px;
	font-size: 75%;
	-moz-box-shadow: 8px 8px 6px #bbb;
	-webkit-box-shadow: 8px 8px 6px #bbb;
	text-align: left;
}
.error-notification a
{
	color: inherit;
	text-decoration: underline;
}
.error-notification li
{
	font-size: 110%;
	padding-top: 3px;
}

.filing-price
{
	background: url(../Cso/Img/price-strikeout.png) center left no-repeat;
	text-align: center;
	color: #808185;
	font-size: 250%;
	font-weight: bold;
}

.filing-price-real
{	
    float:left;
    background-color:#eee;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding:10px;
	width:90px;
	height:70px;
	margin-right:20px;
}

.filing-price-real #price { line-height: 70px; }

#payment-entry input[type=text]
{
    display:block;
    margin-top:2px;
}

#payment-entry input[type=text] + label, #payment-entry span.billing-field-overlay + label, #payment-entry select + label, #payment-entry div + label
{
    clear:right;
    display:block;
    margin-top:12px;
}

#payment-entry input + span.field-validation-error
{
    margin-top:-10px;
    color:#fd8008;
}

#payment-entry input[type=text][name=city], #payment-entry input[type=text][name=state], #payment-entry input[type=text][name=zip]
{
    display:inline-block;
}

#payment-entry span.reqd
{
    font-size:120%;
    font-weight:bold;
    color:#fd8008;
}

#payment-entry .cvv-hint
{
    float:right;
    display:block;
    width:360px;
    position:relative;
    left:-320px;
    font-size:11px;
    line-height:13px;
    font-family:Tahoma, Arial, Sans-Serif;
    color:#808080;
}

#payment-entry span.field-validation-error
{
    color:#fd8008;
}

.search-candidates-offers
{
    float:left;
}

#float-left
{
	float: left;
}

#float-right
{
	float: right;
	font-size: 150%;
	width: 150px;
}

#about a#smart
{
	float:right;
	margin-bottom:20px;
	margin-right:10px;
}

#about > p, #about > h3, #about > ul
{
	float:left;
	clear:left;
	width:680px;
}

#about > h3
{
    white-space:nowrap;
}

#about img#book
{
    width:150px;
}

#progress
{
	width: 150px;
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size:20px;
	line-height:125%;
}

.associate-site-hidden
{
	opacity:0.5;
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.temporarily-hidden
{
	color: #aaa;
	background-color: #fff;
	padding: 1px 5px 1px 5px;
}

/* BEGIN: StackOverflow flair styles */

.valuable-flair
{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	height: 50px;
	padding: 3px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;    
}
.valuable-flair .gravatar
{
	float: left;
}
.valuable-flair .gravatar img
{
	border: none;
	width: 50px;
	-ms-interpolation-mode: bicubic;
}
.valuable-flair .userInfo
{    
	text-align: right;
}
.valuable-flair .userInfo .username
{
	line-height: 12px;
}
.valuable-flair .userInfo .username img
{
	border: none;
	padding-right: 3px;        
}
.valuable-flair .userInfo .username a
{
	font-weight: bold;
	text-decoration: none;    
	color: #0077CC;
}
.valuable-flair .badge1
{
	color: #ffcc00;
	font-size: 120%;
	margin-left: 3px;
}
.valuable-flair .badge2
{
	color: #c0c0c0;
	font-size: 120%;
	margin-left: 3px;
}
.valuable-flair .badge3
{
	color: #CC9966;
	font-size: 120%;
	margin-left: 3px;
}
.valuable-flair .reputation-score
{
	color: #444444;
	font-size: 120%;
	font-weight: bold;
	margin-right: 2px;
}
.valuable-flair .badgecount
{
	color: #808185;
	padding-left: 1px;
}
.valuable-flair .mod-flair {
	color:#0077CC;
	font-size:140%;
	font-weight:bold;
	margin-left:3px;
}

/* END: StackOverflow flair styles */


/* BEGIN: jquery.autocomplete.css */

.ac_results
{
	padding: 0px;
	border: 1px solid #777;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_highlight
{
	font-weight: bold;
	text-decoration: underline;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block; /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */ /*width: 100%;*/ /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
	line-height: 16px;
	overflow: hidden;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.ac_loading
{
	background: #fff url(../Img/loading-spinner.gif) right center no-repeat;
}

.ac_over
{
	font-family: 'Trebuchet MS' , Helvetica, sans-serif;
	background-color: #f90;
	color: #fff;
}

/* END: jquery.autocomplete.css */

#loginnew
{
    margin:20px 0 0 32px;
}

#loginnew #loginform
{
	width:27%;
	float:left;
}

form.login label, #resetpassword form label
{
	display:block;
	font-weight:bold;
}

form input[type=checkbox] + label, form input[type=checkbox] + input[type=hidden] + label, label.checkbox-label
{
	font-weight:normal;
	display:inline-block;
	margin-left:2px;
	top:-1px;
	position:relative;
}

form label[for]
{
	cursor:pointer;
}

form.login input[type=text], form.login input[type=password], #resetpassword form input[type=text], #resetpassword form input[type=password]
{
	width:200px;
	margin:3px 0;
}

form.login input[type=submit], form.login input[type=button]
{
	min-width:80px;
}

form.login p
{
    margin-bottom:10px;
}

div.login-guidance
{
    width:700px;
}

.authmessages 
{
	max-width:400px;
}
		
.authmessages > p 
{
	color:#fd8008;
	font-weight:bold;
	display:none;
	margin:0;
	margin-bottom:.8em;
}

.authmessages > p.selected
{
	display:block;
}
		
#loginnew .hint
{
	font-size:11px;
	color:#999;
	display:block;
}
		
#loginnew input[type=text]:focus, input[type=password]:focus
{
	border-color:#fd8008;
}

#loginnew form
{
	min-height:365px;
}
		
#loginnew #openid_form
{
	float:left;
	width:63%;
}

#loginnew form + form
{
	border-left:1px dotted #ccc;
	margin-left:35px;
	padding-left:35px;
	float:left;
}

#loginnew input#openid_identifier
{
	width:310px;
}

#loginnew #openid_content
{
	float:left;
}

#regprompt
{
	clear:both;
	padding-top:20px;
	margin-top:10px;
	border-top:1px dotted #ccc;
}

#regprompt a
{
	text-decoration:underline;
}

#notifypassword input[type=text]
{
	width:200px;
}

#notifypassword label
{
	display:block;
	font-weight:bold;
}

#notify-container
{
    position:absolute;
    z-index:100;
    width:100%;
	/*color: #fff;
	background-color:#FF7B18;
	font-size: 16px;
	font-weight: bold;
	padding:5px 0 4px 0;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 100;
	border-bottom:1px solid #B26735;
	display:none;
	opacity:.9;*/
}

#notify-container div
{
    color: #fff;
	background-color:#FF7B18;
	font-size: 16px;
	font-weight: bold;
	padding:5px 0 4px 0;
	left: 0px;
	text-align: center;
	top: 0px;
	border-bottom:1px solid #B26735;
	display:none;
	opacity:.9;
}

#notify-container p
{
    text-align:center;
    display:inline;
    position:relative;
    left:15px;
    margin:0;
    padding:0;
}

#notify-container p a
{
    text-decoration:underline;
    color:#fff;
}


#notify-container span.notify-close
{
	background-color: #FFD2B2;
	border: 2px solid #B26735;
	cursor: pointer;
	display: block;
	float: right;
	margin-right: 20px;
	padding-left: 4px;
	padding-right: 4px;
	line-height:1em;
}

#notify-container span.notify-close > a
{
	text-decoration: none;
	color:#B26735;
}

.hide
{
    display:none;
}
    
.solid
{
	background-color:#eee;
	padding:5px;
	padding-left:15px;
	margin:0;
	margin-bottom:15px;
	clear:both;
}

.solid
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:100%;
	font-weight:bold;
}

#mc-embedded-subscribe-form input[type=text]
{
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.grid
{
    margin-bottom: 20px;
    clear:both;
}

.grid td, .grid th
{
    padding: 4px 10px;    
    text-align:left;
}

.grid th
{
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;    
    list-style-type:none;
}

.home .grid th, .home .grid tr
{
    background-color:inherit;
    border:0;
    border-bottom: 1px solid #e9e9e9;
}

.home .grid th
{
    font-size:12px;
}

.grid tr.even td 
{
    color:inherit;
}

.grid tr
{
    border-bottom: 1px dotted #ddd;
}

.grid td
{
    white-space:nowrap;
    overflow:hidden;
    min-width:60px;
}

.home .grid
{
    width:610px;
}

.home .grid td
{
    max-width:240px;
}

.grid th.status
{
    width:130px;
}

.grid th.title
{
    width:240px;
}

.grid th.views
{
    width:75px;
}

.grid th.date
{
    width:100px;
}

.grid th.actions
{
    width:160px;
}

.grid td.actions
{
    color:#aaa;
}

.status.running
{
    color:#007F00;
}

.status.expired, .status.unpublished
{
    color:#999;
}

.grid td.open-slot
{
    color:#999;
    font-style:italic;
}

.grid td > span.date-pending
{
    color:#999;
    font-style:italic;
}

.account-message
{
    margin:0 auto;
    padding:15px 18px;
    background-color:#EDF7FF;
    font-size:16px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
    margin:0 0 18px 0;
}

.account-message > p
{
    margin:0;
    padding:0;
    width:97%;
    clear:none;
}

.account-message > a.close
{
    float:right;
    width:16px;
    height:16px;
    display:inline-block;
    background:url(../Img/x-black.png) no-repeat center center;
    position:relative;
    top:-10px;
    left:12px;
    opacity:70%;
}

div.checkout #openslots-message, .orange-announce
{
    margin:0 auto;
    padding:5px;
    width:420px;
    border:1px dotted #fd8008;
    text-align:center;
    margin-bottom:15px;
    color:#333;
}

.sidebar .orange-announce
{
    width:auto;
}

#mc-embedded-subscribe-form label
{
    display:block;
    font-weight:bold;
}

#mc-embedded-subscribe-form input[type=checkbox] + label
{
    display:inline-block;
    margin-left:5px;
    font-weight:normal;
}

#mc-embedded-subscribe-form input[type=text]
{
    width:180px;
    margin-top:1px;
}

#mc-embedded-subscribe-form .mc-field-group
{
    margin:15px 0;
    clear:both;
}

#mc-embedded-subscribe-form ul, #mc-embedded-subscribe-form li
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#mc-embedded-subscribe-form div.mce_inline_error
{
    font-size:11px;
}

#mc-embedded-subscribe-form .required
{
    color:inherit;
}

@media screen
{
	
	/*  
	Sticky Footer Solution
	by Steve Hatcher 
	http://stever.ca
	http://www.cssstickyfooter.com
	*/

	* {margin:0;padding:0;} 

	/* must declare 0 margins on everything, also for main layout components use padding, not 
	vertical margins (top and bottom) to add spacing, else those margins get added to total height 
	and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

	html, body {height: 100.1% !important;}

	#sticky-wrap {min-height: 100%;margin:0 auto;outline:0}

	#sticky-main 
	{
		padding-bottom: 90px;
	}  /* must be same height as the footer */

	#footer 
	{
		position: relative;
		margin-top: -127px; /* negative value of footer height + padding */
		height: 90px;
		clear:both;
	} 

	/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
	}
}

.home + #jobs-content
{
    display:none;
}

.home > div#intro
{
	clear:both;
	margin:5px 0 55px 0;
	height:155px;
}

.home > div#intro > img#intro-slogan
{
	display:block;
	margin:0 auto;
}

.home > div#intro > p { 
    font-size:15px; 
    line-height:18px; 
    margin: 15px 0 0 25px;
    text-align:left; 
}

#candidate-home > div#intro > img
{
	width:940px;
	height:70px;
}

#candidate-home
{
	clear:both;
}

.home p
{
	line-height:125%;
}

.home #main
{
	width:610px;
	margin-right:30px;
	clear:both;
}

.home #sidebar
{
	width:300px;
}

.home h2
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height:100%;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #e9e9e9;
	clear:both;
}

.home h2 > a
{
    color:inherit;
}

.home h3
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:100%;
	font-weight:bold;
	margin:0 0 15px 0;
}

.home h3 a
{
	color:inherit;
}

.home form.searchform
{
    clear:both;
    margin-bottom:15px;
}

.home form.searchform > div
{
	float:left;
	margin-right:15px;
}

.home form.searchform > div > label
{
	font-weight:bold;
	display:block;
}

.home #keywords
{
	margin:0 0 25px 0;
	clear:both;
}

.home #keywords strong
{
    display:inline-block;
    width:74px;
}

.home .listings
{
    clear:both;
    float:left;
    margin-bottom:20px;
}

.home .listings > div
{
	clear:none;
	float:left;
	margin-bottom:10px;
	padding:0 22px 0 0;
	width:45%;
	line-height:140%;
	border:0;
}

.home .listings > div > a
{
	font-weight:bold;
	display:block;
	height:18px;
	overflow:hidden;
}

.home .listings > a
{
    font-weight:normal;
    display:block;
    clear:left;
}

 .home #featuredkeywords > div
 {
     width:auto;
 }

.home > #sidebar > div
{
    padding-bottom:25px;
}

.home > #sidebar > div > :last-child
{
    padding-bottom:0;
    margin-bottom:0;
}

.home > #sidebar #welcome > div
{
    padding:0 0 0 36px;
    margin:12px 0;
    min-height:32px;
    background-position:left 2px;
    background-repeat:no-repeat;
}

.home > #sidebar #welcome > div:last-child
{
    margin-bottom:0;
}

.home > #sidebar #welcome > div#signin
{
    background-image:url(/favicon.ico);
    background-position:3px -1px;
}

.home > #sidebar #welcome > div#signin > p
{
    padding:0 0 10px;
    margin:0 0 7px;
    border-bottom:1px solid #eee;
}

.home > #sidebar #welcome > div#signin > p#if-employer
{
    margin:0;
    border:0;
    padding:8px;
}

p.bg-highlight
{
    background-color:#FEF1D8;
    padding:8px;
}

.home > #sidebar #welcome > div#twitter
{
    background-image:url(../Img/home/icon-twitter.png);
}

.home > #sidebar #welcome > div#rss
{
    background-position:left 4px;
    background-image:url(../Img/home/icon-rss.png);
}

.home > #sidebar #welcome > div#cv
{
    background-image:url(../Img/home/icon-cv.png);
}

.home input[type=text], .home input[type=password] {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px;
	margin: 0 0 15px 0;
	width:242px;
}

.home .job-search input[type=text], .home .cv-search input[type=text]
{
	width:242px;
}

input[type=text].searchterm
{
	padding-left: 32px;
	background: #fff url(../Img/bg-search.png) no-repeat left top;
}

input[type=text].location
{
	padding-left: 32px;
	background: #fff url(../Img/bg-search-loc.png) no-repeat left top;
}

#cv-search-legacy input[type=text].location
{
    padding:inherit;
    background:none;
}

.home form label
{
    display:block;
    font-weight:bold;
    white-space:nowrap;
    margin:5px 0 3px 0;
}

.home form.order-job > div
{
    float:left;
}

.home form.order-job > div.number
{
    width:170px;
}

.home form.order-job input[type=text][name=Quantity]
{
    width:50px;
    font-size:120%;
}

.home form.order-job div.order-total
{
    width:135px;
}

.home form.order-job span#order-total
{
    font-size:1.5em;
    color:#85B539;
    display:inline-block;
    padding:5px 0;
    font-weight:bold;
}

.home #testimonials
{
	clear:both;
	color:#666;
}

.home #testimonials > div
{
	float:left;
	width:225px;
	margin-right:30px;
	padding:0 9px 0 27px;
	background: url(../Img/testimonial-quote.png) no-repeat left 2px;
}

.home #testimonials > div > p
{
	font-style:italic;
	margin-bottom:5px;
}

.home #testimonials > div > p + p
{
	font-style:normal;
	text-align:right;
}

.home div.your-cv
{
    margin-top:-10px;
}

.home div.your-cv > div
{
    border-bottom:1px solid #e9e9e9;
    padding:5px;
}
.home div.your-cv > div:last-child
{
    border-bottom:0;
}

.home div.your-cv > div > span
{
    display:inline-block;
    width:230px;
}

.home div.your-cv > div > span + span
{
    width:50px;
    font-weight:bold;
    text-align:right;
}

a.fav-toggle
{
    display:block;
    float:left;
    clear:left;
    height:40px;
    margin-right:5px;
    margin-left:2px;
    padding-top:2px;
    width:14px;
    background:url(../Img/fav-star-off.png) no-repeat 0 1px;
}

a.fav-toggle.isfav
{
    background:url(../Img/fav-star-on.png) no-repeat 0 1px;
}

a.fav-toggle + div
{
    float:left;
}

.sidebar a.fav-toggle + div
{
    max-width:200px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

a#fav-share.fav-toggle
{
    float:none;
    width:auto;
    height:auto;
}

div.fav-job a
{
    font-weight:bold;
    display:block;
    line-height:130%;
    white-space:nowrap;
}

div.fav-job a + p
{
    font-style:italic;
    font-size:11px;
    margin-bottom:10px;
}

table.price-schedule
{
    border-collapse:collapse;
    width:300px;
    position:relative;
    top:2px;
    text-align:left;
}

table.price-schedule thead tr
{
    border:0;
    padding:5px 0;
}

table.price-schedule tbody tr
{
    border-bottom:1px solid #DFDFDF;
    border-top:1px solid #DFDFDF;
}

table.price-schedule td, table.price-schedule th
{
    padding:4px 6px;
}

.callout
{    
    padding:10px;
    border:1px solid #ccc;
}

.callout > ul
{
    margin:0;
    margin-left:17px;
}

.hint
{
	color:#888;
}

.green-check-bg
{
	background:url(../Img/check-green.png) no-repeat left 4px;
	padding-left:20px;
}

.site-message { display: block; background-color: maroon; font-weight: bold; color: White; text-align: center; padding: 3px; margin-top: 10px; }


.user-account-info .gravatar
{
    margin-bottom: 1em;
}

.user-account-info .validation-summary-errors
{
    color: #FF0000;
}

.user-account-info td
{
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.user-account-info .user-details .nav
{
    float: right;
}

.user-account-info input[type=text]
{
    width: 260px;
}

.user-account-info .user-details input[type='button'], .user-account-info .user-details input[type='submit']
{
    cursor: pointer;
}

.about h3 { margin-bottom: 5px; }
        
.about-careers { margin-bottom: 30px; }
.about-careers p { font-size: 14px; line-height: 140%; }
            
.about-stackoverflow { margin-bottom: 30px; padding-left: 201px; min-height: 145px;
                background: transparent url("../img/about/screenshot-so.png") no-repeat 0 center; }
.about-stackoverflow p { font-size: 12px; }
            
.about-programmers, .about-employers { width: 450px; float: left; margin-bottom: 30px; }
.about-employers { margin-left: 15px; }
.about-programmers a, .about-employers a { font-weight: bold; }
.about-programmers h3, .about-employers h3 { padding: 2px 10px; color: White; float: left; }
.about-programmers h3 { background-color: #FB8008; }
.about-employers h3 { background-color: #5EA6EA; }
.about-programmers img { position: relative; left: -8px; margin-top: 2px; }        
            
.about-faq { clear: both;  }

span.rate-candidate 
{
    float:right;
    margin-top:7px;
}

ul.jobpostprogress
{
	margin:0;
	padding:0;
	background-color:#eee;
	list-style-type:none;
	float:left;
	clear:both;
	margin-bottom:20px;
	width:100%;
	font-size:16px;
}

ul.jobpostprogress > li
{
    display:block; 
    float:left;
    list-style-type:none; 
    margin:0;
    padding:5px 0; 
    color:#888;
}
ul.jobpostprogress > li:first-child
{
    padding-left:10px;
}

ul.jobpostprogress > li > h2
{
    margin:0;
    padding:0;
}

ul.jobpostprogress > li.selected
{
    font-weight:bold;
    color:inherit;
}

ul.jobpostprogress > li.completed
{
    color:inherit;
}

ul.jobpostprogress > li > span.separator
{
    display:inline-block;
    margin:0 12px;
    position:relative;
    top:-1px;
}

span.topspot, span.featured
{
    font-style:italic;
    color:#888;
}

div.sidebar.home div.linkedin div.connections
{
    color:#888;
    display:none;
}

div.sidebar.home div.linkedin div.connections img 
{
    width:30px;
    display:inline-block;
    margin: 0 2px 0 0;
}

div.sidebar.home a.linkedin {
    display: inline-block;
    line-height: 24px;
    padding: 2px 0 2px 33px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(http://press.linkedin.com/sites/all/themes/presslinkedin/images/LinkedIn_IN_Icon_25px.jpg);
}


