@import "layout.css";
@import "forms.css";
@import "nav.css";
@import "thickbox.css";

/* 
	Title:	Sydney Harbour Bridge Climb screen styles
	Author: chris.pearce@bluearcgroup.com
*/
/*
	Pixels to ems (based on 12px):
		10px = 0.83em
		11px = 0.916em
		13px = 1.083em
		14px = 1.16em
		15px = 1.25em
		16px = 1.3em
		17px = 1.416em
		18px = 1.5em
		19px = 1.583em
		20px = 1.6em
/*

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 100% !important;
	color: #4d4d4d !important;
}
/* -------------//Reset everything */

body {
	color: #4d4d4d;
	background: #fff url("../images/css/body-bg.jpg") no-repeat 50% 0;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #0061aa;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #D9D9D9;
}
th, td {
	padding: 4px 8px;
	border: 1px solid #D9D9D9;
	line-height: 1.4;
}
th {
	text-align: left;
	color: #fff;
	font-weight: bold;
	background: #0085EC url("../images/css/th-bg.jpg") repeat-x 0 100%;
}
.blue-cell {
	background: #CCDEEC;
	border-right-color: #fff;
	border-left-color: #fff;
}
caption {
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
	padding-bottom: 0.8em;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 1.75em; /* 21px */
	font-weight: bold;
	margin-bottom: 1.05em;
	line-height: 1.3;
	color: #0061aa;
}
h1 {
	border-bottom: 1px solid #0061aa;
	padding-bottom: 0.2em;
}
h2, h3, h4, h5, h6 {
	font-size: 1.583em; /* 19px */
	margin-bottom: 0.6em;
}  
h3 {
	font-size: 1.416em; /* 17px */
	margin-bottom: 0.705em;
} 
h4, h5, h6 {
	font-size: 1.25em; /* 15px */
	color: #4d4d4d;
	margin-bottom: 0.8em;
} 
h5 {
	font-size: 1.083em; /* 13px */
	margin-bottom: 0.95em;
} 
h6 {
	font-size: 100%; /* 12px */
	margin-bottom: 1em;
} 

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#main-content {font-size: 1.2em;} /* 12px */
/* Margins */
#main-content p, #main-content ul, 
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.83em;} /* 22px */
#main-content table table,
#main-content table p,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul {margin-left: 2px;}
	#main-content ul li {
		background: url("../images/css/bullet.gif") no-repeat 0 5px;
		padding-left: 12px;
	}
#main-content ol {
	list-style: decimal;
	margin-left: 3em;
}
	/* Nested */
	#main-content ul ul, #main-content ul ol, 
	#main-content ol ol, #main-content ol ul {margin: 0.75em 0 0.75em 2.6em;}
	#main-content ol ol {list-style: lower-alpha;}
	#main-content ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide, legend span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* [TYPOGRAPHY RULES]
-------------------------------------------------------*/
/* Margins */
#main-content .margin-on {margin-bottom: 1.83em;}
#main-content .margin-med {margin-bottom: 0.916em;}
#main-content .margin-off {margin-bottom: 0;}
/* Text alignment */
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left;}
/* Vertical aligment */
.v-btm {vertical-align: bottom;}
.v-mdle {vertical-align: middle;}
.v-top {vertical-align: top;}
/* Font size */
#main-content .sml-txt {font-size: 0.916em;}
#main-content .lrge-txt {font-size: 1.083em;}
	
/* [ALTERNATIVE LINK]
-------------------------------------------------------*/
body.home #main-content p.alt-link {margin: 0;}
p.alt-link a:link,
p.alt-link a:visited {
	font-weight: bold;
	color: #ee3b33;
}

/* [PLUG-IN]
-------------------------------------------------------*/
p.plugin {font-size: 0.916em;}
	p.plugin img {
		display: block;
		margin-top: 6px;
	}

/* [DATE]
-------------------------------------------------------*/
#main-content p.date {
	color: #888;
	font-size: 0.916em;
	margin-bottom: 0.916em;
}

/* [BUTTONS]
-------------------------------------------------------*/
div.buttons {text-align: center;}
div.buttons.indent {
	text-align: left;
	margin-bottom: 1.83em;
}
	div.buttons a.spacing,
	div.buttons button.spacing {margin-left: 80px;}
	div.buttons.indent img {margin-left: 13.5em;}
	div.buttons p.sml-txt {margin-top: 12px;}
		div.buttons p.sml-txt em {
			padding-top: 2px;
			padding-bottom: 2px;	
		}

/* [CLEAR]
-------------------------------------------------------*/
.clear {clear: both;}

/* [GROUP HEADER]
-------------------------------------------------------*/
h2.group-hdr {
	background-color: #ccc;
	padding: 0.315em 12px;
	margin: 0 1px 0.4166em;
	clear: both;
	width: 688px;
	font-size: 1.416em;
}

/* [FLASH CONTENT]
-------------------------------------------------------*/
div.noflash {
	background-color: #F7D9D9;
	padding: 20px;
	color: #AE0000;
}
	#main-content div.noflash p {margin-bottom: 0.6em;}
	div.noflash h2, div.noflash a {color: #AE0000;}
	div.noflash a {
		text-decoration: underline;
		font-weight: bold;
	}

/* [FEEDBACK]
-------------------------------------------------------*/

/* Small */
p.error,
p.success {
	color: #AE0000;
	background: #F7D9D9 url("../images/icons/error.gif") no-repeat 8px 55%;
	padding: 0.416em 10px 0.416em 30px; 
}
p.success {
	color: #66840D;
	background: #F3F8E6 url("../images/icons/success.gif") no-repeat 8px 55%;
}

/* Large */
div.errors,
div.success {
	padding: 1.3em 20px 1.3em 62px; 
	margin-bottom: 1.83em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000;
	min-height: 24px;
}
	div.errors {background: #F7D9D9 url("../images/icons/error-lrge.gif") no-repeat 16px 12px;}
	div.success {
		background: #F3F8E6 url("../images/icons/success-lrge.gif") no-repeat 16px 12px; 
		color: #66840D; 
		border-color: #84AA0F;
		font-weight: bold;
	}
	#main-content div.errors p,
	#main-content div.success p {margin: 0;}
	#main-content div.errors p {font-weight: bold;}
	#main-content div.errors p.alt,
	#main-content div.success p.alt {padding-top: 0.20em;}
	#main-content div.errors ul,
	#main-content div.success ul {
		margin: 0.60em 0 0 2.6em;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
		} 
	#main-content div.errors a:link,
	#main-content div.errors a:visited {
		color: #AE0000;
		text-decoration: underline;
	}
	#main-content div.errors a:hover,
	#main-content div.errors a:focus {text-decoration: none;}
	#main-content div.success a:link,
	#main-content div.success a:visited {color: #66840D;}


