/*
Theme Name: K2
Theme URI: http://getk2.com
Description: Configure from the <a href="themes.php?page=k2-options">K2 Options Panel</a>. Visit the <a href="http://getk2.com/forum">support forums</a>, <a href="http://k2.stikipad.com/docs/show/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>.</p><p><small>Developed by <a href="http://binarybonsai.com">Michael</a>, <a href="http://chrisjdavis.org">Chris</a>, <a href="http://zeo.unic.net.my">Zeo</a>, <a href="http://stevelam.org">Steve</a> and <a href="http://nybblelabs.org.uk">Ben</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 0.95 RC1
Author: Various Artists
Author URI: http://binarybonsai.com

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/



/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #F0EBD8 url(img/bg.jpg) repeat-x;
	text-align: center;
	margin: 21px 0 30px 0;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF url(img/bg_page.jpg) repeat-y;
	position: relative;
	width: 656px;
}



#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 191px;
	background: #D5C898 url(img/header.jpg) no-repeat;
	}
	
#header h1{
	text-indent: -100em;
	overflow: hidden;
	width: 244px;
	height: 71px;
	padding: 0;
	margin: 0;
}
#header h1 a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#header p{
	text-indent: -100em;
	overflow: hidden;

}

.content{
	background: url(img/bg_page_foot.jpg) no-repeat center bottom;
	padding-bottom : 20px;
}

#primary {
	width: 440px;
	float : right;
	margin : 0 3px 0 0 ;
	padding : 5px 0 0 0;

	}
	
html>body #primary {
	width: 440px;
	float : right;
	margin : 0 7px 0 0 ;
	padding : 5px 0 0 0;

	}
	
.secondary {
	width : 160px;
	margin : 0 0 0 15px;
	padding : 5px 0 0 0;
		
}
	
	

.entry-content{
	margin-right : 10px;
	font-size: 1.1em;
	text-align : justify;	
}


/* pour les occasions */

#post-7 img{
	padding-right : 5px;
	
}
#post-7 tr{
	background: url(/metz/wp-content/uploads/2007/03/space.jpg) no-repeat  bottom left;
}
#post-7 td{
	padding-bottom : 18px;
}
#post-7 table{
	border : 0;
}


.clear {
	clear :both;
}

/* alignement */

.center {
	text-align: center;
	}

.alignright {
	float: right;
	margin-left : 5px;

	}
	
.alignleft {
	float: left;
	margin-right : 5px;
}
	
	

/*- Main Menu in Header */
ul.menu {
	margin: 83px 0 0 0;
	padding: 0;
	width: 631px;
	text-align: right;
}

ul.menu li {
	margin: 0;
	padding: 0;
	float: right;
	text-align : center;
	width : 107px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size : 1.5em;
	font-weight: bold;
	color : #FFF;
	list-style-type : none;
	}
	
ul.menu li a {
	color: #FFF !important;
	text-decoration: none;
	}
ul.menu li a:hover {
	color: #FFDD00 !important;
	text-decoration: none;
	padding-bottom : 5px;
	border-bottom : 2px solid #FFDD00;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #037436 !important;
	text-decoration: none;
	border-bottom : 2px solid #FFF;
	}




* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }



/*- Headings */

hr {
	display : none;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}



.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.7em;
	font-weight: bold;
	color : #037436; 
}


	
#primary .page-head h2, #primary .entry-title {
	font-size: 2.1em;
	font-weight: bold;
	margin-top: 25px;
	color: #037436;
	margin : 0 0 8px 0;
	}
	
#primary .page-head h2 a, #primary .entry-title a{
	text-decoration : none;
	color: #037436;
}
	
	
.entry-content h3{
	font-size: 1.6em;
	font-weight: bold;
	color : #037436; 
	margin-top : 15px;
	margin-bottom : 10px;
}
	
#primary p{
	margin : 7px 0 10px 0px ;
}
#primary ul{
	margin : 7px 0 10px 20px;
}

#primary li{
	padding : 0 0 0 15px ;
}

#primary a{
		color : #037436; 
		text-decoration : none;
}




	
	
/* Menu sidebar */
.secondary #navigation ul {
	font-size: 1.1em !important;
	font-weight: bold !important;

	
}
.secondary #navigation li{

list-style-type : none;
height: 15px;
	
}
.secondary  a{
	color: #786316;
	text-decoration : none;
	
}
.secondary  a:hover{
	text-decoration : underline;
	
}

.secondary ul, .secondary p {
		margin : 5px 0 10px 0;
}

.secondary p {
		font-size : 1.1em;
}






/* footer */

#footer {
	margin-top: 20px;
	text-align: center;
	background-color : #DFD3A5;
	padding : 10px 0;
	color : #9B842D;
	}

#footer a {
	color: #9B842D;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {

	text-decoration: none;
	color: #423503;
	}
	
	
	
	
/* zone promo */

#zonepromo {
	width : 100%;
	margin-top : 20px;
	clear : both;
	
}

#zonepromo .unepromo{
	width : 210px;
	float : left;
	margin-right  : 5px;
	background: #037436 url(img/baspromo.jpg) no-repeat left bottom;
	padding-bottom : 3px;
	min-height:100px;
	height:auto !important;
    height:100px;
}
#zonepromo .unepromo p{
	font-size : 1.1em;
	color : #FFF;
	padding :  4px 6px;
	
}
#zonepromo .unepromo p a{
	color : #FFF;
	text-decoration : none;
	
}

#zonepromo h4{
	font-size : 1.5em;
	font-weight : bold;
	color : #FFDE02;
	background: url(img/hautpromo.jpg) no-repeat left top;
	padding : 4px 4px 0 6px ;
}
#zonepromo h4 a{
	color : #FFDE02;
	text-decoration : none;
}
#zonepromo h3{
	font-size : 2.1em;
	font-weight : bold;
	color : #037436;
	margin-bottom : 7px;
	clear:both;
}

