/*
Theme Name: JobFinders.com Default Theme
Theme URI: http://cyber2.com/
Description: A custom theme built for Wordpress 3.1
Author: cyber2
Version: 1.0
Tags: custom
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}


/* Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family:Helvetica, Arial, sans-serif;
	/*
	font-family: Georgia, Palatino, "Palatino Linotype", Times, serif;
	font-family: Palatino, "Palatino Linotype", Georgia, Times, serif;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	*/
	color:#444;
	font-size: 13px;
	/*line-height:1.3em;*/
	line-height:17px;
}
a:link {
	color:#666;
}
a:visited {
	color:#666;
}
a:active,
a:hover {
	color:#fe701b;
}
a:focus {
	-moz-outline-style: none;
	outline:none;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position:absolute;
	left:-9000px;
}

/* Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:#fff;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
h1, h2, h3 {
	font-size:19px;
}
textarea {
    resize: none;
} 
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}

/* Layout
-------------------------------------------------------------- */
#wrapper {
	width:100%;
	padding-bottom:10px;
	background:#dadada url(images/bg.png) scroll repeat-x left top;
}
#container {
	width:960px;
}
#main {
	margin:0 auto;
	width:960px;
	padding:0 10px;
	display:block;
	background:url(images/shadow.png) repeat-y;
}
#shadow-bottom {
	background:url(images/shadow-bottom.png) no-repeat;
	margin:0 auto;
	display:block;
	height:10px;
	width:980px;
	margin:0 auto;
}
#content {
	float:left;
	width:585px;
	padding:23px 45px 30px 30px;
	min-height:300px;
	line-height:22px;
}
body.home #content {
	background:transparent url(images/home_contentgrad.jpg) scroll no-repeat 1px 1px;
}

/* Header
-------------------------------------------------------------- */
#header {
	height:106px;
	width:958px;
	display:block;
	background:transparent url(images/header_bg.png) scroll repeat-x left top;
	margin:0 1px;
}
#logo {
	background:transparent url(images/logo.png) scroll no-repeat left top;
	width:254px;
	height:56px;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:24px 0 0 25px;
}
#tagline {
	width:479px;
	height:53px;
	display:block;
	float:left;
	background:transparent url(images/tagline.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	margin:30px 0 0 130px;
}

/* Nav
-------------------------------------------------------------- */
#nav {
	background:transparent url(images/nav_bg.jpg) scroll no-repeat left top;
	height:39px;
	display:block;
	
}
#nav a {
	color:#f5f5f5;
	font-family:"Helvetica", "Arial", sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:10px 23px 7px;
	text-decoration:none;
	display:inline-block;
	float:left;
	line-height:22px;
}
#nav a:first-child {
	padding-left:28px;
}
#nav a:last-child {
	background:0 none;
}
#nav a:hover {
	color:#fff;
	background:#152638;
	
}
#nav .nav-divider {
	display:inline-block;
	float:left;
	height:18px;
	width:1px;
	background:transparent url(images/nav-divider.png) scroll no-repeat right center;
	margin:11px 0 10px;
}

/* Header Image
-------------------------------------------------------------- */
#subheader {
	background:transparent url(images/subheader.jpg) scroll no-repeat left top;
	width:660px;
	height:242px;
	display:block;
	float:left;
}
#subheader a {
	/*display:block;
	width:207px;
	height:54px;
	background:transparent url(images/button_start.png) scroll no-repeat left top;
	float:right;
	margin:230px 50px 0 0;*/
}

/* Home & Page Content
-------------------------------------------------------------- */
#content h1, #content h2 {
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	color:#33485d;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:8px;
}
body.home #content h1, body.home #content h2 {
	margin-top:4px;
}

#content p.pullquote {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:12px 0;
	font-size:14px;
	line-height:18px;
	color:#858585;
}

/* Left Menu
-------------------------------------------------------------- */
#sidebar {
	width:260px;
	padding:20px;
	float:left;
	background:#ededed;
}
#sidebar h4 {
	font-weight:bold;
	font-size:16px;
	margin:10px 0 0;
	padding:0 5px;
	color:#33485d;
}
#sidebar ul {
	list-style-type:none;
	border-bottom:1px solid #bbb;
	padding:0;
	margin:7px 0;
}
#sidebar ul a {
	text-decoration:none;
	font-size:13px;
	color:#696c71;
	display:inline-block;
	width:240px;
	padding:12px 5px 10px;
	font-weight:bold;
}

#sidebar ul a:hover {
	color:#3484d4;
	/*background:#f3f3f3;*/
}
#sidebar ul li {
	margin-bottom:0px;
	border-top:1px solid #bbb;
}
#sidebar ul li:first-child {
	border-top:1px solid #999;
}

#sidebar #sidebar-image {
	background:url(images/sidebar-image.jpg) no-repeat;
	width:250px;
	height:186px;
	display:inline-block;
	margin:23px 0;
}
#sidebar #google-adsense {
	width:250px;
	height:250px;
	margin:7px 0 22px;
	background:#ccc;
	display:inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
#sidebar #google-adsense p {
	color:#fff;
	font-size:11px;
	margin:10px;
	font-weight:bold;
}

/* Resources
-------------------------------------------------------------- */
.article-container {
	padding:12px 10px 14px 14px;
	border-bottom:1px solid #d3d3d3;
	background:#fff;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:644px;
}
.article-container-top {
	background:url(images/articles-tab.png) no-repeat #fff 584px 0;
	border-top:1px solid #d3d3d3;
}
.resources-image {
	width:75px;
	height:75px;
	display:inline-block;
	float:right;
	border:4px solid #e6eaec;
	margin-left:14px;
}
#articles-container h2 {
	font-size:18px;
}
#feature-article h2 {
	height:34px;
	overflow-y:hidden;
}
#articles-container .entry-content p {
	width:540px;
	margin-bottom:10px;
}
.meta-nav {
	text-transform:uppercase !important;
	font-weight:bold !important;
	font-size:12px !important;
}
/* Content
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a {
	color:#666;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
.edit-link a {
	float:left;
	margin-top:10px;
	background:#bbb;
	color:#fff;
	padding:4px 6px 2px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
.edit-link a:hover {
	background:#aaa;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

/* Post Page Navigation
-------------------------------------------------------------- */
.navigation {
	line-height: 18px;
	overflow: hidden;
	padding:5px 0;
	margin:0 20px;
}
.navigation a {
	color:#999;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.navigation a:hover {
	color:#666;
}
.nav-previous {
	float: left;
	margin-left:6px;
}
.nav-next {
	float: right;
	text-align: right;
	margin-right:6px;
}
#nav-below {
	margin-top:6px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	width:960px;
	margin:0 auto;
	color:#777;
	font-size:11px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}
#footer-nav {
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
}
#footer-nav a {
	color:#777;
	text-decoration:underline;
}
#footer-nav a:hover {
	color:#555;
}
#footer-info {
}
#footer-wrapper {
	width:100%;
	background:#fff;
}

/* Sitemap
-------------------------------------------------------------- */
.ddsg-wrapper {
	margin-top:2px;
}
.ddsg-wrapper h3 {
	font-size:16px;
	margin-bottom:10px;
}
#content .ddsg-wrapper ul {
	list-style-type:none;
	padding:0;
	margin:0 0 20px;
}
#content .ddsg-wrapper a {
}
#content .ddsg-wrapper a:hover {
	color:#222;
}
#content .ddsg-wrapper li {
	margin-bottom:6px;
}

/* Updated clearfix for floated elements
----------------------------------------------------------------------------------------------------*/
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size:0;
}

.clearfix {display: inline-block;}

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

/* Ad Form
-------------------------------------------------------------- */
#jbb_widget_customizable {
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
padding: 5px;
border: 1px solid #FFF;
background-color: #FFF;
width: 580px !important;
margin: auto;
line-height: normal;
min-height: 120px;
}

#jbb_widget_customizable br{display: none;}

#jbb_widget_customizable a span {
text-align: left;
}

#jbb_widget_customizable ul {
padding: 0px;
margin: 0px;
width: 61%;
float: right;
}
#jbb_widget_customizable #f_widget_job_search #f_search_keywords, #jbb_widget_customizable #f_widget_job_search #f_search_location {
width: 30% !important;
}

#f_submit {
clear: both;
text-indent: -99px !important;
background-color: #fff;
border: none;
background-image: url('images/orange-arrow.jpg');
}