/*
Theme Name: Aude-musique
Theme URI: http://www.pictura-crea.eu/
Description: The first theme created by Guillot Michel - Pictura-crea.
Version: 0.1
Author: Michel Guillot
 
Creation Theme by Guillot Michel - Pictura-crea || http://www.pictura-crea.eu
 
*/

body {
    font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
    font-size: 0.8em;
    text-align: left;
    color: #000;
    margin: 0;
    background-image: url(images/fond.jpg);
}
a {
    color: #b70923;
    text-decoration: none;
}
a:hover {
    color: #777;
}
a img{
    border: none;
}
#page {
    margin: 30px auto 30px auto;
    width: 1024px;
}
H2{
    color: #fff;
}
H4 {
    margin-bottom: 1px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-top: 0;
}
.widgettitle{
    color: #333;
}
/*================================= HEADER =======================================*/
#header {
    font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
    float: left;
    background-image: url(images/top.png);
    background-repeat: no-repeat;
    width: 990px;
    margin: 0 17px 0 17px;
    height: 176px;
}
#header h1 {
    padding: 0 20px 0 0;
    font-size: 2em;
    text-align: right;
}
 
#header p {
    padding: 0 20px 0 0;
    font-size: 1em;
    text-align: right;
}
h1{
    display:none;
}
p.description{
    visibility:hidden;
}
#header a{
    border: none;
}
#header img{
    margin-top: 25px;
    margin-left: 30px;
}

/* ================================= Menu =======================================*/
#access {
	background-image: url(images/menu_fd.jpg);
        background-repeat: repeat-x;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 990px;
        margin-left: 17px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #777;
	display: block;
	line-height: 2.8em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.8em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
        color:#b70923;
}
#menu_gch{
    float: left;
    margin-left: -17px;
}
#menu_dr{
    float: right;
    margin-right: -17px;
}
/*================================= Contenu (content) =======================================*/
#box {
    background-color: #fcf9f4;
    float: left;
    margin-left: 17px;
    margin-right: 17px;
}
#content {
    float: left;
    width: 672px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#content_page, #content_single{
    float: left;
    width: 925px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-right: 45px;
}
#content h2, #content_page h2, #content_single h2{
    font-size: 1.3em;
    background-image: url(images/image-titre.png);
    background-repeat: no-repeat;
    height: 39px;
    padding-top: 9px;
    padding-left: 20px;
    margin-left: -33px;
}

.postmetadata {
    font-size: 0.8em;
    color: #999;
}
.post_content {
    font-size: 1em;
    color: #555;
}
#content h2 a, #content_page h2 a, #content_single h2 a{
    font-size: 1.1em;
    font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
    color: #ffffff;
}

#content h2 a:hover, #content_page h2 a:hover, #content_single h2 a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.post_content ul{
    margin-left: 25px;
}
.post_content ul ul{
    list-style-type: none;
    margin-left: -30px;
}

/*================================= Personnes (Page) =======================================*/ 
.text_personne{
    float:left;
    width: 700px;
    margin-bottom: 25px;
}
.personnes p img{
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
}
.modifier{
    clear:both;
}
hr{
    clear: both;
    border-color: #b70923;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.text_groupe{
    float:left;
    width: 600px;    
}

/*================================= Concert (Billet) =======================================*/
.img_concert{
    float: left;
    width: 250px;
    margin-bottom: 25px;
}
.plus_concert .ngg-albumtitle a{
    color: #000;
    font-size: 0.8em;
}
.plus_concert{
    clear:both;
}

/*================================= En bref... (sidebar) =======================================*/ 
.sidebar {
    float: right;
    width: 248px;
    margin: 70px 25px 20px 25px;
    background-image: url(images/cartouche.jpg);
    background-repeat: repeat-y;
}
.sidebar .bref{
    background-image: url(images/cartouche-top.jpg);
    background-repeat: no-repeat;
    height: 52px;
    width: 248px;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 10px 10px;
}
.sidebar h2 {
    font-size: 1.2em;
}
.sidebar ul li{}
.sidebar ul ul li{}
.sidebar .end_bref{
    background-image: url(images/cartouche-bottom.jpg);
    background-repeat: no-repeat;
    height: 27px;
    width: 248px;
}

/*================================= Pied de page (footer) =======================================*/ 
#footer {
    background-image: url(images/bottom.png);
    background-repeat: no-repeat;
    padding: 10px 10px 0 0;
    clear: both;
    width: 990px;
    height: 138px;
    margin-left: 17px;
}
#footer p{
    font-size: 0.8em;
    padding: 72px 0px 20px 0;
    text-align: center;
}

/*================================= Commentaires =======================================*/ 
.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 
.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}
 
.commentmetadata{
	font-size: 0.9em;
}
 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

/*================================= Partenaires =======================================*/
.img_sponsor{
    float:left;
    margin-right: 25px;
	margin-bottom: 15px;
}

/*================================= Location =======================================*/
table{
    margin: 0 auto 0 auto;
}

/*================================= Form Contact =======================================*/ 
p.nom{
    float: left;
}
p.mail{
    float: right;
    margin-right: 250px;
}
p.sujet{
    clear:both;
}