/* 
Theme Name: Cheres Cousines
Theme URI: http://www.cherescousines.com
Description: Theme Chere Cousines.
Version: 1.0
Author: Alexis Nomine & Benoit Langue
Author URI: http://alexis.nomine.fr
Tags: fixed-width
Template: hybrid
*/

/* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

/* Get a layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default Hybrid CSS */
/*@import url('../hybrid/library/css/screen.css');*/
@import url('screen.css');

/* Paramètres généraux */

@font-face {
	font-family: 'GemelliRegular';
	src: url('gemelli/gemelli-webfont.eot');
	src: local('☺'), url('gemelli/gemelli-webfont.woff') format('woff'), url('gemelli/gemelli-webfont.ttf') format('truetype'), url('gemelli/gemelli-webfont.svg#webfontwmRrUNVu') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DesigersBold';
	src: url('desigers/desib___-webfont.eot');
	src: local('☺'), url('desigers/desib___-webfont.woff') format('woff'), url('desigers/desib___-webfont.ttf') format('truetype'), url('desigers/desib___-webfont.svg#webfontlIr5Pp8x') format('svg');
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
}

#container{
	font-family: 'GemelliRegular', sans-serif;
}

.coordonnees, .menu a{
	font-family: 'DesigersBold', sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
}

body {
	font-family: GemelliRegular, Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	font-size: 13px;
	background-color: #FFFAEC;
}

#body-container{
	margin:0 auto 0;
}

.no-widgets .content, .no-default-widgets .content {
	width: 900px;
	padding: 0 30px;
}

.page-title, div.breadcrumb{
	display: none;
}

h2.cgj_title{
	display: none;
}

/* paragraphes encadrés */

.encadre{
 background-color:white;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 border: 1px solid #CCCCCC;
 margin:20px;
 padding:20px; 
 font-size: 15px;
}

/* Entete du site */

#header{
	margin:0;
}

#header-container{
	background: url('images/header.png') no-repeat top center;
	height:111px;
	width:960px;
	position: relative;
}

#site-title{
	float:left;
	width:280px;
}

#site-title a span{
	display:none;
}

#site-title a{
	display:block;
	position:absolute;
	top:0;
	left:10px;
	/*margin-top: 50px;*/
	background: url('images/logo.png') no-repeat bottom center;
	height:178px;
	width:173px;
}

#site-description{
	display:none;
}

/* Menus haut de page */

#primary-menu .menu ul, 
#navigation
{
	background-color: #471203;
	margin-left: 30px;
	margin-right: 40px;
	margin-bottom:40px;
	padding-left: 160px;
	height:31px;
}

#primary-menu .menu li,
#page-nav li
{
	margin-top: 4px;
	padding-left:3px;
	margin-right:10px;
}

#primary-menu .menu li a:hover, #primary-menu .menu li.current_page_item a, 
#page-nav li a:hover, #page-nav li.current_page_item a
{
	/*background:#D5463F url('images/corner_r.gif') top right no-repeat;*/
	text-decoration: none;
	background-color: #D5463F;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#primary-menu .menu li a,
#page-nav li a
{
	border:none;
	padding: 4px 7px;
	padding-right: 10px;
	color: #EFCA30;
}

/*#page-nav li.current_page_item, #page-nav li:hover{
	background:transparent url('images/corner_l.gif') bottom left no-repeat;
}*/

/* coordonnées du resto */

#coordonees{
	width:251px;
	height:87px;
	background: url('images/info.png') top left no-repeat;
	position:absolute;
	top: 50px;
	right:0;
	padding:15px 15px;
	text-align: center;
	font-size: 12px;
}

#coordonees .adresse a{
	display: block;
	color: #D5463F;
	margin: 0 20px;
}

#coordonees .adresse a:hover{
	text-decoration: none;
	/*background: url('images/fleche.gif') top right no-repeat;*/
}

#coordonees .tel{
	font-size: 15px;
}

/* Bas de page */

#footer-container{
	font-family: 'DesigersBold', sans-serif;
	margin:10px;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-color: white;
	letter-spacing: 0.1em;
}
#footer{
font-style: none;
}
#footer-container div, #footer-container p, #footer-container a{
	display: inline;
	margin:0;
	color:#AA9D8D;
}

#footer .copyright {
display:block;
float:none;
margin-right:0;
}

/* page d'accueil */

.menu_du_jour{
	float: right;
	width: 213px;
	height: 249px;
	padding: 90px 30px 30px 30px;
	margin: 0 10px;
	color: #aa9d8d;
	background: transparent url(images/menu.png) no-repeat top left;
	text-align: center;
	font-size: 18px;
}

.postit2{
	float: right;
	width: 250px;
	height: 250px;
	padding: 35px 10px 48px 12px;
	margin: 0 10px;
	background: transparent url(images/polaroid.png) no-repeat top left;
}

/* commentaires et livre d'or */ 

#commentform{
	margin:0 auto 10px auto;
	padding:50px 0 0 0;
	width:536px;
	height:188px;
	background: transparent url(images/guestbook.png) no-repeat top left;
	font-size:13px;
}

#commentform p{
	clear: left;
	margin:0 0 3px;
}

#commentform .log-in-out{
	margin:20px 30px;
}

#commentform .form-author label{
	display:block;
	float: left;
	font-weight:bold;
	text-align:right;
	width:80px;
	padding:5px;
}

#commentform .form-author input{
	display:block;
	padding:2px 2px;
	border:solid 1px #aacfe4;
	width:260px;
	margin:0;
}

#commentform .form-email label{
	display:block;
	float: left;
	font-weight:bold;
	text-align:right;
	width:80px;
	padding:5px;
}

#commentform .form-email input{
	display:block;
	padding:2px 2px;
	border:solid 1px #aacfe4;
	width:260px;
	margin:0;
}

#commentform .form-textarea label{
	display:block;
	float: left;
	font-weight:bold;
	text-align:right;
	width:80px;
	padding:5px;
}

#commentform .form-textarea textarea{
	display:block;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:260px;
	height: 60px;
	margin:0;
}

#commentform .form-submit input#reset, #commentform .form-submit input#submit{
	padding:2px 2px 2px;
	margin: 1px;
	float: left;
	display: block;
	width: 60px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#commentform .form-submit input#reset{
	
}

#commentform .form-submit input#submit{
	margin-left: 120px;
}

/* Masque le titre et l'article pour le livre d'or */
h3.comments-header, div#post-66{
	display: none;
}
.page-66 #navigation{
	margin-bottom: 5px;
}

.comment{
-moz-border-radius: 10px;
-webkit-border-radius:10px;
border-radius:10px;
}

.comment-meta-data, .avatar{
	margin:0;
}

.comment-author-admin img.avatar, 
.comment-author-admin .comment-author *{
	display: none;
}

.comment-author-admin{
background-color:#C5D6E2 !important;
position:relative;
overflow:visible !important;
margin-top: 25px !important;
}

.comment-author-admin .comment-meta-data{
margin-left:70px ;
}

.comment-author-admin .comment-author{
position:absolute;
top:-20px;
left:-10px;
width:80px;
height:53px;
background: transparent url(images/cyril.png) no-repeat top left;
}