/*  
Theme Name: Budgiesite Recruitment
Theme URI: www.budgiesite.com
Description: Recruitment website
Version: 1.0
Author: mediadog
Author URI: www.mediadog.co.uk
*/

body {
background:#062d55;
text-align:center;
font-family: Arial, 'Sans Serif';
font-size:11px;
color:#27282b;
}

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

a:hover {
text-decoration: underline;
}

.alignleft {
float:left;
display:block;
margin:0 20px 20px 0;
}

.alignright {
float:right;
display:block;
margin:0 40px 20px 20px;
}

.wp-caption {
background: #373737;
padding:5px;
display:block;
color:#fff;
}

.wp-caption p {
margin:0px;
padding:0 0 0 5px;
display:block;
}

#contentarea form {
padding:30px 0;
}

#contentarea form p {
clear:both;
margin:0 0 10px 40px;
overflow: hidden;
display:block;
}

#contentarea form label {
float:left;
display:block;
width:90px;
padding-right:20px;
font-weight:bold;
}

#contentarea form p input, form p select, form p textarea {
border:1px solid #939393;
padding:5px;
float:left;
background:#ececec;
display: block;
}

#contentarea form p.submit {
overflow: hidden;
display: block;
height:1%;
padding-right:40px;
}

#contentarea .applyForm p.submit {
background:#b92424;
color: #fff;
margin:10px 0 0 0;
}

#contentarea form #submit {
background:#b92424;
color:#fff;
padding:6px 12px;
border:none;
float:right;
display: block;
}

table {
margin:20px 0 20px 40px;
}

table td, table th {
border:1px solid #fff;
padding:15px 25px;
text-align: center;
}

table tr {
background:#ececec;
}

table tr.odd {
background:#dddddd;
}

table th {
background:#5c5c5c;
color:#FFF;
}

h1 {
font-size:18px;
font-weight:bold;
color:#e9edf0;
padding:20px 40px;
overflow: hidden;
display:block;
background:#1d5673;
line-height: 20px;
}

h2 {
font-size:18px;
font-weight:bold;
color:#fff;
padding:12px 40px;
overflow: hidden;
display:block;
background:#1d5673;
line-height: 20px;
}

h2 span {
font-weight: normal;
}

h2.redBack {
background:#1d5673;
color: #fff;
}

h3 {
font-size:14px;
font-weight:bold;
margin:20px 40px;
}

h4 {
font-size:12px;
font-weight:bold;
margin:20px 40px;
}

p, ul, ol {
line-height:18px;
margin:20px 40px;
}

ol {
font-size:14px;
font-weight: bold;
margin:20px 40px;
list-style: decimal outside;
padding:0 0 0 20px;
}

ul {
font-size:14px;
font-weight: bold;
margin:20px 40px;
list-style: disc outside;
padding:0 0 0 20px;
}

small {
font-size:11px;
}

blockquote {
border-left:20px solid #1d5673;
padding:20px 40px 20px 20px;
display: block;
background:#e9edf0;
color:#5c5c5c;
margin:20px 0;
line-height:18px;
}

blockquote p {
margin:0;
}

.clear {
clear:both;
}



/* STRUCTURE */
#page {
width:940px;
overflow: hidden;
margin:0 auto 20px auto;
text-align: left;
background-color: #fff;
}

#page.home {
background:url(./images/pagehome.jpg) 1px top repeat-y #fff;
}


/* Top Bar */
#topbar {
width:940px;
height:40px;
background: #062d55;
}

#topbar form {
float:right;
}

#topbar form p {
float:left;
display:block;
margin:7px 0 0 10px;
color:#c6c6c6;
}

input#s {
background:url(./images/searchInput.jpg) no-repeat;
width:197px;
height:19px;
color:#1d5673;
font-size:11px;
padding:5px 10px 0 10px;
display:block;
border:none;
}

input#searchsubmit {
background:url(./images/searchSubmit.jpg) no-repeat;
width:24px;
height:24px;
border:none;
text-indent:-9999px;
display:block;
}

#sidebar select {
width:200px;
}

#sidebar input#searchsubmit {
background:#f28b0c none;
width:100px;
height:24px;
line-height:24px;
text-indent:0px;
display:block;
color:#FFF;
margin-left:60px;
}


/* Header */
#header {
width:940px;
height:130px;
background:url(./images/header.jpg) repeat-x bottom left #1d5673;
clear: both;
}

#header h1 {
padding:0px;
background:transparent;
margin:20px 0 0 40px;
float:left;
display:block;
}

#header h1 a.logo {
padding-top: 10px;
float:left;
display:block;
}


ul#nav {
float:right;
display: block;
margin:18px 20px 0 0;
text-transform: lowercase;	
}

ul#nav li {
float:left;
display:block;
position:relative;
margin:0 0 0 10px;
}

ul#nav li a {
padding:0 15px;
line-height:30px;
height:30px;
display:block;
float:left;
font-size:12px;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.active a {
background: url(./images/menuhover.jpg) repeat-x;
text-decoration:none;
color:#7f7f7f;
}

ul#nav li ul {
	position:absolute;
	display:none;
	top:30px;
	left:0px;
	margin:0px;
	padding:0px;
	width:200px;
	background:#fff;
}

ul#nav li.active ul li, ul#nav li ul li {
margin:0px;
display:block;
float:none;
clear:both;
width:100%;
}

ul#nav li.active ul li a, ul#nav li ul li a {
background:transparent none;
color:#f28b0c;
padding:0 15px;
display:block;
float:none;
}

ul#nav li ul li a:hover, ul#nav li.active ul li a:hover {
background: #e9e9e9;
color:#7f7f7f;
}


/* Banner */
#banner {
overflow: hidden;
height:121px;
clear: both;
}

#homeBanner {
overflow: hidden;
height:299px;
clear: both;
}


/* Breadcrumb */
#breadcrumb {
background: #1d5673;
padding:5px 40px 0 40px;
height:21px;
color:#FFF;
}

#breadcrumb p {
margin:0px;
line-height:14px;
text-transform: lowercase;
}

#breadcrumb p a {
font-weight:bold;
}


/* Main Area */
#mainarea, #mainareaHome {
clear:both;
display:table;
height:1%;
overflow: hidden;
}


/* Content Area */
#contentarea {
width:620px;
float:left;
display: block;
font-size: 120%;
line-height: 120%;
}

#mainareaHome #contentarea {
width:470px;
background:#ececec;
}



/* Sidebar */
#sidebar {
width:320px;
float:right;
display: block;
background-color: #fffae1;
}

#mainareaHome #sidebar {
width:470px;
}


/* Content Styling */
#mainareaHome #contentarea h2, #mainareaHome #sidebar h2 {
background:#1d5673;
color:#f2e8b6;
font-size:22px;
}

#contentarea ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 90%;
}

#contentarea ul li {
	padding-bottom: 10px;
	margin-left: 15px;
}

ul.listPosts {
list-style: none;
margin:30px 0;
padding:0px;
color: #1d5673;
}

ul.listPosts li {
font-size:12px;
font-weight: normal;
margin:10px 0 10px 0;
}

ul.listPosts li p {
margin:0px 40px;
line-height: 18px;
}

ul.listPosts li p a {
font-weight:bold;
}

#mainareaHome #sidebar ul.listPosts {
color: #1d5673;
}

#mainarea #sidebar h2 {
background:#f2e8b6;
color:#1d5673;
font-size:18px;
padding-left:20px;
}

#mainarea #sidebar ul.listPosts {
margin:0px;
padding:0px;
}

#mainarea #sidebar ul.listPosts li {
margin:0 0 0 0;
}

#mainarea #sidebar p {
margin:0px;
padding:10px 20px 15px 20px;
line-height: 22px;
font-size:12px;
color:#1d5673;
/*background:#939393;*/
}

#mainarea #sidebar ul.listPosts li p {
font-size:10px;
line-height: 14px;
}

#mainarea #sidebar ul.listPosts li h3 {
background:#f28b0c;
padding:10px 20px;
display:block;
margin:0px;
font-size:12px;
}

#mainarea #sidebar ul.listPosts li h3 a {
color: #fff;
}

blockquote.jobDetails p {
font-size:18px;
line-height:30px;
height:30px;
color:#939393;
}

blockquote.jobDetails p span {
color:#373737;
font-weight: bold;
width:140px;
display:block;
float:left;
}

.navigation {
margin:0 40px;
}

.navigation a {
font-weight:bold;
}


/* Footer */
#footer {
width:940px;
height:70px;
background:url(./images/footer.jpg) no-repeat top left #163a60;
clear:both;
overflow: hidden;
color:#FFF;
}

#footer p.left {
float:left;
display:block;
margin:11px 65px;
line-height:15px;
font-size:10px;
color:#818181;
padding:0px;
margin-left: 80px;
}

#footer p.left a {
color:#a8a8a8;
font-weight: bold;
}

#footer p.left a.rssfeed {
background:url(./images/rssIcon.jpg) no-repeat left 3px;
padding:0 0 0 14px;
}

#footer p.right {
float:right;
display:block;
margin:0px;
}

#footer p.right a.rec {
float:right;
display: block;
background:url(./images/rec.jpg) no-repeat;
width:113px;
height:70px;
text-indent:-9999px;
}





























