/*

Theme Name: CadCam

Description: Custom theme for Cad Cam Recruiters

Version: 1.0

Author: Chris Sorbi

Author URI: http://dreamdare.org

Tags: Cad Cam

*/

/* Global parameters*/

.aligncenter {display:block;margin-left:auto;margin-right:auto}

.alignleft {float: left; margin: 3px 11px 10px 0; }

.alignright {float: right; margin: 3px 0 10px 11px; }

.wp-caption {border: 1px solid #ddd; text-align: center; padding-top: 4px; margin-top: 9px;margin-bottom: 9px;background-color: #f3f3f3;}

.wp-caption img { margin: 0; padding: 0; border: 0 none; }

.wp-caption p.wp-caption-text { color: #1F233E; font-size: 12px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] ::-webkit-file-upload-button, button {

	padding: 3px 10px;

	margin-top:5px;

	cursor: pointer;

	color: white;

	text-align:center;

	background: #401617; /* Old browsers */

	background: -moz-linear-gradient(top,  #401617 0%, #732b2c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732b2c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #401617 0%,#732b2c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #401617 0%,#732b2c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 ); /* IE6-9 */

}

*:focus{

	outline:none;

}

@font-face {

    font-family: 'socials';

    src: url('fonts/social_logos-webfont.eot');

    src: url('fonts/social_logos-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/social_logos-webfont.woff') format('woff'),

         url('fonts/social_logos-webfont.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}

hr {

	border-style: solid;

	border-width: 2px 0 0 0;

	border-color: white;

	margin-bottom: 10px;

}

* {

	padding: 0;

	margin: 0 auto;

}

ul li, ol li {

	list-style-position: inside;

	margin-left:40px;

	margin-right: 2px;

	text-align: left;

}

ol ol, ul ul, ol ul, ul ol {

	margin-left: 20px;

	margin-bottom: 0;

}

img {

	border: none;

}

body, html {

	color: #FFF;

	font-family: Arial, Geneva, sans-serif;

	font-size: 15px;

	line-height: 20px;

	background: #16252A;

}

a:link {

	color: #FF9900;

	text-decoration: none;

}

a:visited {

	color: #FF9900;

}

a:hover {

	color: #FF9900;

	text-decoration: none;

}

a:active {

	color: #7594B5;

}

h1 {

	letter-spacing: 2px;

	font-size: 19px;

	color: #FFF;

	text-transform: capitalize;

	text-align: left;

	padding: 8px;

	border: 1px solid #999;

	margin-bottom: 5px;

	background: #401617; /* Old browsers */

	background: -moz-linear-gradient(top,  #401617 0%, #732b2c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732b2c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #401617 0%,#732b2c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #401617 0%,#732b2c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 ); /* IE6-9 */

}

h2 {

	font-size: 20px;

	margin-bottom: 7px;

	text-transform: none;

	margin-top: 15px;

}

h3 {

	font-size: 18px;

	margin-bottom: 10px;

	text-transform: none;

	margin-top: 10px;

}

h4 {

	font-size: 16px;

	margin-bottom: 5px;

	text-transform: none;

}

h5 {

	font-size: 14px;

	margin-bottom: 5px;

	text-transform: none;

}

h6 {

	font-size: 12px;

	margin-bottom: 5px;

	text-transform: none;

}

p {

	margin-bottom: 10px;

}

input, textarea {

	font-size: 13px;

	border: 2px outset buttonface;

}

blockquote {

	font-family: Georgia, Serif;

	font-size:14px;

	padding: 5px 32px;

	margin-bottom: 20px;

	background: url('images/blockquote.png') no-repeat;

	margin-left: 25px;

	margin-right: 25px;

	margin-top: 20px;

}

blockquote p {

	margin-left: 10px;

}

/*Main container*/

#main {

	width: 100%;

	margin: 0 auto;

	display: block;

	float: left;

	background:#16252A url('images/banner.png') top center no-repeat;

}

#main-content {

	position: relative;

	overflow: hidden;

	border: 1px solid #888;

	padding: 0 10px;

	margin: 10px auto;

	background: #3F494B;

	clear: both;

}

#wrap {

	width:100%;

	margin: 0 auto;

	display: block;

	float: left;

	margin-top: -30px;

}

/*Navigation menu*/

#navigation {

	width: 1000px;

	height: 45px;

	position: relative;

	text-transform: none;

	margin: 0 auto;

	clear: both;

	margin-top: 120px;

}

#menu-top-menu {

	margin-left: 4px;

}

#navigation ul {

	position: relative;

	overflow: hidden;

	margin: 0;

	padding: 0;

}

#navigation ul li {

	list-style: none;

	float: left;

	margin: 0;

}

#navigation ul li.current_page_item {

	color:#101931;

}

#navigation ul li a {

	font-size: 14px;

	letter-spacing: 2px;

	display: block;

	text-decoration: none;

	color: white;

	line-height: 52px;

	padding-left: 17px;

	padding-right: 17px;

	text-transform: uppercase;

}

#navigation ul li a:hover {

	color: #EE9A0B;

}

#navigation  li a:hover.orange {

	color:#FFF;

}

#navigation ul li.current_page_item a {

	color: #EE9A0B;

	padding-left: 17px;

	padding-right: 17px;

}

#navigation ul li.current_page_item a:hover {

	color:#EE9A0B;

}

.phone-number{

	font-size: 15px;

	font-weight: 700;

	color: #F7E9C4;

	float: right;

	position: relative;

	top: -35px;

	clear: both;

	right: 17px;

}
.special-word-phone{
	color: #EE9A0B;
}

/*Posts and page content*/

#giant{

	clear:both;

	margin:0 auto;

	width:1000px;

}

#content {

	width: 71%;

	padding-top: 9px;

	float:left;

	overflow: hidden;

}

#full-width-content{

	width: 1000px;

	padding-top: 9px;

	float:left;

	overflow: hidden;

}

#content .post, #full-width-content .post {

	position: relative;

	overflow: hidden;

	border: 1px solid #888;

	padding: 10px;

	margin-bottom: 12px;

	background: #16252A;

}

#content .post p, #full-width-content .post p {

	margin-bottom: 15px;
	line-height: 23px;

}

#content .post h1 a, #full-width-content .post h1 a {

	text-decoration: none;

	color: #FFF;

}

#content .post h1 a:hover, #full-width-content .post h1 a:hover {

	text-decoration: none;

	color: #FF9900;

}

#content .post-list li {

	list-style: none;

}

#content .post img {

}

#content .post .post-info {

	font-size: 13px;

	margin-top: 15px;

	clear: both;

}

#content .post .post-info a {

	color: #FFF;

	text-decoration:none;

}

#content .post .post-info a:hover {

	color: #FFF;

	text-decoration:none;

}

.gallery-item {

	padding: 1px;

	margin-bottom: 2px;

}

.exerpt-image{

	margin: 9px 9px 5px 0;

	float:left;

}

.readmore a:hover{

	text-decoration:none!important;

}

.post a:link{

	color: #FF9900;

}

.post a:hover{

	text-decoration:underline;

}

.post-info a:hover{

	color: #F90!important;

}

#content #pages {

	text-align: center;

}

#content #pages a {

	font-size: 20px;

	font-weight:700;

	color: #414d4c;

	text-decoration: none;

}

#content #pages a:hover {

	color: #1e2726;

}

/*Lists and Tables*/

#content ul, ol, dl {

	margin-bottom: 20px;

}

#content ul {

	list-style: circle;

}

#content ol {

	list-style: decimal;

	list-style-position: inside;

}

#content dl dt {

	font-weight: 700;

}

#content dl dd {

	font-style: italic;

	margin: 0 0 5px 20px;

	color: #555;

}

/*Sidebar area*/

#sidebar {

	width: 28%;

	float: right;

	font-size: 14px;

	margin-bottom: 10px;

	color: #FFF;

	padding-top: 9px;

}

#widgets{

	margin-top: 15px;

	margin-bottom: 15px;

	width: 205px;

	overflow: hidden;

	color: #FFF;

	border: 1px solid #666;

	padding: 8px;

	background: #FFF;

}

.textwidget img {

	margin: 5px 0;

}

#sidebar h3 {

	letter-spacing:1px;

	color: white;

	padding: 8px 4px 8px 8px;

	border: 1px solid #999;

	background: #401617; /* Old browsers */

	background: -moz-linear-gradient(top,  #401617 0%, #732b2c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732b2c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #401617 0%,#732b2c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #401617 0%,#732b2c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 ); /* IE6-9 */

}

#sidebar .block{

	width: auto;

	overflow: hidden;

	color: #FFF;

	background:#16252A;

	border: 1px solid #888;

	padding: 0 8px 8px 8px;

	margin-bottom: 12px;

}

#sidebar .block input[type="text"]{

	width: 96%;

	margin: 0 auto;

	display: block;

	height: 22px;

	padding: 0 0 0 5px;

}

#sidebar .block li {

	padding-left: 0;

	margin-left:0;

	list-style: none;

}

#wp-calendar {

	width: 250px;

}

#wp-calendar td{

padding-left: 10px;

border: 1px solid white;

}

/*sidebar tabs*/

.ui-tabs-hide {display: none;}

.ui-tabs-nav {display: none;}

#box-tabs .interior {margin-top:10px;}

#box-tabs h2 { display: none; }

#box-tabs ul.ui-tabs-nav {

	display: block;

	height: 26px;

	list-style-type: none;

	margin: 0 0 3px 0;

}

#box-tabs ul.ui-tabs-nav li {

	display: block;

	float: left;

	padding: 0;

	margin: 0;

	width: 79px;

	height: 24px;

	border: 1px solid #CCC;

}

#box-tabs ul.ui-tabs-nav li.cat {

	margin: 0 6px;

}

#box-tabs ul.ui-tabs-nav li a, #box-tabs ul.ui-tabs-nav li a:visited, #box-tabs ul.ui-tabs-nav li a:hover {

	color: #FFF;

	display: block;

	text-align: center;

	font-size: 13px;

	line-height: 24px;

	font-weight:700;

	text-decoration: none;

	outline: none;

	background: #401617; /* Old browsers */

	background: -moz-linear-gradient(top,  #401617 0%, #732b2c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732b2c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #401617 0%,#732b2c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #401617 0%,#732b2c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 ); /* IE6-9 */

}

#box-tabs ul.ui-tabs-nav li.ui-tabs-selected a, #box-tabs ul.ui-tabs-nav li.ui-tabs-selected a:visited {

	color: #222;

	background: #FFF;

}

#box-tabs .ui-tabs-panel {

padding: 5px 0 0 0;

}

#box-tabs .ui-tabs-panel p.notice {

	border-top: 1px solid #b1c7e2;

	padding: 13px; margin: 0;

	text-align: center;

}

.interior ul li {

border-top: 1px solid #F7E9C4;

color:#FFF;

padding: 5px 0;

}

.interior ul li a{

color:#FFF;

}

.interior ul li a:hover{

color:#FBA922;

text-decoration:none;

}

/* Comments area*/

#commentsgroup{

	overflow:hidden;

	float: left;

	width: 100%;

}

.headline {

	width: 500px;

	height: 50px;

	float: right;

	margin-bottom: 7px;

	padding-top: 70px;

	color: #FFF;

}

.comments-title  {

	letter-spacing: 3px;

	font-size: 19px;

	color: #FFF;

	text-transform: capitalize;

	text-align: left;

	padding: 10px 13px;

	margin-bottom: 0;

	font-weight: 700;

	border: 1px solid #999;

	background: #401617;

	background: -moz-linear-gradient(top, #401617 0%, #732B2C 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732B2C));

	background: -webkit-linear-gradient(top, #401617 0%,#732B2C 100%);

	background: -o-linear-gradient(top, #401617 0%,#732B2C 100%);

	background: -ms-linear-gradient(top, #401617 0%,#732B2C 100%);

	background: linear-gradient(to bottom, #401617 0%,#732B2C 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 );

}

#comments .comment {

	margin-bottom: 10px;

	padding-bottom: 5px;

}

#comments .comment .comment-avatar {

	float: left;

	width: 50px;

	padding: 5px 7px;

}

#comments .comment .comment-content {

	color: white;

	border: 1px solid #888;

	padding: 10px;

	background: #3F494B;

}

#comments .comment .comment-content a {

	color: #444;

}

#comments .comment .comment-info {

	font-size: 11px;

	color: #FFF;

	margin-bottom: 5px;

}

#comments .comment .comment-info a:hover{

	color: #FFF;

	font-weight: 700;

}

#comments .comment .comment-info span {

	font-size: 20px;

	font-weight:700;

	padding-right: 10px;

	margin-bottom: 5px;

}

#comments .comment .comment-info a {

	color: #FFF;

	text-decoration: none;

}

#login-text {

	color: #FFF;

}

#login-text a:link{

	color: #FFF;

}

#commentform {

	padding: 3px 10px;

	position: relative;

	overflow: hidden;

	border: 1px solid #888;

	padding: 10px;

	margin-bottom: 12px;

	background: #3F494B;

}

#commentform p {

	margin-bottom: 7px;

}

#commentform a:link {

	color:#FFA500;

}

#commentform textarea {

	width: 600px;

	border: 1px solid #aaa;

	height: 120px;

	padding: 10px;

}

#commentform input.text {

	width: 150px;

	border: 1px solid #aaa;

	margin-right: 5px;

	padding: 3px 3px;

}

 input#submit {

	padding: 3px 10px;

	background-color: #D76B00;

	cursor:pointer;

	color: #FFF;

}

/* Footer area*/

#footer {

	width: 100%;

	height: 150px;

	padding-top: 6px;

	text-align: center;

	margin: 0 auto;

	display: block;

	clear:both;

}

#footer-inner {

	font-size: 14px;

	height: 150px;

	overflow: hidden;

}

#footer-content {

	width: 1000px;

	margin: 0 auto;

	display: block;

	clear: both;

}

#footer p {

	font-size: 15px;

	margin: 0;

}

#footer a {

	color: #52789F;

}

#footer a:hover {

	color: #333;

}

#footer-image{

	width: 100%;

	height: 15px;

	float: left;

	margin-bottom: 5px;

	position: relative;

	background: url(images/line.png) repeat-x

}

#socials {

	display: block;

	width: 290px;

	height: 23px;

	clear: both;

	position: relative;

	bottom: 129px;

	right: 189px;

	text-align: center;

}

#socials a{

	font-family:socials;

	font-size:28px;

	text-decoration:none;

	color:#F7E9C4;

}

.linkedin{

	font-size:30px!important;

}

#socials a:hover{

	color:orange;

}

#footer-text{

	clear: both;

	width: 617px;

	text-align: justify;

	bottom: 155px;

	left: -34px;

	display: block;

	position: relative;

	list-style:none!important;

}

#footer-credit{

	clear: both;

	width: 295px;

	text-align: left;

	bottom: 28px;

	right: -141px;

	display: block;

	position: relative;

}

.footer-scroller{

	width: 982px;

	overflow: hidden;

	color: #FFF;

	background:#3F494B;

	border: 1px solid #888;

	padding: 8px;

	margin: 0 auto 10px auto;

	clear: both;

}

/*slideshow*/

#slideshow-container{

	width: 982px;

	height: 264px;

	float:left;

	margin: 9px 0 10px 0;

	background: #3F494B;

	border: 1px solid #888;

	padding: 8px;

}

ul#slide-image-rotator{

	margin:0px;

	padding:0px;

	list-style-type:none;

	float:left;

}

.slide-image{

	list-style-type:none;

	position:absolute;

	float:left;

}

/*shadowbox CSS*/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}

#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}

#sb-overlay{position:relative;height:100%;width:100%;}

#sb-wrapper{position:absolute;visibility:hidden;width:100px;}

#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}

#sb-body{position:relative;height:100%;}

#sb-body-inner{position:absolute;height:100%;width:100%;}

#sb-player.html{height:100%;overflow:auto;}

#sb-body img{border:none;}

#sb-loading{position:relative;height:100%;}

#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}

#sb-loading-inner span{background:url(images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}

#sb-body,#sb-loading{background-color:#060606;}

#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}

#sb-title,#sb-title-inner{height:26px;line-height:26px;}

#sb-title-inner{font-size:16px;}

#sb-info,#sb-info-inner{height:20px;line-height:20px;}

#sb-info-inner{font-size:12px;}

#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}

#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}

#sb-nav-close{background-image:url(images/shadow.png);background-position: -10px -10px;}

#sb-nav-next{background-image:url(images/shadow.png);background-position: -10px -46px;}

#sb-nav-previous{background-image:url(images/shadow.png);background-position: -10px -82px;}

#sb-nav-play{background-image:url(images/play.png);}

#sb-nav-pause{background-image:url(images/pause.png);}

#sb-counter{float:left;width:45%;}

#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}

#sb-counter a.sb-counter-current{text-decoration:underline;}

div.sb-message{font-size:12px;padding:10px;text-align:center;}

div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*Search by category*/

form#sbc-search {

clear: both; 

display: block;

}

form#sbc-search * {

margin: 0px; 

display: block;

}

form#sbc-search input#s {

background: #FFF; 

border: 1px solid #CCC; 

padding: 5px 10px; 

margin: 10px 0;

width: 91%;

}

form#sbc-search input.multi-cat {

width: 80%;

}

form#sbc-search input.single-cat {

float: left; 

width: 54.7%; 

}

form#sbc-search select#cat {

background: #fbfbfb; 

height: 30px; 

width: 63%; 

border: 1px solid #bbbbbb; 

float: left; 

padding: 5px; 

border-right: none;

}

form#sbc-search select#cat option {

padding: 2px 4px;

}

form#sbc-search input#sbc-submit {

	height: 30px; 

	width: 91px;

	text-align:center;

	font-weight: bold; 

	border: 1px solid #bbbbbb; 

	float: right;

	cursor: pointer;

	color:#FFF;

	background: #401617; /* Old browsers */

	background: -moz-linear-gradient(top,  #401617 0%, #732b2c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732b2c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #401617 0%,#732b2c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #401617 0%,#732b2c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 ); /* IE6-9 */

}

/*Contact Page*/

#contact_wrap { 

	margin-top: 10px;

	width: 97%;

	float: left;

	background: #3F494B;

	padding: 10px;

}

#contact_wrap input{ 

	padding:10px; 

	border:none; 

	color:#888; 

	width:50%;

	background:#FFF; 

	color:#888;

}

#contact_wrap textarea{ 

	padding:10px; 

	background:#FFF; 

	border:none; 

	color:#888; 

	width:80%;

	height:200px; 

	font-size:13px; 

	color:#888;

}

#contact_wrap label{ 

	width:100px; 

	display:block; 

	float:left;

}

#contact_wrap #submit_msg{ 	

	height: 30px; 

	width: 91px;

	text-align:center;

	font-weight: bold; 

	border: 1px solid #bbbbbb; 

	float: right;

	cursor: pointer;

	color:#FFF;

	padding: 0;

	position: relative;

	margin-right: 17px;

	background: #401617; /* Old browsers */

	background: -moz-linear-gradient(top,  #401617 0%, #732b2c 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#401617), color-stop(100%,#732b2c)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #401617 0%,#732b2c 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #401617 0%,#732b2c 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #401617 0%,#732b2c 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401617', endColorstr='#732b2c',GradientType=0 ); /* IE6-9 */

}

/***cadcam specific****/

.job-ul-wrapper{

	background: #3F494B;

	padding: 12px 0;

	float: left;

	clear:both;

	margin-bottom: 14px;

}

.job-ul{

	width:335px;

	float:left;

}

.job-ul ul li{

	margin-left:10px;

}

.orange{

	color:#FF9900;

}

.see-jobs{

	float:right;

	color:#FF9900;

}



/***** Page Navi *****/



.wp-pagenavi a, .wp-pagenavi span {

text-decoration: none;

padding: 3px 5px;

margin: 2px;

background: #FFF;

color: #333;

}



.wp-pagenavi {

clear: both;

margin-bottom: 10px;

}



.wp-pagenavi a:hover, .wp-pagenavi span.current {

background:#CCC;

}



.newer-older {

	clear: both;

	margin-bottom: 60px;

}

.older {

	float: left;

	text-align: center;

}

.newer{

	float: right;

	text-align: center;

}