/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; }
#bg { background:url(../images/bg.jpg) no-repeat; background-position: 139px 15px;}
#bgTeam { background-color:#FFFFFF;}

#bodyWrapper { width:980px; margin:auto; margin-top:31px; }

#contentArea { width:827px; margin:auto;}

/* specific link colours for this site */
a         { color: #c91682; text-decoration: underline; }
a:link    { color: #c91682; text-decoration: underline; }
a:visited { color: #c91682; text-decoration: underline; }
a:hover   { color: #9c9c9c; text-decoration: none; }
a:active  { color: #9c9c9c; text-decoration: none; }


/*******************/
/* header elements */
/*******************/
#header { width:827px; }

#logo { float:left; width:325px; }
#clLogo { float:right; padding:21px 60px 0px 0px; }

ul#nav      {  margin:0; padding:0; width:827px; list-style:none; padding:33px 0px 0px 15px; }
ul#nav li   { float: left; list-style:none; }

ul#nav li a {
	background: transparent url(../images/nav.png) no-repeat scroll 0 0;
	display: block;
	height: 23px;
}
ul#nav li a { text-indent: -999px; overflow: hidden; }

#nav #nav-home a { width: 73px; background-position:     0px 0px; }
#nav #nav-donate a { width: 89px; background-position:  -73px 0px; }
#nav #nav-cl a { width: 244px; background-position: -162px 0px; }
#nav #nav-team a { width:  115px; background-position: -406px 0px; }
#nav #nav-blog a { width: 85px; background-position: -521px 0px; }
#nav #nav-links a { width: 75px; background-position: -606px 0px; }
#nav #nav-contact a { width: 83px; background-position: -681px 0px; }


#nav #nav-home a:hover { background-position:    0px -23px; }
#nav #nav-donate a:hover { background-position:  -73px -23px; }
#nav #nav-cl a:hover { background-position: -162px -23px; }
#nav #nav-team a:hover { background-position: -406px -23px; }
#nav #nav-blog a:hover { background-position: -521px -23px; }
#nav #nav-links a:hover { background-position: -606px -23px; }
#nav #nav-contact a:hover { background-position: -681px -23px; }


#buttonArea { float:left; width:251px; padding:20px 0px 0px 70px;}

ul#buttons      {  margin:0; padding:0; list-style:none; padding:0; }
ul#buttons li   { float: left; list-style:none; }

ul#buttons li a {
	background: transparent url(../images/buttons.gif) no-repeat scroll 0 0;
	display: block;
	height: 80px;
}

ul#buttons { text-indent: -999px; overflow: hidden; }

#buttons #buttons-route a { width: 80px; background-position:     0px 0px; }
#buttons #buttons-training a { width: 104px; background-position:  -80px 0px; }
#buttons #buttons-gallery a { width: 67px; background-position: -184px 0px; }

#buttons #buttons-route a:hover { background-position:    0px -80px; }
#buttons #buttons-training a:hover { background-position:  -80px -80px; }
#buttons #buttons-gallery a:hover { background-position: -184px -80px; }

.navBullet { padding:0px 0px 0px 0px;}


/********************/
/* content elements */
/********************/
#main {  }

#contentLeft { width:388px; padding:25px 0px 0px 20px; }
#contentTeam { width:762px; padding:25px 45px 0px 20px; }
.dots { margin-top:9px; padding:0px 0px 0px 13px;}

#blogContent { padding-left:15px; padding-right:15px; width:770px; }

.dotsTeam { margin-top:0px; padding:25px 0px 10px 0px;}

.teamPicture { float:left; width:250px; padding:5px 0px 0px 0px; }
.teamProfile { float:right; width:450px; padding:0px 30px 0px 20px; font-size:80%; }

.teamAnswer {color:#232265; width:350px;}
.teamQuestion {}

.linkTable { padding-bottom:20px;}

.links a         { color: #c91682; text-decoration: none; }
.links a:link    { color: #c91682; text-decoration: none; }
.links a:visited { color: #c91682; text-decoration: none; }
.links a:hover   { color: #9c9c9c; text-decoration: none; }
.links a:active  { color: #9c9c9c; text-decoration: none; }

.galleryPadding { padding-top:20px;}

#gallery-button {
	background: transparent url(../images/gallery-button.gif) no-repeat scroll 0 0;
	display: block;
	height: 47px;
	text-indent: -999px; 
	overflow: hidden;
	margin:20px 0 0 90px;
	width:210px; 
}

#gallery-button:hover	{ background-position: 0px -47px; }

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin:5px 15px 5px 0px; border:2px solid #31306f; }
.item .itemMore    {  }

#itemBack          {  }


/*******************/
/* footer elements */
/*******************/

ul#logos      { margin:0; padding:0; width:800px; list-style:none; padding:20px 0px 0px 13px; }
ul#logos li   { float: left; margin:0; padding:0; margin-right: 14px; }
ul#logos li a { display: block; }

#footer { width:780px; color:#9c9c9c; font-size:65%; padding:10px 0px 0px 0px; }
#footer a { text-decoration: none; } /* for the clevercherry.com link */
#footer a:link { color:#636363; text-decoration: none; }
#footer a:visited { color:#636363; text-decoration: none; }
#footer a:hover { color:#c91682; text-decoration: none; }
#footer a:actice { color:#c91682; text-decoration: none; }


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */