/*
	Web Development by Luke Armstrong
	http://www.lukearmstrong.co.uk
*/

*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff url("../img/bg.jpg") top left no-repeat;
	color: #666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	text-align: center;
}

/* Layout */
#header
{
	text-align: right;
}
#container
{
	background: url("../img/container-bg.png") top center no-repeat;
	width: 630px;
	margin: 125px auto 0 auto;
}
#content
{
	float: left;
	width: 450px;
	min-height: 520px;
}
#nav
{
	float: right;
	width: 170px;
	text-align: left;
}
#footer
{
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: right;
}

/* Content */
#content h1 a, #content h1 a:active, #content h1 a:hover, #content h1 a:visited
{
	border: 0;
}
#content p
{
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1.0em 0 1.5em 45px;
}
#content ul
{
	list-style: square;
	text-align: left;
	margin: 1.0em 0 1.5em 90px;
}
#content ul li
{
	font-size: 1.2em;
	line-height: 1.5em;
}
#content dl
{
	text-align: left;
	margin: 1.0em 0 1.5em 45px;
}
#content dl dt
{
	font-size: 1.3em;
	line-height: 1.6em;
}
#content dl dd
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1.0em 1.5em;
}
#map
{
	display: block;
	margin: 1em 0 1em 45px;
	width: 405px;
	height: 405px;
}

/* Elements */
img
{
	border: 0;
}
h1
{
	margin: 30px auto 0 auto;
	background: url("../img/crown-house-day-nursery.png") top center no-repeat;
	width: 193px;
	height: 100px;
}
h1 a
{
	display: block;
	width: 193px;
	height: 100px;
}
h1 span
{
	display: none;
}
h2
{
	text-align: left;
	color: #FF2400;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 10px 0 0 45px;
}
h3
{
	text-align: left;
	color: #50ade5;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 1.5em 0 0 45px;
}
sup, sub
{
	color: #50ade5;
}

/* Classes */
.tc {
	text-align: center;
}
.clr
{
	clear: both;
	display: block;
}
.print
{
	display: none;
}
.green
{
	color: #7fff00;
}
.red
{
	color: #FF2400;
}
.blue
{
	color: #50ade5;
}
.quote
{
	font-family: Georgia, "Times New Roman", Serif;
	font-style: italic;
	font-weight: bold;
	color: #50ade5;
}

/* Links */
#content a, #content a:active, #content a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #50ade5;
	color: #50ade5;
}
#content a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #50ade5;
}
#map a, #map a:active, #map a:visited
{
	border-bottom: 0px;
}
#map a:hover
{
	border-bottom: 0px;
}

/* Navigation */
#header ul
{
	margin: 5px 10px 0 0;
	list-style: none;
}
#header ul li
{
	display: inline;
	border-right: 1px dotted #ccc;
}
#header ul li.end
{
	border: 0;
}
#header ul li a
{
	margin: 0 10px;
	text-decoration: none;
	border-bottom: 1px dotted #50ade5;
	color: #50ade5;
	font-size: 1.2em;
	line-height: 1.5em;
}
#header ul li a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #50ade5;
}

#nav ul
{
	margin: 103px 0 0 0;
	list-style: none;
	width: 140px;
}
#nav ul li a
{
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #FF2400;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.selected
{
	outline: 0;
	background: url("../img/nav-hover.png") center center no-repeat;
}

#footer ul
{
	margin: 0 0 5px 0;
	list-style: none;
}
#footer ul li
{
	display: inline;
}
#footer ul li a
{
	margin: 0 10px;
}

/* Forms */
fieldset
{
	border: 0;
	margin: 1em 2em 1em 0;
}
#content fieldset
{
	margin: 1em 0 1em 45px;
}
#content fieldset label
{
	float: left;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
	width: 120px;
	font-size: 1.3em;
}
#content fieldset label span
{
	width: 120px;
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
	font-weight: bold;
}
#content fieldset input, #content fieldset textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #666;
	width: 200px;
}
#content fieldset textarea.sml
{
	height: 80px;
}
#content fieldset textarea.lrg
{
	height: 160px;
}
#content fieldset input.btn
{
	margin: 10px 0 10px 122px;
	width: 205px;
	cursor: pointer;
}
#content .errortxt, #content em
{
	color: #FF2400;
}

/* Table */
table
{
	margin: 1em 0 1em 45px;
	width: 405px;
	max-width: 405px;
	background: #ccc;
	border-collapse: collapse;
}
table tr td, table tr th
{
	padding: 2px;
	font-size: 1.3em;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
}
table tr th
{
	background: #ccc;
}
table.accesskeys
{
	width: 300px;
	margin: 1em auto;
}
table.accesskeys tr td, table.accesskeys tr th
{
	text-align: center;
}
#content td em {
	color: #666;
	font-style: italic;
}

/* Lightbox */
#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: #fff;
	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(../img/lightbox/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(../img/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer
{
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.1em;
	background-color: #fff;
	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;
}

