/* 
Name: challenging place: half moon
Date: April 2013 
Description: Dissemination of Prof Sally Mackey's Challenging Place research material. Version: 1.0 
Website Author: Shaun J Canon (shauncanon@sky.com) */

html, body {
	font: 100%/1.5 arial, tahoma, sans-serif;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
} 

header {
	background: url('../images/swing.png');
	margin: 5px 0 0 0;
	width: 960px;
	height: 240px;
	display: block;
}

header h1 {
	background: none;
	font-size: 2em;
	color: #A00000;
	line-height: 0.9;
	float: right;
	margin: 270px 30px 0 0;
}

#content {
	margin: -20px 10px 0 0;
	padding: 20px 20px 60px 20px;
	background-color: none;	
	width: 720px;
	min-height: 500px;
	float: right;
	text-align: justify;
}  
h3 {
	font-size: 130%;
	color: #A00000;
	margin: 10px 0 20px 0;
}

h4 {
	font-size: 90%;
	font-style: italic;
}

h5 {
	font-size: 90%;
	font-weight: bold;
}

#content p {
	text-align: justify;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

blockquote {
	margin: 0 20px 0 30px;
}

#content ol {
	list-style-type: a;
	text-align: justify;
	padding: 0 0 0 30px;
}

#content ol li {
	list-style-type: a;
	text-align: justify;
	padding: 5px 0 10px 70px;
}

#content ul {
	list-style-image: circle;
	text-align: justify;
	padding: 0 0 0 40px;
}

#content ul li {
	list-style-image: url('../images/bullet.png');
	text-align: justify;
	padding: 5px 0 10px 30px;
}

#content ul li li { 
	list-style: circle;
	padding: 0 0 0 50px;
	text-align: justify;
}
A:link {
color:#A00000;
text-decoration: underline
}

A:visited {
color:#A00000;
text-decoration: underline
} 

A:hover {
color:#0000ff;
text-decoration: underline
}
footer {
	background-color: #FBF8F8;
	display: inline;
	width: 960px;
	height: 100px;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 8px #E0E0E0;
	-webkit-box-shadow: 0 0 8px #E0E0E0;
	-moz-box-shadow: 0 0 8px #E0E0E0;
}

footer li {
	display: inline;
	vertical-align: baseline;
	list-style: none;
}
#footerlogos {
	vertical-align: baseline;
}

#footerbox {
	margin: 49px 0 0 0;
	background-color: #A00000;
	font-size: 55%;
	color: white;
	text-align: right;
	padding: 30px 10px 0 0;
	width: 535px;
	height: 17px;
	float: right;
}



