/*

Global Gay Lodging theme
name: Global Gay Lodging
designer: Dennis Wyman  
designer_url: http://www.zangaroa.com/ 
*/

/* Page Wrapper -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EA516E url("bg_body.png") repeat center top;
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #000000;
	padding: 0 0 20px 0;
}

a, a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 1002px;
	position: relative;
}

#container-inner {
	padding: 0;
	background: #E5B2E2;
}


/* Header -------------------------------------------------- */

#header {
	display: block;
	clear: both;
	width: 1002px;
	height: 180px;
	background: transparent url("bg_header.png") no-repeat center top;
}

	#header h1 {
		width: 465px;
		height: 150px;
	}

	#header h1 * {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -5000em;
	}


/* Content Wrapper -------------------------------------------------- */

#content {
	padding: 0;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}


/* Left Column -------------------------------------------------- */

#beta {
	position: relative;
	float: left;
	width: 144px;
	height:100%; 
	padding: 6px 0 0 0;
}


/* Middle Column -------------------------------------------------- */

#alpha {
	position: relative;
	float: left;
	width: 668px;
}

#alpha-inner {
	padding: 5px 15px 20px 15px;
}


/* Right Column -------------------------------------------------- */

#gamma {
	position: relative;
	float: right;
	width: 180px;
}


/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 1002px;
	height: 20px;
	background: transparent url("bg_footer.png") no-repeat center top;
	padding: 0;
	margin: 0
}

#subfooter {
	display: block;
	clear: both;
	width: 1002px;
	text-align: center;
	font-size: 11px;
}

	#subfooter p {
		margin: 0.9em 0 0 0;
		line-height: 1.6em;
	}

	#subfooter p.links a {
		padding: 0 7px 0 7px;
	}


/* Page Content -------------------------------------------------- */

#alpha h1 {
	margin: 0 0 1em 0;
	font: bold 18px Arial, Helvetica, sans-serif;
}

#alpha h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
}
	
#alpha h3 {
	font-size: 15px;
	font-weight: bold;
	color: #CC8433;
}

#alpha p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}

	#alpha table p {
		text-align: left;
	}

#alpha ul {
	margin: 0 0 1.5em 20px;
}

	#alpha li {
		margin: 0 0 0.2em 0;
		text-align: left;
	}

#alpha td {
	vertical-align: top;
}

#alpha blockquote {
	padding: 0 25px 0 28px;
	text-align: justify;
}


/* Directory Content */

#alpha #directory-content {
	margin: 0 0 1.5em 0;
}


/* Maps */

#alpha #map {
	text-align: center;
	margin: 0 0 1.5em 0;
}

#alpha .map-buttons {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

	#alpha .map-buttons a {
		text-decoration: none;
		padding: 2px 5px 2px 5px;
		border: 2px solid #000000;
		margin: 0 3px 0 3px;
		color: #000000;
		background: #C4FFF5;
	}

		#alpha .map-buttons a:hover {
			color: #FF0000;
		}


/* Contact Form */

#content .contact table, #content .contact small {
	margin: 0;
}
	#content .contact td {
		padding: 3px;
	}
	
	
/* Common Widget CSS -------------------------------------------------- */

#LeftSidebarMain,
#LeftSidebarRegions,
#LeftSidebarLinks
{
	margin: 0;
}

	#LeftSidebarMain ul,
	#LeftSidebarRegions ul,
	#LeftSidebarLinks ul
	{
		list-style: none;
	}	
	
		#LeftSidebarMain li,
		#LeftSidebarRegions li,
		#LeftSidebarLinks li
		{
			margin: 1px 0 2px 15px;
			border: 2px solid #000000;
			text-align: center;
			font: bold 12px Arial, Helvetica, sans-serif;
		}

			#LeftSidebarMain li a,
			#LeftSidebarRegions li a,
			#LeftSidebarLinks li a
			{
				text-decoration: none;
				display: block;
				padding: 2px 5px 2px 5px;
				color: #000000;
			}
			
				#LeftSidebarMain li a { background: #FFA4A4; }
				#LeftSidebarRegions li a { background: #C4FFF5; }
				#LeftSidebarLinks li a { background: #FFCE9C; }

			#LeftSidebarMain li a:hover,
			#LeftSidebarRegions li a:hover,
			#LeftSidebarLinks li a:hover
			{
				text-decoration: none;
				color: #FF0000;
			}

