/**************************************
*  North Devon Biosphere Reserve CSS  *
*  Copyright: 2009 Better Brief LLP   *
*  Date: May 09	                      *
**************************************/

@import 'dropdown-hc.css';
@import 'default.advanced-hc.css';

/*******************
*  Initial Values  *
*******************/
* {
	padding: 0;
	margin: 0;
	border: none;
	font: normal normal normal 12px/16px Verdana, Lucida, Arial, sans-serif ; /* font-style font-variant font-weight font-size/line-height font-family */
	color: #000;
	background: none;
	text-align: left;
}

* form{
	margin:auto;
	border: none;
}

* form * {
	margin:auto;
	border: none;
}

/*******************
*     HTML Tags    *
********************/
html {
	background: #fff;
	height:100%;
}

body {
	text-align: center;
	height:100%;
}

a {
	color:#ff0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {

}

a:active {

}

h1 {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 2em;
}

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 {
	color: #000;
	padding: 0.3em;
}

u {
	text-decoration: underline;
}

img {
	padding: 0em;
}

strong, strong a {
	font-weight: bold;
}

	/*******************
	*       Forms      *
	*******************/
	/* See h4 for legend */
	form {

	}

	fieldset {

	}
	
	select {
		width: auto;
	}

	input {
		background-color: #fff;
	}

	label
	{
		text-align: right;
		margin-right: 0.5em;
		display: block;
	}
	
	input.text, textarea, select {
		padding: 2px;
		background-color: white;
		border: 1px solid #ff0000;
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		width: 157px;
	}
	
	textarea {
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 1.2em;
	}
	input:focus span, textarea:focus span {
		border: 3px solid #000;
	}
	
	.typography label {
		display: block;
		margin: 10px 0 -10px 0;
		color: #000;
		font-size: 1em;
	}
	
	label.right {
		display:inline;
	}
	
	label.left {
		display: block;
	}
	
	form ul {
		list-style: none;
	}
	.middleColumn {
		display: block;
		margin: 15px 10px 10px 0;
		background: #000;
		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;
	}
	
	input.action {
		padding: 2px;
		font-size: 1em;
		font-family: Verdana, Tahoma, Sans-serif;
		height: 2.1em;
	}
	input.action:hover,
	input.action:focus {
		cursor: pointer;
	}


/* Layout */
#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	background-repeat:repeat-y;
}

#holder {
	position: relative;
	float: left;
	display: block;
	height: auto;
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#container-top {
	height:32px;
	margin-left: auto;
	margin-right: auto;
}

#slideshow {
	display: none;
}

#trail {
	width: 100%;
	position: relative;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-size: 12px;
}

#homeside
{
	position: relative;
}

	/* Content */
	#content {
		width: 850px;
		margin: 25px auto 0 auto;
		padding-bottom: 0px;
	}

	.content-box {
		position: relative;
		float:left;
		width:600px;
		margin-left: 50px;
		margin-top: 10px;
	}

	.content-box h1 {
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
	

	.content-box .top {
		float:left;
		position: relative;
		width:648px;
		height:18px;
		background-repeat:no-repeat;
		margin-top:1px;
	}

	.content-box .bottom {
		float:left;
		position: relative;
		width:648px;
		height:33px;
		background-repeat:no-repeat;
	}

	.content-box .content {
		float:left;
		padding-left: 30px;
		padding-right: 30px;
		width:600px;
		height:auto;
		min-height:280px;
		background-repeat:repeat-y;
	}

	.small-content-box p
	{
		color: #393939;
	}

	.small-content-box h2 {
		border-bottom: 1px solid;
		margin-bottom: 5px;
	}

	.small-content-box ul {
		list-style: none;
	}

	#horizontal {
		float: left;
		width:600px;
		margin-left: 10px;
		height: auto;
	}

	.small-content-box .container {
		float:left;
		display: block;
		width:186px;
	}

	.small-content-box .right {
		width:190px;
		margin-left: 710px;
		display: block;
	}

	.small-content-box .left {
		float: left;
		width:190px;
	}

	.small-content-box .left-inline {
		position: relative;
		display: block;
		float:left;
		width:180px;
		margin-right: 20px;
	}

	.small-content-box .top {
		float:left;
		background-repeat:no-repeat;
		width:186px;
		height:9px;
		margin-top: 10px;
	}

	.small-content-box .bottom {
		float:left;
		background-repeat:no-repeat;
		width:186px;
		height:30px;
	}

	.small-content-box .content {
		float:left;
		background-repeat:repeat-y;
		width:160px;
		min-height:92px;
		height:auto;
		padding-left:10px;
		padding-right:20px;
	}

/* Header */
#header {
	background: #fff;
	height: 149px;
	width: 100%;
}

#header-content {
	width: 960px; /* Same width as #container */
	margin-left: auto;
	margin-right: auto;
}

#search-container {
	margin: 0;
	padding-top: 75px;
}

#logo {
	float: left;
	margin-top: 0px;
	margin-left:50px;
	width:65%;
	height:132px;
	background-image: url('themes/main/images/logo.png');
	display: block;
}

#menu{
	float:left;
	width: 80%;
	height:20px;
	margin-left:50px;
	margin-top: -14px;
	padding: 0px;
}

	/* Search */
	#Search .middleColumn {
		width: 156px;
		padding: 2px;
		background-color: #000;
	}
	
	
	input#SearchForm_SearchForm_Search {
		font-size: 0.8em;
		width: 150px;
	}
	
	input#SearchForm_SearchForm_action_results
	{
		font-size: 0.9em;
		height: 100%;
	}
	
		/* 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: 70px;
		float: right;
	}
	#RegisterLogin a {
		color: #000;
		text-decoration: none;
	}
	#RegisterLogin a:hover {
		text-decoration: underline;
	}
	
	#RegisterLogin label {
		padding-bottom: 5px;
	}

/* Footer */
#footer {
	position: relative;
	clear: both;
	font-size:11px;
	text-align:center;
	background-repeat: repeat-x;
	height:50px;
	width:100%;
	padding-top:20px;
}

#footer-content * {
	text-align:center;
	background: none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#footer-content a {
	text-decoration: underline;
	color: #000;
}

#footer-content a:hover {
	text-decoration: none;
	color: #ff0000;
}

/* Typography */
.highlight {
	background-color: #ff0000;
}

  #message_box { 
  position: absolute; 
  top: 0; left: 0; 
  z-index: 10; 
  background:#000;
  padding:5px;
  border:1px solid #999;
  text-align:center; 
  font-weight:bold; 
  width:99%;
  display: block;
  }
  #message_box a, a:hover {
	color: #cc00cc;
  }
  .sidebar-entry {text-decoration:none; border:0; /*1px solid silver;*/ width: 200px;}
  a.sidebar-entry {color:#000; text-decoration: none; margin-left:20px}
  a.sidebar-entry:hover {background-color:#ffc; text-decoration: none}
  a.sidebar-entry:focus {background-color:#ccf; text-decoration: none}
  .sidebar-cat-header {background-color:#ffc; width: 200px; margin:1px; font-weight:bold;}
  .hilight-cat-header {background-color:#ffc; width: 200px; }
  .iw-header {background-color:#eee;font-weight:bold}
  #sidebar {margin-top: 20px; margin-left: 0px; width:222px; height:800px; overflow-y: auto; }
  #map {width:590px; 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
  {
  }
  
  