/*
Theme Name: gigibigot
Description: theme en 2 colonnes pour www.gigibigot.fr
Version: 1.0
Author: Affirmatif  inspire du theme de Kaushal Sheth
Author URI: http://www.affirmatif.com/
*/

html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 80%;
	color: #000;
	background: #f1a436 ;
	margin: 0 ;
	padding: 0 ;
	line-height: 130%;
}
#liens_amis
{
	display:none;
}

img{ 
	
	border:none;
	margin : 10px;
	
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* Main menu */

.mainmenu{
clear:both;
margin:0 0 10px 0;
padding-bottom:1px;

}

.mainmenu ul{
width:100%;
list-style:none;
background:#f0f0f0;
padding-left:0px;
margin-left:0px;
}

.mainmenu li{
list-style:none;
float:left;
margin:0 0 10px 0;
}

.mainmenu li a{
float:left;
font-size:1.1em;
font-weight:bold;
display:block;
padding:6px 10px;
background:#f0f0f0;
border-right:10px solid #ffffff;
}

.mainmenu li a:hover{
display:block;
padding:6px 10px;
background:#f5e9d9;
}

/* Close Main Menu*/
/* the container */
.box {
	background: #fff url('images/fond.jpg') repeat-y;
	margin-left: auto; 
	margin-right: auto; 
padding-right: 50px; 
	text-align: left; 
	width: 675px;
}



/*holds the logo and image*/
.header {
	background: #fff url('images/tete.jpg') no-repeat ;
	margin-top:0px;
	height: 123px;
}


/*Menu modifi�*/

.menu li  {
	display: inline;
	list-style-type: none;
}


/*holds the tabs at the top*/
.menu {
display:none;
	text-align: right;
	margin:0 0 0px 0; 
	border-bottom: 3px solid #FFFFFF;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #8ABFF5 url('images/corner.gif') no-repeat right top;
	color: #000;
	text-decoration: none;	
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
}

.menu a:hover {
	background: #0A2C53 url('images/corner2.gif') no-repeat right top;
	color: #fff;
	text-decoration: none;
	
	 padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}





/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-left: 240px;
	padding: 20px;
	/*	margin-right: 255px;*/
}

.content h1 {

	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 2px solid #0A2C53;*/
	}
	
.content h2 {
	font-size: 160%;
  margin:  10px auto 8px auto;
}

.post h1 {
  color: #9c802b;
	font-size: 180%;
  font-style:italic;
	margin: 15px 0px 10px 0px;
}

.post h3 {
	color:#73142a;
  margin:  15px 0 0 0;
}

.post h5 {
	color:#525252;
	font-size: 110%;
}

.post h6 {

	font-size: 110%;
  margin: 10px 0px 10px 0px;
}


/*this is the right hand bar, news bar, links bar w/e*/

.newsbar {
	width: 171px;	
	float: left;
	background: #73142a url('images/bg_sidebar.jpg') repeat-y;
}

#haut_newsbar {
	height: 165px;
	background: #73142a url('images/sidebar.jpg') no-repeat;
	}
	

#bas_newsbar {
	height: 24px;
	background: #fff url('images/sidebar_bas.jpg') no-repeat;
	}
	
.newsbar h1 {
	/*background-color: #0A2C53;*/
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}


#spectacles {
	height: 54px;
	background: #fff url('images/titre_spectacle.gif') no-repeat;
	margin-right: 30px;
	}
	
#conferences {
	height: 63px;
	background: #fff url('images/titre_conferences.gif') no-repeat;
	margin-right: 30px;
	}
	
#margoulette {
	height: 51px;
	background: #fff url('images/titre_margoulette.gif') no-repeat;
	margin-right: 20px;
	}
	
#mais_encore {
	height: 44px;
	background: #fff url('images/titre_encore.gif') no-repeat;
	margin-right: 30px;
	}
	
	#boutique {
	height: 51px;
	background: #fff url('images/titre_boutique.gif') no-repeat;
	margin-right: 20px;
	}
	
/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 0 0 0 20px;
	
	font-size: 90%;
	list-style-image: url('images/b.gif');
	list-style-position: 10px
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*.icones {
	padding: 0 0 0 0px;
	font-size: 90%;
	
}*/


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}

/*the footer, with copyright*/
.footer {
clear:both;
height: 24px;
	color: #73142a ;
	background: #fff  url('images/pied.jpg') no-repeat ;
  padding-left: 200px;
	margin-bottom:0 px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #9c802b;
	text-decoration: none;
}

a:hover {
	color: #73142a;
	text-decoration: none;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #73142a ;
	text-decoration: none;
}

.footer a:hover {
	color: #ccc;
	text-decoration: none;
}

.entry a{
	text-decoration: underline;
}

/*Sidebar styling*/

.newsbar h2 {
	color: #FAA435 ;
	padding: 3px;
	font-size: 130%;
	font-weight: bold;
}


.newsbar ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 10px;	
}
.newsbar ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}
.newsbar li a:link, .newsbar li a:visited {
	color: #FAA435;	
	text-decoration: none;
}
.newsbar li a:hover {
	color: #fff;
/*	border-bottom: 1px solid #753206;*/
}



/*comment styling*/
/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 40em
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 40em
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 180px;
}
#commentform input{
margin-bottom: 3px;
}
input {

	border: 1px solid #CCC;
	font-size: 11px;
}

input:hover {
	border:1px solid #262626;
	
}
input:focus {
	border:1px solid #262626;
	color:#333;
}
	
	
	/*post stylng*/
.post{margin:0 0 25px 10px;}

.post .info{
padding:3px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#efefef;
font-size:0.9em;
color:#505050;
}
*/
	
/* Calenader Styling*/
/* calendar
--------------------------------------------------*/

/* subcontent
--------------------------------------------------*/

#wp-calendar {color:#A0A0A0;}

.newsbar table caption {border-bottom-color:#00000;}

.newsbar table thead tr {
  border-bottom-color:#00000;
  color:#0A2C53;
}

.newsbar table th {border-bottom-color:#00000;}

.newsbar table td#today {
  border-color:#00000;
  color:#0A2C53;
}

.newsbar table td a {
  border-bottom-color:#00000;
  background-color:#EDF3DE;
}

.newsbar table tfoot {border-top-color:#00000;}

.newsbar table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.newsbar table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

.newsbar table thead tr {border-bottom:1px solid;}

.newsbar table th {border-bottom:1px solid;}

.newsbar table td {
  width:225px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

.newsbar table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

.newsbar table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

.newsbar table tfoot {border-top:1px solid;}

.newsbar table tfoot a {
  border:none;
  font-weight:bold;
}

.newsbar table tfoot #prev a {text-align:left;}
.newsbar table tfoot #next a {text-align:center;}

