/* @override http://test.sysctl.co.uk/css/site.css */

/*
dull
	#223311
	#445533
	#7799cc
	#99bbdd
	#667788
vibrant
	#223300
	#447711
	#2277ff
	#5577aa
	#66bbff
*/

body {
	background-color: #f8fbfd;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.clear {
	clear: both;
}

h1.top {
	text-align: center;
	font-size: 1.9em;
	margin-top: 15px;
	margin-bottom: 20px;
}

div.navheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f8fbfd;
}

ul.nav {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

ul.nav li {	
	margin: 0;
	display: table-cell;
	
	font-size: 1.2em;
	text-align: center;
	text-shadow: 1px 1px 1px #242422;
	
	color: #ffffff;
	background: #667788;
	-webkit-box-shadow: 0px 0px 2px #667788;
	
	padding: 5px 8px;
	width: 7em;
	height: 1.3em;
}

ul.nav li:first-child {
	text-align: left;
	text-shadow: 1px 1px 1px #242424;
	margin-left: auto;
	
	color: #ebebeb;
	background: #7799cc;
	-webkit-box-shadow: 0px 0px 2px #4b4d4f;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.nav li:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.nav li a {
	text-decoration: none;
	color: #ebebeb;
}

ul.nav li a:hover {
	text-shadow: 0px 0px 3px #ffffff;
}

a:link, a:active, a:visited, .noreveal a:hover {
	color: #7799cc;
}

a:hover {
	color: #6db8fd;
}

div.section {
	padding-top: 45px;
}

div.header {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

div.header a {
	text-decoration: none;
	padding-left: 1px;
	text-shadow: #e3e4e4 -1px -1px 1px;
}

span.ui-icon {
	float: left;
}

div.content {
	margin-left: 10px;
	margin-bottom: 10px;
}

div.content p, div.content .subheader {
	margin-top: 10px;
	margin-left: 5px;
}

div.content .subheader {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 5px;
}

ul {
	margin-bottom: 10px;
}

ul li {
	list-style: ;
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 2px;
}

.imagegroup {
	display: table;
	margin: 10px auto 0;
}

.imagegroup li {
	margin: 0 0 0 0;
	display: inline;
}

.content img, .imagegroup img {
	background-color: white;
	padding: 2px;
	border-style: solid;
	border-width: 1px !important;
	color: black;
	margin: 0 5px;
}

div.more {
	float: right;
}

div.blog {
	margin-left: 20px;
	margin-right: 20px;
}


/* 
	A hack, we know that wordpress has this layout when
	submitted from flickr. So we'll look specifically
	for links that should have photos inside them.
 */
div.blog a[title] {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

div.footer {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

