/*
TITLE: Canaston Bowl
DESCRIPTION: A bespoke stylesheet for the Canaston Bowl website.
AUTHOR: Precise Minds Ltd
MODIFIED: 2009-05-17
*/


/***** RESETS *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	color: #000;
	font-size: 62.5%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}


/***** GENERAL STYLING *****/
html {
	background: #18479f url("images/background.gif");
	color: #333;
	text-align: center;
}
body {
	background: #204e9f url("images/background.png") repeat-y;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 20px auto;
	text-align: left;
	width: 951px;
}
hr {
	display: none;
}
a {
	color: #ffffff;
	text-decoration: underline;
}


/***** HEADER *****/
#header {
	background: url("images/header.png");
	height: 124px;
	width: 100%;
}
#header div.gutter {
	position: relative;
}
#header p.logo {
	text-indent: -9999px;	
}
#header p.telephone {
	background: url("images/telephone.png");
	height: 61px;
	left: 683px;
	position: absolute;
	text-indent: -9999px;
	top: 24px;
	width: 225px;
}


/***** SIDEBAR *****/
#sidebar {
	background: url("images/header.png") no-repeat 0 -124px;
	float: left;
	min-height: 375px;
	width: 150px;
}
#sidebar div.gutter {
	padding: 15px 0;
}
#sidebar ul {
	margin-top: 15px;
}
#sidebar li {
	height: 31px;
	width: 150px;
}
#sidebar li a {
	display: block;
	height: 31px;
	line-height: 31px;
	text-align: right;
	width: 150px;
}
#sidebar li.home a {
	top: 37px;
}
#sidebar li.visit a {
	top: 67px;
}
#sidebar li.location a {
	top: 97px;
}
#sidebar li.bowling a {
	top: 127px;
}
#sidebar li.maze a {
	top: 157px;
}
#sidebar li.birthdays a {
	top: 187px;
}
#sidebar li.groups a {
	top: 217px;
}
#sidebar li.offers a {
	top: 247px;
}
#sidebar li.contact a {
	top: 277px;
}
#sidebar li a span {
	position: absolute;
	left: -9999px;
}

#sidebar li.home a {
	background: url("images/sidebar.png");
}
#sidebar li.visit a {
	background: url("images/sidebar.png") 0 241px;
}
#sidebar li.location a {
	background: url("images/sidebar.png") 0 211px;
}
#sidebar li.bowling a {
	background: url("images/sidebar.png") 0 181px;
}
#sidebar li.maze a {
	background: url("images/sidebar.png") 0 151px;
}
#sidebar li.birthdays a {
	background: url("images/sidebar.png") 0 121px;
}
#sidebar li.groups a {
	background: url("images/sidebar.png") 0 91px;
}
#sidebar li.offers a {
	background: url("images/sidebar.png") 0 61px;
}
#sidebar li.contact a {
	background: url("images/sidebar.png") 0 31px;
}

#sidebar li.home a.active, #sidebar li.home a:hover {
	background: url("images/sidebar.png") 150px 0;
}
#sidebar li.visit a.active, #sidebar li.visit a:hover {
	background: url("images/sidebar.png") 150px 241px;
}
#sidebar li.location a.active, #sidebar li.location a:hover {
	background: url("images/sidebar.png") 150px 211px;
}
#sidebar li.bowling a.active, #sidebar li.bowling a:hover {
	background: url("images/sidebar.png") 150px 181px;
}
#sidebar li.maze a.active, #sidebar li.maze a:hover {
	background: url("images/sidebar.png") 150px 151px;
}
#sidebar li.birthdays a.active, #sidebar li.birthdays a:hover {
	background: url("images/sidebar.png") 150px 121px;
}
#sidebar li.groups a.active, #sidebar li.groups a:hover {
	background: url("images/sidebar.png") 150px 91px;
}
#sidebar li.offers a.active, #sidebar li.offers a:hover {
	background: url("images/sidebar.png") 150px 61px;
}
#sidebar li.contact a.active, #sidebar li.contact a:hover {
	background: url("images/sidebar.png") 150px 31px;
}


/***** CONTENT *****/
#content {
	background-repeat: no-repeat;
	float: left;
	min-height: 395px;
	width: 801px;
}
#content div.inner {
	background: url("images/fade.png") repeat-y;
	min-height: 395px;
}
#content div.gutter {
	background: url("images/header.png") no-repeat -150px -124px;
	font-size: 110%;
	line-height: 140%;
	padding: 90px 40px 10px 360px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #fff200;
	font-weight: bold;
}
#content h1 {
	font-size: 140%;
}
#content p, #content table {
	margin-bottom: 1em;
}

#content form {
	margin-bottom: 3em;
}
#content form label.select, #content form label.text, #content form span.label {
	display: block;
}
#content form input.text, #content form textarea {
	width: 99%;
}


/***** FOOTER *****/
#footer {
	background-image: url("images/footer.png");
	clear: both;
	height: 39px;
	width: 100%;
}
#footer ul {
	margin: 0 10px;
	text-indent: -9999px;
}
#footer ul li {
	display: inline;
	line-height: 39px;
}


/***** PAGE SPECIFIC STYLING *****/
#home #content {
	background-image: url("images/home.jpg");
}
#visit #content {
	background-image: url("images/plan.jpg");
}
#location #content {
	background-image: url("images/location.jpg");
}
#bowling #content {
	background-image: url("images/bowling.jpg");
}
#maze #content {
	background-image: url("images/crystal-maze.jpg");
}
#birthdays #content {
	background-image: url("images/birthdays.jpg");
}
#groups #content {
	background-image: url("images/groups.jpg");
}
#offers #content {
	background-image: url("images/home.jpg");
}
#contact #content {
	background-image: url("images/home.jpg");
}
#home #content h1 {
	left: -9999px;
	position: absolute;
}
#home #content span.introduction {
	color: #fff200;
	display: block;
	font-size: 140%;
	font-weight: bold;
}