/* Challinor Hall stylesheet */

/* css reset - overrides browser defaults for a clean start */

tml, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #333;
	font: 80%/1.5em Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
}

a{
	text-decoration: none;
	color: #1E6DBC;
}

img{
	border-style: none;
}

p{
	margin: 1em 0;
}

hr{
	/* separates footer from the floaty bits */
	border-style: hidden;
	clear: both;
	width: 1%;
}

#page{
	/* centres the page horizontally */
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

#header h1{
	/* the logo image */
	padding: 0;
	margin-top: 15px;
	margin-bottom: -10px;
}

#content{
	background-color: white;
	width: 710px;
	border: 25px solid white;
	color: gray;
	position: relative;
	z-index: 9;
}

#content h2{
	color: #1E6DBC;
	font-weight: normal;
	font-style: normal;
	line-height: 1.25em;
	margin-top: 0px;
	font-size: 1.75em;
}

.banner{
	margin-bottom: 20px;
}

.arrowLink{
	background: url(arrow_red_on_white.jpg) no-repeat right center;
	text-align: right;
	padding-right: 15px;
}

.arrowLink a{
	color: #1E6DBC;	
	text-transform: uppercase;
	font-weight: bold;
}

.arrowLink a:hover{
	text-decoration: underline;
}

.twitterLink{
	text-align: right;
	float: right;
	padding-top: 0.75em;
	padding-bottom: 0em;
	padding-left: 10em;
}


#columnOne{
	/* left column */
	width: 420px;
	float: left;
}

#columnOne h3{
	color: #1E6DBC;
	font-weight: normal;
	font-style: normal;
	line-height: 1.25em;
	font-size: 1.5em;
}

#columnOne p.intro{
	/* for the larger text in the first paragraph of a page */
	font-size: 1.25em;
	line-height: 1.5em;
}

#columnTwo{
	/* right column */
	width: 265px;
	float: right;
	font-size: 0.9em;
}

#columnTwo h4{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 1em;
}

#columnTwo h5{
	/* use this for town names after the titles in the info box */
	font-size: 1em;
	margin: 0;
	color: #666;
	font-weight: normal;
}

.information{
	/* the grey / red boxes in the right column */
	color: #333;
	background-color: #ccc;
	border-top: 9px solid #4180E5;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 1.5em 1em 1.5em;
}

.information blockquote{
	margin: 0;
}

.information cite{
	display: block;
	text-align: right;
	text-transform: uppercase;
}

#footer{
	clear: both;
	color: gray;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 0.8em;
}

#footer a{
	text-decoration: underline;
	color: gray;
}

/* main navigation (home, about, etc */

#mainNav{
	margin: 0 6px 0 0;
	padding:  0;
	text-align: right;
	text-transform: lowercase;
}

#mainNav li{
	list-style-type: none;
	display: inline;
	background-color: #ccc;
	padding: 0.2em 0;
	margin-right: 3px;
}

#mainNav li:hover{
	background-color: #ddd;
}

#mainNav a{
	color: #333;
	padding: 0 1em;
}

#mainNav #currentNav{
	background-color: #1E6DBC;
}

#mainNav #currentNav a{
	color: white;
}

#mainNav #skipNav{
	/* only shows up if css is disabled, allows menu to be skipped (accessibility) */
	display: none;
}

/* project navigation menu (residential, renovations etc) */

#projectNav{
	margin-top: 1em;
	padding: 0;
	width: 120px;
	text-transform: lowercase;
	position: absolute;
}

#projectNav li{
	list-style-type: none;
	margin-bottom: 0.25em;
	background: #ccc url(arrow_white_on_grey.jpg) no-repeat 100px center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	height: px;
}

#projectNav a{
	color: #333;
	padding: 0 10px;
}

#projectNav #currentProjects{
	background: #ccc url(arrow_red_on_grey.jpg) no-repeat 100px center;
}

#projectNav #currentProjects a{
	color: #1E6DBC;
}

/* project information box and image selection */

.projectInformation{
	width: 240px;
	height: 190px;
	position: relative;
	top: 152px;
	.top: 161px; /* hack for internet explorer 7 */
}

.imageChooser{
	padding: 0;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	top: 170px;
}

.imageChooser li{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.prevImage{
	margin-right: 3px;
}

.nextImage{
	margin-left: 3px;
}

/* thumbnails on projects page */

#projectThumbs{
	padding: 0;
	margin: 1em 0 0 0;
	float: right;
}

#projectThumbs li{
	list-style-type: none;
	margin: 0 0 4px 0;
	.margin: 0 0 5px 0; /* internet explorer 7 hack */
	padding:0;
}
