/*
GayNZ.com Main Style Sheet
*/

* { padding: 0; margin: 0; }

body {
 font-size:100%;
 line-height:1.125em;
 font-family: Verdana, Tahoma, arial, sans-serif;
 background-color: #c0c0c0;
  }
  
 /*-- 		 	background-position: top;  --*/
 /*-- 			background-image: url(/gaynz_graphics/BG-WebImage-WLG1.jpg);  --*/
 /*-- 			background-repeat: no-repeat;  --*/
 
  
#wrapper { 
 margin: 0 auto;
 width: 990px;
 text-align:center;
 background-color: #FFFFFF;
 }
 html {
 font-size: 62.5%;
 } 
 
 
#outlineNZbody {
 font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
 background-color: #ffffff;
 min-height: 100%;
 } 

 
#date {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
 
#dateBlack {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}



	/* START ROUNDED CORNERS CSS */ 
	
.newscontainer1 {background: #dfdede; color:#000000;  	font-family: Arial, Helvetica, sans-serif;  font-size: 10px;  margin: 0 0 0 0;  }
	.nztop, .nzbottom{
		display:block;
		background:#FFFFFF;
	}
	.nztop *, .nzbottom *{
		display: block;
		height: 1px;
		overflow: hidden;
		background:#F0F0F0;
	}
	.nz1{margin: 0 5px}
	.nz2{margin: 0 3px}
	.nz3{margin: 0 2px}
	.nz4{margin: 0 1px; height: 2px}	
	
.newscontainer2 {background: #E0E0E0; color:#000000; margin:0 0px;}
	.rtop, .rbottom{
		display:block;
		background:#FFFFFF;
	}
	.rtop *, .rbottom *{
		display: block;
		height: 1px;
		overflow: hidden;
		background:#E0E0E0;
	}
	.r1{margin: 0 5px}
	.r2{margin: 0 3px}
	.r3{margin: 0 2px}
	.r4{margin: 0 1px; height: 2px}

.newsletterbox {background: #C9D4A3; color:#A35006; margin:0 0px;}
	.nltop, .nlbottom{
		display:block;
		background:#FFFFFF;
	}
	.nltop *, .nlbottom *{
		display: block;
		height: 1px;
		overflow: hidden;
		background:#C9D4A3;
	}
	.nl1{margin: 0 5px}
	.nl2{margin: 0 3px}
	.nl3{margin: 0 2px}
	.nl4{margin: 0 1px; height: 2px}
	
.tvcontainer {background: #d7cbdc;  color:#000000; margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; }
	.tvrtop, .tvrbottom{
		display:block;
		background:#FFFFFF;
	}
	.tvrtop *, .tvrbottom *{
		display: block;
		height: 1px;
		overflow: hidden;
		background:#d7cbdc;
	}	
	.tvr1{margin: 0 5px}
	.tvr2{margin: 0 3px}
	.tvr3{margin: 0 2px}
	.tvr4{margin: 0 1px; height: 2px}
	
	#fp-column3 .tvcontainer a, a:visited {
	color: #0F5072;
	font-size: 100%;
	text-decoration: underline;
}
	#fp-column3 .tvcontainer a:hover {
	color: #CC0099;
	font-size: 100%;
	text-decoration: underline;
}
	
	
	/* END ROUNDED CORNERS CSS */


#footer { 
 width: 990px;
 clear: both;
 color: #666666;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: 11px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer a, a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #555555;    }
	 
#footer a:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #CC0099;    }
	 


	 
	/* ----- Page Top Header & Navigation ----- */



	
#nav-topmenu
{
height: 124px;
margin: 0;
width: 990px;
float: left;
padding: 0 0 8px 0;
}


/*-- START Menu Navigation --*/
ul.topnav {   
    list-style: none;   
    padding: 0 0 0 10px;   
    margin: 0;   
    float: left;   
    width: 980px;   
    background: #222;   
    font-size: 11px;   
    background: #00325a;   
}   
ul.topnav li {   
    float: left;   
    margin: 0;   
    padding: 0 20px 0 0;   
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}


/*-- This is the problem bit --*/
/*-- It was
			ul.topnav li a, a:visited{   
    		padding: 5px 5px 3px 5px;   
    		color: #fff;   
    		display: block;
			font-size: 1em;   
    		text-decoration: none;   
    		float: left;   
			}
  Changed to the two specs below
--------*/  

ul.topnav li a{   
    padding: 5px 5px 3px 5px;   
    color: #fff;   
    display: block;
	font-size: 11px;   
    text-decoration: none;   
    float: left;   
}
ul.topnav li a:visited{   
    padding: 5px 5px 3px 5px;   
    color: #fff;   
    display: block;
	font-size: 11px;   
    text-decoration: none;   
    float: left;   
}
/*-- End of the problem bit --*/  

 
ul.topnav li a:hover{   
    background: #017ab1;   
}   
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 10px;   
    height: 20px;   
    float: left;   
    background: url(/gaynz_graphics/subnav_btn.gif) no-repeat center top;   
}   
ul.topnav li span.subhover {background-position: center; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {   
    list-style: none;   
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 23px;   
    background: #00325a;   
    margin: 0; padding: 0;   
    display: none;   
    float: left;   
    width: 140px;      
}   
ul.topnav li ul.subnav li{   
    margin: 0; padding: 0;   
    clear: both;   
    width: 140px;   
}   
html ul.topnav li ul.subnav li a {   
    float: left;   
    width: 130px;
	text-align: left;   
    background: #00325a;   
    padding-left: 5px;   
}   
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #017ab1;   
}	
/*-- END Menu Navigation --*/









	/* ----- END Page Top Header & Navigation ----- */
	
	
	
	
	
	
	/* ---- START GENERAL PAGE LAYOUT ---- */

#pageLeftStripScenepics { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF url(/gaynz_graphics/scenepicsBG.gif) repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 min-height: 100%;
 height: 100%;
 width: 20px;
 float: left;
}
	
#pageLeftStrip { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 6px;
 min-height: 100%;
 width: 130px;
 float: left;
 line-height: 15px;
 font-size: 11px;
}
#pageLeftStrip a, a:visited {
	color: #0F4F46;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
}
#pageLeftStrip a:hover {
	color: #CC0099;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
}

	
#pageLeftStrip150 { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 6px;
 min-height: 100%;
 width: 150px;
 float: left;
 line-height: 15px;
 font-size: 11px;
}
#pageLeftStrip150 a, a:visited {
	color: #0F4F46;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
}
#pageLeftStrip150 a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
}







#pageLeftStrip20Padding { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 6px;
 min-height: 100%;
 width: 20px;
 float: left;
 line-height: 15px;
}
#pageLeftStrip20Padding a, a:visited {
	color: #0F4F46;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
}
#pageLeftStrip20Padding a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 0px;
}


#events-leftstrip {
	line-height: 12px;
}	
	
#pageContent { 
 	color: #000000;
 	background-color: #FFFFFF;
 	margin: 0px 0px 0px 0px;
 	height: auto;
 	width: 640px;
 	float: left;
 	padding: 5px 10px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
 	text-align: left;
}

#pageContent a, a:visited {
	color: #0F5072;
	text-decoration: none;
	font-size: 11px;
}
#pageContent a:hover {
	color: #CC0099;
	text-decoration: underline;
	font-size: 11px;
}

#pageContentScenePics { 
 	color: #000000;
 	background: #FFFFFF;
 	margin: 0px 0px 0px 0px;
 	height: auto;
 	width: 780px;
 	float: left;
 	padding: 5px 10px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	text-align: left;
}

#pageContentScenePics a, a:visited {
	color: #0F5072;
	font-size: 11px;
	text-decoration: none;
}
#pageContentScenePics a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
}

#pageContent750 { 
 	color: #000000;
 	background: #FFFFFF;
 	margin: 0px 0px 0px 0px;
 	height: auto;
 	width: 750px;
 	float: left;
 	padding: 5px 10px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	text-align: left;
}

#pageContent750 a, a:visited {
	color: #0F5072;
	font-size: 11px;
	text-decoration: none;
}
#pageContent750 a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
}

#pageContent800 { 
 	color: #000000;
 	background: #FFFFFF;
 	margin: 0px 0px 0px 0px;
 	height: auto;
 	width: 820px;
 	float: left;
 	padding: 5px 10px 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	text-align: left;
}

#pageContent800 a, a:visited {
	color: #0F5072;
	font-size: 11px;
	text-decoration: none;
}
#pageContent800 a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
}

#pageContent ul
{
list-style: square;
margin: 0px 0px 0px 20px;
padding: 0;
font-size: 11px;
}
#pageContent li
{
margin: 1px 0px 0px 10px;
font-size: 11px;
}

#pageTowerStrip { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 170px;
 float: left;
}

#pageContent-fullwidth { 
 	color: #000000;
 	background: #FFFFFF;
 	margin: 0px 0px 0px 10px;
 	height: auto;
 	width: 740px;
 	float: left;
 	padding: 5px 20px 5px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	text-align: left;
}

#pageContent-fullwidth a, a:visited {
	color: #0F5072;
	font-size: 11px;
	text-decoration: none;
}
#pageContent-fullwidth a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
}

#pageContent-fullwidth ul
{
list-style: square;
margin: 0px 0px 0px 20px;
padding: 0;
}
#pageContent-fullwidth li
{
margin: 1px 0px 0px 10px;
}


	
	/* ---- END GENERAL PAGE LAYOUT ---- */
	
	/* ---- Scene Pics (Out & About ) ----*/
.tabledarkgrey
	{
		BORDER-BOTTOM: #555555 1px solid;
		BORDER-LEFT: #555555 1px solid;
		BORDER-RIGHT: 1px solid #555555;
		BORDER-TOP: #555555 1px solid;
		COLOR: #333333;
		FONT-FAMILY: Verdana, Helvetica, Arial;
		FONT-SIZE: 11px;
		padding: 5px 5px 5px 5px;
		background-color : #444444;
		text-decoration : none;
	}
	
.tableblue
	{
		BACKGROUND: #DBDBE0;
		BORDER-BOTTOM: #666666 1px solid;
		BORDER-LEFT: #666666 1px solid;
		BORDER-RIGHT: 1px solid #666666;
		BORDER-TOP: #666666 1px solid;
		COLOR: #ffffff;
		FONT-FAMILY: Verdana, Helvetica, Arial;
		FONT-SIZE: 11px;
		padding-left : 5px;
		padding-right :5px;
		padding-top : 5px;
		padding-bottom : 5px;
		background-color : #006aa0;
		text-decoration : none;
	}
		#fieldbox
	{
		BACKGROUND: #ffffff;
		BORDER-BOTTOM: #666666 1px solid;
		BORDER-LEFT: #666666 1px solid;
		BORDER-RIGHT: 1px solid #666666;
		BORDER-TOP: #666666 1px solid;
		COLOR: #333333;
		FONT-FAMILY: Verdana, Helvetica, Arial;
		FONT-SIZE: 11px;
		padding-left : 5px;
		padding-right : 5px;
		padding-top : 2px;
		padding-bottom : 4px;
		background-color : InactiveCaptionText;
		text-decoration : none;
	}
	.fieldbox2
	{
		BACKGROUND: #ffffff;
		BORDER-BOTTOM: #666666 1px solid;
		BORDER-LEFT: #666666 1px solid;
		BORDER-RIGHT: 1px solid #666666;
		BORDER-TOP: #666666 1px solid;
		COLOR: #333333;
		FONT-FAMILY: Verdana, Helvetica, Arial;
		FONT-SIZE: 11px;
		padding-left : 5px;
		padding-right : 5px;
		padding-top : 2px;
		padding-bottom : 4px;
		background-color : #FFFFFF;
		text-decoration : none;
	}
#scenePics { 
 	color: #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	text-align: left;
	font-size: 11px;
	}
#scenePics a, a:visited	
	{color:rgb(255,255,255); text-decoration:none; font-family:
	Verdana, Arial, Helvetica;  font-size: 11px;}
#scenePics a:hover 
	{ color:rgb(51,204,255); text-decoration:none; font-family: 
	Verdana, Arial, Helvetica;  font-size: 11px;}
	
#scenePics2 { 
 	color: #ffffff;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	text-align: left;
}
#scenePics2 a, a:visited	
	{color: #cccccc; text-decoration:none; font-family:
	Verdana, Arial, Helvetica;  font-size: 11px;}
#scenePics2 a:hover 
	{ color: #71badc; text-decoration:none; font-family: 
	Verdana, Arial, Helvetica;  font-size: 11px;}
	
	
.blackemail a, a:visited {
	color: #0F5072;
	font-size: 11px;
	text-decoration: none;
}
.blackemail a:hover {
	color: #CC0099;
	font-size: 11px;
	text-decoration: underline;
}
	
	
	/* ---- END Scene Pics (Out & About ) ----*/
	
	/* ----- START Text Formats ----- */
	
.copyright
	{
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-size : 9px;
		text-align : center;
		color: Gray;
	}
.txtblack11
	{
		COLOR: #000000;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 11px;
		FONT-STYLE: normal;
		FONT-WEIGHT: normal;
	}
.txtblack10
	{
		COLOR: #000000;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 10px;
		FONT-STYLE: normal;
		FONT-WEIGHT: normal;
	}
.txtwhite10
	{
		COLOR: #FFFFFF;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 10px;
		FONT-STYLE: normal;
		FONT-WEIGHT: normal;
	}
#headcelebrant
	{
		COLOR: #5F87C7;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold;
	}
#headblack12
	{
		COLOR: #000000;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold;
	}
#text11
	{
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 11px;
		FONT-STYLE: normal;
	}	
#text12
	{
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		FONT-STYLE: normal;
	}		
.headwhite12
	{
		COLOR: #FFFFFF;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		FONT-STYLE: normal;
		FONT-WEIGHT: bold;
	}
	
	/* ----- Start Venue Menu Box ----- */
.venuemenu {
  display:block
}
.venuemenu *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#979678}
  
.venuemenu1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d2d1c4;
  border-right:1px solid #d2d1c4;
  background:#b1b099
  }
.venuemenu2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f4f4f1;
  border-right:1px solid #f4f4f1;
  background:#aaa991
  }
.venuemenu3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #aaa991;
  border-right:1px solid #aaa991;
  }
.venuemenu4{
  border-left:1px solid #d2d1c4;
  border-right:1px solid #d2d1c4
  }
.venuemenu5{
  border-left:1px solid #b1b099;
  border-right:1px solid #b1b099
  }
.venuemenuside {
  background:#979678;
  text-align: left;
  padding: 10px 20px 10px 20px;
  }

	/* ----- Start Business Menu Box ----- */
.businessmenu{display:block}
.businessmenu *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#C1A0D9}
.businessmenu1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d2d1c4;
  border-right:1px solid #d2d1c4;
  background:#C1A0D9}
.businessmenu2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f4f4f1;
  border-right:1px solid #f4f4f1;
  background:#aaa991}
.businessmenu3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #aaa991;
  border-right:1px solid #aaa991;}
.businessmenu4{
  border-left:1px solid #d2d1c4;
  border-right:1px solid #d2d1c4}
.businessmenu5{
  border-left:1px solid #b1b099;
  border-right:1px solid #b1b099}
.businessmenuside{
  background:#C1A0D9;
  text-align: left;
  padding: 10px 5px 10px 5px;
}

	/* ----- Start BusinessListings TableHeader ----- */
	.table-listinghead
	{
		BACKGROUND: #E3C0F9;
		TEXT-ALIGN: left;
		padding-left : 10px;
		padding-right : 8px;
		padding-top : 3px;
		padding-bottom : 3px;
		FONT-FAMILY: Verdana, Arial, Helvetica;
		FONT-SIZE: 12px;
		FONT-WEIGHT: bold;
	}	

		#shadow-container {
		position:			relative;
		left:				3px;
		top:				3px;
		width:				85%;
		min-width:			600px;
		margin-right:		3px;
		margin-bottom:		3px;
	}
	#shadow-container .shadow2,
	#shadow-container .shadow3,
	#shadow-container .container {
		position:			relative;
		left:				-2px;
		top:				-2px;
	}
	#shadow-container .shadow1 {
		background:			#F1F0F1;
	}
	#shadow-container .shadow2 {
		background:			#DBDADB;
	}
	#shadow-container .shadow3 {
		background:			#B8B6B8;
	}
	#shadow-container .container {
		background:			#ffffff;
		border:				1px solid #848284;
		padding:			0px;
	}
	

	/* ----- Start LIGHTBOX Image Display ----- */	
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #A0A0A0;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #A0A0A0;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	/* ----- End LIGHTBOX Image Display ----- */
	
	
	/* ----- ENDText Formats ----- */
