/*         _              _     _                  _    
 _ __ ___ | |___   _____ (_) __| |  ___ ___  _   _| | __
| '_ ` _ \| __\ \ / / _ \| |/ _` | / __/ _ \| | | | |/ /
| | | | | | |_ \ V / (_) | | (_| || (_| (_) | |_| |   < 
|_| |_| |_|\__| \_/ \___/|_|\__,_(_)___\___(_)__,_|_|\_\

*/

* {
	margin: 0;
}

body {
	/*font-family: calibri;*/
	font-family: "Helvetica Neue Lt Pro", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #fff;
	background-color: #000;
	background-image: url('../img/footer-back.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#wrapper {
	width: 1022px;
	margin: 0 auto;
	padding-top: 25px;
	/*overflow: hidden;*/
}

#slide-menu {
	position: fixed;
	background-image: url('../img/main-menu-slide.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #000;
	width: 487px;
	height: 23px;
	padding: 5px 10px 5px 10px;
	z-index: 100;
}

#slide-menu ul {
	float: left;
	list-style: none;
	padding: 0;
	width: 100%;
}

#slide-menu li {
	float: left;
	text-align: center;
	margin-right: 1px;
}

#slide-menu ul li a {
	width: 100%;
	height: 23px;
	float: left; 
}

#slide-menu ul li a span {
	display: none;
}

#sm-bio {
	width: 34px;
	height: 23px;
}
#sm-gig {
	width: 51px;
}
#sm-media {
	width: 67px;
}
#sm-press {
	width: 62px;
}
#sm-download {
	width: 124px;
}
#sm-links {
	width: 59px;
}
#sm-contact {
	width: 83px;
}

#bg {
	background-image: url('../img/band-name.png');
	background-image: no-repeat;
	background-position: top center;
	width: 100%;
	height: 406px;
	position: absolute;
	z-index: 50;
	background-color: none;
	top: 356px;
}

#content {
	padding: 0;
	position: relative;
}

#content h1 {
	
}

h1 span {
	
	display: none;
}

h2 {
	text-transform: uppercase;
}

.section {
	position: relative;
	height: 680px;
	/*background-color: #ccc; /*#606060;
	border-bottom: 1px solid #ccc;*/
}

#admin {
	position: absolute;
	background-color: #ccc;
	border: 1px solid #000;
	border-top: none;
	width: 908px;
	height: 600px;
	margin: 0 auto;
	padding: 30px 15px 15px 15px;
	z-index: 50;
}

#main-menu {
	/*background-image: url('../img/main-menu.png');*/
	position: absolute;
	width: 487px;
	height: 83px;
	top: 598px;
	left: 250px;
	z-index: 100;
        border: none;
}

#main-menu li {
	display: none;
}

p {
	margin: 15px 0; 
}

#home-s {
	background-image: url('../img/band-head.jpg');
	background-repeat: no-repeat;
	left: -50px;
}

#bio-s {
	margin-top: 71px;
	height: 585px;
}

#bio-s h2.img {
	background-image: url('../img/bio_header.png');
	background-repeat: no-repeat;
}

#bio-c {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 670px;
}

#bio-c h3 {
        color: #ff6c00;
}

#bio-c ul {
        list-style: none;
        margin-top: 15px;
}

#bio-c ul li span {
        color: #ff6c00;
        font-weight: bold;
}

#gig-s {
	height: 970px;
}

#gig-s h2.img {
	background-image: url('../img/gigs_header.png');
	background-repeat: no-repeat;
}

#gig-c {
	/*background-color: #ccc;*/
	position: absolute;
	top: 50px;
	left: 200px;
	height: 590px;
	width: 300px;
}
#gig-c .label { 
	margin-left: 50px;
	width: 60px;
	float: left;
}
#gig-c .gig .title {
       	margin-left: 50px;
}
#gig-c .gig .title, #gig-c .gig a {
        color: #ff6c00;
}
#gig-c .gig a {
        text-decoration: none;
}

#gig-c h2 {
	margin-left: 50px;
}

#media-s {
	height: 485px;
}

#media-s h2.img {
	background-image: url('../img/media_header.png');
	background-repeat: no-repeat;
}

#media-c {
	position: absolute;
	top: 25px;
	left: 475px;
}

#press-s {
	height: 340px;
}

#press-s h2.img {
	background-image: url('../img/press_header.png');
	background-repeat: no-repeat;
}

#press-c {
	position: absolute;
	width: 410px;
	left: 55px;
}

#press-c p span {
	color: #ff6c00;
}

#download-s {
 height: 705px;
}

#download-s h2.img {
	background-image: url('../img/downloads_header.png');
	background-repeat: no-repeat;
}

#download-s ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#download-s ul li {
	padding-left: 40px;
	height: 45px;
	line-height: 50px;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-transform: uppercase;
}

#download-s ul li a {
	color: #fff;
	text-decoration: none;
}

#download-c {
	position: absolute;
	width: 300px;
	top: 50px;
	right: 80px;
}

#download-c ul li a:active, #download-c ul li a:hover,
#links-c ul li a:active, #links-c ul li a:hover {
        color: #ff6c00;
}

#links-s {
	height:	830px;
}

#links-s h2.img {
	background-image: url('../img/links_header.png');
	background-repeat: no-repeat;
}

#links-c {
	position: absolute;
	top: 50px;
	left: 250px;
}

#links-c ul {
    list-style: none;
    
    
    
}
#links-c ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    
}

#contact-s {
	padding: 0 0 0 80px;
	height: 725px;
}

#contact-s h2.img {
	background-image: url('../img/contact_header.png');
	background-repeat: no-repeat;
}

#sign-in, #contact {
	float: left;
	width: 906px;
}

#sign-in label, #contact label {
	clear: left;
	float: left;
	width: 100px;
	line-height: 46px;
	margin-bottom: 10px;
	display: none;
}

#sign-in input[type="email"], #sign-in input[type="password"], #contact input[type="text"], #contact input[type="email"] {
	clear: left;
	float: left;
	line-height: 10px;
	width: 250px;
	margin-bottom: 5px;
	font-size: 12pt;
	outline: none;
}

#s_name, #s_email {
	clear: left;
	float: left;
	margin-bottom: 10px;
	background-color: #ff6d00;
	height: 60px;
}

#sign-in input[type="submit"] {
	clear: left;
	float: right;
	margin-top: 15px;
	width: 100px;
}

#contact {
	margin: 15px 0;
	position: absolute;
	width: 683px;
}

#contact input, #contact textarea {
	background-color: #FF6D00;
	border: none;
}

#contact textarea {
	position: relative;
	left: 7px;
	width: 420px;
	height: 125px;
	font-size: 105%;
	outline: none;
}
#contact input[type="submit"] {
	float: right;
	width: 140px;
	height: 40px;
	margin-top: 5px;
	font-size: 105%;
}

/*----------- ADMIN -------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper-admin ul {
	background-color: #ccc;
	margin: 15px 0;
}

#wrapper-admin {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 15px;
	color: #000;
}

#admin-gig {
	background-color: red;
	width: 100%;
}

#admin-gig, #admin-gig form, #admin-gig form label {
	clear: left;
	float: left;
}

#admin-gig form {
	margin: 5px 0;
}

#admin-gig form label {
	width: 100px;
	line-height: 45px;
}

#admin-gig form label, #admin-gig form input[type='text'], #admin-gig form input[type='submit'] {
	height: 40px;
	line-height 40px;
}
#admin-gig form input[type='text'], #admin-gig form input[type='submit'] {
	width: 250px;
	font-size: 14pt;
}
#admin-gig form input.add, #admin-gig form input.update {
	margin-top: 5px;
	margin-left: 103px;
	width: 250px;
}

