﻿@charset "UTF-8";
body,html{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #0C0C0F;
}

#homeWrapper {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #222222;
	width:100%;
	float:left;
}

#basicWrapper {
	background-color: #ffffff;
	width:100%;
	float:left;
}

#content{
	width:100%;
	margin:0 auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	
}

#citylink {
	margin-left: 300px;
	margin-top: -90px;
}

#citylink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#citylink a:hover{
	color: #58586F;
}


/* TITLES */

h1{
	font-family: Palatino Linotype, Book Antiqua, Palatino;
	font-size:24px;
	color:#FFFFFF;
	font-weight: bold;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	letter-spacing: -0.05em;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight: normal;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style:italic;
	letter-spacing: -0.05em;
}
/* TOP NAV */

#topNav {
	width:100%;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.05em;
	background-image: url(/images/topnavbg.jpg);
}

#topNavContent{
	width:960px;
	margin:0 auto;
}

#topNavLinks a {
	vertical-align:middle;
	padding:10px;
	color: #F59423;
	text-decoration:none;
	display: inline-block;
	float:left;
}
#topNavLinks a:hover {
	color: #0099CC;
}
#topNav img {
	border:0 ;
	padding:0 ;
	right: 500px;
	vertical-align:middle;
	float:right;
}
/* NAVIGATION */

#navigation {
	width: 960px;
	margin: 0 auto;
	padding-bottom:20px;
}

/* HOME HEADER */

#homeHeader {
	height: 250px;
	width: 100%;
	color: #363740;
	background-color: #000000;
}

#newHomeHeader {
	height: 207px;
	width: 100%;
	color: #363740;
	background-color: #000000;
}

#homeHeaderContent {
	width:960px;
	margin:0 auto;
}

/* HOME CONTENT */
#homeContentWrapper {
	width: 100%;
	height: 600px;
	background-image: url(/images/homecontentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#homeContentWrapperLogged {
	width: 100%;
	height: 700px;
	background-image: url(/images/homecontentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#homeContent {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e9ebf2;
	margin:0 auto;
	padding-top:20px;
}

#homeContentColumn1, #homeContentColumn2, #homeContentColumn3{
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float:left;
}

#topcolumnarea {
	height:240px;	
}

#topcolumnarealogged {
	height:340px;	
}
/* HOME CONTENT COLUMN 1 */

#homeContentColumn1{
	margin-left:10px;
	margin-right:20px;
}

#homeContentColumn1 a{
	margin-right:0px;
}

#homeContentColumn1 img{

}

/* HOME CONTENT COLUMN 2 */

#homeContentColumn2{
	margin-right:20px;
}


/* HOME CONTENT COLUMN 3 */
#homeContentColumn3 {
	
}

/* HOME CONTENT LOGIN */

#player_api {
	width: 300px;
	padding: 0px;
}

#viewerevents {
	width: 300px;
	padding: 0px;
}

#viewerevents .eventimage img{
	width: 150px;
	height: 180px;
}

#viewerevents .eventimage{
	text-align:center;
    display:block;
}

#viewerevents .eventprevious{
	width: 120px;
	float: left;
	text-align:right;
    display:block;
}
#viewerevents .eventnext{
	width: 120px;
	float: right;
}


#login {
	width: 300px;
	padding: 0px;
}

#login label{
	float: left;
	width: 70px;
	font-weight: bold;
}

#login input, #login textarea{

}

#login .forgotpassword {
	margin-left:0px;
}

#login .checkbox {
	padding: 0px;
	margin: 0px;
	margin-left:80px;
	margin-right:10px;
	float:left;
}

#login .textfield {
	width: 185px;
	height: 20px;
	
	border: 0px;
	background-color:#464651;
	color:#99CCFF;
	margin-bottom: 5px;
	padding-left:5px;
	padding-top:5px;
}

#login textarea{
	width: 250px;
	height: 150px;
}

#login .boxes{

}

#login .signinbutton{
	margin-left:190px;
	padding:0px;
	border: 0px;
}

#login br{
	clear: left;
}

#login a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464651;
	text-decoration: none;
}

#login a:hover{
	color: #58586F;
}
/* REGISTRATION WINDOW */
#register {
	width: 426px;
	height: 438px;
	margin-left: 5px;
	padding: 0px;
	background-image: http://dev.midnitespot.com/images/logbackground.gif;
}

#register label{
	float: left;
	width: 150px;
	color:#E9EBF2;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#register .heading{
	float: left;
	width: 380px;
	color:#E9EBF2;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#register input, #login textarea{

}

#register .forgotpassword {
	margin-left:70px;
}

#register .checkbox {
	padding: 0px;
	margin: 0px;
	margin-left:80px;
	margin-right:10px;
	float:left;
}

#register .textfield {
	width: 185px;
	height: 20px;
	
	border: 0px;
	background-color:#464651;
	color:#99CCFF;
	margin-bottom: 5px;
	padding-left:5px;
	padding-top:5px;
}

#register textarea{
	width: 250px;
	height: 150px;
}

#register .boxes{

}

#register .signinbutton{
	margin-left:190px;
	padding:0px;
	border: 0px;
}

#register br{
	clear: left;
}

#register a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464651;
	text-decoration: none;
}

#register a:hover{
	color: #58586F;
}

/* BASIC CONTENT */

#basicContent {
	width: 960px;
	min-height:550px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:0px;
	padding-bottom:50px;
	padding-left: 0px;
	padding-right: 0px;
}
#basicContentColumn2 #panel {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	font-size: 11px;
	float:left;
	margin-right: 30px;
	margin-bottom: 20px;
}
#basicContentColumn2 img {
	margin-bottom: 10px;
	border: 0px;
}
#basicContentColumn2 #panel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	
	color: #3399cc;
}

#basicContentColumn2 #panel .link2 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	border: 0px;
	color: #cc0099;
}

#basicContentColumn2{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#basicContentColumn1, #basicContentColumn3{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#basicContentColumn1 {
	
}

#basicContentColumn2 {
	width: 560px;
}
/* AD Box */
#adBox {
	width:160px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom:10px
}
/* FOOTER */

#footer {
	height: 60px;
	width: 100%;
	background-color: #0C0C0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	font-weight: bold;
	color: #262933;
	float:left;
}

#footer p {
	padding:0px;
	margin:10px;
}

#footer a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #474c59;
	text-decoration:none;
	display: inline-block;
}

#footer a:hover {
	color:#6f737d;
}

/* DIVIDER */

#divider {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-bottom: 30px;
	height: 1px;
}

/* SMALL PROFILE PICTURE */

.profilePicSmall {
	padding: 2px;
	border: 1px solid #cccccc;
}

/* BOX ROUNDED */

#boxContent290 {
	width:290px;
}

div.rounded {
	clear:both;
	max-width:2400px;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-bottom: 0px;
}

div.rounded div.top {
    background:url(../images/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../images/tr.png) no-repeat bottom right;
    height:12px;
    margin-left:12px;
}

div.rounded div.middle {
    background:url(../images/l.png) repeat-y left;
    clear:both;
    width:100%;
	
}

div.rounded div.middle div.right {
    background:url(../images/r.png) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    background:url(../images/bg.png) repeat top left;
    margin-right:0px;
    padding:5px 15px;
    text-align:justify;
	height:100%;
	
}


div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
	height:100%;
}

div.rounded div.middle div.right div.content h2 {
    color:#0f2;
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
	background:url(../images/bl.png) no-repeat top left;
	clear:both;
	width:100%;
	padding-bottom: 0px;
}

div.rounded div.bottom div.right {
    background:url(../images/br.png) no-repeat top right;
    height:12px;
    margin-left:12px;
	padding-bottom: 0px;
}


#upcomingevent {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 300px;
	margin-left: -10px;
	margin-bottom: 10px;
	float: left;
}
#upcomingevent h1{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}
#upcomingevent h2{
	font-size:11px;
	font-style:normal;
}
#upcomingevent a {
	color:#99CCFF;
	text-decoration:none;
}
#upcomingevent a:hover{
	color:#0099FF;
}
#upcomingevent img{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}


/* CSS Document */
#submitedPage {
	background-position: center;
	background-color: #000000;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	border: solid #aaafbd 3px;
	width:99.5%;
	height: 30px;
	padding-top: 8px;
}

/*Control Viewable area in thumbnails*/
.thumb{
	float:left;
	margin-bottom: 5px;
	margin-right:5px;
	border:1px solid #999;
	background-color: #000000;	
	padding:2px;
}

.thumb a{
	display:block;
	float:left;
	width:48px;
	height:48px;
	line-height:48px;
	overflow:hidden;
	position:relative;
	z-index:1;	
}
	
.thumb a img{
	float:left;
	position:absolute;
	top: 0px;
	left: 0px;	
}

/*Control Viewable area in thumbnails for flyers*/
.eventflyer{
	float:left;
	margin:.5em 0;
	margin-right:5px;
	border:1px solid #999;
	background-color: #000000;	
	padding:2px;
}

.eventflyer a{
	display:block;
	float:left;
	width:80px;
	height:80px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;	
}
	
.eventflyer a img{
	float:left;
	position:absolute;
	top: 0px;
	left: 0px;	
}

.cityevent {
	width:85px;
	float:left;
	margin-right:10px;
	text-align:center;
	
}
.cityevent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.cityevent a:hover{
	color: #99CCFF;
}

#cityPhotoNav #photopanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	font-size: 11px;
	float:left;
	margin-right: 0px;
	margin-bottom: 20px;
}

#cityPhotoNav #photopanel img{
	border: 1px;
	border-style:solid;
	border-color: black;	
}

#cityPhotoNav #photopanel img{
	border: 1px;
	border-style:solid;
	border-color: black;
	margin-bottom:5px;	
}

div.one-image 
{
	float: left;
}