/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FFD800; color:#000; text-shadow: none; }
::selection { background:#FFD800; color:#000; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FFD800; }

.centred {
	text-align: center;
}

body {
	background: #000 url(../images/star-bg-250x250.png); color: #fff;
}

#container {
	margin: 0 auto; width: 1140px; position: relative;
	background: url(../images/home.png) no-repeat scroll 0 296px;
}

#pheader {
	margin-top: 10px;
}

	#pheader ul.nav {
		display: block; margin: 0 0 20px;
		list-style-type: none;
		font: 18px/27px 'KomikaAxisRegular', Arial, sans-serif;
		text-align: center;
	}
	
		#pheader ul.nav li {
			display: inline;
		}
		
			#pheader ul.nav li+li:before {
				content: '• ';
			}
		
			#pheader ul.nav li a {
				color: #FFD800;
				text-transform: uppercase; text-decoration: none;
			}
			
				#pheader ul.nav li a:hover {
					text-decoration: underline;
				}

#content {
	margin-bottom: 20px;
	/*position: absolute; top: 400px; min-height: 900px; left: 0; right: 0;
				z-index: 50;
				background: #000 url(../images/boomtown-2011-bg.jpg) top center no-repeat;*/
}

#sidebar {
	margin-top: 40px; margin-left: 30px; width: 236px; float: left;
}

	#sidebar h2 {
		margin-left: 30px; margin-bottom: 10px;
		font: 16px/18px 'KomikaAxisRegular', Arial, sans-serif;
		color: #FFD800;
	}

	#sidebar .box {
		border-left: 4px solid; border-bottom: 4px solid; border-top: 4px solid;
		-webkit-border-bottom-left-radius: 20px; -webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-topleft: 20px; -moz-border-radius-bottomleft: 20px;
		border-top-left-radius: 20px; border-bottom-left-radius: 20px;
		border-color: #fdfdfd; border-color: rgba(255, 255, 255, 0.2); background-color: #000; background-color: rgba(0, 0, 0, 0.7);
/*		behavior: url(/css/lib/csspie/PIE.htc);*/
	}

	#sidebar ul.sub-nav {
		margin: 10px 0;
		list-style-type: none;
		font: 14px/16px 'KomikaAxisRegular', Arial, sans-serif;
	}
	
		#sidebar ul.sub-nav li {
			
		}
		
			#sidebar ul.sub-nav li a {
				display: block; padding: 5px 20px;
				color: #fff;
				text-decoration: none;
			}
			
				#sidebar ul.sub-nav li a.active {
					padding-left: 25px;
					color: #FFD800; background-color: #222; background-color: rgba(255, 255, 255, 0.1);
				}
				
				#sidebar ul.sub-nav li a:hover {
					padding-left: 25px;
					color: #FFD800; background-color: #222; background-color: rgba(255, 255, 255, 0.05);
				}

#main {
	margin-top: 20px; margin-left: 0; width: 600px; float: left; padding-bottom: 3em; min-height: 810px;
	border-top: 4px solid; border-right: 4px solid; border-bottom: 4px solid; border-left: 4px solid; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-color: #fdfdfd; border-color: rgba(255, 255, 255, 0.6); background-color: #000; background-color: rgba(0, 0, 0, 0.8);
/*	behavior: url(/css/lib/csspie/PIE.htc);*/
}

#main h1 {
	margin: 0.5em 30px 0.75em 30px; padding: 0;
	font: 32px/36px 'KomikaAxisRegular', Arial, sans-serif;
	text-align: center;
	color: #FFD800;
}

#main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ul, #main ol, #main form {
	margin-left: 30px; margin-right: 30px; margin-bottom: 10px;
}

#main a {
	color: #FFD800;
	font-weight: bold; text-decoration: none;
}
	#main a:hover {
		text-decoration: underline;
	}

#main .banner-img {
	margin-left: 30px; margin-right: 30px; margin-bottom: 1.25em;
	max-height: 400px; overflow: hidden;
}

	#main .banner img {
		/*width: 100%;*/
	}
	
#main .banner-img-left {
	margin-left: 30px; margin-right: 30px; margin-bottom: 1.25em; float: left;
	max-height: 400px; overflow: hidden;
}

#main p, #main ul, #main ol {
	padding-bottom: 0.75em;
	color: #fdfdfd;
}

#main form .text {
	display: block; margin-bottom: 10px;
}

#main form .text label {
	display: block;
}

#main form .text input {
	width: 200px; padding: 3px 5px;
}

#main ul.neighbours {
	list-style-type: none; 
	text-align: center;
}
	#main ul.neighbours li {
		display: inline;
	}
		#main ul.neighbours li+li:before {
			content: ' | ';
		}
		
#main ul.gallery {
	list-style-type: none;
}
	#main ul.gallery li {
		display: block; float: left; width: 70px; height: 70px; margin-right: 24px; margin-bottom: 24px;
	}
		#main ul.gallery li.last {
			margin-right: 0;
		}
		
		#main ul.gallery li a {
			
		}

#tooltip { 
	display: none;
	position: absolute; padding: 2px 5px; 
	border-color: #555; border-color: rgba(0, 0, 0, 0.6); background-color: #fff; background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font: 14px/18px 'KomikaAxisRegular', Arial, sans-serif;
	color: #000;
/*	behavior: url(/css/lib/csspie/PIE.htc);*/
}

#main ul.sub-pages {
	display: block;
	list-style-type: none;
}

	#main ul.sub-pages li {
		float: left; width: 270px; margin-bottom: 10px;
	}
	
		#main ul.sub-pages li a {
			display: block; float: left; width: 70px; margin-right: 10px;
		}
		
		#main ul.sub-pages li h4 {
			display: block; float: left; width: 190px; margin-left: 0; margin-right: 0;
			font: 14px/16px 'KomikaAxisRegular', Arial, sans-serif;
		}
		
		#main ul.sub-pages li h4 a {
			display: inline; float: none; width: auto; margin-right: 0;
			color: #FFD800;
		}
		
#main-sidebar {
	margin-top: 60px; margin-left: 0; padding-top: 5px; padding-bottom: 10px; width: 237px; float: left;
	border-right: 4px solid; border-bottom: 4px solid; border-top: 4px solid;
	-webkit-border-top-right-radius: 20px; -webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px; -moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px; border-bottom-right-radius: 20px;
	border-color: #fdfdfd; border-color: rgba(255, 255, 255, 0.2); background-color: #000; background-color: rgba(0, 0, 0, 0.7);
/*	behavior: url(/css/lib/csspie/PIE.htc);*/
}

	#main-sidebar iframe {
		margin-left: 20px;
	}

	#main-sidebar h2 {
		margin-left: 20px; margin-right: 20px; margin-bottom: 10px;
		font: 16px/22px 'KomikaAxisRegular', Arial, sans-serif;
	}
	
	#main-sidebar h3, #main-sidebar h4, #main-sidebar h5, #main-sidebar h6, #main-sidebar p, #main-sidebar ul, #main-sidebar ol {
		margin-left: 20px;
	}
	
	#main-sidebar a {
		color: #FFD800;
		font-weight: bold; text-decoration: none;
	}
		#main-sidebar a:hover {
			text-decoration: underline;
		}
		
	#main-sidebar form {
		display: block; margin-left: 20px; margin-right: 20px; margin-bottom: 0.5em;
	}
	
		#main-sidebar form label {
			display: block;
			color: #fff;
		}
		
		#main-sidebar form .input {
			margin-bottom: 10px;
		}
		
			#main-sidebar form .input input {
				padding: 2px 5px;
				width: 180px;
			}
		
	#main-sidebar ul {
		list-style-type: none;
	}
	
	#main-sidebar ul.gallery-images {
		list-style-type: none;
	}
		#main-sidebar ul.gallery-images li {
			display: inline;
		}
			#main-sidebar ul.gallery-images li a {
				display: block; float: left; width: 55px; height: 55px; margin-right: 10px; margin-bottom: 10px; overflow: hidden;
			}

#pfooter {
	clear: both; margin-top: 1.5em;
}

	#pfooter ul.nav {
		display: block; margin: 0 0 20px;
		list-style-type: none;
		font: 18px/27px 'KomikaAxisRegular', Arial, sans-serif;
		text-align: center;
	}

		#pfooter ul.nav li {
			display: inline;
		}

			#pfooter ul.nav li+li:before {
				content: '• ';
			}

			#pfooter ul.nav li a {
				color: #FFD800;
				text-transform: uppercase; text-decoration: none;
			}

				#pfooter ul.nav li a:hover {
					text-decoration: underline;
				}
				
body.home {
	
}

	body.home #container {
		background-image: none;
	}
	
	body.home #container #main {
		width: 100%; margin-top: 0; 
		/*background: none; */border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
div.popup {
	
}

	div.popup h1 {
		margin: 0.5em 10px 12px 10px; padding: 0;
		font: 32px/36px 'KomikaAxisRegular', Arial, sans-serif;
		text-align: center;
		color: #FFD800;
	}
	
	div.popup .banner {
		display: block; width: 380px; height: 240px; overflow: hidden; margin-bottom: 12px;
	}
	
	div.popup p, div.popup ul, div.popup ol, div.popup img {
		margin-left: 10px; margin-right: 10px;
		padding-bottom: 0.75em;
		color: #fdfdfd;
	}
	
		div.popup p a {
			color: #FFD800;
		}
                
/* jquery-ui modified rules for the dialog jquer-ui enabled messages */
.ui-widget-header { border: 1px solid #FFBB00; background: #ffd800; color: #000; font-weight: bold; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; color: #000; }
.ui-widget-content { border: 1px solid #ccc; background: #fcfdfd url(javascript/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #333; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ccc; background: #eeeeff; font-weight: bold; color: #000; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #FFBB00; background: #ffd800; color: #000; font-weight: bold; }
.ui-widget-header .ui-icon {background-image: url(/javascript/jquery/redmond/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/javascript/jquery/redmond/images/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/javascript/jquery/redmond/images/ui-icons_222222_256x240.png); }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { border: 1px solid #FFD800; opacity: 0.6; }