/*
Theme Name: Skillz Recruitment
Theme URI: http://wordpress.org/
Description: This theme was build for Skillz Recruitment.
Version: 1.0
Author: Sandro Monteiro, Maarten Hunink
	
	This theme was designed by Sandro Monteiro and build by Maarten Hunink,
	whose site you will find at http://www.moops.nl/

*/



/* Begin Typography & Colors */
body {
	font-size:13px;
	font-family: "Palatino Linotype","URW Palladio L","palladio l",palatino,"book antiqua",times,serif;
	background: #d5d6d7 url('images/bg.png');
	color: #000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}
a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #444;
	}
a:visited{
	color:#666;
}	
p{
	line-height:17px;
}
h2{
	font-size:16px;
	margin-bottom:13px;
}
h3{
	font-size:14px;
	font-weight:normal;
}
ol, ul{
	margin:0;
	padding:0;
	list-style:none;
}
#header {
	background: #73a0c5 url('images/bg_header.png') no-repeat bottom center;
	margin: 0;
	padding: 0;
	height:417px;
	position:relative;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
#headerimg *{
	display:none;
}
#page {
	text-align: left;
	padding: 0;
	width: 760px;
	}

#logo a{
	background: url('images/logo.png') no-repeat;
	width:152px;
	height:95px;
	display:block;
	position:absolute;
	top:21px;
	left:23px;
}

#shadow_wrap1{
	background: url('images/shadow_bottom.png') no-repeat center bottom;
	padding-bottom:8px;
	width:766px;
	margin: 24px auto;
	
}
#shadow_wrap2{
	background: url('images/shadow_right.png') repeat-y right;
	padding-right:8px;
	_padding-right:5px;
}



/* menu */

#menu{
	background-color: #000;
	width:100%;
	overflow:hidden;
	padding:17px 0 0;
	height:60px;
}
#menu ul{
	margin:0 0 0 27px;
	padding:0;
	clear:both;
}
#menu li{
	float:left;
	list-style:none;
	margin-right:16px;
}
#menu li.last{
	margin-right:0;
}
#menu li.last a{
	padding-right:0;
}
#menu a{
	color:#acacac;
	font-size:13px;
	text-decoration:none;
	padding-right:13px;
	letter-spacing:0.06em;
}
#menu a:hover, #menu .current_page_item a{
	color:#fff;
}
#menu .current_page_ancestor a, #menu .has_parent .current_page_item a{
	background: url('images/menu_parent.png') no-repeat right center;
	color:#fff;
}
#menu .current_page_parent a{
	color:#fff;
}
#submenu li{
	margin-top:10px;
	*margin-top:-10px;
}
#submenu a{
	font-size:11px;
}


#content_wrap{
	padding:31px 25px 30px;
	margin-top:1px;
	background: url('images/shadow_content_top.png') no-repeat;
	z-index:1000;
	position:relative;
}
#content_shadow_wrap{
	background: #d0d0d0 url('images/shadow_content_left.png') repeat-y left;
}
.narrowcolumn {
	float: left;
	padding: 25px 27px 35px;
	margin: 0px 0 0;
	width:706px;
	background: url('images/bg_content_border.png');
	}
.respond span{
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;
	margin:5px 0;
}
.download_pdf, .email_vacancy{
	width:18px;
	overflow:hidden;
	display:inline-block;
	height: 0px !important; /* for most browsers */
	position:relative;
	top:2px;
	margin-left:5px;
}
.download_pdf{
	padding: 16px 0 0 0;
    background: url('images/pdf.gif') no-repeat; 
    height /**/:16px; /* for IE5.5's bad box model */
}
.email_vacancy{
	padding: 14px 0 0 0;
    background: url('images/email-contact-grey.gif') no-repeat; 
    height /**/:14px; /* for IE5.5's bad box model */
}
.clear {
	clear: both;
}
#content img{
	border:1px solid #888;
	background-color: #fff;
}
#content img.content_logo{
	border:none;
	margin:0 0 20px;
	background:none;
	clear:both;
}
#content img.little_icon{
	border:none;
	background:none;
	padding:4px 0 0 0;
}
.page-id-14 .post a{
	line-height:20px;
	margin-left:2px;
}
.tell, .mail, .skype{
	padding:0 0 1px 25px;
}
.tell{
	background: url('images/tell.png') no-repeat;
}
.mail{
	background: url('images/mail.png') no-repeat 2px 2px;
}
.skype{
	background: url('images/skype.png') no-repeat;
}
.page-id-14 iframe, .page-id-14 small, .page-id-14 h5{
	float:right;
	clear:right;
	width:300px;
	margin:0;
}
#li-5-6{
	display:none;
}
/* content */
.entry ul, .entry ol{
	margin-left:20px;
}
.entry ul{
	list-style:disc;
}
.entry ol{
	list-style-type:decimal;
}
.entry li{
	margin:5px 0;
}
.entry pre{
	font-family:"Palatino Linotype","URW Palladio L","palladio l",palatino,"book antiqua",times,serif;
	font-size:14px;
}
/* blog */
.overview .post{
	position: relative;
	height:17px;
	margin-bottom:3px;
}
.overview .post.first{
	margin-bottom:3px;
}
.overview .title{
	float:left;
	margin:0;
	width:290px;
}
.overview h2{
	font-size:13px;
}
.overview .post p{
	margin:0;
}
.overview .category, .overview .location, .overview .edit{
	float:left;
}
.overview .category{
	width:210px;
}
.overview .location{
	width:155px;
}
.overview .edit{
	position:absolute;
	left:630px;
	
}
#wp_page_numbers{
	margin:10px 0;
}
#wp_page_numbers li{
	float:left;
	margin:0 5px;
}
.single h2 #sub_title{
	font-size:12px;
	font-weight:normal;
	margin-left:4px;
}
.single .date{
	margin-top:-14px;
}
/* sitemap */

.page-id-127 p{
	margin:3px 0;
}
/* forms */
form li{
	list-style:none;
}
.entry form ol{
	margin-left:0;
}
.cf_hidden{
	display:none;
}
#cformsform{
	display:none;
	margin:20px 0;
	height:100%;
}
.cform{
	position:relative;
	overflow:hidden;
	background-color: #D0D0D0;
}
.cform label{
	width:110px;
	display:inline-block;
	vertical-align:top;
	margin-top:6px;
}
.cf-ol{
	display:block;
}
.cform li{
	margin:2px 0;
	display:block;
}
.cform input.single, .cform .cformselect{
	width:204px;
}
.cform .cformselect{
	width:210px;	
}
.cform input{
	z-index:100;
	position:relative;
}
.cform input.upload{
	width:300px;
}
.cform .area{
	width:280px;
}
.cform .textonly{
	position:absolute;
	left:300px;
	margin-top:13px;
}
.cf_info{
	margin:0 0 20px;
	background-color: #ddd;
}
.cf_info.success{
	border:1px solid #999;
	padding:10px 20px;
	
}
.red, .failure{
	color:red;
}
.sendbutton{
	margin-left:110px;
}

#yourremarks{
	width:355px;
}
#imageverify{
	margin-left:10px;
}
.wp-email-image{
	background: none;
	border:none;
}

/* random */

h5 iframe{
	border:1px solid #000;
}

/* footer */
#footer {
	background: url('images/bg_content_border.png');
	border: none;
	font-size:12px;
	padding: 0 27px 30px;
	margin: 0 auto;
	clear: both;
	}
#footer #footer_links a{
	margin:0 6px;
}
#footer #twitter{
	background: url('images/twitter.png') no-repeat;
}
#footer #facebook{
	background: url('images/facebook.png') no-repeat;
}
#footer #linkedin{
	background: url('images/linkedin.png') no-repeat;
}
#footer #rss{
	background: url('images/rss.png') no-repeat;
}
#footer #social_links{
	float:right;
}
#footer #social_links a{
	display:block;
	float:left;
	margin:0 0 0 14px;
	padding:16px 0 0 0;
    overflow: hidden;
	width:16px;
    height: 0px !important; /* for most browsers */
    height /**/:16px; /* for IE5.5's bad box model */
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#footer a:visited{
	color:#000;
}
#footer a:visited:hover{
	color:#444;
}
#footer #social_links a:hover{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);					// second!
	
}
#footer #copyright{
	margin-right:10px;
}
#footer p {
	margin: 0;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#sidebar{
	clear:both;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
