/*   
Theme Name: i-DAT
Theme URI: http://www.i-dat.org
Description: new theme for i-dat site
Author: chris saunders
Author URI: http://www.boxel.co.uk
Version: 1.0
*/

body {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(./images/bg2.jpg);
	background-position: top left;
    /*background-position: center;*/
	background-repeat:no-repeat;
}
#wrapper {
	position: absolute;
	left: -375px;
	margin-left: 50%;
	width: 750px;
	z-index: 2;
}
#header {
	width: 750px;
	height: 85px;
}
#footer {
	clear: both;
	border-top: 1px solid #58585a;
	color: #58595b;
	margin-top: 20px;
}
#footerTxt {
	margin-top: 20px;
}
#footerTxt a {
	color: #58595b;
	text-decoration: none;
}
#footerTxt a:hover {
	text-decoration: underline;
}
#header img {
	float: right;
	margin: 10px 0 0 0;
}
#header div#search {
	float: left;
	margin: 10px 0 0 0;
}
div#menu {
	/*clear: both;*/
	background-color: #bcbdc0;
	width: 750px;
	height: 20px;
}
div#menu ul {
	/*margin-left: -35px;*/
	border-bottom: 1px solid #fff;
}
div#menu ul li {
	float: left;
	list-style: none;
	padding: 0 5px;
	text-transform: uppercase;
	border-right: 1px solid #58585a;
	margin: 4px 0 0 0;
}
div#menu ul li a, .heading .text a {
	/*color: #58585a;*/
        color: #404040;
	text-decoration: none;
}
div#menu ul li a:hover, .heading .text a:hover {
	text-decoration: underline;
}
img.valign {
	vertical-align: middle;
	border: 0;
}
img.page-item-9999 {
	margin-top: -7px;
	border: 0;
}
#main {
	clear: both;
	border-top: 1px solid #bcbdc0;
	margin-top: 3px;
	padding: 20px 0 0 0;
	/*background-color: #fff;*/
}
#leftCol {
	float: left;
	width: 360px;
}
#rightCol {
	float: right;
	width: 360px;
}
.heading {
	background-color: #bcbdc0;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #58585a;
}
div.newsBlurb {
	height: 140px;
}
.heading h2, div.newsBlurb h2 {
	color: #58585a;
	text-transform: uppercase;
	margin-left: 10px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
}
div.newsBlurb h2 {
	background-color: #bcbdc0;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #58585a;
	margin-left: 0px;
}
.heading h2 a, div.newsBlurb h2 a {
	color: #58585a;
	text-decoration: none;
}
div.newsBlurb p {
	color: #58585a;
	margin-left: 10px;
	padding-top: 3px;
}
.heading .text {
	color: #58585a;
	text-transform: uppercase;
	margin-left: 10px;
	padding-top: 3px;
}
.blurb, .fadeDiv {
	/*border-bottom: 1px solid #58585a;*/
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0 10px;
	color: #58595b;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	background-color: #fff;
}
.fadeDiv {
	position:absolute;
	width: 340px;
	margin-top: 8px;
}
.blurb h2, .blurb h2 a, .blurbBlog h2, .blurbBlog h2 a, .fadeDiv h2 {
	color: #bd362a;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.blurb img {
	/*width: 150px;*/
	float: right;
	margin: -10px -10px 0 5px;
}
.fadeDiv img {
	width: 150px;
	float: right;
	margin: -10px 0 0 5px;
}
.blurb a, div.newsBlurb a, .fadeDiv a {
	color: #bd362a;
	text-decoration: none;
}
.entrybody, .NewsEntrybody {
	color: #58595b;
	padding: 5px 10px;
	background-color:#fff;
}
.NewsEntrybody {
	clear: both;
}
.entrybody a, .NewsEntrybody a {
	font-weight: bold;
	text-decoration: none;
	color: #bd362a;
}
.entrybody a:hover {
	text-decoration: underline;
}
.entrybody img {
	float: right;
	margin: 0 0 10px 10px;
	clear: both;
	/*width: 100px;*/
}
.NewsEntrybody img {
	float: right;
	margin: 0 0 10px 10px;
	clear: both;
	/*width: 100px;*/
}
.newsBlurb img {
	float: right;
	margin: 0 0 10px 10px;
	clear: both;
	/*height: 100px;*/
}
ul#newtagcloud {
	margin-left: -45px;
}
ul#newtagcloud li {
	list-style: none;
}
input#search_box {
	color: #58585a;
	font-family:Arial, Helvetica, sans-serif;
}
li.people {
	list-style: none;
}
li.people a {
	color: #bd362a;
	text-decoration: none;
}
div.alignleft {
	float: left;
}
div.alignright {
	float: right;
}
div.alignleft a, div.alignright a {
	font-weight: bold;
	text-decoration: none;
	color: #bd362a;
}
img.about {
	float:none;
	display:inline;
	border-collapse: collapse;
	border: 0;
}
#flashcontent {
	height: 500px;
}
#underlay {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
}

