/*  
Theme Name: BuyTicketsPro
Theme URI: http://buyticketspro.com/
Description: A simple 3 column theme with clean sifr'ed headers..
Version: 1.0
Author: Norman Tan
Author URI: http://m9.ca/

*/

body{
	margin: 0;
	background: #5f5a60 url(images/bg.gif) top center repeat-y; /*#625D63*/
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	text-align: center;	
	color:#ede5b6;
text-shadow:1px 1px 1px #444;
}
#at20mc .at15t {
text-shadow:0 none;
}
img{
	border: 0;
}

a:link,
a:visited{
	color: #e9d47c;
	text-decoration: none;
	border-bottom:1px dotted #e9d47c;
}

a:hover,
a:active{
	color: #ede5b6;
	/*text-decoration: underline;*/
	border-bottom:1px dotted #e9d47c;
}
#header a, #header a:hover, #header a:active, #header a:visited,
#sidebar2 a, #sidebar2 a:hover, #sidebar2 a:active, #sidebar2 avisited,
.linklove a {border:0;}
blockquote{
	border-left: 1px solid #ccc;
	padding:0 10px 0 20px;
	margin: 20px 10px;
	font-style: italic;
}

h1, h2, h3, h4, h5{
	font-family: Tahoma, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
	font-weight:normal;
}

h2.date{
	font-size: 2em;
	margin-bottom: 8px;
}
h2.category{
	font-size: 2em;
	margin-bottom: 8px;
	display:inline;
	margin-right:20px;
}

h2.widgettitle{
	margin-bottom: 15px;
}

h2.homeHeader{
	font-size: 1.2em;
}

h2.postHeader {
	font-size: 1.8em; 
	margin-bottom: 8px;
	padding-bottom:1ex; 
	border-bottom:1px solid #716d72; 
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
text-decoration:none;
}
h2.postHeader a {
color:#ede5b6;
text-decoration:none;
border:0;
}
/*h2.postHeader{
	font-size: 2.4em; 
	margin-bottom: 8px;
	padding-top:0.5ex; 
	padding-bottom:0.5ex;
	border-bottom:1px solid #716d72;
	font-family: VINCHAND, Tahoma, verdana, arial, helvetica, sans-serif;
}*/

ul li {
	list-style-image: url(images/listArrow2.gif);
}

#page{
	width: 980px;
	margin: 0 auto 0;
	text-align: left;
	/*padding: 146px 0 0 0*/
}

#header{
	/*width: 100%;
	height: 121px
	background: url(images/headerBg.jpg) 0 0 repeat-x;
	position: absolute;
	left: 0;
	top: 0;*/
	height: 158px;
	background: url(images/bg_header.gif) 0 0 no-repeat;
	width:980px;
	margin: 0 auto 0;
}

#header h1{
	position: absolute;
	left: 50%;
	margin: -30px 0 0  -284px;/* -30px 0 0  -274p*/
	top: 36px; /*40px*/
}

#header h1 a:link,
#header h1 a:visited{
	color: #ede5b6;
	text-decoration: none;
}
#header h1 a:hover{
	/*color: #fff;*/
}

#header a.url {
	color : #7e7a80;
	cursor:pointer;
	position: absolute;
	left: 50%;
	margin: 0 0 0  -331px;
	top: 44px;
	font-size:0.8em;
}
#pages {
	position: absolute;
	left: 48%; /*50%*/
	margin: 0 0 0 -20px;
	top: 70px; /*60px*/
	/*font-size:1.6em;*/
	width:540px;
	padding:0;
}

#pages li { 
	list-style:none;
	display:inline;
}

#search{
	position: absolute;
	left: 50%;
	margin-left: 160px;
	top: 83px;
	padding: 0;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav{
	position: absolute;
	left: 50%;
	margin-left: 120px;
	top: 80px;
	font-size: 0.8em;
	font-weight: bold;
	
}
#nav a {
	display: block;
}

#nav li {
	float: left;
	list-style-image: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	width: 12em;
	width: 10em;
}

#nav li ul li{
	padding: 5px;
	background: white;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 10px;
}

#sidebar1 .content ul, #sidebar2 .content ul{
	padding: 0;
	margin-left: 0px; /*20px*/
}

#sidebar1 .content ul ul, #sidebar2 .content ul ul{
	padding: 0;
	margin:3px 0 0 12px; /*20px*/
}


#wrapper{
	font-size: 0.8em;
	line-height: 1.5em;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

#content{
	float: left;
	/*width: 530px;
	padding: 25px 35px 25px 25px;
	border-right: 1px solid #eee;*/
	width:680px;
	padding:10px 25px 25px 25px;
	/*background:pink;*/
	_height:440px;
	min-height:440px;
}

.post{
	margin-bottom: 45px;
}

#sidebar{
	/*width:388px;
	float: left;*/
	width:240px;
	float:left;
	/*background:yellow;*/
}

#sidebar1, #sidebar2{
	width: 170px;
	float: left;
	overflow: hidden;
	padding: 0 10px 0 20px;
	border-right: 1px dashed #eee;
}

#sidebar2{
	width:220px;
	padding:33px  0 0 30px;
	margin-left:-10px;
	border: none;
}
#sidebar2 ul{
	padding:0;
	margin:0;
}
#sidebar2 li{
	margin-bottom:3px;
}

#about{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin: 25px 10px 15px 30px;
}


#footer{
	width: 950px;
	margin: 2em auto 0 auto;
	font-size: 0.7em;
	padding-right: 25px;
	text-align:right;
}
#footer,
#footer a {
	color: #a8a18d; /*#7e7a80*/
	border-color: #a8a18d; /*#7e7a80*/
}
#footer a:hover {
	color: #ede5b6;
	border-color:#ede5b6;
}

.postmetadata {
	background: #fcfcfc;
	padding: 10px;


}

.alignleft{
	float: left;
	
}

.alignright{
	float: right;
}

.navigation{
	width: 100%;
	height: 50px;
}

#comment{
	width: 400px;
}

/* fiche icones */

img.icone { margin-left: -6px; margin-right : 4px;  }

.alignleftmarge {
margin: 0 12px 6px 0;
}

/* */

.clearBoth { clear:both; font-size:0; height:0; line-height:0 }

/* Specific sIFR */

h1, h2, h3, h4, h5{
	/*font-family: _VINCHAND, helvetica, sans-serif;*/
}
#sidebar2 a,
#header h1 a {
	color:#e9d47c;
}
#header h1 a {
	display: block;
	background: url(images/atelier-saint-thomas.gif) 0px 0px no-repeat;
	width:145px;
	height:67px;
	/*width:223px;
	height:38px;
	background: url(images/atelier_iconographie.gif) 0px 0px no-repeat;
	margin-top:2px;*/
}
#header h1 a:hover {
	background-position: 0 -67px; /* 0 -40px*/
}
#sidebar2 a:hover {
	color:#ede5b6;
}
#header h1 b {
	display:none;
}

#pages a {
	font-family: _VINCHAND, helvetica, sans-serif;
	color:#e9d47c;
	margin-right:35px;
	
	display:block;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height:30px;
	float:left;
}
#pages a:hover {
	color:#ede5b6;
	background-position:0px -30px;
}
#pages b {
	display:none;
}

#page-item-icones { background-image:url(images/navt/icones.gif); width:51px;}
#page-item-atelier { background-image:url(images/navt/atelier.gif); width:68px;}
#page-item-contact { background-image:url(images/navt/contact.gif); width:71px;}
#page-item-presse { background-image:url(images/navt/presse.gif); width:57px;}
#page-item-evenements{ background-image:url(images/navt/evenements.gif); width:94px;}
#page-item-parcours { background-image:url(images/navt/parcours.gif); width:80px;}




#accueil { position:absolute;
	left:50%;
	margin-left:-388px; /*-367px*//*-250px*/
 width: 758px; /*730px*/
}
#accueil span {
	/*font-family: _VINCHAND, helvetica, sans-serif;
	font-size:2em;
	white-space:nowrap;*/
	position:absolute;
	left:50%;
	margin-top:-180px;
	margin-left:150px;
}
#accueil strong { display:none;}

.stages {
   border:1px dotted #E9D47C; 
   padding:0 6px;
   background:#726e73;
}
.artHome {
   padding:1px 0;
}

#sidebar2 a{
	/*font-family: _VINCHAND, helvetica, sans-serif;*/
	font-size:1.2em; /*1.6em*/
}

img.illust {margin:5px 20px 10px 0;}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

/*.sIFR-hasFlash  h2.widgettitle{
	font-size: 25px;
	height: 25px;
	visibility: hidden;
}

.sIFR-hasFlash h2.homeHeader {
	visibility: hidden;
	font-size: 25 px;
	margin-bottom: 0;
	height: 25px;
}
.sIFR-hasFlash h2.date {
	visibility: hidden;
	font-size: 40px;
	margin-bottom: 0;
	height: 40px;
}
.sIFR-hasFlash h2.postHeader {
	visibility: hidden;
	font-size: 40px;
	margin-bottom: 0;
	height: 40px;
}
.sIFR-hasFlash #about>h2 {
	visibility: hidden;
	height: 35px;
	font-size: 30px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
	height: 25px;
}*/

/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
/**/
a.bt { 
height:34px;
background: url(images/bt_l.gif) 0% 0px no-repeat;
padding-left:12px; 
display:block; 
float:left; 
text-decoration:none; 
color:#e9d47c; 
border:0;
}
a.bt span { 
background: url(images/bt_r.gif) 100% 0px no-repeat;
line-height:26px; 
height:33px; 
padding-right:12px; 
display:block;
}
a:hover.bt { 
background-position:0% -35px; 
color:#ede5b6;
border:0;
}
a:hover.bt span {
background-position:100% -35px; 
}

/*temporaire,pour supprimer le niveau 2 de la nav (icones) */
#sidebar2 ul ul {/*display:none;*/}
.current_page_item a {color:#ede5b6 !important;}
.current_page_item .page_item a {color:#e9d47c!important;}

/*Vignettes des pages de sommaires d'icones*/
.vignettes div {background:url(images/ombre-vignette-101px.gif) top left no-repeat; float:left; width:126px; height:126px; margin:5px 5px 0 0;}
.vignettes div.new {background-image:url(images/ombre-vignette-101px-new.gif);}
.vignettes a {border:1px solid #403d41; display:block; width:99px; height:99px; margin-left:5px;}
.vignettes a:hover {border:1px solid #ede5b6;}

/*surchage pour formulaire de réservation*/
#img_resa {background:0 20px no-repeat;}
#img_resa div.cf_info, #img_resa .cform {margin:10px 0 0 270px;}

/*evenements*/
img.photoart { margin-right:30px;}
.sep-art { border-bottom:1px dotted #999; height:15px; margin-bottom:15px;}
table.evenements h4 {
font-weight:bold;
margin: 4px 0 8px;
}


#monForm { margin-bottom:1em;}
.envente .none {/*display:none; visibility:hidden;*/
filter:alpha(opacity=20);
opacity: 0.2;
-moz-opacity:0.2;}

.homeContent {
padding-top:0 !important; 
min-height:520px !important;
margin-top:-30px !important;
}

#ga_shade { display:none !important;}
