/*
	Copyright 2008 neil(at)neilang.com
*/

/* @group Elements */

body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Calibri, sans-serif;
	color: #666666;
	line-height: 1.8em;
	background: #FFFFFF url(images/grass1-opt.jpg) repeat-x left top;
}

p{
	margin-top: 1em;
	margin-bottom: 1em;
}

a{
	color: #5595d1;
	text-decoration: none;
}

a:hover{
	color: #6ea500;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

h1{
	font-size: 190%;
}

h2{
	font-size: 180%;
}

h3{
	font-size: 170%;
}

h4{
	font-size: 160%;
}

h5{
	font-size: 150%;
}

h6{
	font-size: 140%;
}

h1,h2,h3,h4,h5,h6{
	padding-bottom: 0.2em;
}

form label {
	display: block;
	float: left;
	width: 6em;
	vertical-align: top;
	color: #333;
}

table{ border:1px solid #333;margin:0; }
td,th{ border:1px solid #333; margin:0; padding:0.3em;}
th{font-weight:bold; text-align:center;}
tr{ margin:0;padding:0; }

q {font-family:"Courier New", Courier, mono;}


/* @end */

/* @group Misc */

#hd, #ft, .yui-b {
	font-size: 140%;
}

.big-link{
	font-size: 150%;
}

#news{
	border-top: 1px dotted #ddd;
	margin-top: 0.5em;
	padding-top: 0.8em;
}

.demo-image{
	text-align: center;
}

.demo-image img{
	text-align: center;
	border: 1px solid #000;
}

.box{
	border:2px dashed #DDD;
	background-color: #EEE;
	color: #333;
	padding:1em;
}

.print-only{
	display:none;
}

/* @end */

/* @group Header */

#hd {
	height: 200px;
}

#hd h1{
	font-size: 100%;
	font-weight: bold;
	color: #000;
	height: 200px;
}

#hd h1 a{
	display: block;
	height: 200px;
	width:730px;
}

/* IF IE6 sees this it freaks out */
#hd h1 a{
	background: url(images/de-logo2.png) no-repeat center top;
}

/* IE6 is only meant to see this */
* html #hd h1 a{
	background: url(images/ie-de-logo2.gif) no-repeat center top;
}

#hd h1 a span{
	display: none;
}


/* @end */

/* @group Menu */

#mu {
	border-left: 2px solid #ddd;
	padding-left: 1em;
	/* override to move the menu right */
	width: 210px;
}

#mu h3{
	font-size:110%;
	margin-top: 1em;
}

#mu h3.first{
	margin-top: 0;
}

.active, #mu a:active{
	color:#333 !important;
}

/* @end */

/* @group Body */

#main{
	/*margin-right: 1em;*/
}

#bd {
	margin-top: 40px;
}

/* @end */

/* @group Footer */

#ft{
	margin-top: 2em;
	text-align: center;
	border-top: 2px dashed #ddd;
	clear: both;
	padding-top: 0.3em;
	font-size: 110%;
}

#ft ul{
	margin: 0;
}

#ft ul li{
	clear: both;
	display: inline;
	list-style-type: none;
	margin: 0;
}
/* @end */


/* @group Google 404 */

#goog-wm li.search-goog { display: block; }
#goog-wm h3 { display:none; }
#goog-wm b{ font-weight:normal !important; }
#goog-wm form{ margin-top:0.2em; }
#goog-wm li { margin-top:1em; }
#goog-wm-sb { margin-left:0.2em; }

/* @end */
