/*
Theme Name: WordPress Jobboard
Theme URI: http://www.kune.fr/
Description: An easy way to transform wordpress into a jobboard.
Version: 1.0
Author: Mathieu BASILI
Tags: white, three-columns, fixed-width

WP-Jobboard by Mat_ || http://wwW.kune.fr

*/

body {
	background: #E5ECF3 none repeat scroll 0 0;
	font-family:'Trebuchet MS','Arial','Verdana',sans-serif;
}

/***********************************
Formatage general 
***********************************/

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

p + p {
	margin-top: 1em;
	text-indent: 0;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


/***********************************
Fin formatage
***********************************/

/***********************************
HEADER
***********************************/

.bigtitle {
	display: inline;
}
.bigtitle a, .bigtitle a:hover, .bigtitle a:visited {
	font-size: 60px;
	font-weight: bold;
	color: #111111;
}

.bigtitle img {
	vertical-align: middle;
	margin-top : -4px;
}
	 

.lastestjob span, .lastestarticles span, .lastestarticles span a{
	color: #949494;
}

.lastestjob ul, .lastestarticles ul, .allrss ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0;
}

.lastestjob li, .lastestarticles li, .allrss li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.lastestjob ul li a, .lastestarticles ul li a, .allrss ul li a {
	font-weight: bold;
}

.lastestarticles ul li span a{
	font-weight: normal;
}

/***********************************
FIN HEADER
***********************************/

#conttop {
	border-top: 5px solid #A9DBD3;
}

#contbottom {
	border-bottom: 5px solid #A9DBD3;
}

.container {
	
	background-color: #FFFFFF;
}

.tic {
	background-color: #FCFEFF;
	border-top: solid 1px #F0FAFF;
	border-bottom: solid 1px #F0FAFF;
}

.padl10 {
	padding-left: 10px;
}

.post h2 a {
	font-weight: bold;
}

.postTitle {
	margin-bottom: 0px;
}

.post .postinfo, .metadata {
	font-style: italic;
	color: #AAAAAA;
}
	.post .postinfo a, .metadata a {
		text-decoration: none;
		color: #AAAAAA;
	}
	
.categlist {
	margin: 0 0 15px  0 ;
}

ul.holder { margin: 0; padding: 0; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: white; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

.jobtitle {
	padding: 10px 0 0 5px;
}

.jobentry {
	padding: 10px 0 0 0;
}

.jobinfo, .jobaddress, .jobcompany {
	padding: 0 0 0 5px;
	display:block;
	color: #605339;
}


/*****************************************
SIDEBAR
*****************************************/

.widget h3 {
	padding: 10px 0 0 0;
	color: #605339;	
}
.widget ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0;
	padding: 0;
	background:transparent url(images/arrow.gif) no-repeat scroll 0 0.5em;
	padding-left:10px;
}

.hr1 {
	margin-top: 10px;
}

.enavant {
	background-color: #FFFFEF;
	border-top: 1px solid #FFFFDF;
	border-bottom: 1px solid #FFFFDF;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
}

/*****************************************
FOOTER
*****************************************/

#footer {
	background-color: #DEF8FF;
	padding-top: 20px;
}

#footer ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer a {
	font-weight: bold;
} 

#footer h3 {
	display: inline;
}
