@charset "UTF-8";
/*
GENERIC STUFF
*/

body {
	background: #000;
	color: #ccc;
	font-size: 12px;
}

#logo {
	position: relative;
	top: -8px;
	left: 0px;
	width: 250px;
	height: 120px;
	background-image: url(../img/g_logo_silver.jpg);
	background-repeat: no-repeat;
	background-position: left -10px;
}
#logo a {
	display: block;
	width: 250px;
	height: 120px;
}
#logo a span {
	position: absolute;
	left: -5000px;
}

.container_12 {
	background:#000;
	background-image: url(../img/g_toplight.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;

}

ul.nav {
	top: 48px;
	font-size: 13px;
	text-transform: uppercase;
}


#cur{
	border-bottom: solid 1px #666;
}

a.lien, .lien a { 
/*	background: url(../img/shade_warmgrey.jpg) repeat-x left center; */
	background: #3d3f43;
	display: block; 
	width: 100%; 
	height: 24px; 
	margin-top: 10px;
	line-height:24px;
	font-size: 16px;
	border-bottom: solid 1px #72767c;
	border-top: solid 1px #72767c;
	color:  #cbcccf;
	text-align: center;
}
a.lien:hover { 
	background: #72767c;
	color:  #eee;
}


a.blacklien, .blacklien a { 
	background: #3d3f43;
	display: block; 
	width: 100%; 
	height: 24px; 
	margin-top: 0px;
	padding-top: 0px;
	line-height:24px;
	font-size: 16px;
	border-bottom: solid 1px #72767c;
	border-top: solid 1px #72767c;
	color:  #cbcccf;
	text-align: center;
}
a.blacklien:hover { 
	background: #72767c;
	color:  #eee;
}


a.minilien, minilien.a {
	font-weight: bold;
	color: #b7b3a4;
	text-transform: uppercase;
}

a.minilien:hover{
	color:  #fff;
	font-weight: bold;
}

a.moreless, moreless.a {
	color: #b7b3a4;
	font-weight: normal;
	font-size: 11px;
}

a.moreless:hover{
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	}







table {
  border:0px solid #bbb;
}

th, td {
	padding: .2em 0.5em;
}

td.currency {
	font-weight: bold;
	color: #b7b3a4;
}

td {
	color: #fff;
}

td.small_button{
	font-weight: bold;
	color: #111;
	text-align:right;
	text-transform: uppercase;
}

thead th {
	border-bottom: 0px solid #888;
	background:#000;
	padding:.4em 0.5em .2em;
}

tbody th, 
tbody td {
  border-top: 1px solid #333;
  border-bottom: 0px solid #333;
  background: #222;
}

tbody tr.odd th,
tbody tr.odd td {
  background: #000;
}

td.small_button {
	color: #b7b3a4;
	text-align: right;
}

th.small_button {
	color: #888;
	text-align: right;
}

table a{
	color: #fff;
	font-weight: normal;
}

table a:hover{
	color: #b7b3a4;
}

table tr.next_tour_date th,
table tr.next_tour_date td {
	font-size: 120%;
	color: #fff;
}

.soldout{
	color: #cc0000;
	font-size: 80%;
	text-transform: uppercase;
}

.announce{
	margin: 0 10px;
	padding: 5px 10px;
	background: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: silver;
	display: block;
	float: right;
	text-transform: none;
	text-align: center;
	visibility: hidden;
}

.first {
	color: #fff;
}
.first strong {
	font-size: 14px;
}

.movielist{
	margin-top:20px;
}
.movielist ul{
	padding-left: 10px;
}

.homesubs{
	color: #fff;
	padding: 0em 1em;
}
.homesubs strong{
	font-size: 14px;
}

fieldset p input {
	background-color: #222;
	border: solid 1px #b7b3a4;
	color: #b7b3a4;
	font-size: 14px;
	padding-left: 2px;
	text-transform: capitalize;
}
fieldset p {
	color: #888;
}

fieldset.login p input {
	width:100%;
}

fieldset input:focus {
	background-color:#555;
	color: #fff;
}

.box {
	background:#000;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	color:#7d8081;
}
.box h2 {
	font-size:16px;
	font-weight:bold;
	text-transform: none;
	color:#b7b3a4;
	background:#111;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	border-bottom: solid 1px #252525;
	border-top: solid 1px #252525;
}
.box h3 {
	font-size:16px;
	font-weight:normal;
	text-transform: none;
	color:#777;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}

#site_info .box {
	background-image: url(../img/g_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	color:#444;
}

/*
MORE SPECIFIC STUFF
*/

#thetext {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.1em;
}
.thenames {
	font-size: 14px;
	color: #666666;
	line-height: 150%;
}
.thenames strong{
	color: #FFFFFF;
	font-weight: normal;
}

img.stroke{
	border: solid 1px #333;
}

a .opak { /* Image opacity */
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
	text-decoration: none;
}

a:visited .opak{ /* Image opacity */
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1.0;
	text-decoration: none;
}

a:hover .opak{ /* Image opacity when rolled over */
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity:0.5;
	text-decoration: none;
}


.blanc{
color: white;
}
.gris{
color: #555;
}
.grisclair{
color: #888;
}

.hidden{
visibility: hidden;
}



/* Album list
----------------------------------------------- */
ul.list {
	list-style:none;
	border-top:1px solid #222;
	margin-bottom: 10px;
	padding-top: 10px;
}

ul.list li {
	margin:0;
}
ul.list li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.list li a:hover {
	background:#eee;
}
ul.list li a:active {
	background:#ccc;
}



/* Social icons on homepage 
--------------------------------------------------- */

/** Declaration for the a.singleRollover selector **/

a.social {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

a.myspace { background: url(../img/g_icons.gif) no-repeat 0 1px; }
a.facebook { background: url(../img/g_icons.gif) no-repeat -45px 0; }
a.ilike { background: url(../img/g_icons.gif) no-repeat -88px 0; }
a.youtube { background: url(../img/g_icons.gif) no-repeat -132px 0; }
a.dm { background: url(../img/g_icons.gif) no-repeat -176px 0; }

/** Declaration for the additional states of the a.singleRollover selector **/

a:visited.myspace { background-position: 0 1px; }
a:hover.myspace { background-position: 0 -44px; }
a:active.myspace { background-position: 0 -44px; }

a:visited.facebook { background-position: -45px 0; }
a:hover.facebook { background-position: -44px -45px; }
a:active.facebook { background-position: -44px -45px; }

a:visited.ilike { background-position: -88px 0; }
a:hover.ilike { background-position: -88px -45px; }
a:active.ilike { background-position: -88px -45px; }

a:visited.youtube { background-position: -132px 0; }
a:hover.youtube { background-position: -132px -45px; }
a:active.youtube { background-position: -132px -45px; }

a:visited.dm { background-position: -176px 0; }
a:hover.dm { background-position: -176px -45px; }
a:active.dm { background-position: -176px -45px; }


/* iLike widget related */

.ilike_content a, .ilike_content a:visited{
color: #555;
}
.ilike_content a:hover{
color: #FFF;
}