/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; /* backgrounds? */ }

img { border:0px; margin:0px; padding:0px; }

#bodyWrapper { width: 780px; margin: auto; }

/* specific link colours for this site */
a:link 	  { color: #eb088d; text-decoration: none; }
a:visited { color: #eb088d; text-decoration: none; }
a:hover   { color: #848484; text-decoration: none; }
a:active  { color: #eb088d; text-decoration: none; }


/*******************/
/* header elements */
/*******************/
#nav { padding:38px 0px 10px 23px; }

#nav ul { list-style: none; margin: 0px; padding: 0px; border:0px; line-height: 1px;}
#nav ul li { margin: 0px; padding: 0px; }
#nav ul li a { text-decoration: none; }


/********************/
/* content elements */
/********************/
#mainContainer {  }

#mainContent {}
#mainContentTitle { padding:32px 0px 0px 34px;}
#mainContentSubTitle { padding:12px 0px 0px 34px;}
#mainContentOnlineTitle { padding:12px 0px 12px 0px;}
#mainContentDots { padding:12px 0px 0px 34px}
#mainContentText { padding:12px 34px 0px 34px}
#mainContentImage { padding:14px 34px 30px 34px}

.supportersArea { padding:12px 34px 0px 34px}
.supporters { margin-top:20px; }
.supportersLogo { float:left; width:200px; }
.supportersText { float:right; width:337px; margin-top:10px; }

#sponors { padding:0px 0px 25px 10px;}
#sponsorsLogo { padding:0px 0px 25px 10px; width:220px;}

#pink{ color:#eb088d;}



hr {
  margin: 18px 0;
  border-bottom: solid #b70062 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .itemMore    {  }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 120px;
  height: 120px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { }
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.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 */

/* Bits-n-bobs */
.imgFloating{
	float:left;
	margin:0px 10px 10px 0px;
}
.imgFloating img{
	border:1px solid #777;
}
#newsSide, #newsSideNoColour{
	background-color:#FFFFFF;
	padding:38px 15px;
}
#newsSide a:link, #newsSide a:visited, #newsSide a:active{
	color:#000000;
	text-decoration:underline;
}
#newsSide a:hover{
	text-decoration:none;
}
.subHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.divDotsHoriz{
	background-image:url(../images/dots.gif);
	background-position:left;
	background-repeat:repeat-x;
	height:20px;
	font-size:20px;
	line-height:20px;
}
.vidLeft{
	float:left;
	margin:0px 20px 10px 0px;
	border:1px solid #777;
}

/* message and error boxes, not just useful in contact form */
div.box { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
div.box.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
div.box.error { border-color: #f00; color: #f00; } /* error box in red */