/*
www.loveloughborough.org
(c) Paul Dwight / www.mediaden.co.uk 2007
------------------------------------------*/



body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 1em verdana,helvetica,serif;
	color: #333;
	background-color: #fff;
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
}

.clearfloat {
	clear: both;
	height: 1px;
}

/*
text
------------*/

blockquote {
	padding: 6px;
	background-color: #eee;
	border: 2px solid #939;
	width: 50%;
}

blockquote p {
	font-style: italic;
}


a:link, a:visited {
	color: #939;
	text-decoration: none;
	font-weight: 900;
}

a:focus { color: #f3f; }

a:hover, a:active { color: #f3f; }


h1, h2,h3, h4 {
	margin: 0;
	padding: 0.66em 0;
}

h1 {
	font: 300 2.222em tahoma,sans-serif;
	letter-spacing: -0.031em;
	color: #9C4F4F;
	border-bottom: 0.031em solid #ccc;
}

h2 {
	font-size: 1.458em;
	font-weight: 300;
	color: #4f9c9c;
	letter-spacing: -0.05em;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { font-weight: 300; }

p {
	margin: 0;
	padding: 0.66em 0;
	font-size: 0.833em;
	line-height: 1.5em;
}


/*
Error Styling
------------------*/

.errnotice {
	width: 70%;
	margin: 6px auto;
	background-color: #f8d7d2;
	border: 1px solid #c00000;
	padding: 6px;
}

.notice {
	width: 70%;
	margin: 6px auto;
	background-color: #99ee99;
	border: 1px solid #336633;
	padding: 6px;
}


/*
List Styling
------------------*/

ul {
	list-style:none;
	margin: 0.75em 0;
	padding: 0;
	font-size: 0.833em;
	line-height: 1.5em;
}


/*
Layout Structure
------------------*/

#site-wrapper {
	width: 795px;
	margin: 20px auto;
	font-size: 0.9em;
	background-color: #fff;
	padding: 0 0 10px 0;
}

#head-wrapper {
	background: #fff url(../images/hope-logo.jpg) no-repeat left center;
	height: 80px;	
}

#banner {
	position: relative;
	height: 240px;
}

#menu {
	position: absolute;
	height: 50px;
	top: 190px;
	background-color: #cc9999;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
	z-index: 100;
}

#content-wrapper {
	background-color: #432;
}

.left {
	width: 75%;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.content {
	padding-right: 20px;
	padding-bottom: 20px;
}

.hopelink {
	width: 85%;
	margin: 6px auto;
	background-color: #e0e6d9;
	padding: 6px;
}

.hopelink p {
	text-align: center;
}

.right {
	width: 25%;
	padding: 0;
	margin: 0;
	float: right;
}

#sidebar {
	background-color: #cccc99;
	padding: 2px 10px 20px 10px;
}

#sidebar h2, #rss-wrap h2 {
	font: 300 2.222em tahoma,sans-serif;
	letter-spacing: -0.031em;
	color:  #432;
	border-bottom: 0.031em solid #fff;
	text-align: right;
}

.quote-wrap {
	margin: 20px 0;
}

.quote-wrap h5 {
	margin-top: 10px;	
}

.quote {
	line-height: 1.6em;	
}

#rss-wrap {
	background-color: #aaaa77;
	padding: 2px 10px 20px 10px;
}



#footer {
	padding: 6px;
	background-color: #432;
	color: #fff;
}

#footer a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.specBox { float: left; width: 200px; padding: 8px; margin: 6px; background-color: #ffff99; }


/* =menu styles */

#menu {
	position: relative;
	margin: 0;
	font-size: 0.9em;
	text-align: left;
}

#menu ul {	
	padding: 6px 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font: 900 0.933em arial,monaco,sans-serif;
	text-transform: lowercase;
	line-height: 1em;
}

#menu ul li {
	float: left;
	height: 40px;
	width: 120px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	display: block;
	height: 30px;
	line-height: 20px;
	font-size: 1.2em;
	padding-top: 10px;
	background-color: #cc9999;
	border-bottom: 4px solid #cc9999;
	color: #fff;
}

#menu ul li a:hover, #menu ul li.current a {
	background-color: #fff;
	color: #cc9999;
	border-bottom: 4px solid #000;
}

/* =form styles */

form {margin: 0; padding: 0;}

form.default {
	margin-top: 1.5em;
}

form.default fieldset {
	margin: 0;
	padding: 0.75em;
	border-top: 0.225em solid #ddd;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

form.default fieldset legend {
	font-size: 1.181em;
	line-height: 1.056em;
	font-family: tahoma,arial,sans-serif;
	font-weight: 300;
	color: #432;
	margin: 0.375em;
	padding: 0 0.75em;
}

form.default fieldset div {
	margin-bottom: 0.925em;
	display: block;
	clear: both;
	position: relative;
}

form.default p {
	margin-left: 14.5em;
}

form.default fieldset p {
	padding: 0;
	margin-bottom: 0.925em;
	margin-left: 13.5em;
}

form.default fieldset div label {
	font-size: 0.833em;
	line-height: 1.5em;
	text-align: right;
	float: left;
	display: block;
	width: 12em;
	margin-right: 1.5em;
}

form.default fieldset div label em {
	font-style: normal;
	color: #888;
	left: 40em;
	position: absolute;
}

form.default label img {
	vertical-align:text-bottom;
}

form.default fieldset div input,
form.default fieldset div textarea,
form.default fieldset div select {
	font-size: 0.833em;
	line-height: 1.5em;
	font-family: verdana,arial,sans-serif;
	padding: 0.333em;
	border: 0.083em solid #ccc;
	background: #fff;
	width: 50%;
}
form.default fieldset div select { width: 52%; }
form.default fieldset div select option {
	padding-left: 10px;
	line-height: 16px;
}

form.default fieldset div textarea {
	height: 10em;
}

form.default fieldset p input {
	padding: 0;
	margin: 0 0.75em 0 0;
	vertical-align: middle;
}

form.default div.action input {
	border: 1px solid #642;
	background-color: #fff;
	padding: 2px 10px;
	margin-bottom: 8px;
}

form.default div.actionlive {
	border-top: 0.225em solid #ddd;
	padding-top: 10px;
}

form.default div.actionlive input {
	border: 1px solid #642;
	background-color: #fff;
	padding: 2px 10px;
	margin-bottom: 8px;
}

/*
Table Styling
------------------*/
table.t-involved { margin-top: 10px; }
table.t-involved tr { line-height: 16px; }
table.t-involved tr th { font-weight: 900; background-color: #C3CFB5; line-height: 20px; padding: 6px 3px; }
table.t-involved tr td { background-color: #e0e6d9; padding: 3px; }

/* 
Video Player
------------------*/
.v-player { margin: 10px auto; border: 1px solid rgb(0,0,0); padding: 10px; }
.v-player .inside { }
