/* @override http://www.urbansoul.eu/css/master.css */

* {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

body {
	width: 100%;
	background: #FFF url('/images/layout/page_bg_combined.jpg') repeat-x top left;
	font-family: "Helvetica Neue",helvetica, arial, verdana, sans-serif;
	font-size: 100%;
    line-height: 1.5em;
    color: #000;
}


/* @group Text Formatting */

p, #main_content ul, #main_content ol {
	font-size: 0.875em;
	padding: 1em 0;
}

h1, h2, h3, h4, #menu a, #menu .menutitle {
	text-transform: lowercase;
}

h1, h2 {
	color: #c8101d;
}

h1 {
	text-align: right;
	/*margin-bottom: 0.5em;*/
}

h2, h3, h4 {
	padding: 0.5em 0;
	text-transform: lowercase;
}

h4 {
	padding: 0.2em 0 0 0;
}

#main_content ul {
	margin-left: 3em;
}

blockquote {
	font-style: italic;
	margin: 1em 2em;
	background: #f4cccf url('/images/misc/quote_start.gif') left top no-repeat;
}

blockquote p {
	padding: 1em 2em;	
}

blockquote span {
	display: block;
	text-align: right;
	font-weight: bold;
}

span.alt_line {
	display: inline;
	font-weight: normal;
	margin-left: 2em;
}

/* @group Links */

a {
	color: #db5760;
}
a:visited {
	
}
a:active {
	outline: none;
}
a:hover {
	color: #c8101d;
	text-decoration: none;
}
a:focus	{
	-moz-outline-style: none;
}

/* @end */

hr {
	height: 0;
	margin: 1em 0;
	border:  none;
	border-top: 1px dashed #ddd;
	clear: both;
}

.inline_image {
	text-align: center;
	/*
float: right;
	clear: right;
	padding: 0 0 0.5em 0.5em;
*/
}

.inline_image.left{
	float: left;
	clear: none;
	padding: 0 0.5em 0.5em 0;
}

.inline_image img, img.inline_image {
	padding: 2px;
	border:  2px solid;
}

.inline_image img {
	width: 95%;
}

.inline_image.multiple {
	width: 250px;
	text-align: center;
}

table.timetable,
table.cost {
	font-size: 0.875em;
	width: 100%;
	margin: 1em 0;
}

table.timetable th,
table.cost th {
	background-color: #f4cccf;
}

table.timetable th,
table.timetable td,
table.cost th,
table.cost td {
	text-align: center;
	padding: 0.5em;
}

table.timetable td,
table.cost td {
	border: 1px dashed #ddd;
}

table.timetable td.empty,
table.cost td.empty {
	border: none;
	background-color: #eee;
	width: 30%;
}

table.timetable tr th:first-child {
	width: 5em;
}

table.cost tr th:first-child {
	width: 40%;
}

table.timetable tr:first-child th:first-child,
table.cost tr:first-child th:first-child {
	background: transparent;
}


table.timetable td span.note,
table.cost td span.note {
	display: block;
	font-style: italic;
	font-size: 0.875em;
}

/* @end */

/* @group Layout */

/*
#page_wrapper {
	background: url('/images/layout/pagebg_graffiti_2.gif') no-repeat top right;
}
*/

/*#page_wrapper > div {
	background: transparent url('/images/layout/pagebg_graffiti_3.png') -20% bottom repeat-x;

}*/

#content_wrapper {
	margin: 0 3%;
	background: url('/images/layout/content_bg_left.png') 0 18px no-repeat;
}

#menu {
	float: left;
	width: 355px;
	wid\th: 160px;
	margin:  275px 0 0 0;
	padding: 0 40px 40px 155px;
	border-right: 1px dashed #ddd;
}

#main_content {
	background: url('/images/layout/content_bg_right.png') no-repeat top right;
	margin-left: 355px;
	padding: 172px 14px 0px 0px;
	min-width: 460px;
}

#bg {
	padding: 40px 40px 0 40px;
	background-color: #fff;
}

#footer {
	margin: 0 14px 0 115px;
	padding: 1em 40px 2em 40px;
	border-top: 1px dashed #ddd;
	text-align: right;
	clear:  both;
	font-size: 0.75em;
	color: gray;
}

#clearer {
	clear:  both;	
}

/* @group Menu */

#menu ul {
	list-style: none;
	font-weight: bold;
}

#menu > ul {
}

#menu a, #menu li {
	text-decoration: none;
	color: #c8101d;
}

#menu a:hover {
	color: #000000;
}

#menu ul li {
	font-size: 1.5em;
	padding: 0.2em 0;
	margin: 0;
}

#menu ul ul {
	padding: 0.4em 0;
	margin: 0;
	border-bottom:  1px dashed #ddd;
}

#menu ul ul li {
	padding: 0.15em 0;
	font-size: 0.75em;
	text-align: right;	
}

#menu ul ul li a {
	color: #db5760;	
}

/* @group Selected */

#home_page li.home, #news_page li.news, #contact_page li.contact {
	border-right: 4px solid;
}

#what_is_it_page li.what_is_it, #the_details_page li.the_details, #the_projects_page li.the_projects, #the_team_page li.the_team, #endorsements_page li.endorsements, #delegates_page li.delegates, #leaders_page li.leaders, #organisations_page li.organisations, #project_referral_form_page li.organisations, #videos_downloads_page li.videos_downloads, #july_2008_page li.july_2008 {
	padding-right: 6px;
	border-right: 4px solid #db5760;
}

/* @end */



/* @end */



/* @end */

/* @group Specific Pages */

/* @group Front Page */

#options {
	margin-bottom: 1em;
	overflow: auto;
}

p.suboptions {
	clear: right;
}

dt {
	display: none;
}

dd, #options div {
	font-size: 0.75em;
	line-height: 1.5em;
	width:  33%;
	margin-left: 0.3%;
	float: left;
}

#options div:first-child {
	margin-left: 2px;
}

#options div.delegates {
	background: url('/images/page_specific/home_delegates.jpg') no-repeat center top;
}

#options div.delegates a {
	background: url('/images/page_specific/delegate_vert.png') no-repeat right bottom;
}

#options div.leaders {
	background: url('/images/page_specific/home_leaders.jpg') no-repeat center top;
}

#options div.leaders a {
	background: url('/images/page_specific/leader_vert.png') no-repeat right bottom;
}

#options div.organisations {
	background: url('/images/page_specific/home_organisations.jpg') no-repeat center top;
}

#options div.organisations a {
	background: url('/images/page_specific/organisation_vert.png') no-repeat right bottom;
}

#options div a {
	color:  #fff;
	text-decoration: none;
	display: block;
	height:  275px;
}

#options div a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 1.25em;
}

#options div:hover {
	background: #c7131d url('/images/misc/logo_inverted.gif') center 110px no-repeat;
}

#options div span {
	display: block;
	padding: 20px;
	background: url('/images/misc/black_60percent.png');
}

.announcement {
	margin-top: 0;
	background: #c8101d;
	color: #ffffff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

#latest_news, #the_projects {
	width: 48%;
	float: left;
	margin: 0 0 2em 0;
	
}

#latest_news {
	
}

#the_projects {
	margin-left: 4%;
}

.map {
	padding: 0;
	height: 275px;
	text-align: center;
	background: #99b3cc url('http://maps.google.com/staticmap?center=53.35001335966915,-6.264395713806152&zoom=13&size=512x275&markers=53.343377977116916,-6.244869232177734,red|53.35418876594885,-6.251564025878906,red|53.342737441523475,-6.279201507568359,red&key=ABQIAAAAwZEFD_qmx-MtNOCMhAVOZxQjjhUvlRE5wuTw0NbVcPNespbCthSrLXjYOy35j2Lv8eFbFFCVK3UI0g') center top no-repeat !important;
}

.map span {
	color:  #fff;
	display: block;
	padding: 1em;
	background: url('/images/misc/black_60percent.png');
}

#home_page .timetable {
	margin-top: 0;
	background: #c8101d;
	color: #ffffff;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

#home_page .timetable a {
	color: #ffffff;
	margin-left: 1em;
}

#home_page .timetable img {
	float: right;
}

/* @end */

/* @group The Details */

#the_details_page h2, #the_details_page hr {
	clear:  right;
}

iframe {
	width: 100%;
	height: 400px;
}

/* @end */

/* @group The Projects */

#the_projects_page ul#photos {
	list-style: none;
	margin: 0;
}

#the_projects_page ul#photos li {
	float:  left;
	margin: 0;
}

ul#photos img {
	margin: 3px 6px;
	padding: 2px;
	border:  2px solid;
}

/* @end */



/* @group The Team */

#the_team_page h1 {
	padding-bottom: 1em;
}

#the_team_page h2 {
	clear:  both;
	padding: 1em 0;
}

.vcard {
	width:  27%;
	padding: 2%;
	margin: 0 2% 2% 0;
	border: 1px dashed #ddd;
	float: left;
}

.vcard p {
	padding: 0;
}

.vcard .photograph {
	text-align: right;
}

.newline {
	clear:  right;
}

/* @end */

/* @group Get Involved */

.intro {
	margin: 1em 0;
	height: 275px;
	background: url('/images/page_specific/delegates.jpg') no-repeat center top;
}

#leaders_page .intro {
	background-image: url('/images/page_specific/leaders.jpg');
	background-color: #997b62;
}

#organisations_page .intro {
	background-image: url('/images/page_specific/organisations.jpg');
	background-color: #291907;
}



/* @end */

/* @group News */

.entry {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #ddd;
	overflow: auto;
}

.posted {
	float: right;
	width: 2.5em;
	display: block;
	border: 1px solid #999 !important;
	margin: 1em 0 1em 1em;
}

#home_page .posted {
	margin-top: 0;
}

.month, .date {
	display: block;
	text-align: center;
}

.month {
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: bold;
	color: #ffffff;
	background: #999;
	line-height: 1.5em;
}

.date {
	color: #999;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
}

.homepage .dtstart .month {
	background: #ebaaa7;
}



/* @group Pagination */

.pagecount a, .pagecount b {
	text-decoration: none;
	padding: 0.2em 0.4em;
	border: #e5e5e5 1px solid;
}

.pagecount a:hover {
	text-decoration: underline;
}

.pagecount b {
	color: #b1b1b1;
}

p.pagecount {
	font-size: 0.8em;
	line-height: 1.666em;
	color: #b1b1b1;
	text-align: right;
}

#paginate {
	clear: right;
}

/* @end */


/* @end */

/* @group Forms */

form {
	background: #faeef0;
	padding: 1em;
	margin: 1em 0;
}

fieldset {
	/*border: 3px double white;*/
	border: none;
	/*background: #fbebee;*/
	font-size: 0.875em;
	border-bottom: 3px dashed #fff;
	margin-bottom: 1.2em;
	padding-bottom: 1em;
}

legend {
	padding: 0.2em 0.5em;
	font-size: 1.25em;
	font-weight: bold;
}

label {
	color: #505050;
	clear:  left;
	float:  left;
	width:  38%;
	margin: 1em 2% 1em 0;
	text-align: right;
}

input, textarea, select {
	font-size: 1em;
	background: #fff;
	float:  left;
	width:  53%;
	padding: 1%;
	margin: 0.8em 0;
}

select {
	margin: 1em 0;
	font-size: 1.25em;
	padding: 0;
}

option{
	padding: 1%;
}

#submit {
	float: none;
	color:  white;
	background: #c8101d;
	width:  40%;
}

form p {
	padding: 0;
	text-align: center;
}

label.error {
	font-style: italic;
	color: #c8101d;
	margin: -1.5em 0 0 0;
}
input.error {
	border: 1px dashed #c8101d;
	background: #fff url(../images/misc/alert.png) no-repeat 98% 50%;
}
/* @end */

/* @group Video */

/* Video Clips */

#home_page .embedded_video {
	background: #000000;
	text-align: center;
	margin-bottom: 1em;
}

.tabs, #home_page .embedded_video {
	text-align: center;
}

p.small {
	font-size: 0.75em;
	color: gray;
}

ul.tabNavigation {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

ul.tabNavigation li {
	display: inline;
}

.tabNavigation a {
	border-bottom: 2px solid #ffffff;
}

.tabNavigation a:hover {
	border-bottom-color: #000000;
}

.tabNavigation .selected {
	border-bottom-color: #db5760;
	opacity:0.7;
	filter:alpha(opacity:70);
}

/*#the_projects {
	text-align: left !important;
	overflow: hidden;
}*/

/* @end */



/* @end */