/*  
    awesome buttons are based on a blog post by ZERB
    Read there blog post for more information:
    "Super awesome Buttons with CSS3 and RGBA":http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba 
    
    this buttons are even more awesome, as the need only one color for all three states,
    and have an super awesome onclick state
*/

/* set an awesome color for the buttons, feel free to add new colors like an .awesome.green or .awesome.secondary */
.awesome {
  background-color: #111 !important;
  color: #fff !important;
}

/* the awesome size gets set here. Feel Free to add new sizes, like .awesome.small or .small.large   */
.awesome        { padding: 5px 10px 6px !important; font-size: 10px !important; }
.awesome:focus	{ padding: 6px 10px 5px !important; }
.awesome:active	{ padding: 6px 10px 5px !important; }

/* Touch the rest at your onw risk. */
.awesome { 
  border: 0 !important; 
  cursor: pointer !important; 
  font-style: normal !important; 
  font-weight: bold !important; 
  font: inheri !important;
  line-height: 1 !important; 
  position: relative !important; 
  text-align: cente !important;
  text-decoration: none !important; 
  
  /* vertical margin is the oposite of button's awesomeness */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  
  /* not all browser support these, but who cares? */
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25) !important; 
  border-radius: 5px !important; 
  -moz-border-radius: 5px !important; 
  -webkit-border-radius: 5px !important; 
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) !important; 
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
  
  /* one image for all states 
     see http://www.alistapart.com/articles/sprites */
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(150,150,150,.2), rgba(0,0,0,.0)) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.2)), color-stop(0.5, rgba(150,150,150,.2)), to(rgba(0,0,0,.0))) !important;
  
  /* cross browser inline block hack 
     see http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle !important;
  *display: inline !important;
  position: relative;
  
  /* IE luv */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30ffffff,endColorstr=#10000000) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
  
  /*disable text selection (Firefox only)*/
  -moz-user-select: none;
}
/* hide selection background color */
.awesome::selection {
	background: transparent;
}

.awesome {
  outline: 0; /*remove dotted line, works for links only*/
}
.awesome::-moz-focus-inner {
  border: none; /* remove dotted lines for buttons */
}
.awesome:focus,
.awesome:hover {
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.4), rgba(150,150,150,.3), rgba(0,0,0,.0)) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)), color-stop(0.5, rgba(150,150,150,.3)), to(rgba(0,0,0,.0))) !important;
  #filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#20000000) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.awesome:active	{ 
  background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(150,150,150,.2), rgba(255,255,255,.2)) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.2)), color-stop(0.5, rgba(150,150,150,.2)), to(rgba(255,255,255,.2))) !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7) !important; 
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7) !important;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#50ffffff) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=315,strength=1);
}

/* Safari doesn't support inset box shadow, so we better remove it */
@media screen and (-webkit-min-device-pixel-ratio:0){
  .awesome:active	{ 
    -webkit-box-shadow: none;
  }
}




/*
 *  DOUR FESTIVAL
 *  http://www.dourfestival.be
 *	VERT = 72BB48
 */
 
 
#fblike {
	background-color: white;
	padding: 5px;
	margin-bottom: 15px;
}

 
#nopic {
	width: 126px;
	height: 126px;
	background-color: #e6e6e6;
	float: left;
} 
 
body { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #333; background-color: #2E2D30;}
a { color: #1DA76A; }

#close {
	text-transform: uppercase;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 40px; 
	 font-weight: bold;
	 text-align: right; 
	 padding: 15px;
}
#close a, 
#close a:hover {
	color: white;
	text-decoration: none;
}

#langues{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

#langues a, 
#langues a:hover {
	color: #888;
	text-decoration: none;
}

.choixLangue,.choixLangueActive {
	padding: 6px 10px;
	width: 20px;
	height: 13px;
	float: right;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.choixLangue {
	background-color: black;
}
.choixLangueActive {
background-color: #97BE0D;
}


#cadrelogo {
	/*
	background-image: url(http://public.dourfestival.be/images/bgheader.png);
	background-repeat:repeat-x;
	*/ 
	padding-top: 15px;
}


.titleColumn:first-child {
margin-top: 0px;
}
.titleColumn {
	background-image: url(http://public.dourfestival.be/images/bgtitle.png);
	background-color: #1B171C;
	background-repeat:repeat-x;
	color: white;
	text-transform: uppercase;
	padding: 5px;
	 font-family:Arial, Helvetica, sans-serif; font-size: 11px; 
	 font-weight: bold;
	 margin-top: 15px;
}


#header {background-color: black;}

#infiniteFooter {
	background-image: url(http://public.dourfestival.be/images/bgtitle.png);
	background-color: #1B171C;
	background-repeat:repeat-x;
	color: white;
	text-transform: uppercase;

	 font-family:Arial, Helvetica, sans-serif; font-size: 11px; 
	 font-weight: bold;
	 
}
#contentFooter a {
	color: white;
}


#flux {
	float:right;
}

#flux ul li{
	display:inline;
}

#dates {
background-color: #00A096;
color: white;

 font-family:Arial, Helvetica, sans-serif; font-size: 14px; 
 font-weight: bold;
}

#fullContent {}

#mainColumn {background-color: #19171B}

#logo {
	width: 930px; 
	height:125px;
	margin: 0 0 0 15px;
	background-image: url(http://public.dourfestival.be/images/header.jpg);
}

#logo a{
	display:block;
	height: 125px;
	width: 930px; 
}

#menuPrincipal {
}

#bgMenuPrincipal {
	background-color: orange;
}

#sidebar {

}