@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;
	
}

/* TITLES */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight: normal;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style:italic;
	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;
}

h3{
	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;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	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;
}

#pageviewer {
	margin-right: 25px;
	margin-bottom: 5px;
	text-align:center;
	width:120px;
	float: left;
}

#pageviewer name{
	width:120px;
	
}

/* NAVIGATION */

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

/* HOME HEADER */

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

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

/* HOME CONTENT */
#homeContentWrapper {
	width: 100%;
	height: 570px;
	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;
}



/* 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 */
#login {
	width: 300px;
	padding: 0px;
}

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

#login input, #login textarea{

}

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

#login .newregister {
	margin-left:30px;
}

#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: #F59423;
	text-decoration: none;
}

#login a:hover{
	color: #0099CC;
}
/* PANEL LOGIN */
#panellogin {
	width: 170px;
	padding: 0px;
	color: white;
}

#panellogin label{
	float: left;
	width: 70px;
	font-weight: bold;
	color: white;
}

#panellogin input, #panellogin textarea{

}

#panellogin .forgotpassword {
	margin-left:0px;
	float:center;
}

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

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

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

#panellogin .boxes{

}

#panellogin .signinbutton{
	margin-left:20px;
	padding:0px;
	border: 0px;
}

#panellogin br{
	clear: left;
}

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

#panellogin a:hover{
	color: #58586F;
}
/*END OF PANEL LOGIN*/

/* EVENT RSVP BOX SUBMIT */
#rsvp {
	width: 300px;
	padding: 0px;
}

#rsvp label{
	float: left;
	width: 250px;
	font-weight: bold;
	color: white;
}

#rsvp input, #rsvp textarea{

}

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

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

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

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

#rsvp .boxes{

}

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

#rsvp br{
	clear: left;
}

#rsvp fieldset{
	border: 0px;
}

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

#rsvp a:hover{
	color: #58586F;
}
/* END OF RSVP BOX */

/* CREATE EVENT BOX SUBMIT */
#createevent {
	width: 500px;
	padding: 0px;
}

#createevent .heading{
	float: left;
	width: 450px;
	font-weight: bold;
	color: white;
}

#createevent label{
	float: left;
	width: 250px;
	font-weight: bold;
	color: white;
}

#createevent input, #createevent textarea{

}

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

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

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

#createevent .textarea{
	width: 450px;
	height: 250px;
	border: 0px;
	background-color:#464651;
	color:#99CCFF;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-left:5px;
	padding-top:5px;
}

#createevent .boxes{

}

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

#createevent br{
	clear: left;
}

#createevent fieldset{
	border: 0px;
}

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

#createevent a:hover{
	color: #58586F;
}
/* END OF CREATE EVENT BOX SUBMIT */

/* EVENT LAYOUT */
#event {
	width: 500px;
}

#header a {
	color: #0099CC;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#header a:hover {
	color: #000000;
}

#event img{
	padding-top: 10px;

}

#eventday {
	font-size: 14px; 
	text-transform: uppercase; 
	font-weight: bold;
}

/* END OF EVENT LAYOUT */

/* COMMENTS LAYOUT */
#comments {
	width: 500px;
}

#comments .textarea{
	width: 500px;
	height: 100px;
	border:1px solid #000000;
	background-color:#464651;
	color:#99CCFF;
	margin-bottom: 5px;
	padding-left:5px;
	padding-top:5px;
}
/* END OF COMENTS LAYOUT */

/* BASIC CONTENT */

#basicContent {
	width: 1050px;
	min-height:550px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:0px;
	padding-bottom:50px;
	padding-left: 0px;
	padding-right: 0px;
}
#basicContentColumn2 #daypanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	height: 350px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #panel {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #maineventpanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	height: 300px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #mainvenuepanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	height: 300px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #mainvenuepanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #3399cc;
}

#basicContentColumn2 #mainvenuepanel .headline{
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	height: 300px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #mainrestaurantpanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	height: 300px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #mainpromoterpanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	height: 300px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#basicContentColumn2 #mainpromoterpanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #3399cc;
}

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

#basicContentColumn2 #photopanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	height: 170px;
	font-size: 11px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
}

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

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

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

div.one-image 
{
	float: left;
}

#basicContentColumn2 #eventpanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	font-size: 11px;
	float:left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#basicContentColumn2 #videopanel {
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	font-size: 11px;
	float:left;
	margin-right: 20px;
	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 #daypanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #3399cc;
}

#basicContentColumn2 #maineventpanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #3399cc;
}

#basicContentColumn3 #photopanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #3399cc;
}

#basicContentColumn2 #photopanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #3399cc;
	font-weight: bold;
}

#basicContentColumn2 #category .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #cc0099;
	font-weight: bold;
}

#photoContentColumn2 #category .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #cc0099;
}

#photoContentColumn2 #mnsdescription {
	clear: left;
}

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

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

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

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

#basicContentColumn3 #photopanel .link2 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	border: 0px;
	color: #cc0099;
		
}

#basicContentColumn2 #eventpanel .link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	
	color: #3399cc;
}

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

#basicContentColumn2 #eventpanel img {
	float:left;
	margin-left:0px;
	margin-right:5px;
}

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

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

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

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

#basicContentColumn1 {
	width: 170px;
	
}

#basicContentColumn2 {
	width: 490px;
}

#photoContentColumn2 {
	width: 750px;
}

#basicContentColumn3 {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}
#eventContentColumn2 {
	width: 500px;
}

#eventContentColumn3 {
	float: right;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
}
/* AD Box */
#adBox {
	width:160px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom:10px
}

#adBox300 {
	width:300px;
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom:10px
	margin-top: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;
}
#bodysection {
	width:500;
}

#bodysection .right {
	width:250;
}

#bodysection .left {
	width:250;
}


#headerad {
	margin-left: 220px;
	margin-top: -110px;
}

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

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

#splashHeader {
	height: 500px;
	width: 100%;
	background-color: #000000;
	text-align: center;
}

#splashHeader .splashcanvas {
	width: 1000px;
	height: 500px;
	background-image: url(../images/splashcanvas.jpg);
	margin:0 auto;
}

#splashfooter{
	width:100%;
	height: 100%;
	margin:0 auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	
}

#splashtvcontent {
	position:relative;
	left: 10px;
	top: 50px;
	color: #00CCFF;
}

#splashcontent {
	position:relative;
	left: 240px;
	top: 50px;
	color: #00CCFF;
}

#splashtv {
	position:relative;
	left: 0px;
	top: 150px;
	color: #00CCFF;
}


#splashcontent .event {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-right:30px;
	width:200px;
	height: 300px;
	color: #00CCFF;
	background-image: url(../images/overlay.png);
}
#splashcontent .event img{
	width: 200px;
	border: 0;
}

#splashtvcontent .event {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-right:30px;
	width:200px;
	height: 300px;
	color: #00CCFF;
	background-image: url(../images/overlay.png);
}
#splashtvcontent .event img{
	width: 200px;
	border: 0;
}
#splashcount {
	margin-left: 600px;
	padding-top: 20px;
	width: 300px;
	color: #00CCFF;
}

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

#splashcount a:hover{
	color: #FF0099;
}

#headercity {
	margin-left: 65px;
	margin-top: -25px;
	color: #FFFFFF;
}

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

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

.topheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #ABAEBD;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.splashimage {
	align: right;
}

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

#pinklink a:hover{
	color: #FF0099;
}
/*Control Viewable area in thumbnails*/
.thumb{
	float:left;
	margin:.5em 0;
	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;	
}


.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #4D0A33;
	font-weight: bold;
}

#photoarchive {

}

#photoarchive .month {
	float: left;
	margin-right: 10px;

}

#photoarchive .year {
	width: 450px;
	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;
	text-align:center;

}

#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;
}