/**************************************
*  North Devon Biosphere Reserve CSS  *
*  Copyright: 2009 Better Brief LLP   *
*  Date: May 09	                      *
**************************************/

@import 'typography.css';
@import 'form.css';
@import 'dropdown.css';
@import 'default.advanced.css';

/*******************
*  Initial Values  *
*******************/
* {
	padding: 0;
	margin: 0;
	border: none;
	font: normal normal normal 12px/16px "Lucida Grande", "Lucida Sans", Arial, "Verdana", sans-serif ; /* font-style font-variant font-weight font-size/line-height font-family */

	color: #393939;
	background: none;
	text-align: left;
}

* form{
	margin:auto;
	border: none;
}

* form * {
	margin:auto;
	border: none;
}

/*******************
*     HTML Tags    *
********************/
html {
	background: #ececec url(../images/bg.gif) repeat scroll; /* background-... -color -image -repeat -attatchment -position */
	height:100%;
}

body {
	text-align: center;
	height:100%;
}

a {
	color:#7c9840;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {

}

a:active {

}

h1 {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.5em;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.8em;
}

h3 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.7em;
}

h4, legend {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6em;
}

h5 {
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.5em;
}

h6 {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.4em;
}

p {
	padding: 0.3em;
}

u {
	text-decoration: underline;
}

em, i, em a, i a {
	font-style: italic;
}

blockquote {
	display: block;
	padding: 0.5em 2em 0.5em 2em;
	font-style: italic;
}

img {
	padding: 0em;
}

b, b a, strong, strong a {
	font-weight: bold;
}

hr {
	display: block;
	width:90%;
	height: 2px;
}

	/*******************
	*       Forms      *
	*******************/
	/* See h4 for legend */
	form {
		width: 245px;
		float: left;
		padding: 10px;
		padding-top: 0px;
		margin-top: 10px;
		margin-left: -10px;
	}

	#search-container form {
		background-color: transparent;
		float: none;
		display: inline;
	}
	fieldset {

	}

	select {
		width: auto;
	}

	input {
		background-color: #fff;
	}

	label
	{
		text-align: right;
		margin-right: 0.5em;
		display: block;
		padding-bottom: 10px;
	}

	input.text, textarea, select {
		padding: 4px;
		background-color: white;
		border: 1px solid #7c9840;
		color: #000;
		font-size: 1.1em;
		font-weight: normal;
		width: 225px;
		margin: 1px;
	}

	textarea {
		font: normal normal normal 12px/16px "Lucida Grande", "Lucida Sans", Arial, "Verdana", sans-serif ; /* font-style font-variant font-weight font-size/line-height font-family */
		margin: 1px;
	}

	input.text:focus,
	textarea:focus,
	input.text:active,
	textarea:active,
	select:focus,
	select:active{
		border: 2px solid #7c9840;
		margin: 0px;
	}

	.typography label {
		display: block;
		margin: 10px 0 -10px 0;
		color: #393939;
		font-size: 1em;
	}

	label.right {
		display:inline;
	}

	label.left {
		display: block;
	}

	form ul {
		list-style: none;
	}
	.middleColumn {
		display: block;
		margin: 0px 10px 10px 0;
		background: transparent;
		padding: 4px;
		width: 306px;
		clear: left;
	}

	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}

	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	.middleColumn .message {
		margin: 0;
	}

	.middleColumn .required {
		border: 1px solid red;
		display: block;
		clear: both;
		margin: 5px 0;
		padding: 5px;
		text-align: left;
		width: 225px;
		background-color: #ff9d9d;
	}

	.middleColumn .required.text {
		background-color: #fff;
		margin: 1px;
	}

	.middleColumn .required.text:focus {
		background-color: #fff;
		border: 2px solid red;
		margin: 0px;
		margin-bottom: -1px;
	}

	.middleColumn ul li {
		margin-bottom: 10px;
	}

	.middleColumn ul {
		margin: -10px;
		margin-left: -5px;
		margin-top: 0px;
	}

	input.action {
		padding: 2px;
		padding-bottom: 3px;
		font-size: 1em;
		font-family: "Lucida Grande", "Lucida Sans", Arial, "Verdana", sans-serif ;

		height: 2.1em;
		border:1px solid #7C9840;
		margin-left: 5px;
	}
	input.action:hover,
	input.action:focus {
		cursor: pointer;
	}


/* Layout */
#container {
	width: 860px;
	margin: 0 auto;
	background-color: #f2f2f2;
	border: 1px solid #aeaeae;
	border-top: none;
	border-bottom: none;
	width: 858px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 15px  rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px  rgba(0,0,0,0.25);

}

#holder {
	position: relative;
	float: left;
	display: block;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 860px;
}


#slideshow {
	margin-top: 0px;
	margin-left: 49px;
	position: relative;
	clear: both;
	height:205px !important;
	width:866px !important;
}

#trail {
	width: 100%;
	position: relative;
	clear: both;
	margin-left: 10px;
	font-size: 12px;
}

#homeside
{
	position: relative;
}


	.main-wrap {
		float:left;
		width:630px;
	}

	.content-box {
		position: relative;
		float:left;
		width: 630px;
		margin: 0;
		margin-left: 8px;
		padding: 5px;
		background: #f8f8f8;

		border: 2px solid #ccc;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.content-box h1 {
		border-bottom: 1px solid;
		margin-bottom: 10px;
		padding: 0 10px;
	}

	.small-content-box {
		float: right;
		width: 175px;

		border: 2px solid #ccc;

		padding: 3px;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;

		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;

		margin-bottom: 20px;
		margin-right: 10px;

		text-align: center;
	}

	.small-content-box h2 {
		border-bottom: 1px solid;
		margin-bottom: 5px;
	}

	.small-content-box ul {
		list-style-position: inside;
		padding-left: 2px;
	}

	#horizontal {
		float: left;
		width: 642px;
		margin-left: 10px;
		margin-top: 5px;
		height: auto;
	}

	.home-content-box {
		float: right;
		width: 207px;

		border: 2px solid #ccc;

		padding: 5px;
		padding-bottom: 3px;

		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;

		margin: 5px 0;

		text-align: center;
	}

	.home-double-wrap {
		float: left;
		width: 400px;
		margin:0;
		margin-left: 5px;
	}

	.home-double-wrap .home-content-box {
		width: 392px;
	}

	.home-content-box li {
		list-style-position: inside;
	}

#Form_Form {
	clear: both;
}

#Pledges {
	width: 100%;
}

#Pledges h2 {
	font-size: 12px;
	line-height: 17px;
	width: 100%;
}

.pledgeItem {
	width: 100px;
	margin: 5px;
	float: left;
	display: inline;
}

.pledgeRow {
	float: left;
	clear: both;
	width:100%;
}

/* Header */
#header {
	background: #9fc033 url(../images/header.gif) repeat-x;
	height: 150px;
	width: 100%;
}

#header-content {
	width: 960px; /* Same width as #container */
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#search-container {
	margin: 0;
	padding-top: 55px;
	margin-left: -20px;
}

#logo {
	float: left;
	margin-top: 0px;
	margin-left:20px;
	margin-right: 30px;
	width:261px;
	height:132px;
	background-image: url('themes/main/images/logo.png');
	display: block;
}

#menu{
	float:left;
	width: 98%;
	height:20px;
	margin-left:50px;
	margin-top: -14px;
	padding: 0px;
}

	/* Search */
	#Search {
		float: left;
	}
	#Search .middleColumn {
		float: left;
		width: auto;
		padding: 0;
		margin: 0;
	}

	#SearchForm_SearchForm {
		position: absolute;
		top: 70px;
		right: 50px;
		float: right;
		width: auto;
		padding: 0;
		margin:0;
	}

		#SearchForm_SearchForm fieldset {
			float: right;
			width: auto;
		}

	input#SearchForm_SearchForm_Search {
		width: 150px;
		padding: 2px;
		margin: 1px;
		font-size: 14px;
		height: 18px;
	}

		input#SearchForm_SearchForm_Search:focus,
		input#SearchForm_SearchForm_Search:active {
			margin: 0;
		}

	input#SearchForm_SearchForm_action_results {
		float: left;
		padding: 2px;
		margin:1px;
		height: auto;
		width: 58px;
	}

		/* Search Results */
		ul#SearchResults {
			margin: 10px 0;
		}

		ul#SearchResults li {
			border-bottom: solid black 1px;
			list-style: none;
			margin: 5px 0;
			font-size: 1em;
			font-style: italic;
		}

		ul#SearchResults li p {
			padding: 5px 20px;
		}

		#SearchResults h3 {
			font-size: 1.4em;
			font-style: normal;
		}

		#SearchResults a {
			font-size: 1.2em;
			font-style: normal;
		}

	/***********************
	*      Login       *
	*******************/
	#RegisterLogin {
		/*margin-top: -90px;
		margin-right: 50px;*/
		position: absolute;
		float: right;
		width: auto;
		top:50px;
		right:50px;
	}
	#RegisterLogin a {
		color: #393939;
		text-decoration: none;
	}
	#RegisterLogin a:hover {
		text-decoration: underline;
	}

	#RegisterLogin label {
		padding-bottom: 5px;
	}

html, body { height: 100%; }

#container {
	padding-bottom: 105px;
}

#holder {
	padding-bottom: 15px;
}

#mainbody {
	overflow: hidden;
	height: auto !important;
}

/* Footer */
#footer {
	clear: both;
	background-image:url(../images/footer.gif);
	background-repeat: repeat-x;
	background-color: #b0d244;
	height: 125px;
	margin-top: -125px;
	width:100%;
	padding-top:20px;
}

/* Footer - Opera fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#footer-content {
	text-align:center;
	background: none;
	width: 850px;
	margin: 0 auto;
	padding-left: 30px;
}

.footer-row {
	float: left;
	margin: 0;
	margin-right: 130px;
}

.footer-last {
	float: left;
	margin: 0;
}


.footer-row ul li {
	list-style-position: inside;
	padding-left: 3px;
}

.footer-row h4 {
	font-size: 13px;
}

#footer-content a {
	text-decoration: none;
	color: #393939;
}

#footer-content a:hover {
	text-decoration: underline;
}


/* CREDITS
----------------------------------------------- */
#Credits {
	float: left;
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

	#Credits p {
		float: left;
		margin-left: -25px;
		font-size: 11px;
	}

	#Credits p.right {
		float: right;
		margin-right: -50px;
	}

	#Credits a {
		color: #393939;
		font-size: 11px;
	}

	#Credits a:hover {
		text-decoration:underline;
	}


/* Typography */
.highlight {
	background-color: #ff9;
}

  #message_box {
	  position: relative;
	  top: 0; left: 0;
	  z-index: 10;
	  background:#ffcccc;
	  padding:5px;
	  border:1px solid #999;
	  text-align:center;
	  font-weight:bold;
	  display: block;
  }
  .sidebar-entry {text-decoration:none; border-top: 1px dotted #ccc; width: 190px;}
  a.sidebar-entry {color: #393939; text-decoration: none; margin-left: 5px; display: block; }
  a.sidebar-entry:hover {background-color:#ffc; text-decoration: none}
  a.sidebar-entry:focus {background-color:#ccf; text-decoration: none}
  .sidebar-toggle { padding: 4px 0 0; display: block; font-size: 11px; text-decoration: underline; }
  .sidebar-cat-header {background-color:#ffc; width: 200px; margin:1px; font-weight:bold; position: relative; padding: 8px 4px 4px 22px;}
  .hilight-cat-header {background-color:#ffc; width: 200px; }
  .sidebar-cat-label { padding: 0 0 0 4px; display: inline; }
  .sidebar-cat-image { position: absolute; margin: 0 4px 4px; top: 6px; left: 0; }
  .iw-header {background-color:#eee;font-weight:bold}
  #sidebar { margin-left: -5px; width:200px; height:770px; overflow-x: hidden; overflow-y: auto; }
  #map {width:630px; height:500px;}
  .badlisting { display: none; border: 2px solid black; background-color: #f00; }
  #badlist { color: white; }
  #nofailed { display: none; color: white; }



  /* STAFF */
  #StaffList
  {
	  float: left;
	  width: 100%;
  }

  #StaffList td, tr, table
  {
	  border: 0px;
  }

  #StaffList .staffname
  {
	font-weight: 700;
  }

  #StaffList .staffdescription
  {
  }


#Loaded {
	display: none;
}

#Loading {
	margin-top: 30px;
	margin-left: 60px;
	font-size: 14px;
}

.clear {
	clear: both;
}

#calendar-main {
	margin-top: -40px;
	margin-left: 10px;
}

#calendar-main ul {
	list-style: none;
}

#calendar-main ul li ul {
	margin-left: 20px;
	list-style: inside;
}

#calendar-4 {
	width: 257px;
}

.fieldgroupField label {
	text-align: left;
}

.Actions .action {
	margin-left: 17px;
}

/*** Comments ***/
#PageComments_holder form{
	float: none;
}

.info-window img {
	padding-left: 10px;
}
