@charset "UTF-8";
html,body {
	height:100%;
	background-color:#000000;
	background:url(../images/bg.jpg) repeat;
	color: #E6C065;
}

html,body, input, textarea, li {
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; 
	font-size: 11px; 
}

/* LAYOUT */
div.wrapper {
	position: relative;
	width:100%;
	padding:10px 0px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:720px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height:254px;
	width:100%;
	background:url(../images/header_bg.jpg) no-repeat;
	/*border:1px solid #FFFFFF;*/
}
	div#header #logo {
		padding-top:57px;
		text-align:center;
	}
	
div#menu {
	height:auto;
	background-color:#000000;
	/*border:1px solid #0000FF;*/
}
	
	div#menu a.menu, div#menu a.menuActif {
		font-size: 12px; 
		padding:3px; 
		text-decoration: none; 
		color: #FFFFFF;
		background-color:transparent;
	}
	
	div#menu a.menu:hover, div#menu a.menuActif { 
		color:#e6c065; 
	}
	
	
	div#menu ul	{ 
		margin:0px 0px 16px 20px; 
		list-style-type:none;
		text-align:center; 
	}
	
	div#menu li {
		list-style:none;
		height:auto;
		display:inline;
		display:block;
		float:left;
		padding:0px 13px;
	}
	
	div#menu li.first {
		padding:0px 10px 0px 0px; 
	}
	
	div#menu ul li:before {
		content: "";
	}

div#banner {
		height:245px;
		height:245px!important;
		text-align:center;
		background-color:#000000;

}
	
div#content {
	position: relative;
	width:100%;
	padding:10px 0px 90px 0px; /* bottom padding for footer */
	background-color:#000000;
}
	
	div#content p {
		text-align:left;
		padding:1em 0em;
     	line-height: 14px; 
	}
	
	
	/* HOME PAGE LAYOUT*/
	div#twoColumnsHome .left, div#twoColumnsHome .right {
		padding:1px 0px;
		width:315px;
		float:left;
	}
	
	div#twoColumnsHome .left img, div#twoColumnsHome .right img {
		margin:0 10px 10px 0;
	}

	div#threeColumnsHome .left, div#threeColumnsHome .middle, div#threeColumnsHome .right {
		padding:10px 0px;
		float:left;
		/*width:195px;*/
	}
	
	div#shows img {
		/*padding-right:20px;*/
	}
	
	div#newsletter {
		text-align:center;
		margin-top:-10px;
	}
	
	div#newsletter img {
		padding:3px 0px;
	}
	
	/* NORMAL 2 COLUMNS */
	div#twoColumns .left {
		padding:1px 0px;
		width:435px;
		float:left;
	}
	
	div#twoColumns .right {
		padding:1px 0px;
		width:195px;
		float:left;
	}

        div#twoColumns .left img{
		margin:0 10px 10px 0;
	}
	
	/* COMMON */
	div#twoColumns .left, div#twoColumnsHome .left  {
		margin-left:20px;
	}
	
	.ie5 div#twoColumns .left, .ie6 div#twoColumns .left, .ie5 div#twoColumnsHome .left, .ie6 div#twoColumnsHome .left {
		margin-left:20px;
	}
	
	div#threeColumns .left, div#threeColumnsHome .left  {
		margin-left:20px;
	}
	
	.ie5 div#threeColumns .left, .ie6 div#threeColumns .left, .ie5 div#threeColumnsHome .left, .ie6 div#threeColumnsHome .left {
		margin-left:10px;
	}

div.entry {
border-bottom:1px solid #666666;
margin:15px 0px;
}

div.entry img {
/*margin:0 10px 10px 0;*/
}

div#footer {
	position:absolute;
	width:100%;
	height:87px;
	height:87px!important;
	bottom:0px; /* stick to bottom */
	background:url(../images/footer_bg.jpg) no-repeat;
	text-align:center;
	color:#FFFFFF;
}
	div#footer p {
		line-height: 14px; 
	}
	
	div#footer #footerMenu {
		padding:10px 0px;
	}
	
	div#footer #copyright {
		padding:10px 0px;
	}

/* COMMENT FORM */
#commentForm {
	width:400px;
	padding:15px;
	color:#FFFFFF;
	margin:10px 0px;
}

#commentForm label {
	position:relative;
	float:left;
	clear:both;
}

#commentForm input, #commentForm textarea {
	border:1px solid #000000;
}	

#commentForm input.stylized, #commentForm textarea.stylized {
	width:100%;
}

#commentForm .submitComment {
	padding:5px;
	background-color:#E6C065;
	color:#000000;
	border:none;
}

.comments {
	margin-bottom:10px;
}

.alternateColor {
	color:#FFFFFF;
}

/* RULERS */
div.hr {
  	height: 1px;
  	background: url(../images/hr.png) no-repeat scroll center;
}

div.hr_vertical  {
	/*border:1px solid #FFFFFF;*/
	float:left;
 	width:1px;
	padding:1px;
	margin:0px 22px;
	height:100%!important;
}

div.hr_verticalTop, div.hr_verticalBottom{
	/*border:1px solid #FF0000;*/
	position: absolute; 
	top: 10; 
	width: 1px; 
	height: 60px; 
	overflow: hidden; 
}

div.hr_verticalTop {
	background: url(../images/hr_verticalTop.png) no-repeat;
}

div.hr_verticalBottom{
	/*border:1px solid #00FF00;*/
	top: auto;
	bottom: 0; 
	height: 60px; 
	background: url(../images/hr_verticalBottom.png) no-repeat;
}

div.hr_verticalMiddle{
	/*border:1px solid #0000FF;*/
	position: absolute;
	width:1px; 
	top: 60px; 
	bottom: 60px; 
	overflow:hidden;
	background: url(../images/hr_verticalMiddle.png) repeat-y;
}

div.hr_verticalSmall  {
	float:left;
 	width:1px;
	margin:0px 22px;
	height: 131px;
  	height:131px!important;
  	background: url(../images/hr_verticalSmall.png) no-repeat;
}

div.hr hr, div.hr_vertical hr, div.hr_verticalSmall hr {
  display: none;
}

form#frmNewsletter label {
	position:relative;
	float:left;
	width:150px;
	padding:3px 0px;
}	

	form#frmNewsletter input {
		border:1px solid #6D6E70;
		padding:3px;
		width:200px;
	}
	
	form#frmNewsletter input.button {
		padding:7px 5px 5px 5px;
		width:80px;
	}
	
	form#frmNewsletter p {
		line-height:10px;
	}


/* HACKS */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }