body 
{

	background:url(images/layout/background.jpg) repeat-x #000;
	margin:0;
	padding:0;
	font:12px Arial, Tahoma, Verdana;
	line-height:18px;
	color:#FFFFFF;
/*
background:url('http://www.buzzmyband.com/CI_web_nmm/images/skins/hmm.jpg')  #000;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	padding:0;
	font:12px Arial, Tahoma, Verdana;
	line-height:18px;
	color:#FFFFFF;
*/
}
#container 
{
	margin:0 auto;
	width:980px;
}

.error
{
	color: #FF0000;
	text-align: center;
}

h1
{
	background:url(images/layout/title-left-box-625.jpg) bottom left repeat-y;
	margin:0 auto;
	width:625px;
	margin-top: 4px;
	height: 25px;
	font:14px Arial;
	text-transform:uppercase;
	color:#10c5f6;
	font-weight: bold;
	text-indent: 20px;
	padding-top: 8px;
}

ul,ol,p,h2,h3,h4,blockquote,fieldset 
{
	margin:0;
	padding:0;
}

a 
{
	text-decoration:none;
	outline:none;
	color:#10c5f6;
}
a:hover 
{
	color:#10c5f6;
	text-decoration: underline;
}
img 
{
	border:0;
	text-decoration: none;
}
.img
{
	border: none;
}
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left-img 
{
	float:left;
	border:1px solid #000;
	margin:4px 7px 0 0;
}
.right-img 
{
	float:right;
	border:1px solid #000;
	margin:5px 0 0 7px;
}
blockquote 
{
	background:url(images/layout/blockquote.gif) no-repeat top left;
	padding:10px 0 0 40px;
	font-style:italic;
}

.float-right 
{
	float:right;
}

.float-left 
{
	float:left;
}

/* -- [ hacks ] ------------------------ */

.safari #navigation a 
{
	padding:16px 15px 18px 15px;
}
.safari #contactform .send 
{
	padding:9px 0 9px 0;
}
.ie6 #right 
{
	margin-right:-20px;
}
.ie6 .left-box-content 
{
	width:510px;
}
.ie6 .columns 
{
	width:510px;
}
.ie6 .box-column 
{
	margin-right:7px;
	position:relative;
}
/*in here i gave a static width to nav buttons. because of display:block issue in ie6*/
.ie6 #navigation a
{
	text-align:center;
	height:1%;
	width:80px;
	text-align:center;
	padding:16px 0 19px 0;
}
.ie6 #navigation a.selected 
{
	background:url(images/layout/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
	margin-bottom:-1px;
	position:relative;
}
.ie6 #navigation ul li ul li 
{
	margin-bottom:-1px;
}
.ie6 #featured-tabs li a 
{
	background:url(images/layout/featured-dots.png) 0 -8px no-repeat;
}
.ie6 #main {
	margin-top: -20px;
	padding-bottom:15px;
	margin-left: -1px;
}
.ie7 #main
{
	margin-top: -20px;
	padding-bottom:15px;
	margin-left: -1px;
}
.ie8 #main
{
	margin-top: -20px;
	padding-bottom:15px;
	margin-left: -1px;
}

/*.ie7 #navigation ul li ul li 
{
	border-bottom:1px solid #000;
}*/

.chrome #navigation a.selected 
{
	border-bottom:2px solid #0d0d0d;
}
.chrome #contactform .send 
{
	padding:7px 0 7px 0;
}
.opera #featured-tabs
{
	margin:-22px 0 0 475px;
}

/* -- [ header ] ------------------------ */

#pre-header 
{
	width:980px;
	height:90px;
	margin-top: 9px;
}

#pub
{
	width:728px;
	height:90px;
	float:right;
}

#header 
{
	width:980px;
	height:26px;
}
#logo 
{
	
	width:245px;
	height:90px;
	position:absolute;
	margin-top: -80px;
/*	background:url(images/layout/logo_buzz_my_band.png) no-repeat; */
	
}

/* -- [ navigation ] ------------------------ */

#navigation 
{
	width:980px;
	height:40px;
	padding-top:0px;
	border-bottom:1px solid #050505;
	background:url(images/layout/navigation.png) no-repeat;

}
#navigation ul 
{
	list-style:none;
	margin-left:10px;
}
#navigation li 
{
	float:left;
	/*Modif TL*/
	height:40px;
}
#navigation a 
{
	display:block;
	padding:16px 15px 19px 15px;
	font:14px Arial;
	color:#45c3cc;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation .selected a 
{
	color: #FFFFFF;
}

#navigation a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a.selected 
{
	background:url(images/layout/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
}

/* -- [ navigation > dropdown ] ------------------------ */

#navigation ul li ul
{	
	position: absolute;
	display:none;
	margin:0;
	z-index:101;
	/*Modif TL*/
	margin-top: -10px;
}
#navigation ul li ul li
{	
	float: none;
	display: block;
	padding:0;
	/*Modif TL*/
	height:100%;
}
#navigation ul li ul li a
{	
	border:1px solid #000;
	border-top:none;
	width: auto;
	display: block;
	padding:5px !important;
	background: #434f57;
}
#navigation ul li ul li a:hover
{	
	background: #191919;
}

/* -- [ main content ] ------------------------ */

#main 
{
	width:980px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:#2b363c;
	padding-top: 10px;
	margin-left: -1px;
}

/* -- [ right menu ] ------------------------ */

#right 
{
	width:300px;
	float:right;
	color:#FFFFFF;
	margin-right:15px;
}

.right-box 
{
	margin-bottom:20px;
	background-color: #434f57;
	border-top: solid 1px #909ca4;
	border-bottom: solid 4px #273036;
}

.right-box p
{
	padding:15px 5px 15px 15px;	
}
.right-box h3
{
	background:url(images/layout/title-left-box-300.jpg) bottom left repeat-y;
	margin:0 auto;
	width:290px;
	margin-top: 4px;
	height: 25px;
	font:12px Arial;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 8px;
}
.right-box ul 
{

	list-style:none;
	padding:10px;
}
.right-box li 
{

	border-bottom:1px solid #3B3B3B;
}
.right-box li:last-child 
{
	padding:0;
	margin:0;
	border-bottom:none;
}
.right-box a 
{

	color:#10c5f6;
}
.right-box a:hover 
{
	color:#10c5f6;
	text-decoration: underline;
}
.right-box span 
{
	display:block;
	text-align:right;
}
.more-link 
{
	display:inline !important;
	color:#77B6CD;
}

.pub_right
{
	font-size: 10px;
	color: #939ba0;	
	margin-bottom: 15px;
}

/* -- [ left part (content) ] ------------------------ */

#left 
{
	float:left;
	width:635px;
	margin-right:15px;
	margin-left:15px;
}
#left p 
{
	margin-bottom:15px;
}
.left-box 
{
	background-color: #434f57;
	margin-bottom:20px;
	border-top: solid 1px #909ca4;
	border-bottom: solid 4px #273036;
	width:310px;
}

.left-box-long 
{
	background-color: #434f57;
	margin-bottom:20px;
	border-top: solid 1px #909ca4;
	border-bottom: solid 4px #273036;
	width:635px;
}

/*this is box's title*/ 
.left-box h2
{
	background:url(images/layout/title-left-box-300.jpg) bottom left repeat-y;
	margin:0 auto;
	width:300px;
	margin-top: 4px;
	height: 25px;
	font:12px Arial;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 8px;
}

.left-box-long h2
{
	background:url(images/layout/title-left-box-625.jpg) bottom left repeat-y;
	margin:0 auto;
	width:625px;
	margin-top: 4px;
	height: 25px;
	font:12px Arial;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 8px;
}
.left-box-content 
{
	padding:15px 15px 5px 15px;
	background-color: #434f57;
}
.left-box-content img
{
	border: solid 3px #c6ced3;
	margin-right: 10px;
}
.left-box-content h3 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:18px arial;
}
.left-box-content h4 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:16px arial;
}
.left-box-content h5 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:14px arial;
}
.left-box-content ul 
{
	margin:0px 0 10px 10px;
	list-style:square;
	color: #FFFFFF;
}

.left-box-content ul a
{
	color: #10c5f6;
}

.left-box-content ol 
{
	margin:10px 0 0px 30px;
}
.work-image 
{
	border:1px solid #000;
	display:block;
	margin-bottom:15px;
}

#arrow_bottom
{
	float: left;
	margin-top: 37px;
	margin-left: 17px;
	width: 17px;
	height: 9px;
	background: url(images/layout/arrow-bottom.png) no-repeat; 

/*	border: 1px solid red;	*/
}


#rss_icon
{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

#create_account
{
	float: right;
	display: block;
	background: url(images/layout/create-account.jpg) no-repeat;

	width: 128px;
	height: 23px;

/*	border: 1px solid red; */

	margin-top: 8px;
	margin-right: 15px;

	text-align: center;
	color: #663300;
	font-weight: bold;
	padding-top: 3px;
}

#create_account a
{
	text-decoration: none;
	color: #663300;
}

#create_account a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

.news-home
{
	float: left;
	height: 64px;	
}

.link a
{
	float: right;
	background-color: #2a363e;	
	color: #10c5f6;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

.left-arrow
{
	float: left;
}

.right-arrow
{
	float: right;
	margin-right: -15px;
}

.left-arrow img
{
	border: none;
}

.right-arrow img
{
	border: none;
}

/* -- [ featured ] ------------------------ */
#featured 
{
	width:635px;
	height:318px;
	margin-bottom:20px;
	overflow:hidden;
}

.featured-images
{
	display:none;
}

.featured-images img 
{
	display:block;
}

.featured-images h3
{
	width:635px;
	height: 82px;
	padding:11px 0 13px 15px;
	position:absolute;
	background: url(images/layout/featured-description.png) no-repeat;
	color:#fff;
	margin-top:-82px;
	z-index:100;
}

.featured-images span 
{
	color:#ff0000;
	font-size: 18px;
	font-weight: bold;
	z-index:100;
}

.featured-images p 
{
	position:absolute;
	padding:11px 0 13px 15px;
	color:#cccccc;
	font-size: 14px;
	font-weight: bold;
	margin-top:-60px;
	z-index:100;
}
#featured-tabs 
{
	position:absolute;
	margin:-42px 0 0 500px;
	z-index:100;
}
#featured-tabs a 
{
	display:block;
	text-indent:-9999pt;
	background:url(images/layout/featured-dots.png) no-repeat;
	width:8px;
	height:8px;
	float:left;
	margin-right:3px;
}
#featured-tabs a:hover, .activeSlide 
{
	background:url(images/layout/featured-dots.png) 0 -8px no-repeat !important;
}

#featured .produced-at
{
	font-size: 10px;
	font-weight: normal;
	margin-left: 15px;
}

/* -- [ columns ] ------------------------ */

.columns-long
{
	width:635px;
}



.columns h3 
{
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	margin-bottom:5px;
}
.columns img 
{
	display:block;
	margin-bottom:5px;
	text-align: center;
}
.box-column 
{
	width:101px;
	float:left;
	margin-right:6px;
	margin-left:6px;
	text-align: center;
}

.box-column a
{
	color: #10c5f6;
}

/* -- [ contact form ] ------------------------ */

#contactform fieldset 
{
	border:none;
}
#contactform textarea 
{
	border:1px solid #333;
	background:#222;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	color:#bbb;
	width:500px;
	height:150px;
}
#contactform input 
{
	width:150px;
	border:1px solid #333;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	background:#222;
	margin-bottom:10px;
	color:#bbb;
	display:block;
}
#contactform label 
{
	margin-bottom:2px;
	display:block;
}
#contactform input:focus, #contactform textarea:focus 
{
	border:1px solid #0F7393;
}
#contactform .send 
{
	font:11px Arial, Tahoma, Verdana;
	padding:7px 0 7px 0;
	text-align:center;
	background:url(images/layout/buttons.jpg) no-repeat;
	text-transform:uppercase;
	margin-top:5px;
	width:83px;
	color:#77B6CD;
	border:none;
	cursor:pointer;
}
#contactform .send:hover 
{
	background:url(images/layout/buttons.jpg) 0 -30px no-repeat;
}
#contactform .send:focus 
{
	border:none;
}

/* -- [ bet zone ] ---------------------- */

#bet-zone
{
	width:350px;
	height:122px;
	background:url("images/bet/bg-bet.jpg") repeat-x;
	padding:15px;
}

#bet-bar
{
	width:338px;
	height:16px;
	padding:3px;
	background:url("images/bet/bg-bet-bar.jpg") repeat-x;
}

#bar
{
	/*width:66%;*/
	height:10px;
	background:url("images/bet/bet-bar.jpg") repeat-x;
}

#bet-top
{
	font:12px Arial, Tahoma, Verdana;
	color:white;
	text-align:center;
}

.bet_btn
{
	padding: 0px;margin: 0px;border: none;display: inline;
}

#somme
{
	font:12px Arial, Tahoma, Verdana;
	color:#ff004b;
}

/* -- [ player_bet ] ------------------------- */

#player_bet
{
	width: 100%;
	float: left;
}


/* -- [ table ] ------------------------- */

table.liste {
	width: 100%;
	border-collapse: collapse;
	padding:0px;
}

tr.labels {
	background: #000 url(images/table/table-header.jpg) top left repeat-x;
	
	line-height: 28px;
}

table.liste td {
	text-align: center;
	border-bottom: 1px solid white;
	padding-top: 10px;
}

th.first {
	background: url(images/table/tr.png) top left no-repeat;
}

th.last {
	background: url(images/table/tr.png) top right no-repeat;
}

th.darkLeft {
	background: url(images/table/left_dark.png) no-repeat;
}

th.darkRight {
	background: url(images/table/right_dark.png) top no-repeat;
}

th.darkCenter {
	background: url(images/table/center_dark.png) top repeat-x;
}

table.liste input {
	font:12px Arial;
	border: none; 
	background: none; 
	font:12px Arial; 
	color: white; 
	font-weight: bold;
	cursor: pointer;
}

/* -- [ footer ] ------------------------ */

#footer 
{
	margin:0 auto;
	width:980px;
	height:20px;
	padding-top: 10px;
	/*background:url(images/layout/footer.jpg) no-repeat;*/
	margin-bottom:30px !important;
	text-align:right;
	float: left;
}

#footer li
{
	text-align: right;
	list-style-type:none;
	display: inline;
	padding-right: 10px;
}

#footer-copyright 
{
	float:left;
}
#footer-menu 
{
	float:right;
	color:#77B6CD;
}
#footer-menu a 
{
	margin:0 5px 0 5px;
}










/* -- [ MORE ] ------------------------ */

#mycarousel.jcarousel-skin-tango-big {
	display:none;
}

.producerlist
{
	height: 105px;
	width: 270px;
	overflow:auto;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.submit
{	
	border: none;
     color:#10c5f6;
     background: #2a363e;
	padding: 5px;
     height:30px;
}



#boxed_footer
{
	width:980px;
	float: left;
	margin-bottom: 5px;
	background-color: #0d0d0d;
	background:url(images/layout/boxed_footer_bg.jpg) repeat-x bottom left;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

.boxed_footer
{
	float: left;
	width: 170px;
	text-align: right;
}

.boxed_footer ul
{
	margin: 0px;
	padding-right: 5px;
	border-right: 1px solid #191919;
}

.boxed_footer li
{
	list-style-type: none; 
}

.boxed_footer a
{
	text-decoration: none;
}

.boxed_footer a:hover
{
	text-decoration: none;
	border-bottom:1px solid #191919;
}




.pagination
{
	border: 1px solid #10c5f6;
	background-color: #2b363c;
	padding: 3px;
	margin: 5px;
}

#footer-copyright
{
	color: #313131;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

#footer-copyright a
{
	color: #313131;
	font-size: 10px;
	font-weight: bold;
}

/* Twitter styles */

#twitter {
	background:transparent url(../..//images/twitter_bird.png) no-repeat;
	height: 50px;
	position:relative;
	float: right;
}

#tweet {
	font-size:11px;
	margin-left: 50px;
}

#tweet ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#meta {
	color:#888888;
	margin-right:15px;
	margin-left: 50px;
	position:absolute;
	right:0;
	top:15px;
	font: italic 12px 12px;
}



