@CHARSET "UTF-8";

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 90%;
	font-family: helvetica, verdana, arial, sans-serif;
	color: #808080;
	background-color: #e9e9e9;
}

.widecontainer
{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.section
{
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#top
{
	background: #7d1664 url('../img/bgslice.png') repeat-x top left;
	border-bottom: 25px solid #84abdb;
}

strong
{
	font-weight: bold;
}

a
{
	color: #000;
}

/*
	The logo and the menu at the top of the page
*/

#header a img
{
	display: inline;
	float: left;
	margin: 10px;
	width: 200px;
	height: 90px;
	border: 0px;
}

#menu
{
	position: relative;
	float: left;
	width: 900px;
	height: 30px;
	list-style-type: none;
}

#menu li
{
	display: block;
	float: left;
	position: relative;
	height: 30px;
	margin-right: 5px;
}

#menu li a
{
	display: inline;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px solid;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	line-height: 30px;
	background: #8b8b8b url('../img/menubgslice.png') repeat-x top left;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover, #active-menu-item
{
	background: #8b8b8b url('../img/menubgsliceactive.png') repeat-x top left !important;
	color: #5a0e54 !important;
}

#menu li.drop
{
	display: block;
	float: left;
	height: 30px;
}

#menu li.drop:hover ul
{
	display: block;
	z-index: 1;
}

#menu li ul
{
	display: none;
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li ul li
{
	float: none;
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menu li ul li a
{
	display: inline;
	float: left;
	width: 120px;
	background: none;
	border: none;
	background-color: #e9e9e9;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #5a0e54;
	border-top: 0px;
	color: #000;
}

#menu li ul li a:hover
{
	background: none !important;
	background-color: #A1226F !important;
	color: #fff !important;
}

/*
	The content (for the homepage)
*/

#content
{
	background-color: #e9e9e9;	
	padding-bottom: 30px;
}

#home
{
	padding-top: 30px;
}

#homepage-tour-dates
{
	display: inline;
	float: left;
	width: 266px;
	min-height: 326px;
	border: 2px solid #fff;
	background-color: #9f1e74;
}

#homepage-tour-dates h2
{
	display: inline;
	float: left;
	width: 236px;
	margin: 15px;
	margin-top: 5px;
	font-family: georgia;
	font-size: 1.6em;
}

#homepage-tour-dates h2 a
{
	color: #84abdb;
	text-decoration: none;
}

#homepage-tour-dates p, #homepage-tour-dates ul
{
	display: inline;
	float: left;
	width: 236px;
	margin: 15px;
	margin-top: 0px;
	color: #fff;
}

#homepage-tour-dates ul li
{
	display: inline;
	float: left;
	width: 226px;
	margin-bottom: 4px;
}

#homepage-tour-dates ul li strong
{
	display: inline;
	float: left;
	margin-top: 7px;
	margin-bottom: 3px;
}

#vote-call-to-action
{
	display: inline;
	float: right;
	margin: 15px;
	margin-bottom: 0px;
	margin-top: 20px;
}

#make-a-donation
{
	display: inline;
	float: left;
	width: 574px;
	min-height: 325px;
	margin-left: 30px;
	padding-left: 20px;
	border: 2px solid #fff;
	background: #c0c0c0 url('../img/homedonatebg.jpg') no-repeat top left; 
}

#make-a-donation h2 a
{
	display: inline;
	float: left;
	width: 570px;
	height: 30px;
	line-height: 30px;
	margin: 20px;
	margin-left: 0px;
	margin-top: 100px;
	font-family: georgia;
	font-size: 1.6em;
	color: #5a0e54;
	text-decoration: none;
	background: url('../img/purpleechelon.png') no-repeat 240px 3px;
}

#make-a-donation p
{
	display: inline;
	float: left;
	width: 360px;
	color: #fff;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 150px;
}

.donation-charity-link
{
	display: inline;
	float: left;
	min-height: 60px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px;
	border: 0px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

.donation-charity-link img
{
	display: inline;
	float: left;
	border: 0px;
}

#intro-text
{
	display: inline;
	float: left;
	width: 566px;
	padding: 15px;
	border: 2px solid #fff;
	margin-top: 30px;
	background-color: #fff;
	color: #808080;
	clear: left;
}

#intro-text p
{
	display: inline;
	float: left;
	width: 566px;
	margin-bottom: 10px;
}

#intro-text p strong
{
	color: #9f1e74;
}

#associations
{
	display: inline;
	float: left;
	width: 366px;
	padding: 15px;
	border: 2px solid #fff;
	margin-top: 30px;
	background-color: #fff;
	color: #808080;
	clear: left;
}

.assoc-links
{
	display: inline;
	float: left;
	width: 180px;
	color: #808080;
	height: 90px;
	text-decoration: none;
}

#assoc-vodafone
{
	background: #fff url('../img/vodafone.png') no-repeat bottom left;
}

#assoc-crowley
{
	background: #fff url('../img/crowleycarbon.png') no-repeat bottom left;
}

#flickr-gallery
{
	display: inline;
	float: right;
	width: 236px;
	min-height: 266px;
	padding: 15px;
	margin-top: 30px; 
	background-color: #fff;
}

#flickr-gallery object, #flickr-widget object
{
	display: inline;
	float: left;
}

#flickr-gallery span, #flickr-widget span
{
	display: inline;
	float: left;
	line-height: 20px;
	font-size: 0.8em;
}

#social
{
	display: inline;
	float: left;
	width: 155px;
	min-height: 110px;
	margin-left: 30px;
	margin-top: 30px;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 5px;
}

.social
{
	display: inline;
	float: left;
	width: 113px;
	padding-left: 40px;
	margin-top: 5px;
	border: 1px solid #000;
	background: #9f1e74 url('../img/angelicon.png') no-repeat top left;
}

.social a
{
	display: inline;
	float: left;
	width: 78px;
	min-height: 35px;
	padding-right: 30px;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

#social-facebook
{
	background: #9f1e74 url('../img/facebookiconoff.png') no-repeat top right;
}

#social-facebook:hover
{
	background: #9f1e74 url('../img/facebookiconon.png') no-repeat top right;
}

#social-twitter
{
	background: #9f1e74 url('../img/twittericonoff.png') no-repeat top right;
}

#social-twitter:hover
{
	background: #9f1e74 url('../img/twittericonon.png') no-repeat top right;
}

/*
	The footer
*/

#bottom
{
	background-color: #808080;
}

#footer
{
	clear: both;
}

#footer-menu
{
	display: inline;
	float: left;
	width: 900px;
	list-style-type: none;
	line-height: 40px;
	font-size: 0.8em;
	clear: both;
}

#footer-menu li
{
	display: inline;
	float: left;
}

#footer-menu li a
{
	display: inline;
	float: left;
	padding: 5px;
	text-decoration: underline;
	color: #fff;
}

#developers
{
	display: inline;
	float: left;
	width: 900px;
	margin-bottom: 10px;
	list-style-type: none;
	clear: both;
	font-size: 0.8em;
}

#developers li
{
	display: inline;
	float: left;
	padding: 5px;
	color: #fff;
}

#developers li a
{
	display: inline;
	float: left;
	color: #fff;
}

#developers li a img
{
	border: 0px;
}

/*
	The donation page
*/

#donate-form
{
	display: inline;
	float: left;
	width: 596px;
	border: 2px solid #fff;
	background-color: #fff;
	margin-top: 30px;
}

#donation-top, #payment-top, .generic-content-top
{
	display: inline;
	float: left;
	width: 566px;
	padding: 15px;
	background-color: #ccc;
}

#donation-top h1, #payment-top h1, .generic-content-top h2, .generic-content-top h1
{
	display: inline;
	float: left;
	width: 536px;
	font-family: georgia;
	font-size: 2em;
	color: #5a0e54;
	margin-bottom: 15px;
}

.generic-content-top
{
	width: 536px;
	margin-top: 15px;
}

.generic-content-top h3
{
	display: inline;
	float: left;
	width: 500px;
	font-weight: bold;
}

.generic-content-top p
{
	margin-left: 0px !important;
}

#donation-top p
{
	display: inline;
	float: left;
	width: 265px;
	color: #fff;
	margin-right: 10px;
}

#payment-top p, #generic-content-top p
{
	display: inline;
	float: left;
	width: 500px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#donate-form form
{
	display: inline;
	float: left;
	width: 566px;
	margin: 15px;
	color: #808080;
}

#donate-form form fieldset
{
	display: inline;
	float: left;
	width: 566px;
}

#donate-form form fieldset h2
{
	display: inline;
	float: left;
	width: 566px;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 10px;
}

#donate-form form fieldset label
{
	display: inline;
	float: left;
	width: 280px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
}

#donate-form form fieldset input, #donate-form form fieldset select
{
	display: inline;
	float: left;
	width: 150px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;
}

#donate-form form fieldset select
{
	height: 20px;
	line-height: 20px;
}

#submitbutton
{
	display: inline;
	float: left;
	width: 242px !important;
	height: 30px !important;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 70px !important;
	font-size: 1.2em;
	margin-left: 185px;
}

#proceedsecure
{
	display: inline;
	float: left;
	width: 300px !important;
	height: 30px !important;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 70px !important;
	font-size: 1.2em;
	margin-left: 0px;
}

/*
	The sidebar
*/

#sidebar
{
	display: inline;
	float: right;
	width: 270px;
	margin-top: 30px;
}

#donation-widget
{
	display: inline;
	float: left;
	width: 256px;
	padding-left: 10px;
	min-height: 135px;
	border: 2px solid #fff;
	border-top: 1px solid #fff;
	background: #808080 url('../img/donatewidgetbgslice.png') repeat-x top left;
}

#donation-widget h2 a
{
	display: inline;
	float: left;
	width: 236px;
	margin: 15px;
	margin-left: 5px;
	font-family: georgia;
	font-size: 1.6em;
	color: #5a0e54;
	text-decoration: none;
	background: url('../img/purpleechelon.png') no-repeat center right;
}

#social-widget
{
	display: inline;
	float: left;
	width: 256px;
	padding-left: 10px;
	margin-top: 30px;
	min-height: 90px;
	border: 2px solid #fff;
	background-color: #fff;
}

.bluesocial
{
	display: inline;
	float: left;
	width: 206px;
	padding-left: 40px;
	margin-top: 10px;
	border: 1px solid #5a0e54;
	background: #84abdb url('../img/blueangelicon.png') no-repeat 5px 1px;
}

.bluesocial a
{
	display: inline;
	float: left;
	width: 166px;
	min-height: 20px;
	padding-right: 30px;
	padding-top: 8px;
	margin-top: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

#blue-social-facebook
{
	background: #84abdb url('../img/bluefacebookiconoff.png') no-repeat top right;
}

#blue-social-facebook:hover
{
	background: #84abdb url('../img/bluefacebookiconon.png') no-repeat top right;
}

#blue-social-twitter
{
	background: #84abdb url('../img/bluetwittericonoff.png') no-repeat top right;
}

#blue-social-twitter:hover
{
	background: #84abdb url('../img/bluetwittericonon.png') no-repeat top right;
}

#flickr-widget
{
	display: inline;
	float: right;
	width: 256px;
	min-height: 266px;
	padding: 10px;
	padding-right: 0px;
	margin-top: 30px; 
	background-color: #fff;
	border: 2px solid #fff;
}

/*
	The payment page
*/

/*
	Error messages
*/

.error
{
	display: inline;
	float: left;
	width: 566px;
	padding: 15px;
	margin-top: 10px;
	background-color: #ff4545;
}

.error ul
{
	display: inline;
	float: left;
	width: 500px;
}

.error ul li
{
	display: inline;
	float: left;
	width: 500px;
	color: #fff;
}

/*
	Text content CSS
*/

#generic-content
{
	display: inline;
	float: left;
	width: 566px;
	border: 2px solid #fff;
	background-color: #fff;
	margin-top: 30px;
	padding: 15px;
}

#generic-content h1
{
	display: inline;
	float: left;
	width: 566px;
	font-family: georgia;
	font-size: 2em;
	color: #5a0e54;
}

#generic-content p, #generic-content ul
{
	display: inline;
	float: left;
	width: 500px;
	line-height: 1.3em;
	margin-top: 15px;
}

#generic-content .assoc-links, #blog .assoc-links
{
	margin-top: 30px;
}

#generic-content ul
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: -1em;
}

#generic-content ul li
{
	display: inline;
	float: left;
	width: 500px;
	padding-left: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

#generic-content ul li:before
{
	content: "\00BB \0020";
}

/*
	Styling content for the blog
*/

#blog
{
	display: inline;
	float: left;
	width: 566px;
	border: 2px solid #fff;
	padding: 15px;
	margin-top: 30px;
	background-color: #fff;
}

#blog h2
{
	display: inline;
	float: left;
	width: 566px;
	font-family: georgia;
	font-size: 2em;
	color: #5a0e54;
	margin-bottom: 15px;
	margin-top: 35px;
}

#blog p
{
	display: inline;
	float: left;
	width: 500px;
	line-height: 1.3em;
}

#blog img
{
	display: inline;
	float: left;
	margin-top: 10px;
	clear: both;
}

/*
	The contact page enquiry form	
*/

#enquiry
{
	display: inline;
	float: left;
	width: 500px;
	margin-top: 20px;
}

#enquiry fieldset
{
	display: inline;
	float: left;
	width: 500px;
}

#enquiry fieldset input
{
	display: inline;
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#enquiry fieldset label
{
	display: inline;
	float: left;
	width: 250px;
	font-weight: bold;
	margin-bottom: 10px;
}

#enquiry fieldset textarea
{
	display: inline;
	float: left;
	width: 220px;
	min-height: 100px;
}

#enquiry fieldset input[type='submit']
{
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 250px;
}
