/*
Site Name: My Mustard
Version: 3.0
Author: Andy Pearson
Author URI: http://www.binamic.co.uk
Date: 28/04/09
Time: 11:10:34
*/

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	font:62.5%/1.6 "Trebuchet MS", Verdana, sans-serif;
	background-color:#404040;
	color:#fff;
	height:100%;
}
h1 {
	padding:18px 36px;
}
	h1 a {
		display:block;
		width:400px;
		height:90px;
		background:transparent url(../images/grey/my-mustard.jpg) no-repeat top left;
		border-bottom:none;
		text-indent:-99999px;
		overflow:hidden;
	}
h3 {
	font-size:1.6em;
	padding-bottom:0.8em;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:1em;
}
p {
	font-size:1.4em;
	padding-bottom:1em;
}
a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
a img {
	border:none;
}
ol,
ul {
	font-size:1.4em;
	padding-bottom:1.1em;
	padding-left:40px;
}

#header h2 { display:none; }

/*
---- Navigation
*/

#navigation ul {
	font-size:1.2em;
	padding:0 0 36px 0;
	list-style:none;
	line-height:1.1;
}
	#navigation li {
		padding-left:36px;
		padding-bottom:1px;
	}
	#navigation a {
		display:block;
		padding:7px 9px;
		border:none;
	}
	#navigation a:hover {
		background-color:#666;
	}
	#navigation li.current {
		padding-left:0;
	}
		#navigation li.current a {
			padding-left:45px;
			background-color:#fff;
			color:#404040;
		}
		#navigation li.current a:hover {
			background-color:#fff;
		}
		#navigation li.current ul {
			padding-top:1px;
			padding-bottom:0;
			font-size:1em;
		}
		#navigation li.current ul li.last{
			padding-bottom:0;
		}
		#navigation li.current ul a {
			padding-left:9px;
			background-color:#666;
			color:#fff;
		}
		#navigation li.current ul a:hover {
			background-color:#fff;
			color:#404040;
		}
		#navigation li.current ul a.current {
			font-weight:bold;
		}

#navigation { width:144px; }
#navigation p { text-align:right; }
#navigation p a { border:none; padding:0; }
#navigation p a:hover { background-color:transparent; }
#navigation p a img { border:none; }
			
/*
---- Content
*/
#container {
	width:594px;
	padding-right:366px;
}

#main-content {
	float:right;
	width:405px;
}

/*
---- Footer
*/
#footer {
	padding:36px 0;
	clear:both;
	text-align:right;
	color:#666;
}

/*
---- Microformats
*/
.vcard { font-size:1em; }
.vcard div { font-size:1.4em; }
.vcard div div { font-size:1em; }
.hide { display:none; }

/*
---- Flash Background
*/
#flashbg {
	height:620px;
	width:380px;
	float:right;
	margin-top:-620px;
}

#flashbg object, #flashbg embed {
	display:block;
}
