
/**
 * Theme Name: kodzilla
 * Theme URI: www.web2feel.com
 * Description: A News wordpress theme from jinsona designs. 
 * Author: Jinsona Designs
 * Author URI: http://web2feel.com
 *
 * Copyright (c) 2008 - 2010 web2feel.com.  All rights reserved.
 * http://web2feel.com
 *
 */
@import url('../kodzilla/structure.css');
@import url('../kodzilla/sidebar.css');
@import url('../kodzilla/feature.css');
@import url('../kodzilla/comment.css');
*{
	border: none;
}
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p
,pre,a,abbr,acronym,address,big,cite
,code,del,dfn,em,img,ins,kbd,q,samp,small
,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td{
margin:0;
padding:0;
vertical-align:baseline;
outline:none;

}

b,i,hr,u,center,menu,layer,s,strike,font,xmp
{
margin:0;
padding:0;
vertical-align:baseline;
outline:none;
font-size:100%;
font-weight:normal;
font-style:normal;
background:transparent;
border:none;
text-decoration:none
}

font{
color:#333
}

center{
text-align:left
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	/*background:#E9DBD5 url(images/body-head.png) repeat-x;*/
	/*background:#dad9d9 url(images/body-head.png) repeat-x;*/
	
	font-family: Verdana,Arial,sans-serif;
	color:#161514;
	font-size:12px;
	}

.home{
	/*background:#dad9d9 url(images/body-head.png) repeat-x;*/
}	
a {
	color: #E5AA00;
	text-decoration: none;
	}

a:hover, a:active {
	color: #E5AA00;
	text-decoration: none;
	}

h1,h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	}

h1 {
	font-size: 26px;
	}	
	
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}


ul {
	list-style: square;
	}


blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}


pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

a.link_kcn_explication{
	color: #FFFFFF;
	font-weight: bold;
}

input, textarea {outline-style:none;}

.clear {
	clear:both;
	}
img.centered  {
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	background:#b9b9b9;
	border: 1px solid #fff;
}

img.alignright {
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
	background:#b9b9b9;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
	background:#b9b9b9;

	}
	
.aligncenter {
	margin-bottom: 10px;
	background: #b9b9b9;
	padding: 5px 5px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #fff;
	text-align: center;
	background-color: #E4E4E4;
	padding: 4px 0px 5px 0px;
	color:#555;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
#casing{
	margin:0px 0px;
}	

#wrapper{
	width:1000px;
	margin:0px auto;
	padding-bottom:20px;



}

#topbar{

	width:1000px;

}
.today{
	float:left;
	margin:10px 0px 10px 20px;
	text-transform:uppercase;
	font-size:11px;
	height:18px;
	line-height:18px;
	padding-left:20px;
	background:url(images/clock.png) no-repeat;
	
}
.feeds{
	float:right;
	margin-right:20px;
	text-transform:uppercase;

}
.feeds ul{
	margin:0px;
	padding:0px;
	
}

.feeds ul li{
	 float:right;
	margin:10px 0px 10px 10px;
 	list-style:none;	
	line-height:18px;
	padding-left:20px;
	background:url(images/feed.png) no-repeat;
	font-size:11px;
}
.feeds a:link, .feeds a:visited{
	color:#4C393A;
}
#header{

	height:79px;
	width:1000px;
	overflow:hidden;
	position: relative;

}
h1#blog-title{
	float:left;
	font-size:34px;
	padding: 0px;
}
#featured{
	background: transparent url(images/logo-2.png) left top no-repeat;
}

h1#blog-title a:link,h1#blog-title a:visited {

	color:#fff;
	
}

.blog_humeur{
	position: absolute;
	top: 50px;
	left: 275px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
	.blog_humeur ul{
		list-style: none;
		color: #ffffff;
	}
	.blog_humeur ul li{
		font-size: 12px;
		font-weight: bold;
	}


/*  menu*/
	
#catmenucontainer{
	height:79px;
	display:block;
	width:700px;
	padding:0px 0 0px 0px;
	font: 10px Verdana, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
		overflow:hidden;
	}
		
#catmenu{
	margin: 0px;
	padding: 0px;
	width:700px;

	height:79px;
	}
	
#catmenu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height:79px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color:#FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px 10px ;
	border-right:1px solid #f750ea;
	}

#catmenu li a:hover {
	background:url(images/menua-header.png) repeat-x;
	color: #fff;
    margin: 0px;
	padding: 0px 10px ;
	text-decoration: none;
		border-right:1px solid #f750ea;
	}

#catmenu li.current_page_item a{
	background:url(images/menua-header.png) repeat-x;
	color: #fff;
		border-right:1px solid #f750ea;
}

/*Page menu*/

#foxmenucontainer{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	font: 13px verdana,Arial,sans-serif;
	font-weight:normal;
	background:url(images/catmen.png);
}
	
#menu-categorie{
	padding-left: 65px;
	padding-top: 6px;
}

#menu-categorie ul{
	list-style: none;
}

#menu-categorie ul li{
	display: inline;
	margin-right: 10px;
	float: left;
	position:relative;
}
	#menu-categorie ul li a{
		float: left;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
	}
	
	#menu-categorie ul a span.link_menu_categorie_left{
		display: block;
		background: transparent url(images/bt-left.png) right top no-repeat;
		width: 5px;
		height: 29px;
		float: left;
	}
	#menu-categorie ul a:hover span.link_menu_categorie_left{
		background: transparent url(images/btn-left-hover.png) right top no-repeat;
	}
	#menu-categorie ul a span.link_menu_categorie_middle{
		display: block;
		background: transparent url(images/bt-center.png) left top repeat-x;
		height: 15px;
		float: left;
		padding: 7px 4px;
		text-shadow:1px 1px #C7C7C7;
	}
	#menu-categorie ul a:hover span.link_menu_categorie_middle{
		background: transparent url(images/btn-center-hover.png) left top repeat-x;
	}
	#menu-categorie ul a span.link_menu_categorie_right{
		display: block;
		background: transparent url(images/bt-right.png) left top no-repeat;
		width: 5px;
		height: 29px;
		float: left;
	}
	#menu-categorie ul a:hover span.link_menu_categorie_right{
		background: transparent url(images/btn-right-hover.png) left top no-repeat;
	}
	#menu-categorie ul a#link_menu_categorie_news{
		padding-right: 40px;
	}
	#menu-categorie ul a div.link_categorie_news{
		position: absolute;
		bottom: 11px;
		left: 65px;
		
	}
		#menu-categorie ul a div.link_categorie_news span.link_categorie_news_left{
			background: transparent url(images/bdg-left.png) right top no-repeat;
			display: block;
			width: 9px;
			height: 21px;
			float: left;
		}
		#menu-categorie ul a div.link_categorie_news span.link_categorie_news_middle{
			background: transparent url(images/bdg-center.png) left top repeat-x;
			display: block;
			float: left;
			height: 15px;
			font-size: 10px;
			padding: 3px 0;
		}
		#menu-categorie ul a div.link_categorie_news span.link_categorie_news_right{
			background: transparent url(images/bdg-right.png) left top no-repeat;
			display: block;
			width: 9px;
			height: 21px;
			float: left;
		}

.bloc_form_recherche{
	float: right
}
	.bloc_form_recherche_left{
		float: left;
		width: 16px;
		height: 26px;
		display: block;
		background: transparent url(images/search-left.png) right top no-repeat;
	}
	.bloc_form_recherche_middle{
		float: left;
		height: 26px;
		display: block;
		background: transparent url(images/search-center.png) left top repeat-x;
	}
	.bloc_form_recherche_right{
		float: left;
		width: 16px;
		height: 26px;
		display: block;
		background: transparent url(images/search-right.png) left top no-repeat;
	}

#search {

	width:300px;
	padding:5px 5px 10px 5px ;
	margin:0px 0px 10px 0px;
	background:#281C17 url(images/search.png) no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:right;
	display:inline;
}
#search form {
	margin: 50px 0px 0px 0px;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	width:250px;
	border:none;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	float:left;
	background: none;
	display:inline;
	margin-top: 4px;
}
input#searchsubmit{
	float:right;
	display:inline;
	color:#fff;
	margin-top: 8px;
}
	
.twits{
	width:680px;
	background:url(images/twit.png);
	height:80px;

}	

.twits p{
	margin:0px 10px 10px 120px;
	width:530px;
	padding:20px 0px 0px 0px;
	color:#fff;

}
a.twitter-link{

	color:#0C272F;

}
.title{
	border-bottom: solid 1px #d0d0d0;
	margin:0px 10px 5px 10px;
}
.title h2{
		font-size:22px;
		line-height:150%;
		color:#2466a3;
		font-weight: bold;
		font-style: italic;
		margin: 0 0 0 0;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
		text-shadow:1px 1px #c7c7c7;

}
.title h2 a:link, .title h2 a:visited{
		color:#2466a3;
}

#pagepost_vosnews .title h2{
	font-size:22px;
	line-height:150%;
	color:#2466a3;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;	
}
.mot_blog{
	margin: 0px 10px;
	padding: 0 0 5px 0;
	font-size: 11px;
	color: #e402c1;
	font-style: italic;
	font-weight: bold;
}

.postmeta ,.postinfo{
	background:#F5ECC1;
	padding:3px 10px;
	border:1px solid #DFD5A7;
	font-size:10px;
	text-transform:uppercase;
	
}	

.post{

	margin:10px 0px 10px 0px;
	display:inline;
	position: relative;
	width:680px;
	float:left;
}

.postpage{

	margin:10px 0px 10px 0px;
	display:inline;
	position: relative;
	width:680px;
	float:left;
}

.postpagetop{
	background: transparent url(./images/content-top.png) left bottom no-repeat;
	width: 680px;
	height: 5px;
}
.postpagemiddle{
	width:680px;
	background: transparent url(./images/content-middle.png) left center repeat-y;
	margin-right:4px;
	/*border:1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.postpagebottom{
	background: transparent url(./images/content-botbot.png) left top no-repeat;
	width: 680px;
	height: 5px;
}

#pagepost_vosnews{

	width:675px;
	float:left;
	margin-top:3px;
}

.cover {
	margin:0 0;
	padding: 0px 10px 0px 10px ;
	color:#424242;
}
.coverimg{
	text-align: center;
}
	
.cover a:link,
.cover a:visited {
	color: #2466a3;
	background-color: transparent;
}
.cover a:hover {
	color:#2466a3;
	background-color: transparent;
	text-decoration: none;
}

.cover ul, .cover ol{
  padding: .4em 0 1em;
  line-height: 150%;
}


.cover ul li, .cover ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.cover p{
	padding: 0 0 15px 0px;
	line-height: 17px;

}
.cover table {
	width: 100%;
	border-collapse: separate;

	}

.cover td, .cover th {
	padding: 3px 6px;

	}
.cover th {
	background: #eee;
	}

.cover .sociable{
	margin: 0px;
	padding-top: 10px;
}
.cover .sociable_tagline{
	padding-bottom: 15px;
}

#navigation{
	width:680px;
	float: left;
}
h2.pagetitle{
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	line-height:150%;
	margin:0;
	padding:0;
	text-transform:uppercase;
}	
	
#footer{
	width:100%;
	padding:7px 0px 5px 0px;
	background: transparent url(images/footer.png) left top repeat-x;
	position:relative;
	font-size:11px;
	color:#ffffff;
}
#footer a:link, #footer a:visited{
	color:#ffffff;
}
.fleft{
	float:left;
	text-align:left;
	line-height:16px;
	width:40%;
	padding-left: 10px;
}
.fright{
	float:right;
	text-align:right;
	line-height:16px;
	width:40%;
	padding-right: 10px;
}
.postad{
	margin:10px;
	/*float:left;*/
}

/*KCN HOME*/
#bloc_kcn{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height: 62px;
}

#bloc_kcn_btn{
	float: left;
	width: 24px;
	padding: 6px 10px 0 0;
}
	#bloc_kcn_btn a#bloc_kcn_btn_top{
		width: 24px;
		display:block;
		height: 25px;
		background: transparent url(images/top-arrow.png) left bottom no-repeat;
		border-bottom: solid 1px #161514;
	}
	#bloc_kcn_btn a#bloc_kcn_btn_bottom{
		width: 24px;
		display:block;
		height: 25px;
		background: transparent url(images/down-arrow.png) left top no-repeat;
	}
	
#bloc_kcnproject ul{
	list-style: none;
}

#bloc_kcnproject ul li{
	position: relative;
	overflow: hidden;
	height: 56px;
	width: 646px;
	padding: 3px 0;
}


#bloc_kcnproject ul li div.bloc_kcnproject_left{
	float: left;
	display: block;
	width: 15px;
	height: 56px;
	background: transparent url(images/left-KCN.png) right top no-repeat;
}
#bloc_kcnproject ul li div.bloc_kcnproject_middle{
	float: left;
	display: block;
	width: 545px;
	height: 52px;
	padding: 2px 0;
	background: transparent url(images/center-KCN.png) right top repeat-x;
}
	.bloc_kcnproject_content{
		padding-bottom: 3px;
		padding-top: 3px;
		color: #FFFFFF;
		height: 31px;
	}
	.bloc_kcnproject_content a{
		color: #646464;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	.bloc_kcnproject_content a:hover{
		text-decoration: underline;
	}
	
	.bloc_kcnproject_info{
		padding-bottom: 3px;
		color: #FFFFFF;
		text-align: right;
	}
	.bloc_kcnproject_info a{
		color: #F221DA;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	.bloc_kcnproject_info a:hover{
		text-decoration: underline;
	}
	
	.bloc_kcnproject_info a.link_author_name{
		color: #646464;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	.bloc_kcnproject_info a.link_author_name:hover{
		text-decoration: underline;
	}

#bloc_kcnproject ul li div.bloc_kcnproject_right{
	float: left;
	display: block;
	width: 18px;
	height: 56px;
	background: transparent url(images/right-KCN.png) left top no-repeat;
}

#bloc_kcnproject ul li div.bloc_kcnproject_author{
	float: right;
	height: 54px;
	padding: 1px 4px 1px 0;
}
	#bloc_kcnproject ul li div.bloc_kcnproject_author a{
		border: none;
	}
	#bloc_kcnproject ul li div.bloc_kcnproject_author img{
		width: 50px;
		height: 50px;
		border: solid 2px #fafafa; 
	}
	
.bloc_kcnprojectpage{
	float: left;
	width: 675px;
	padding-bottom: 10px;
	position: relative;
}
	.bloc_kcnprojectpage_left{
		float: left;
		display: block;
		width: 15px;
		height: 56px;
		background: transparent url(images/left-KCN.png) right top no-repeat;
	}
	
	.bloc_kcnprojectpage_middle{
		float: left;
		display: block;
		width: 575px;
		height: 52px;
		padding: 2px 0;
		background: transparent url(images/center-KCN.png) right top repeat-x;
	}
		.bloc_kcnprojectpage_content{
			padding-bottom: 3px;
			padding-top: 3px;
			color: #FFFFFF;
			height: 31px;
		}
		.bloc_kcnprojectpage_content a{
			color: #646464;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
		}
		
		.bloc_kcnprojectpage_content a:hover{
			text-decoration: underline;
		}
		
		.bloc_kcnprojectpage_info{
			padding-bottom: 3px;
			color: #FFFFFF;
			text-align: right;
		}
		.bloc_kcnprojectpage_info a{
			color: #F221DA;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
		}
		
		.bloc_kcnprojectpage_info a:hover{
			text-decoration: underline;
		}
		
		.bloc_kcnprojectpage_info a.link_author_name{
			color: #646464;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
		}
		
		.bloc_kcnprojectpage_info a.link_author_name:hover{
			text-decoration: underline;
		}
	
	.bloc_kcnprojectpage_right{
		float: left;
		display: block;
		width: 18px;
		height: 56px;
		background: transparent url(images/right-KCN.png) left top no-repeat;
	}
	
	.bloc_kcnprojectpage_author{
		float: right;
		height: 54px;
		padding: 1px 4px 1px 0;
	}
		.bloc_kcnprojectpage_author a{
			border: none;
		}
		.bloc_kcnprojectpage_author img{
			width: 50px;
			height: 50px;
			border: solid 2px #fafafa; 
		}
		
	div.bloc_kcnprojectpage_new{
		position: absolute;
		top: -6px;
		right: 65px;
		color: #FFFFFF;
		font-weight: bold;
	}
		div.bloc_kcnprojectpage_new span.bloc_kcnprojectpage_new_left{
			background: transparent url(images/bdg-left.png) right top no-repeat;
			display: block;
			width: 9px;
			height: 21px;
			float: left;
		}
		div.bloc_kcnprojectpage_new span.bloc_kcnprojectpage_new_middle{
			background: transparent url(images/bdg-center.png) left top repeat-x;
			display: block;
			float: left;
			height: 15px;
			font-size: 10px;
			padding: 3px 0;
		}
		div.bloc_kcnprojectpage_new span.bloc_kcnprojectpage_new_right{
			background: transparent url(images/bdg-right.png) left top no-repeat;
			display: block;
			width: 9px;
			height: 21px;
			float: left;
		}
		
#kcn_navigation{
	float: left;
	width: 680px;
}
	#kcn_navigation_prec{
		float: left;
		text-decoration: none;
		background:#E5AA00 !important;
		border: 1px solid #E5AA00!important;
		color:#fff !important;
		padding:3px 5px !important;
		text-align: center;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-weight: bold;
	}
	
	#kcn_navigation_next{
		float: right;
		text-decoration: none;
		background:#E5AA00 !important;
		border: 1px solid #E5AA00!important;
		color:#fff !important;
		padding:3px 5px !important;
		text-align: center;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-weight: bold;
		margin-right:80px;
	}
	
	#kcn_navigation_prec a, #kcn_navigation_next a{
		color:#ffffff !important;
	}
		
/*Archive*/
.postpage_archive{

	margin:10px 0px 10px 0px;
	display:inline;
	position: relative;
	width:1000px;
	float:left;
}

.postpage_archivetop{
	background: transparent url(./images/archive-top.png) left bottom no-repeat;
	width: 1000px;
	height: 5px;
}
.postpage_archivemiddle{
	width:1000px;
	background: transparent url(./images/archive-middle.png) left center repeat-y;
	margin-right:4px;
	/*border:1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.postpage_archivebottom{
	background: transparent url(./images/archive-bot.png) left top no-repeat;
	width: 1000px;
	height: 5px;
}


