@import url('text.css');

* {
	padding: 0;
	margin: 0;
}

* html .container { width: 770px } /* IE hack */

html { /* Force Vertical Scrollbar */
	/* IE */
	background-color: #eeeeee;
}

/* menu */
div#menuBar {
	background: #333 url(../images/menuBack.jpg) repeat-x top left;
	border-top: 1px solid #111;
	border-bottom: 1px solid black;
	color: #EEE;
}

#menuBar ul {
	height: 2.0em;
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}

#menuBar li { display: inline; }

#menuBar ul li a {
	padding: 0.3em 1em;
	font-size: 1.05em;
	color: #eee;
	text-decoration: none;
	float: left;
	border-right: 1px solid #eee;
}

#menuBar ul li a:hover {
	background-color: #333;
	color: white;
}

/* end menu */

body {
	margin: 0 0 30px;
	background-color: #eeeeee;
}

h1#pagetitle {
	position: absolute;
	margin-left: 20px;
	margin-top: 13px;
	width: 165px;
	height: 82px;
	background: url(../images/logo.png) #fff no-repeat;
}

h1 span {
	display: none;
}

h1 a:hover {
	text-decoration: underline;
}

.widget > h3 {
	font-size: 15px !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	color: #E100AE;
}

.checkbox {
	width: auto;
	margin: 3px 5px 0 5px;
}

post > h3  {
	font-size: 20px;
}

img {
	border: 0;
}

div.post img {
	text-align: center;
	margin: auto;
}

.header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 130px;
	background: #fff;
}

.footer {
	color: #ccc;
	clear: both;
	padding: 1em;
	text-align: center;
}

#layout-public .container
{
	width: 785px;
}
.container {
	background: white;
	text-align: left;
	margin: 0 auto 0;
	padding: 0 0 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	min-height: 600px;
}

#layout-public .main
{
	width: 500px;
}

.main {
	margin: 0 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	padding-bottom: 10px;
}

.main-nosidebar {
	width: 720px;
	margin: 0 0 0 30px;
	padding-top: 20px;
	padding-left: 0;
	padding-bottom: 10px;
}

#layout-public .content
{
	width: 785px;
}
.content {
	background-color: white;
	text-align: justify;
}


#layout-public .sidebar
{
	float: right;
}
#layout-default .sidebar
{
	float: left;
	width: 15%;
}
#layout-default .main
{
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	max-width: 83%;
}
.sidebar {
	font-size: 10px;
	line-height: 15px;
	width: 220px;
	color: #666;
	display: block;

	/*
	position: absolute;
	left: 560px;
	top: 130px;
	*/

	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar li {
	list-style-type: none;
}

.sidebar ul
{
	font-size: 13px;
	line-height: 120%;
	margin: 0 0.2em 0.5em 0.2em;
	padding: 0.1em 0.1em 0.5em 0.1em;
}
.sidebar ul#admin-menu
{
	border-bottom: 3px #666 groove;
}
.sidebar ul#sub-menu
{
	margin: 0 1em 0 1.5em;
}
.sidebar ul li a
{
	display: block;
	margin: 0.2em 0 0.1em 0;
	border: 1px solid #ccc;
	padding: 0.2em;
	text-indent: 0.3em;
	text-decoration: none;
}
.sidebar ul li a.active
{
	background: #ccc;
}
.sidebar ul li a:hover
{
	background: #ddd;
}

.small
{
	font-size: smaller !important;
}



/*= Nav Menu */
ul.nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 762px;
	background: #E100AE url(../images/navbg.gif) repeat-x;
}

ul.main li {
	list-style-type: none;
}

ul.nav li {
	display: inline;
	margin: 0;
	clear: left;
}

ul.nav, ul.nav li a {
	padding: 6px 11px 6px 12px;
}

ul.nav li a {
	font-size: 10px;
	color: white;
	margin: 0;
	text-decoration: none;
}

ul.nav li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
}

ul.nav li.current a, ul.nav li.current a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
}



.widget {
	padding-top: 20px;
	padding-right: 30px;
	margin-bottom: 15px;
}

ul.widget img {
	text-align: center;
}

.events img {
	margin-top: 10px;
	margin-bottom: -5px;
	text-align: center;
}

.sidebar div.widget p {
	text-align: justify;
}

.post {
	margin-bottom: 40px;
}

.post-head {
	margin-bottom: 8px;
}

.post-body {
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #444;
}

.post-body p, .post-body ol, .post-body div, .post-body blockquote {
	margin: 8px 0;
}

.post-body ul {
	list-style-type: none;
	margin: 8px 0 8px 10px;
	line-height: 1.6;
}

p.caption {
	text-align: center;
}

.loginBar {
	float: right;
}

.error {
	background-color: #fed8f4;
	color: #E100AE;
	border: solid 2px #E100AE;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.action-box {
	padding: 10px;
	border: 2px solid gainsboro;
	margin-top: 10px;
	margin-bottom: 15px;
}

.comphoto {
	width: 166px;
	height: 180px;
	float: left;
	padding: 0 0 20px;
	margin: 0;
	text-align: center;
}

.tandc ul li {
	list-style-type: none;
}

.tandc {
	margin-bottom: 20px;
}
#layout-default .main p {
	width: 550px;
}
/*.submit {
	background-color: #E100AE;
	color: white;
	padding: 3px;
	font-weight: bold;
	border: none;
}
*/

.toolbar {
	width: 785px;
	text-align: right;
	padding: 10px 10px 2px 0px;
}

.toolbar p {
	margin: 0 10px 0 0;
}

img.profile {
	float: left;
	border: 1px solid gainsboro;
	padding: 10px;
	margin: 0px 20px 10px 0px;
}

table.sponsor {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.sponsor th {
	background-color: #E100AE;
	color: white;
}

table.sponsor td,  table.sponsor th {
	border: 1px solid gainsboro;
	padding: 6px;
}

table.blog-manage {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.blog-manage th {
	background-color: #E100AE;
	color: white;
}

table.blog-manage td,  table.blog-manage th {
	border: 1px solid gainsboro;
	padding: 6px;
}

table.blog-manage td {
	vertical-align: top;
	font-size: 8pt;
}


ul.people {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 10px;
	list-style-position: inside;
}

ul.people li {
	 background: url( ../images/thumb_up.png) no-repeat;
	 padding-left: 30px;
	 height: 16px;
}

ul.teams {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 10px;
	list-style-position: inside;
}

ul.teams li {
	 background: url( /images/group.png) no-repeat;
	 background-position: 0px 3px;
	 padding-left: 30px;
	 padding-top: 2px;
	 padding-bottom: 2px;
}


div.blog-entry-web, div.blog-entry-txt {
	margin: 10px 0px 20px 30px;
	border: 2px solid gainsboro;
	padding: 10px 10px 0px 10px;
}

img.team {
	border: 1px solid gainsboro;
	padding: 10px;
	margin: 0px 10px 0px 10px;
}

.gsc-results
{
    width: 100%;
}

.quote
{
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 10px;
}

.left-quote, .right-quote
{
	 font-family: georgia;
	 font-size: 20pt;
}

.right-quote
{
	 vertical-align: top;
	 position: relative;
	 top: 5px;
	 left: 2px;
}

.left-quote {
	float: left;
	position: relative;
	vertical-align: top;
	top: 4px;
	left: 22px;
}

/** FLASH ERRORS **/

div#flashErrors, div#flashInfo
{
	border: 1px solid black;
	padding: 10px;
	margin: 10px 0px 20px 0px;
}
div#flashes ul
{
	list-style-type: none;
}

div#flashErrors
{
	background-color: #FF3;

}
div#flashInfo
{
	background-color: #9F3;
}



/**END FLASH ERRORS **/
/** FORM LAYOUTS **/

form {
	margin: 0px auto;
	line-height: 1.5;
}
form p
{
	width: auto !important;
}

fieldset {
	border: 1px solid black;
	background: #eee;
	padding: .7em 0.5em 0 0.5em;
	margin: 0.5em;
	width: 36em;
}
fieldset.narrow {
	width: 25em;
}
fieldset legend {
	border: 1px solid black;
	background: #fff;
	padding: 0.1em 0.3em;
	font-size: 110%;
	font-weight: bold;
}

label {
	float: left;
	width: 12.7em;
	text-align: left;
	font-weight: bold;
	margin: 0.3em 1.5em 0.2em 0.1em;
}

input, select, textarea, .mceEditor {
	float: left;
	width: 21em;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 2px;
}

p.search_filter
{
	margin: 0;
}
p.search_filter input, p.search_filter select
{
	width: 95%;
}

p.search_sex select
{
	width: 40px;
}

p.search_trip select
{
	width: 65px;
}

span.show_all_link
{
	font-size: smaller;
	color: gray;
}

span.show_all_link input
{
	border: none;
	background: none;
	text-decoration: underline;
	cursor: pointer;
	float: none;
	width: auto;
	padding: 0px;
}

p.search_filter input.search_submit
{
	width: auto;
}

fieldset p.wide
{
	line-height: 1.2;
}

fieldset.insurance-questionaire p select
{
	width: auto;
}

fieldset p.declaration {
	font-weight: bold;
	font-size: 85%;
	color: #000;
	margin-bottom: 0 !important;
}

fieldset p.declaration-checkbox {
	margin-top: 3px !important;
	margin-bottom: 2em;
}

fieldset p.declaration-checkbox label {
	float: none;
	width: auto;
	font-weight: normal;
}

p.wide textarea, p.wide .mceEditor
{
	float: none;
	width: 35em;
}

input.checkbox{
	width: auto;
}

fieldset p {
	clear: left;
}
fieldset p.required, fieldset p.hint {
	font-size: smaller;
	text-align: right;
	margin: 0.3em 0.8em 0.2em 0.1em;
}
fieldset span.required {
	color: #F00;
}

fieldset p.hint.left {
	text-align: left;
}

fieldset span.hint {
	color: grey;
	font-size: 75%;
	font-weight: normal;
}

fieldset .submit {
	clear: both;
	text-align: right;
	padding-top: 0.7em;
	padding-bottom: 0.8em;
	background-color: transparent;
}
fieldset .submit form {
	display: inline;
}
fieldset .submit input {
	float: none;
	width: auto;
}

div.holder
{
	display:block;
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

input.textInputError
{
	background-color: #FCC;
}

/** END FORM LAYOUTS **/

/** TABLE LAYOUTS **/

table  th, td, tr { border: 1px #000 solid; text-align: left;}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0px;
	clear:left;
}

table  th
{
	vertical-align: top;
	background: #666;
	padding: 0.3em 0.5em;
	color: #FFF;
}

table  td
{
	padding: 0.3em 0.5em;
	color: #222;
	border: 1px #000 solid;
	vertical-align: top;
}
table a:link, table a:visited, table a:hover
{
	color: #000;
	text-decoration: underline;
}
td.actions a:link, td.actions a:visited, td.actions a:hover
{
	font-weight: bold;
}
table a:hover
{
	text-decoration: none;
}

table  tr { background-color: #EEE; }

table  tr:hover { background-color: #EFCDE9; }
table.mceLayout tr:hover { background-color: #eee; }

/** END TABLE LAYOUTS **/

/** TEAM BLOG LAYOUT **/

span.trip_link
{
	padding-top: 10px;
	padding-right: 10px;
	color: grey;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

a.trip_link
{
	color: grey;
}

h3.team_name_title
{
	margin: 0px 0px 15px 0px;
}

#view_whole_route_link
{
	float: right;
	font-size: smaller;
	margin-top: 10px;
}

#view_whole_route_link a
{
	color: #E100AE !important;
}

div.blog_scroll
{
	overflow-y: scroll;
	width: 100%;
	height: 400px;
	margin-top: 40px;
	padding-right: 8px;
}

div.map_bubble_scroll
{
	overflow-y: auto;
	width: 230px;
	max-height: 80px;
	margin: 8px 10px 8px 0px;
	padding-right: 8px;
}

div.map_bubble_scroll p
{
	margin: 0px;
}

div.map_bubble_scroll p.name span
{
	font-size: 10px;
	color: grey;
	padding-left: 3px;
}

div.map_bubble_scroll p.message
{
	padding-top: 10px;
}

dl.blog_list img
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

dl.blog_list dt
{
	clear: left;
	border-top: thin solid lightgrey;
	margin-top: 10px;
	padding-top: 10px;
	color: #E100AE;
}

dl.blog_list span.date
{
	font-size: smaller;
	color: grey;
}

a.name
{
	color: #E100AE !important;
	text-decoration: none;
	font-weight: bold;
}

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

dl.blog_list p.message
{
	margin: 5px 0px 5px 10px;
}

dl.blog_list a.goto_link
{
	color: #E100AE !important;
	font-size: smaller;
	text-align: right;
	display: block;
}
#map {
	border: 1px solid gainsboro;
}
#map_canvas
{
	height: 300px;
	margin: 5px;
}

p.participants,
p.participants a
{
	color: #E100AE !important;
	font-weight: bold;
	font-size: 11px;
}

/** END TEAM BLOG LAYOUT **/

/** TRIP LIST **/
.triplist .trip
{
	border: 5px solid #DDD;
	margin: 1em;
	padding: 1em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.triplist .trip h3
{
	text-align: left;
	margin-bottom: 10px;
}

.triplist .trip  span.duration
{
	font-size: 90%;
	float: right;
	color: black;
	border: 1px solid #BBB;
	background-color: #E5E5E5;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.triplist .trip h3 a
{
	color: #E100AE;
	font-size: 150%;
	text-decoration: none;
}

.triplist .trip h3 a:hover
{
	text-decoration: underline;
}

.triplist a.mastermap
{
	display: block;
	background: #E5E5E5 url('../images/compass_icon3.png') no-repeat left center;
	padding: 5px 0 5px 0;
	width: 220px;
	margin-left: auto;
	margin-right: 15px;
	font-size: 120%;
	text-indent: 50px;
	text-decoration: none;
	color: #000;
	border: 1px solid #CCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.triplist a.mastermap:hover
{
	background-color: #fff;
}


.triplist .trip .blog_list h4
{
	font-size: 115%;
	margin-bottom: 7px;
}

.triplist .trip .blog_list h4 span
{
	font-size: smaller;
	color: grey;
}

.triplist .trip .blog_list .message
{
	font-size: smaller;
	margin: 0.3em 0;
}
.triplist .trip .blog_list .author
{
	font-size: smaller;
	text-align: right;
}
.triplist .trip .blog_list .author .date
{
	color: grey;
}

.triplist .trip .blog_list .blog_summary
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}

.triplist .trip .blog_list .blog_summary:first-child
{
	border-top: 1px solid #CCC;
	padding-top: 5px;
}


/** TEAM LIST **/

a.selected_letter
{
	font-weight: bold;
	text-decoration: none;
	color: #E100AE;
}

div.team
{
	border: 1px solid #DDD;
	text-align: center;
	margin: 1em 10px 1em 0;
	float: left;
	height: 130px;
	width: 235px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.team h3
{
	letter-spacing: -1px;
	font-size: 1.25em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	overflow: hidden;
}
div.team h3 a
{
	font-weight: normal;
}

div.person
{
	margin: 5px 5px 0;
	height: 100px;
	width: 68px;
	vertical-align: bottom;
	text-align: center;
	float: left;
}
div.person a.name
{
	text-align: center;
	display: block;
	font-weight: normal;
	font-size: 90%;
}

div.person .thumbnail
{
	height: 70px;
}
div.person .thumbnail img
{
	display: block;
	margin: 0 auto;
}

div.person p
{
	width: 60px;
	text-align: center;
}

/** END TEAM LIST **/
/** NEWS POSTS **/

div.newsposts
{
	margin-top: 20px;
}

div.newsposts div.newspost
{
	float: left;
	width: 458px;
	padding: 15px 20px 25px 20px;
	margin-bottom: 20px;
	background-color: #DFF1FB;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.newsposts div.newspost p.title
{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 13px;
}

div.newsposts div.newspost p.post_content
{
	margin-bottom: 20px;
}

div.newsposts div.newspost span.created_date
{
	clear: both;
	text-align: right;
	display: block;
	font-size: 10px;
	color: grey;
}

/** END NEWS POSTS **/
/** COMMITTEE MEMBERS **/

div.committee
{
	width: 500px;
}

div.committee div.member
{
	height: 180px;
	width: 166px;
	float: left;
	padding: 0 0 20px;
	text-align: center;
}

div.committee div.member div.photo
{
	height: 150px;
}

div.committee div.member p
{
	text-align: center;
}
/** END COMMITTEE MEMBERS **/
/** PARTICIPANT PROFILES **/

h2.profile_name small
{
	font-weight: normal;
	font-size: 12px;
	padding-left: 1em;
}

div.profile_team
{
	margin-top: 0px;
}

div.profile_team a
{
	font-size: 11px;
	color: #E100AE;
	text-decoration: underline;
	font-weight: bold;
}

div.profile_team a:hover
{
	text-decoration: none;
}

div.profile_left
{
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
}

div.profile_right
{
	margin-top: 25px;
}

a.profile_tracker
{
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	text-decoration: none;
 	font-weight: bold;
 	color: white;
 	background-color: #E100AE;
 	border: 2px solid #E100AE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

a.profile_tracker:hover
{
	color: #E100AE;
 	border-color: #E100AE;
 	background-color: white;
}

div.profile_justgiving
{
	margin: 10px 0 0 0;
}

/** END PARTICIPANT PROFILES **/
/** HELP PAGE **/

dl.help_permissions
{
	margin: 20px 0px 20px 30px;
}

dl.help_permissions dt
{
	margin: 3px;
}

/** END HELP PAGE **/
/** Details page **/

#participant-display .section
{
	margin: 0.5em;
	float: left;
}
#participant-display .clear
{
	clear: left;
}
#participant-display h4
{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.main #participant-display p
{
	width: auto;
	margin: 0.1em 0 0.5em;
}

kbd
{
	font-size: 130%;
	font-weight: bold;
}
