#all_content{
	display:none;
}

html{
	background:#eee;
}

a{
	text-decoration:none;
	color:#6f85cc;
	-webkit-transition: color .5s;

}

img{
	border:none;
}

h2{
	font-family:arial, sans-serif;
	margin:20px 0;
	font-size:20px;
}

#spacer{
	height:10px;
}

#header{
	margin-top:20px;
	height:80px;
	
}

#logo{
	background:url('/images/gallery_notebleu.png') no-repeat;
	height:61px;
	width:400px;
}

#sign-up{
	margin-top:10px;
	background:#fff;
	float:right;
	width:465px;	
	padding:0;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

input.sign_up{
	width:150px;
	height:20px;
	border:none;
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	background:#eee;
}

input.submit{
	background:#7d8fc9;
	padding:10px;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#eee;
	border:none;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	cursor:pointer;
}

input.submit:hover{
	background:#2e4391;
}


td{
	vertical-align:middle;
}

#navigation{
	margin:40px 0 20px 0;
}

#navigation ul{
	list-style:none;
}

#navigation ul li{
	display:inline-block;
	margin-right:50px;
}

#navigation ul li.last{
	margin-right:0px;
}	

#navigation ul li a{
	font-family:helvetica, arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#999;
	-webkit-transition: color .5s;
	text-decoration:none;

}

#navigation ul li a:hover, a:hover{
	color:#273f99;
}

#navigation ul li a.here, a.here{
	color:#273f99;
}

#gallery_wall{
	margin-top:50px;
	width:100%;
	/*height:380px;*/
	height:351px;
	background:#fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;	
}

#current_show{
	background:#fff url('/images/gallery_wall_ria.jpg') no-repeat;
	height:350px;
}


#past_show{
	background:#fff url('/images/1_ff/gallery_wall.jpg') no-repeat;
	height:350px;
}

#upcoming{
	background:#fff url('/images/tro_poster.jpg') no-repeat;
	width:600px;
	height:927px;
	margin-top:60px;
}

#music, #press{
	margin-top:80px;
}

#artists{
	margin-top:80px;
	font-family:helvetica, arial, sans-serif;
	font-size:24px;
}


#press img{
	border:5px solid #eee;
}

#press img:hover{
	border:5px solid #2e4391;
	-webkit-transition:border .5s;
}

#contact{
	margin-top:80px;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
}

#music_text{
	padding:0 40px 0 0;
	width:420px;
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
	line-height:20px;
}

#press_text{
	padding:60px 0 0 0;
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
	line-height:20px;
}

#music_text h2, #press_text h2{
	margin:20px 0 50px 0;

	font-family:helvetica, arial, sans-serif;
	font-size:22px;
}

#music_text p, #press_text p{
	margin:20px 0 20px 0;

}


#music_right{

}

#people{
	background:url('/images/people.png') no-repeat;
	position:absolute;
	margin-top:100px;
	margin-left:740px;
	height:326px;
	width:221px;
	z-index:3;
}

#gallery_map{
	margin-top:80px;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
}


#gallery_map h1{
	font-family:helvetica, arial, sans-serif;
	font-size:28px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#gallery_map h2{
	font-family:helvetica, arial, sans-serif;
	font-size:18px;
	margin:10px 0 5px 0;
}

#gallery_map h3{
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	margin:0px;
}

#gallery_photos table{
	margin-top:50px;
}

#gallery_photos table tr td{
	padding-right:5px;
	padding-bottom:30px;
}

#footer_wrapper{
	width:100%;
	background:#eee;
	position:fixed;
	bottom:0;
	height:25px;
		border-top:dotted 1px #333;
}	

#footer{
	position:fixed;
	background:#eee;
	bottom:0px;
	height:20px;
	left:50%;
	margin-left:-480px;
	padding:5px 0px 0px 0px;
	text-align:left;
	color:#333;
	font-family:helvetica, sans-serif;
	font-size:14px;
	z-index:9999;

}



/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	left:-20px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:48%;		
	cursor:pointer;
	display:block;
	padding:10px 20px;
	background:#fff;
	color:#000;
	font-size:14px;
	font-family:Myriad Pro, arial, sans-serif;
	font-weight:bold;
}

.prev {
	left:0;


}

.next {
	right:-1px;

}

.next:hover, .prev:hover {
	background-color:#000;
	color:#fff;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	right:0;
	padding:10px 15px;
	color:#fff;
	font-size:14px;
	font-family:Myriad Pro, arial, sans-serif;
	
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	
}



/*Contact Form*/

#form{
	background:url('/images/postcard_blank.png') no-repeat #fff;
	width:520px;
	height:320px;
	font-family:helvetica, sans-serif;
	font-size:12px;
	padding:40px;
	margin:0px 0px 0px 170px;
	color:#666;
	
}



#form_sent{
	background:url('/images/postcard.png') no-repeat #fff;
	width:600px;
	height:220px;
	font-family:helvetica, sans-serif;
	font-size:14px;
	padding:180px 0 0 0;
	margin:0px 0px 0px 170px;
	color:#666;
	text-align:center;
}

#form_sent h2{
	font-size:34px;
}



input.text{
	background:transparent;
	border-bottom:1px solid #aaa;
	border-top:none;
	border-left:none;
	border-right:none;
	font-family:helvetica, sans-serif;
	font-size:12px;
	width:150px;
	color:#333;
}


textarea{
	background:#fff;
	border:solid 1px #aaa;
	font-family:helvetica, sans-serif;
	font-size:14px;
	width:240px;
	height:255px;
	margin-top:0px;
	padding:5px;
	color:#333;
}

#form table, #form_edit table{
	margin-top:144px;
}

#form table tr td.right, #form_edit table tr td.right{
	text-align:right;
	vertical-align:bottom;
}



input.submit_contact{
	background:#7d8fc9;
	padding:7px 40px 5px 40px;
	color:#eee;
	-webkit-border-radius: 5px; 
  	-moz-border-radius: 5px;
	border:none;
	font-family:Myriad Pro, sans-serif;
	font-size:14px;
	margin-top:20px;
	cursor:pointer;
	-webkit-transition: background .2s;

}

input.submit_contact:hover{
	background:#2e4391;

	-webkit-transition-property:background;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
}	

.alert{
	color:#ff0000;
}

#under_contact, #over_contact{
	margin:5px 0 0 170px;
}

#over_contact h1{
	font-size:24px;
	color:#333;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	margin:20px 0px 20px 0px;
}

/*inside label*/

.inside {
	margin: 2px 0;
	background: white;
	float: left;
	clear: both;
}

.inside span{
	position: absolute;
	padding: 8px 7px 4px 6px;
	color: #666;
}

.inside input.name{
	width:100px;
	border:1px solid #aaa;
	background:#fff;
	padding:6px 5px 6px 4px;
}

.inside input.email{
	width:150px;
	border:1px solid #aaa;
	background:#fff;
	padding:6px 5px 6px 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inside span{ padding: 10px 0 0 6px; }
}
