/******************************************************
Copyright matt@fishfishfish.org
Change values below to alter colour scheme
*******************************************************/

body{background-color: #e4e4da;color:#333;}
a:hover,a:active {color: #999;}
h1{color:#fff;} /* Hidden */
h2,h3,h4,h5,h6,a,a:visited{color: #ab2615;}
#header{background: #55554b url(../images/header.gif); height:120px;}
#sidebar {background: #fff;}
hr{border-top: 1px solid #ccc;}
#footer,#menu{background: #333;color: #ccc;}
#menu a {border-right: 1px solid #4d4e4e;background: #333;color: #ccc;}
#menu a:hover {background: #55554b;color: #fff;}
#menu a.selected {background: #7d0011;color: #fff;}
#container {background-color: #fff;}
#content {border-right: 1px solid #ccc;}
#sidebar img.thumbnail{border: 3px solid #55554b;}
#content img{border:1px solid #ccc;float:right;margin:10px;}

/******************************************************
Main structural CSS and typography
*******************************************************/

html{
	min-height: 101%; /* Fixes Firefox jumping bug */
}


body {
	font-size: 11px;
	font-family: "Lucida Grande", Sans-Serif;
	padding:0px;
	margin:0px;
}

a{text-decoration: none;}

p, pre, code{
	padding: 5px 10px;
	margin:0px;
}

#sidebar img.thumbnail{margin:10px;float:right;}


h1 a{
	display:none;
	text-decoration: none;
}

h2 {
	font-size:18px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h3 {
	font-size:15px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h4 {
	font-size:13px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h5 {
	font-size:12px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h6 {
	font-size:11px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

#container {
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 120px;
}

#sidebar {
	padding: 0px;
	padding-top: 20px;
	margin-left: 600px;
	margin-right: 0px;
}

#sidebar h2{margin-top:10px;}


div#sidebar, div#content { 
	min-height:600px;
}


hr{
border-bottom: 0px;
border-left:0px;
border-right:0px;
margin: 15px 0 15px 0;
width:600px;
}

#content {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	margin: 0px;
	padding-bottom: 8px;
	padding: 8px 12px;
	text-decoration: none;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover, #menu a.selected {
	padding-bottom: 8px;
}
