@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption);

@font-face {
    font-family: 'hvd_posterregular';
    src: url('../fonts/HVD_Poster-webfont.eot');
    src: url('../fonts/HVD_Poster-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HVD_Poster-webfont.woff') format('woff'),
         url('../fonts/HVD_Poster-webfont.ttf') format('truetype'),
         url('../fonts/HVD_Poster-webfont.svg#hvd_posterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background:#000;
	font-family:'PT Sans', sans-serif;
}

html {
	position: relative;
	min-height: 100%;
}

.wrap {
	width: 100%;
	margin: 0 auto;
}

.inside-wrap{
	width:960px;
	margin:0 auto;
	display:block;
}

#nav{
	background:#842424;
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	position:fixed;
	height:60px;
	width:100%;
	margin:0 auto;
	top:0;
	left:0;
	text-align:center;
	z-index:10;	
}

.upevents-link{
	padding-top:100px;	
}

#nav img{
	float:left;
}

#logo{
	font-size:20px;
	line-height:50px;
	margin-top:10px;
	vertical-align:central;
}

#navContainer {
	width:960px;
	margin:0 auto;
}



legend{
	font-size:20px;
}

#nav a{
	
	text-decoration:none;
	display:inline-block;
	height:50px;
	color:#FFF;
	line-height:50px;
	outline:none;
	color:#000;
	text-decoration:none;
	float:left;
}


#nav a:hover{
	color:#FFF;
}

#navItems {
	float:right;
}

#navItems a{
	padding-top:10px;
	padding-left:40px;
}



.white {
	font-family:'PT Sans', sans-serif;
	font-size:30px;
	color:#FFF;
}

.music {
	font-size:30px;
}


#mainHeader {
	background-image:url(../images/music_TO_BAR_BG.jpg);
	width:1020px;
	margin-top:50px;
	height:600px;
	background-position:left top;
	position:relative;
	
}

/*JUKE BOX*/
#jukeBack {
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}

#component {
	z-index:3;
}
#itemwrap li img {
	z-index:3!important;
}


#jukeFront {
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
}


/*EVENTS LIST*/
#eventsList {
	position: absolute;
	right: 46px;
	top: 52px;
	width: 340px;
	height: 249px;
	z-index:6;
	/*background: rgba(255,0,255,0.22);*/
	
	font-family: 'hvd_posterregular';
	font-size:35px;
	color:#FFF;
	opacity:0.7;
	text-align:center;
}

#listing a{
	display:block;
	text-decoration:none;
	color:#FFF;
	}
	
#listing a:hover{
	color:#F80E11;
}

#listing li {
	display:block;
	text-align:center;
	padding-top:5px;
	font-size: 14px;
	font-family:'hvd_posterregular', sans-serif;
}

#listing li p {
	font-size:20px;
}

#holiday{
	position:relative;
	right:30px;
	top:;
	width:;
	height:;
	z-index:6;
}

#calendar{
	position:absolute;
}

#picker{
	position:relative;
	right:30px;
	top:75px;
	z-index:8;
	
}

#formBox {
	position:absolute;
	top:100;
	width: 300px;
	height: 200px;
	margin-top: -75px;
}

#pickdateh3{
	font-size:20px;
	font-weight:300;
	text-align:center;	
	margin-left:10px;
	margin-bottom:8px;
}

input[type="submit"]{
	color: white;
    border-radius: 4px;
   	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #842424; /* this is a maroon */
}

input[type="submit"]:hover{
	color: white;
    border-radius: 4px;
   	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background:#350000;
}

input[type="submit"]:active{
	color: white;
    border-radius: 4px;
   	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background:#492E2F;
}

#searchheader{
	margin-top:50px;	
}



legend {
	text-align: center;
}
/* NAVID FORM ENDS */





#hands{
	margin-bottom:100px;
	position:absolute;
	bottom:0;
	width:1020px;
}

#picker li{
	font-size:16px;
	margin:10px;
}


/*CONTENT*/
#content {
	min-height:1200px;
	width:1020px;
	background:#FFF;
}

#content:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }


.col13{width:300px;} /* 340*/
.col23{width:640px;} /* 680 */
.col33 {} /*100%*/

/*.col14 {width:200px;}  240 */
/*.col15 {width:152px;} /*192*/
/*.col16 {width:120px;} /* 160 */
/*.col12 {width:440px;}  /* 480 */

.col13, .col23, .col33, .col12, .col14, .col15, .col16{
	/*margin:10px;*/
	padding-left:20px;
	/*background-color:#62EAD0;*/
}

.fr {float:right;}
.fl {float:left;}
.clear { clear:both;}




/*NAVID EVENT-LISTING STYLE BEGINS*/

.artistName:hover {
	cursor: pointer;
	color: #000;
}
.artistName {
	font-size: 1.8em;
	color: #842424;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration:underline;
}
/*.date {
	font-size: 1.2em;
}*/
.venue {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}
.genre {
	font-size: 1.1em;
}
.info {
	font-size: 1.3em;
}


ul.events li{
	border-bottom: 2px solid #313030;
	padding:20px;
	font-size:14px;
}

.upcomingEvents {
	font-family: 'PT Serif', serif;
	letter-spacing: 10px;
	font-size: 20px;
	font-weight: bold;
	padding:20px;

}
.address {
	font-style: italic;
	font-size: 12px;
}

/* NAVID EVENT LISTINGS END*/

#nxbtn{
	text-decoration:none;
	font-size:18px;
	float:right;
	color:#000;
}

/* NAVID FOOTER BEGINS */
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	background:#000000;
	color:white;
	font-size:16px;
}
.ft-inner{
	width:960px;
	background: rgba(0,0,0,1);
	color:white;
	font-size:16px;
	margin:0 auto;	
}

/*.red {
	color: #842424;
}

*/
/* NAVID FOOTER ENDS */


/* Contact Us Page */
#contactUs {
	background:url(../images/Dollarphotoclub_45471132.jpg) no-repeat;
	height: 100%;
}

#feedback-page {
	text-align: center;
}

#form-main {
	width: 100%;
	float: left;
	padding-top: 0px;
}

#form-div {
	background-color: rgba(72,72,72,0.4);
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 50px;
	width: 450px;
	bottom:0;
	float: left;
	left: 50%;
	position: absolute;
	margin-top: 30px;
	margin-left: -260px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#form-div:hover {
	
}
	
.feedback-input {
	color: #3c3c3c;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid #842424;
	color: #842424;
	outline: none;
	padding: 13px 13px 13px 54px;
}

.focused {
	color: #842424;
	border: #30aed6 solid 3px;
}


/* Icons ---------------------------------- */
#name {
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus {
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email {
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus {
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment {
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background-color: white;
}

#button-blue {
	font-family: 'PT Sans', sans-serif;
	float: left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor: pointer;
	background-color: #842424;
	color: white;
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: 700;
}

#button-blue:hover {
	background-color: rgba(0,0,0,0);
	color: #842424;
}

.submit:hover {
	color: #3498DB;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease {
	width: 100%;
	background-color: white;
}


 @media only screen and (max-width: 580px) {
#form-div {
	left: 3%;
	margin-right: 3%;
	width: 88%;
	margin-left: 0;
	padding-left: 3%;
	padding-right: 3%;
}
}
