/*
Theme Name: Grace
Theme URI: http://wordpress.org/
Description: Le thème de Grace .
Version: 1.0
Author: TriBeCa
Author URI: http://tribeca.fr/
*/

/***  - RESET CSS -  ***/
@import url('reset.css');

/***  - MISE EN PAGE -  ***/
@import url('miseEnPage.css');
/*** - STYLE - ***/
    /***  - GENERAL -  ***/
    html {
	background-color: #f6f0db;
	/*background-image: url('images/background.jpg');*/
      background-position: top center;
	background-repeat: repeat-x;
}
body {
	color: #888;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat: repeat-x;
}
h2 {
	display: block;
	padding:5px;
	margin-bottom: 5px;
	background-image:url(images/h2_bg.gif);
}
h2, h2 a {
	color: white;
	font-family: Georgia, Times, Serif;
	font-size: 20px;
	text-transform: uppercase;
}
h3, h3 a {
	color: black;
	font-family: Georgia, Times, Serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	display: block;
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image:url(images/h4_bg.gif);
}
h4, h4 a {
	color: white;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	text-transform: uppercase;
	padding:5px;
}
h4 small {
	font-size: 13px;
	text-transform: none;
}

.gigpress-list-rss img
{
margin-top:5px;
margin-right:10px;	
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 10px;
}
p {
	margin-bottom: 15px;
	color:black;
}
p#credit {
	text-align: center;
}
/***  - HEADER ET SON CONTENU -  ***/    /* header.php */
        div#header {
	/*background-color: #fff;*/
          background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	border-top: none;
	width:900px;
	height: 150px;
}
div#headervideo {
	float:left;
	margin : 0px;
	padding: 0px;
	display: inline; /* Correction de bug sur IE6 */
}
div#logo {
	float:left;
	margin-top: 9px;
	margin-left: 43px;
	display: inline; /* Correction de bug sur IE6 */
}
div#newsletter {
	text-align: right;
	color:black;
}
span.titreNL {
	font-size: 12px;
}
div#newsletter form input#email {
	color: grey;
}
span.mini {
	font-size: 9px;
}
#subNewsLetter {
	color: white;
	font-size: 12px;
	font-weight:bold;
	font-family:georgia;
	background-color: black;
	border: none;
	padding: 0 3px 3px 5px;
	margin-bottom:-5px;
}
/***  - ***** -  ***/
    
    
        /***  - MENU -  ***/    /* menu.php */
        div.menu {
	background-color: #3c2a20;
}
div.menu li a {
	color: #fff;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#a btq {
	color:red;
}
/***  - ***** -  ***/
    
        /*** - ZONE DE CONTENU - ***/
        div#news, div#presse, div#simplePage {
	text-align: justify;
	background-color: #fff3e1;
}
div.new, div.plus {
	border-bottom: solid 1px #e5daca;
}
div.plus {
	text-align: left;
}
/***  - ***** -  ***/
        
    /*** - PAGE NEWS - ***/    /* index.php */
    small.date {
	display: block;
	color: #666666;
}
a#seeAllNews {
	text-align: right;
	display: block;
}
/***  - ***** -  ***/
    
    /*** - WIDGET - ***/
    div.widget {
	background-color: #fff3e1;
	border: none;
}
/* LIVES WIDGET */
        ul.gigpress-listing li {
	border-bottom: 1px solid #bbb;
}
ul.gigpress-listing li div.infos {
	font-size: 11px;
}
/***  - ***** -  ***/
        
    /***  - ***** -  ***/
    
    /*** - SIDEBAR - ***/
        /*** - WIDGET JOINDRE - ***/ 
        ul#joindre li {
	border-bottom: solid 1px #e5e5e5;
}
ul#joindre li.last {
	border-bottom: solid 0px #e5e5e5;
}
ul#joindre li a {
	display: block;
	color: #888;
}
ul#joindre li a:hover {
	background-color: #F2F2F2;
}
ul#joindre li a:hover {
	text-decoration: none;
}
/***  - ***** -  ***/
        
        /*** - WIDGET RECHERCHE - ***/    /* searchform.php */
        #searchform input {
	width: 158px;
	float: left;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-right: 10px;
}
#searchform input#searchsubmit {
	width: 30px;
	height: 25px;
	color: #fff;
	font-weight:bold;
	background-color: #3c2a20;
	border: none;
 padding-left:2px  margin-right: 0;
	cursor: pointer;
}
/***  - ***** -  ***/
        
        /*** - WIDGET MUSIQUE - ***/
        object#deezer {
	margin-left: 13px;
}
/***  - ***** -  ***/
		
		        /*** - WIDGET DER. COMMENTAIRES - ***/
        .recentcomments {
	margin-bottom: 15px;
}
/***  - ***** -  ***/
    
    
    /*** - New (Lire article complet) - ***/    /* single.php */
        /*** - FORMULAIRE D'ENVOI DE COMMENTAIRE - ***/
        form#commentform input#submit {
	color: #fff;
	font-weight:bold;
	background-color: #f43d13;
	border: 1px solid #f43d13;
}
/***  - ***** -  ***/
    
        /*** - AFFICHAGE DES COMMENTAIRES - ***/
        cite.fn {
	color: #888;
	font-size: 14px;
	font-weight: bold;
}
cite.fn a {
	color: #888;
}
div.commentmetadata {
	font-size: 10px;
}
div.commentmetadata a {
	color: #888;
}
/***  - ***** -  ***/
        
    /***  - ***** -  ***/
    
    /*** - PRESSE ET PHOTOS - ***/    /* presse.php & photos.php */
        /*** - Liste de toutes les parutions - ***/
        div.listEntryPresse {
	border-right: 1px solid #bbb;
}
div.listEntryPresse img {
	border: 1px solid #bbb;
}
div.listEntryPresse a.actif {
	color: #333;
}
/***  - ***** -  ***/
        
        /*** - Parution ouverte - ***/
        div.entry small.date {
	color: #333;
}
/***  - ***** -  ***/
        
    /***  - ***** -  ***/
    
    /*** - PHOTOS - ***/    /* photos.php */
    a.actif img {
	border: 1px solid #f43d13;
}
.ngg {
 style="padding:5px; 
	border:1px solid grey; 
	margin:2px;
	}
    /***  - ***** -  ***/
    
    /*** - VIDEOS - ***/    /* videos.php */
    div.video {
      margin-bottom: 20px;
    } 
    /***  - ***** -  ***/
    
    /*** - LIVES - ***/    /* lives.php */    /*** - Certains style sont défini dans le .css du plugin : "wp-content/plugins/gigpress/css/gigpress.css" - ***/ table.gigpress-table {
 border: none;
}
#simplePage .gigpress-country {
	text-align: right;
}
span.gigpress-info-label {
	font-weight: bold;
}
    /***  - ***** -  ***/
    
/***  - ***** -  ***/
