/* @override 
	http://ian.local/~ian/ianhaigh.com/easeandwizz/ian.css
	http://ianhaigh.com/easeandwizz/ian.css
*/

/* oh no please don't tell me you're reading this. It's terribly embarrassing */


html {
	/*background-color: #1b61ac;*/
	margin: 40px;
}

/* @group layout */

#container {
	background-color: #fff;
	width: 700px;
	/*border: 20px solid #000;*/
}


#main {
	background-color: #fff;
}

#alpha {
	display: inline;
	float: left;
	width: 160px;
	/*margin-left: -812px;*/
	position: fixed;
	margin-top: 220px;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
}

#advertising {
	float: right;
	margin-left: 40px;
}



/* @end */

#notice {
	background-color: #e9e7fe;
	clear: both;
	padding: 0 20px;
	margin-top: 40px;
}

/* @group header */

#header {
	text-align: center;
}

#header ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 20px;
	background-color: #222;
	/*text-indent: 0;*/
	/*background-color: #1b61ac;
	border:10px solid #000;*/

}

#header li {
	display: inline;
	padding-bottom: 0;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	/*text-indent: 0;*/
}

#header li.last {
	border-right: none;
	padding-right: 0;
}


#header a {
	color: #eee;
}

#header a:hover {
	text-decoration: underline;
	border: none;
}

/* @end */

input {
	padding-top: 1em;
}

.img-right {
	margin-left: 20px;
	float: right;
}

h3#requirements {
	clear: right;
}

#alpha a:hover {
	border-bottom:solid 1px #fff;
}

#alpha h2 {
	font-size: 18px;
	color: #fff;
}

#screencast h1, #screencast p {
	color: #fff;
}

body#screencast  {
	background-color: #000;
}
#footer p {
	font-size: 9px;
	/*background-color: #f00;*/
	/*border-top: 1px solid #ccc;*/
}

#footer img {
	float: right;
}

/*#quicklinks li {
	display: inline;
}*/

p, li, dt, dd {
	font-family: "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
}

pre {
	background-color: #e6eded;
	padding: 10px 20px;
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 11px;
	border: 1px solid #b3d7d7;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3d3d3d;
}

a {
	color: #1b61ac;	
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #1b61ac;
}


p, li, dl {
	color: #4a4a4a;
}

dt {
	font-weight: bold;
}

h3 {
	padding: 1em 0;
	clear: both;
	border-bottom: 1px solid #999;
}

p, li, dl {
	font-size: 0.75em;
	line-height: 2em;
}

p, li, dd {
	padding-bottom: 1em;
}

li {
	list-style-type: square;
}

li img {
	display: block;
	padding-top: 1em;
}