/*
Theme Name: MUCC 2009
Theme URI: 
Description: Theme pour MUCC.fr
Version: 1.0
Author: Florent Porta & Jules Peter
Author URI: www.mucc.fr

*/

/* Body */
body {
font-size:13px;
line-height:20px;
color:#ccc;
font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
background:#161410;
margin:0;
}

/* Links */
a:link, a:visited {color:#ee5b79; text-decoration: none;}			
a:hover, a:hover:visited {color:#ffffff;}
a:focus {outline:none; }
a img {border:0;}

/* Header */
#header {
background:#fff url(images/header.jpg) bottom no-repeat;
height:300px;
margin-bottom:20px;
}

#logo {
background:#161410 url(images/logo.png) top no-repeat;
height:134px;
width:125px;
margin-bottom: 20px;
}
#logo ul {margin:0; padding:0;}
#logo li {list-style:none;}
#logo li a {
display: block;
height:134px;
width:125px;
}

#logo li a:hover { background:#161410 url(images/logo.png) bottom no-repeat; }

#edito {margin: 0 0 25px 20px; padding-bottom:25px; float:right; width:500px; border-bottom:1px dotted #ee5b79;}


/* Posts */
.post-titre {
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#ee5b79;
}

.post-titre a:link, .post-titre a:visited {border-bottom:dotted 1px #fff;}
.post-titre a:hover, .post-titre a:hover:visited {border-bottom:dotted 1px #ee5b79;}


.post-time {float:left; font-size:24px; color:#666666; width:200px; text-align:right;}


.categorie {margin:5px 0 0 0; font-size:12px;}
.auteur {font-size:12px;}


.post {margin: 0 0 50px 20px; float:left; width:500px; text-align:justify; border-bottom:1px dotted #ee5b79;}

/* Sidebar */
#sidebar {
float:left;
width:200px;
text-align:left;
margin:0 0 0 20px;
}

#sidebar ul {margin:0; padding:0;}
#sidebar li {list-style:none;}

.side-about {font-family:"Georgia", "Times New Roman", "Serif"; font-size:14px; color:#EEEEEE; text-align:left; background:#000; margin:0;padding:15px;}
.side-about-bottom {background:url(images/side-bottom.gif) 0px -1px no-repeat; height:20px; width:250px;}

#conteneur{
width:940px;
margin:auto;
}


#contenu {
width:720px;
float:left;
}


/*Headers*/
h1 {
font-size:34px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#ee5b79;
font-weight:100;
text-align:center;
}

/* Commentaires */

#commentform p { float: left; margin: 0 10px 10px 0; }
	
.commentlist { list-style: none; margin: 0; padding: 0; }
	.commentlist li { margin-top: 10px; padding: 5px 0 0; }
	.commentlist li p { padding: 5px 10px 0; margin: 0; }
	.commentlist li p.commentmetadata { padding: 5px 10px; margin-top: 10px; }
	


/*Formulaires*/

input{
	color: #ee5b79;
	background: #161410; 
	border: 1px dotted #ffffff;
	}

.comments input{
	width: 113px;
	padding: 5px;
	}


textarea {
	padding:5px;
	background:#161410;
	border: #ffffff 1px dotted;
	color:#ee5b79;
	}
	
	
.comments textarea {
	width: 485px;
	height: 200px;
	}
	

.submit input {width: 30px; clear:left; margin:0 0 20px 5px;}
.search input {width: 80px;  float:left;}



/*Archives*/
.archives ul {margin:0; padding:0;}
.archives li {list-style:none;}

/* Footer */
#footer {
background:#161410;
height:60px;
margin-top:20px;
text-align:center;
padding:5px;
color:#ccc;

}

#footer a {
color:#fff;
}


/*divers & vary é*/
::-moz-selection {
background-color:#ee5b79;
color:#151515;
}
.clearer { 
clear: both;
}
.hidden{display:none;}

.navigation {text-align:center;}


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


.menu_list {	
	width: 450px;
	margin-bottom: 20px;
}


.menu_head {
	font-size:18px;
	color:#ee5b79;
	font-weight:bold;
	}
.menu_body {
	display:none;
	margin-bottom:10px;
}


.wp-caption p.wp-caption-text {
   text-align: right;
   background-color: #ee5b79;
   color:#161410;
   font-size: 11px;
   line-height: 17px;
   padding: 0 10px 0 0;
   margin: 0;
   width:490px;
}



/*Carousel*/
.carousel {width: 500px; height: 520px;  z-index: 0; }
.carousel li {margin:0; padding:0;}
.carousel-nav ul {margin:0; padding: 0;}
.carousel-nav li  {list-style: none; }
.prev {position:absolute; z-index: 100; margin: 0 0 0 0;}
.prev li a {width:250px; height:500px; display: block;}
.prev li a:hover {background: url(images/prev.png) no-repeat;}
.next {position:absolute; z-index: 100; margin: 0 0 0 250px;}
.next li a {width:250px; height:500px; display: block;}
.next li a:hover {background: url(images/next.png) no-repeat;}


