/*
Theme Name: Coca
Description: Coca light
Version: 1.0
Author: Chtipepere
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

html>body #content {
	height: auto;
	min-height: 580px;
}

body {
	background: #ccc;
	font: 62.5% Verdana; /* Resets 1em to 10px */
    height: 100%;
	margin: 0;
	padding: 0;
}

#wrap {
	background: url(images/fond.jpg) no-repeat top;
    width: 954px;
    padding-left: 0 170px;
	margin: 0 auto;
}

#page {
	background: url(images/fond.gif) repeat-y center top;
}

/************************************************
*	Header, Headings, etc.						*
************************************************/

#head {
	font-size: 1.1em;
	height: 135px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

#headleft {
	height: 135px;
	width: 714px;
	float: left;
}

#headleft h4 {
	color: #fff;
	height: 130px;
	margin: 0;
	margin-left: 112px;
	padding: 0;
	width: 730px;
}

#headleft h4 a {
	color: #fff;
	display: block;
	height: 130px;
}

#desc {
	font-size: 1.6em;
	color: #595441;
	font-style: italic;
	padding: 5px 0 0 268px;
}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20;
	left: 625px;
	width: 210px;
	font-weight: bold;
	text-align: right;
	list-style: none;
	list-style-position:inside;
	line-height: 1.5em;
	z-index:1;
}

ul.menu li {
	display: block;
	margin: 0;
}

ul.menu,
ul.menu li a {
	padding: 10px 0 0 0;
}

ul.menu li a {
    color: #fff;
	margin: 0;
}

ul.menu li a:hover {
	color: #fff!important;
	text-decoration: underline;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff!important;
	text-decoration: none;
}

/************************************************
*	Links and Headings							*
************************************************/
a img,:link img,:visited img { border:none }    

a, a:link {
	color: #fe0000;
	text-decoration: none;
}

a:hover {
	color: #fe0000;
	text-decoration: underline;
}

h1 {
	font-size: 2.2em;
	color: #fe0000;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #fe0000;
}

h2 {
	color: #fe0000;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2em;
}

h5 {
	color: #fe0000;
    margin: 8px 0 0 0;
	padding: 0;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content								*
************************************************/
#content {
	float: left;
	padding-left: 110px;
	width: 511px;
}

.item {
    padding: 1.5em 20px 0 20px;
    color: #595441;  
    border-bottom: 1px dotted #fe0000;
}

.item p {
	font-size: 1.2em;
	line-height: 1.3em;	
}

.item p a{
	text-decoration: underline;
}

.item p a.img-accueil {
	float: left;
}

.item p a:hover{
	/*color: #4a8797;*/
	text-decoration: underline;
}

.item img {
	border: 1px dotted #fe0000;
	padding: 5px;
	margin: 5px;
	background: #fff;
}

.item img.wp-smiley {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0 10px 15px;
	font-size: 1.4em;	
}

.item ol{
	font-size: 1.4em;
	list-style-type: decimal;
	margin: 10px 0 10px 15px;
	padding-left: 10px;
}

.itemhead {
	margin-bottom: 18px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.itemhead .titre {
	float: left;
	width: 400px;
}

.itemhead p {
	clear: left;
	padding-left: 0;
}

.itemhead h3{
	display: inline;
}

.date{
	background: url(images/calendar.gif) no-repeat 0 0;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 43px;
	margin-bottom: 20px;
	margin-right: 1em;
	padding: 3px;
	text-align: center;
	width: 40px;
}

.date .jour {
	color: #fff;
}

input{
	font-size: 100%;
}

.metadata{
	font-size: 1em;
	line-height: 220%;
	margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #fe0000;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

span.tags {
	font-size: 1.1em;
}

.UTWPrimaryTags {
	clear: left;
	display: block;
}

/************************************************
*	Sidebar										*
************************************************/
#secondary {
	border-left: 1px solid #666;
	border-top: 1px dotted #fe0000;
	float: left;
	margin-top: 10px;
	padding: 0;
	width: 215px;
}

#secondary .BlogSearch {
	padding-bottom: 1em;
}

#secondary #tagcloudwidget {
	padding-bottom: 1em;
}

#secondary h5 {
	margin: 0;
}

#secondary p{
	padding: 3px 0 0 0;
	margin: 0;
	line-height: 17px;
	font-size: 1.1em;
	color: #595441;
}
	
#secondary ul {
	margin: 0 0 20px 0;
	padding: 0 0 20px 3px;
	/*font-size: 13px;*/
	list-style-type: none;
	color: #595441;
}

#secondary li {
	margin: 0;
	padding: 0;
	color: #595441;
}
#secondary ul li {
	margin: 0;
	padding: 3px 0 0 0;
}
	
#secondary ul li a {
	color: #595441;
	text-decoration: none;
}

#secondary ul li a:hover {
	color:#fe0000;
	text-decoration: underline;
}

#secondary ul ul {
	margin: 0 0 20px 0;
	padding: 0;
	/*font-size: 13px;*/
	color: #595441;
	list-style-type: none;
	color: #595441;
}

#secondary ul ul li{
	margin: 0;
}

#secondary ul ul ul{
	margin-top:0; 
	margin-bottom:0;
	padding: 0 0 0 14px;
	/*font-size: 13px;*/
	color: #595441;
	list-style-type: none;
	color: #595441;
}

#secondary ul ul ul li{
	margin: 0;
}

li .categories, li .linkcat, li .pagenav {
	margin: 0;
	padding: 0;
}

.sidebarSearch{
	clear: both;
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
	background: url(images/feedicon.png) no-repeat;
	padding-left: 20px;
}

.feedarea  a {
       color: #595441;
}

/************************************************
*	Comment Area								*
************************************************/
#comment {
	color: #333;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0 0 3em 0;
    font-size: 1.3em;
}
  
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #e88337;
}

ol#commentlist {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none;
    font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0;
    font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
    font-weight: normal;
}

.commentname {
	color: #333;
	margin: 0;
	padding: 5px 5px 0 0;
}

.commentinfo{
	clear: both;
}

.commenttext {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 5px 10;
}

.commenttext-admin {
	clear: both;
	/*margin: 5px 0 10px 0;
	padding: 0 10px 5px 10px;*/
	margin: 0 0 20px 0;
	padding: 0 0 5px 10;
	position: relative;
}

.commenttext-admin img.admin {
	bottom: 90%;
	position: absolute;
	right: 0;
	z-index: 1;
}

#commentsformheader{
	padding-left: 0;
}

#commentsform{
	text-align: left;
	margin: 0;
	padding: 0;
}

#commentsform form{
	text-align: left;
	margin: 0;
}

#commentsform p{
	margin: 0;
}
	
p.comments_link  img{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #ccc;
}

ul#recentcomments li.recentcomments a.auteur-comment {
	text-decoration: underline;
}

.navigation {
	background: #fff;
	border-bottom: 1px dotted #fe0000;
	border-top: 1px dotted #fe0000;
	color: #fe0000;
    font-size: 1.3em;
	margin-left: 1px;
	margin-top: 10px;
	padding: 1em 0 2em 10px;
	text-align: right;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	background: #fff;
	color: #fe0000;
}

.alignright {
	background: #fff;
	float: right;
}

.alignleft {
	background: #fff;
	float: left
}

/************************************************
*	Calendar									*
************************************************/
#wp-calendar {
	empty-cells: show;
	margin: 0;
	margin-bottom: 1em;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar caption {
	color: #fe0000;
}

#secondary #menu #sidebarwidgeted #wp-calendar a {
	color: #fe0000;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar td {
	color: #515441;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #fe0000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer										*
************************************************/
#foot {
	color: #515441;
    font-size: 1.1em;
	height: 40px;	
	margin-top: 20px;
	padding-left: 130px;
	text-align: left;
}

#foot a:link, #foot a:hover, #foot a:visited {
	color: #fe0000;
    text-decoration: underline;
}