
/*
	+----------------------------------------------------------------------+
	||   CSS
	+----------------------------------------------------------------------+
	||   Author:		Andrew Hosgood
	||   Revision:		1.00
	||   Date:			09 March 2009
	+----------------------------------------------------------------------+
	||   Application:	EarlyBird Diabetes Trust website
	||   Purpose:		Main EarlyBird website stylesheet
	+----------------------------------------------------------------------+
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

html,
body { }

html {
	height: 100%;
	background: url(../../images/site_images/body_bg.png) top repeat-x;
}

body {
	width: 990px;
	margin: 10px auto;
}

/* ANCHOR ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

a {
	font-size: 1em;
	color: #69C;
}

a:hover {
	color: #F30;
}

/* HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {
	margin: 0 auto;
	padding: 10px 0 0 273px;
	width: 713px;
	height: 69px;
	background: url(../../images/site_images/header_bg.png) top no-repeat;
	text-align: center;
}

#header a {
	margin: 0 2px;
	padding: 35px 10px 0;
	height: 23px;
	display: inline-block;
	color: #111;
	font-size: 0.7em;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

#header span {
	float: right;
}

#header span a {
	height: 60px;
	width: 215px;
	margin: -1px 150px 0 0;
	padding: 0;
	line-height: 60px;
	font-size: 0.9em;
	color: #FFF;
	background: url(../../images/site_images/donate_button.png) 0 0 no-repeat;
}

/*#header a.currentPage,
#header a:hover {
	margin: 0 1px;
	background: url(../../images/site_images/main_button.png) top repeat-x;
	border: #FFF solid;
	border-width: 0 1px;
}*/

#header span a:hover {
	background-position: 0 -60px;
}

#header span a:active {
	background-position: 0 -120px;
	color: #111;
}

#header a:hover {
	background-position: bottom;
}

#header a.currentPage,
#header a:active {
	background-position: top;
	color: #FFF;
}

/* BODY ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#contentTop {
	margin: 0 auto;
	padding: 15px 0 0;
	background: url(../../images/site_images/content_top.png) top no-repeat;
}

#contentBottom {
	padding: 0 0 15px;
	background: url(../../images/site_images/content_bottom.png) bottom no-repeat;
}

#content {
	padding: 2px 0px 0 0px;
	background: url(../../images/site_images/content_repeat.png) center repeat-y;
}

#contentBG {
	margin: 0 16px;
	padding: 0 0 5px 215px;
	height: 100%;
	min-height: 570px;
	background: url(../../images/site_images/content_bg.png) bottom repeat-x;
	overflow: hidden;
}

/* MENU ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#menu {
	margin: 0 15px 0 0;
	width: 215px;
	position: absolute;
}

#menu a {
	height: 30px;
	padding: 0 0 0 40px;
	display: block;
	font-size: 0.7em;
	line-height: 30px;
	text-decoration: none;
	color: #F30;
	outline: none;
}

#menu span a {
	color: #111;
	padding-left: 30px;
}

#menu a:hover {
	background: url(../../images/site_images/menu_button.png) bottom no-repeat;
	font-weight: bold;
	color: #111;
	padding-left: 15px;
}

#menu a.currentPage,
#menu a:active {
	background: url(../../images/site_images/menu_button.png) top no-repeat;
	color: #FFF;
	font-weight: bold;
	padding-left: 15px;
}

/* CONTENT ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#bodyContent {
	width: 730px;
	float: left;
}

p.title {
	padding: 0 0 5px;
	font-size: 1em;
	color: #F30;
	font-weight: bold;
	clear: both;
}

p.title img,
div.halfCol img {
	float: right;
	padding: 2px;
	background-color: #FFF;
	border: 1px #CCC solid;
	margin: 2px 2px 25px 15px;
	-webkit-box-shadow: 0px 0px 2px #999;
}

p.title span {
	float: right;
	color: #69C;
	font-size: 0.8em;
	font-weight: normal;
}

ul,
ol {
	list-style-position: outside;
	padding: 5px 0 5px 40px;
	/*border: #69C dotted;
	border-width: 1px 0;*/
}

ul {
	list-style-image: url(../../images/site_images/bullet.png);
}

ul.border {
	border: 1px #CCC solid;
	padding: 10px 10px 0px 20px; 
	margin: 0px 0px 10px 0px;
	clear: both;
	
}

ol {
}

.justify blockquote p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
}

p,
li {
	padding: 0 0 5px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
	color: #036;
}

li.highlighted:after {
	content: '*';
	color: #F30;
}

p.indent {
	padding: 10px 0 15px 10px;
	text-align: center;
	color: #F30;
	font-weight: bold;
}

p.smaller {
	font-size: 0.7em;
	margin: 10px 0 25px;
}

p.italic {
	font-style: italic;
}

div.halfCol {
	width: 340px;
	padding: 0 10px;
	float: left;
}

div.halfCol.left {
	clear: both;
}

p strong {
	font-size: 12px;
}

p em {
	font-size: 12px;
}

span.red {
	color: #FF0000;
	font-size: 12px;
}

/* FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	margin: 5px auto 20px;
	padding: 0 30px;
	width: 920px;
	height: 55px;
	background: url(../../images/site_images/footer_bg.png) top no-repeat;
	line-height: 50px;
	text-align: right;
}

#footer span,
#footer a {
	font-size: 0.7em;
}

#footer span {
	float: left;
}


#footer a {
	padding: 5px;
	margin-left: 10px;
}

/* FRONT PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

a.frontPageImg {
	outline: none;
	display: block;
	float: left;
	text-decoration: none;
}

a.frontPageImg span {
	position: absolute;
	margin: 5px 0 0 7px;
	padding: 5px 10px;
	border: 1px #FFF solid;
	color: #FFF;
	font-size: 0.7em;
	background: url(../../images/site_images/main_button.png) 0 -29px repeat-x;
	display: none;
}

a.frontPageImg img {
	margin: 2px 0 2px 4px;
	background-color: #FFF;
	padding: 3px;
	border: 1px #69C solid;
}

a.frontPageDonate img {
	padding: 0;
	border: none;
	background: none;
}

a.frontPageImg:hover img {
	border-color: #F30;
}

a.frontPageImg:hover span {
	display: inline;
}

a.frontPageImg:active img {
	border-color: #999;
}

a.readMore {
	width: 200px;
	height: 30px;
	padding: 0 0 0 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	background: url(../../images/site_images/menu_button.png) top no-repeat;
	outline: none;
}

a.readMore:hover {
	color: #111;
}

a.readMore:active {
	background-position: bottom;
}

/* DONATIONS PROGRESS ----------------------------------------------------------------------------------------------------------------------------------------------------------- */

#donationsProgress {
	margin: 15px 0 5px;
	line-height: 25px;
	clear: both;
}

#donationsProgress span {
	margin: 0 10px;
	vertical-align: top;
	font-size: 1.25em;
}

#donationsProgress span sub {
	font-size: 0.5em;
	vertical-align: text-bottom;
}

/* EVENTS PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#pageNumberDetails {
	text-align: center;
	padding: 10px 0 0 0;
	clear: both;
	font-size: 0.8em;
}

#pageNumberDetails .pageDetails,
#pageNumberDetails .pageNumber,
#pageNumberDetails .previousNextCurrent {
	padding: 0 5px;
	font-size: 1em;
}

#pageNumberDetails .pageDetails img { margin: 0; }

#pageNumberDetails .pageNumber { }

#pageNumberDetails .previousNextCurrent {
	width: 290px;
	float: left;
	margin-bottom: 10px;
}

/* CONTACT FORM  ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

form {
	width: 500px;
	margin: 20px auto;
}

form p {
	clear: both;
	overflow: hidden;
}

label {
	font-size: 0.9em;
}

span.error {
	color: #F30;
	font-size: 0.8em;
	display: block;
	line-height: 10px;
}

input,
textarea,
select {
	float: right;
	padding: 3px;
	border: 1px #666 inset;
	margin: 2px;
}

input.error,
textarea.error,
select.error {
	border: 3px #F00 solid;
	margin: 0;
}

input {
}

input.button {
	width: 215px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/site_images/menu_button.png) bottom no-repeat;
	color: #111;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	cursor: pointer;
	font-weight: bold;
}

input.button:hover {
	background-position: top;
	color: #FFF;
}

#news_item ol li, #news_item ul li, #news_item p ol li, #news_item p ul li{
	font-size: 12px !important;
	margin: 0px 0px 0px 30px;


}

#top-banner {
	height: 125px;
	background: url(../../images/home/bbc-banner.jpg);
	width: 730px;
	margin-bottom:20px;
	
	}


