/*
 *
 * Main stylesheet for Opportunities.co.uk
 * - Styles for all the major elements are contained here
 *
 */

/****** Generic HTML ******/

body {
    font: normal 100% Helvetica, Arial, sans-serif;
}

a {
	color: #049737;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.inset {
	margin-left: 20px;
}

address {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.clear {
	clear:both;
}

/****** Structure ******/

#page {
	min-width: 960px;
}

#header {
	margin-bottom: 20px;
}

#logo {
	margin: 30px 0px;
	float: left;
}

#top_ad {
	margin: 20px 0;
	float: right;
}

#top_ad ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_ad ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative; 
	min-width: 500px;
	height: 90px;
}
#top_ad ul li img {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0 !important;
	top: 0;
}

#left_ad {
	width: 160px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
	margin-right: -160px;
}

#left_ad ul {
	float: left;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#left_ad ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float: left;
	clear: both;
	min-width: 160px;
	text-align: center;
}
#left_ad ul li img {
	display: block;
	padding: 0;
	margin: 0 auto !important;
	float: left;
}

#content {
	margin-bottom: 20px;
	float: left;
}

.navigation {
	width: 100%;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.entry {
	display: block;
	float: left;
	margin: 0px 160px 0px 160px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.home-page-entry {
	margin: 0px 220px 0px 160px !important;
}

.entry img.alignright { 
    float: right; 
    margin: 5px; 
}
.entry img.alignleft { 
    float: left; 
    margin: 5px; 
}

.entry hr {
	margin-bottom: 20px;
}

#right_ad {
	width: 160px;
	float: right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin-left: -160px;
}

#right_ad ul {
	float: right;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#right_ad ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float: right;
	clear: both;
	width: 160px;
	text-align: center;
}
#right_ad ul li img {
	display: block;
	padding: 0;
	margin: 0 !important;
	float: right;
}

#right_ad_home {
	width: 220px;
	float: right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin-left: -220px;
	
}

#right_ad_home ul {
	float: right;
	list-style: none !important;
	margin: 0 !important;
	padding: 10px !important;
	background: #F1F1F1;
}
#right_ad_home ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float: right;
	clear: both;
	width: 180px;
	text-align: center;
}
#right_ad_home ul li img {
	display: block;
	padding: 0;
	margin: 0 !important;
	float: right;
}


#bottom {
	border: 1px solid #333;
	background-color: #CAF2D0;
	margin-bottom: 1px;
}

#bottom_ad {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bottom_ad ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0px auto;
	width: 470px;
}
#bottom_ad ul li {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 470px;
	height: 60px;
}
#bottom_ad ul li img {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#built_by {
	padding-top: 40px;
	text-align: right;
}

#footer {
	text-align: right;
	background-color: #059836;
	border: 1px solid #059836;
	color: #FFF;
	font-size: 0.7em;
	padding: 7px 0px;
	margin-bottom: 20px !important;
}


/****** Content ******/

.entry p {
	margin-bottom: 20px;
}

#issues {
	float: left;
	margin: 20px;
	margin-left: 0px !important;
	clear: both;
	width: 100%;
}

#issues li {
	float: left;
	margin: 0 10px;
	width: 112px;
	height: 175px;
	list-style-type: none;
}

#issues li a {
	display: block;
	width: 112px;
	height: 162px;
}

#issues li img {
	border: 1px solid #000;
	background: #FFF;
	width: 100px;
	height: 150px; /* Set the small thumbnail size */
	padding: 5px;
}

#issues li p {
	font-size: 0.6em;
	color: #525252;
	text-align: center;
	margin: 0;
}

/*Job content*/
p.caption {
	font-size: small;
	font-style: italic;
	color: #878787 !important;
	text-align: right;
	margin-bottom: 2px !important;
}

#job-table {
	width: 100%;
}

#job-table th {
	border-right: 1px solid white;
	cursor: pointer;
	background: url(images/nav_sub_repeat.gif) bottom left repeat-x;
	height: 20px;
	
}

#job-table th p {
	float: left;
	width: 80%;
	color: white;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	text-align: center;
}

#closing-date {
	min-width: 110px;
	width: auto !important;
	width: 110px;
}


#job-table td {
	padding: 6px;
	font-size: 13px;
	text-align: left;
	color: #878787;
}

#job-table td a {
	color: #878787;
}

#job-table td a:hover {
	color: #A74645;
	text-decoration: none;
}

#job-table.tablesorter .headerSortUp span {
	display: block;
	float: right;
	height: 8px;
	width: 12px;
	margin: 5px 0px 0px 0px;
	background: url(images/up-arrow.png) center right no-repeat !important;
}
#job-table.tablesorter .headerSortDown span {
	display: block;
	float: right;
	height: 8px;
	width: 12px;
	margin: 5px 0px 0px 0px;
	background: url(images/down-arrow.png) center right no-repeat !important;
}

#job-description ul {
	margin-bottom: 20px !important;
}

#job-description ul li {
	list-style-type: none;
	font-size: 15px !important;
}

#job-description ul li span {
	color: #878787;
}
#jobs-in-page {
	margin-top: 40px;
}

#job-search {
	float: left;
	width: 350px;
}

#job-search div {
	width: 350px;
}

#job-search label {
	margin-left: 0 !important;
}

#keyword-search {
	float: left;
	width: 350px;
}

#keyword-search div {
	width: 350px;
}

#keyword-search label {
	margin-left: 0 !important;
}
/* In the jobs page */
p.breadcrumb {
	margin: -10px 0px 10px 15px;
}

/****** Content HTML ******/

/* Headings */
h1 {
	font-size: 1.2em;
	color: #049737;
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	font-size: 1.0em;
	color: #049737;
	font-weight: normal;
	margin: 8px 0;
}

h3 {
	color: #049737;
	font-weight: normal;
	margin: 5px 0;
}


/*content*/

#content h1 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

#content h2 {
	margin: 20px 0 8px 0;
}

#content h2 a {
	color: #049737;
}

#content h3 a {
	color: #049737;
}

#content p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000000;
}

#content a {
	color: #A74645;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style: disc;
}

#content ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

#content ul.children {
	margin-left: 20px;
	margin-bottom: 2px;
}

#content .postmetadata {
	margin: 0px 0px 20px 20px;
}

#articles hr {
	margin-bottom: 30px;
}

/*Employers links*/
#employer-links-nav {
	margin-top: 20px;
}

#employer-links li {
	list-style: none;
}

#employer-links { float:left; clear:both; margin-left: 0px !important;}
#employer-links li { float:left; }
#employer-links a { display:block; text-align:center; border:1px solid silver; padding:10px; margin:0 10px 10px 0; text-decoration:none }
#employer-links a:hover { background-color:#eee }


.listNav { margin:0 0 10px; }
.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc !important; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#A74645; }

/* Contact form */

.wpcf7-form {
	float: left;
	width: 100% !important;
	clear: both;
}

.wpcf7-form div {
	float: left;
	clear:both;
}

.wpcf7-form p {
	float: left;
	clear: both;
}

.wpcf7-form p.over {
	background: #EEEEEE;
}

.wpcf7-form p input {
	width: 340px;
}

.wpcf7-form p textarea {
	width: 340px;
}

.wpcf7-form p span {
	display: block;
	float: left;
	min-width: 200px;
	width: auto !important;
	width: 200px;
	line-height: 25px;
	padding: 3px;
}

#si_contact_form1 {
	float: left;
	width: 100% !important;
	clear: both;
	font-size: 14px;
}

#si_contact_form1 .labels {
	padding-top: 10px;
	width: 250px!important;
	float: left;
	clear: both;
}

#si_contact_form1 .inputs {
	padding-top: 10px;
	width: 350px!important;
	float: right;
	clear: right;
}

#si_contact_form1 .error {
	padding-top: 10px;
	width: auto!important;
	float: right;
	clear: right;
	color: #049737;
}


/* Lists */
.entry ul {
	list-style: disc;
	margin: 10px 0 10px 20px;
}

ol {
	list-style: decimal;
	margin: 10px 0 10px 20px;
}


dl {
	margin: 10px 0 10px 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 30px;
}

/* Tables */


/* Forms */

.entry form {
	margin: 10px 0 10px 20px;
	width: 400px;
}

.entry form div {
	float: left;
	width: 400px;
}

.entry input, .entry textarea, .entry select, .entry label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-left: 20px;
}

.entry label {
	float: left;
}

.entry input, .entry textarea, .entry select {
	float: right;
	width: 250px;
	margin: 3px 0px;
	border: 1px solid #CCC;
}

#radio_choice_1, #radio_choice_2, #checkbox_1 {
	border: 0;
	width: 15px;
}

#form_submit {
	background: none;
	width: 100px;
	margin-top: 10px;
	color: #049737; 
}

/* Misc */
pre {
	margin-left: 20px;
}

blockquote {
	margin: 10px 10px 10px 20px;
	border-left: 2px solid #049737;
	padding-left: 5px;
}


/****** Navigation ******/

#navigation {
	float: left;
	width: 100%;
	height: 81px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	background: url(images/nav_repeat.gif) repeat-x;
	border: 1px solid #049737;
	font-size: 14px;
}

#navigation li {
	float: left;
	height: 40px;
	padding: 0px 1px;
	background: url(images/nav_link_right.gif) top right no-repeat;
}

#navigation li a {
	min-width: 90px;
	height: 30px;
	padding: 10px 5px 0px;
	margin-right: 1px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
}

#navigation li:hover a {
	color: #009633;
	background: url(images/nav_link_hover.gif) repeat-x;
}


#navigation li.current_page_item a, #navigation li.current_page_parent a, #navigation li.current-cat a, #navigation li.current-cat-parent a {
	background: url(images/nav_link_current.gif) top repeat-x;
	color: #FFF;
}

.page-item-3 {
	padding-left: 0px !important;
}

/** Sub-Navigation **/

#navigation li ul {
	float: left;
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	z-index: 5;
	width: 100%;
	height: 41px;
	background: url(images/nav_sub_repeat.gif) top left repeat-x;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#navigation li.current_page_item ul, #navigation li.current_page_parent ul, #navigation li.current-cat ul, #navigation li.current-cat-parent ul {
	display: block;
}

#navigation li ul li {
	min-width: 100px;
	height: 34px;
	margin-top: 4px;
	padding: 0 8px;
	border: 0;
	text-align: center;
	border-right: 1px solid #FFF;
	background: none !important;
}

#navigation li ul li a {
	height: auto;
	padding-top: 7px;
	border: 0;
	margin: 0;
	color: #EDEDED !important;
	background: none !important;
}

#navigation li ul li a:hover, #navigation li ul li.current-cat a {
	color: #fff !important;
}

/** Sub-Nav Borders **/

#navigation li.nav_right, #navigation li.nav_left {
	float: right;
	min-width: 0;
	width: 1px !important;
	background: #FFF;
	height: 80px;
	padding: 0;
	border: 0 !important;
}

#navigation li.nav_left {
	float: left;
	border: 0 !important;
}


/****** Search Box ******/

#search_box {
	float: right !important;
	background: none !important;
}

#search_box div {
	margin: 7px 10px 0px 10px;
	width: 134px;
	height: 26px;
    background: top left no-repeat url(images/search_background.jpg);
}

#search_box form {
	float: left;
}

#search_box #search {
    float: left;
    padding: 5px 0px 5px 5px;
    height: 16px;
    width: 103px;
    border: 0;
    background: none;
    color: #333;
    font-size: 0.8em;
}

#search_box #search_submit {
    float: left;
}


/****** Footer Content ******/

#footer ul {
	margin-left: 10px;
	float: left;
	width: 200px;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	margin-right: 10px;
	float: right;
}


/****** Job Application Box ******/

#job-application {
	width: 100%;
	background: #CAF2D0;
}

#job-application .top {
	width: 100%;
	background: right repeat-y url(images/job-box-r.gif);
}

#job-application .top-right {
	float: right;
	width: 10px;
	height: 10px;
	margin-left: -10px;
	
	background: top right no-repeat url(images/job-box-tr.gif);
}

#job-application .bottom {
	width: 100%;
	height: 10px;
	
	background: bottom repeat-x url(images/job-box-b.gif);
}

#job-application .bottom-left {
	float: left;
	width: 10px;
	height: 10px;
	
	background: bottom left no-repeat url(images/job-box-lb.gif);
}

#job-application .bottom-right {
	float: right;
	width: 10px;
	height: 10px;
	
	background: bottom right no-repeat url(images/job-box-br.gif);
}

#job-application h2 {
	padding-top: 5px;
	margin-left: 20px;
}

#job-application p {
	margin-left: 20px;
}

#job-application ul {
	margin-top: 20px;
	margin-bottom: 0px !important;
	float: left;
}

#job-application ul li {
	float: left;
	margin-right: 50px;
}

#job-application ul li a {
	display: block;
	width: 160px;
	padding: 7px 5px;
	text-align: center;
	background: #DAFFE0;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
}

#job-application form label, #job-application form input, #job-application form select {
	font-size: 0.7em !important;
}

.splitcol {
     float: left;
     width: 40%;
}

.splitcol li {
	list-style-type: circle;
	margin-bottom: 15px !important;
}

.splitcol li ul {
	margin-top: 2px;
}

.splitcol li ul li {
	list-style-type: disc;
	margin-bottom: 2px !important;
}


/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}
img#wpstats{display:none} /*Hides wpstats smiley face*/





/*
	Content box for the home page
	Rob 10/03/10 
*/

/* Content Box Styles */

.contentBox {
	float: left;
	
	background: #F2F2F2;
	margin: 10px 0;
}

.contentBoxContent {
	margin: 10px;
	margin-left: 0px;
	height: 100%;
	
	background: top left repeat-y #FFF url(images/border.gif);
}

.contentBox h4 {
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 17px; font-weight: normal;
	color: #FFF;
	
	background: #008F3B;
	
	/* Opacity Settings */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.contentBox p {
	margin: 0px;
	margin-left: 10px;
	padding: 10px;
	
	font-family: Arial;
	font-size: 14px;
}

.contentBox img {
	margin: 0px;
	margin-left: 10px;
	padding: 10px;
}


.contentBoxSmall {
	width: 30%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.contentBoxLarge {
	width: 66%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.hotMoreLink {
	margin-bottom: 0px !important;
}


.contentBoxLargeLeft {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.contentBoxSmallLeft {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.contentBoxLargeRight {
	float: right;
	margin-right: 1%;
	margin-left: 1%;
}

.contentBoxSmallRight {
	float: right;
	margin-left: 1%;
	margin-right: 1%;
}
