/* (c) Copyright 2009 Together London Limited. http://togetherlondon.com */

body{
	background:#eee;
}

#wrap{
	width:750px;
	padding:8px;
	margin:0 auto 10px auto;
	position:relative;
	background:#fff;
}

#header{
	padding:3px 0 50px 0;
}
#header a:focus #logo{
	outline:1px dotted #eee;
}
#header a{
	border:none;
}

#content{	
	width:100%;
	padding-top:25px;
	padding-bottom:20px;
	min-height:500px;
	float:left;
}

#footer{
	font-size:0.95em;
	padding:5px 0 0 0px;
	margin-left:220px;
	clear:both;	
}

#footer a{
	border:none;
}

#footer a#creativecommons{
	border:none;
	margin-right:3px;
}

#footer a#creativecommons img{
	vertical-align:bottom;
	
}

/* navigation */

#navigation{
	position:absolute;
	left:3px;
	top:155px;
	font-family:Georgia, "Times New Roman", serif;
	font-size:2em;
}

#navigation li{
	display:block;
	padding:0 0 0 12px;
	float:left;
	line-height:1;
/*	letter-spacing:-0.5px;*/
}
#navigation > ul > li{
	background:transparent url("/images/separator.png") center left no-repeat;
}
#navigation > ul > li:first-child{
	background:transparent;
	padding-left:0;
}
#navigation li a{
	display:block;
	float:left;

	padding:4px 5px;
	margin:0;
	
	text-decoration:none;
	color:#64B515;
	border:none;
}
#navigation li a:hover, #navigation li a:active, #navigation li a:focus{

	color:#c5c5c5;
}

#navigation li a.active, #navigation li a.current{
	color:#000;
	background:none;
}

#navigation li a.current{
	cursor:default;
}

/* second level nav */

#navigation ul ul{
	position:absolute;
	left:2px;
	top:130px;
	display:block;
	width:190px;
}
#navigation ul ul li{
	display:inline;
	float:none;
	width:auto;
	margin:0; padding:0;
	background:none;
	font-size:0.75em;
}
#navigation ul ul li a{
	float:none;
	padding:5px 10px 5px 4px;
	margin:0 0 15px 0;
}
#navigation ul ul li a.current{
	background:#f1f1f1 url("/images/arrowRight.png") center right no-repeat;
	
}


/* credit */

#footer #credit a{
	font-size:1em;
}

/* columns */

#primary{
	width:400px;
	padding-right:130px;
	float:right;
	position:relative;
}

#secondary{
	width:200px;
	float:left;
}


/* illustration */

img.illustration{
	
	margin-bottom:20px;
}

/* home page */

body.home #primary{
	float:left;
	padding-right:30px;
	width:405px;
}

body.home h1{
	min-height:0;
	min-width:410px;
}

body.home div.extract{
	font-family: Georgia, "Times New Roman", serif;
	color:#777;
	font-size:1.2em;
	margin:20px 0 40px 0;
}
body.home div.extract p{
	line-height:1.2;	
	margin-bottom:0.7em;
}

body.home #primary h3{
	margin-bottom:10px;
}
body.home div.blog{
	margin-bottom:40px;
	border-bottom:1px dotted #ccc;
}

/* disable first-para style */
body.home div.blog p{ 
	font-size:1.15em;
	margin-bottom:1em;
	font-family:inherit;
	color:inherit;
}

body.home #secondary{
	width:190px;
	padding-top:14px;
}

body.home #footer{	
	margin-left:0;
}

/* blog */

body.blog #primary{
	float:left;
	padding-right:35px;
}
body.blog #secondary{
	width:185px;

	padding:2px;
	border:1px solid #999;
}

body.blog #footer{	
	margin-left:0;
}


