/*
Theme Name: Dale, Forty
Theme URI: http://daleforty.co.uk/
Description: Custom theme for Dale,Forty, by elevation multimedia.
Version: 0.1
Author: elevation multimedia
Author URI: http://elevationmultimedia.co.uk/

	This theme was designed and built by elevation multimedia,
	who you will find at http://elevationmultimedia.co.uk/

	The CSS, XHTML and design is Copyright © 2009 elevation multimedia

*/

body
{
	margin: 0;
	background: #231f20;
	color: #b5b5b5;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 70%;
}

#container
{
	position: relative;
	width: 800px;
	top: 30px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	text-align: left;
}

#logo
{
	width: 232px;
	height: 55px;
	margin: 0;
	padding: 0 15px;
	border: 0;
}

#nav
{
	position:relative;
	width: 800px;
	list-style: none;
	white-space: nowrap;
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 2px #3b3b3b solid;
	text-align: right;
	text-transform: lowercase;
}

#nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a
{
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	color: #b5b5b5;
}

#nav li.current_page_item a, #nav a:hover
{
	color: #696b28;
}

#content
{
	position: relative;
	width: 360px;
	min-height: 300px;
	margin-left: 400px;
	padding: 5px 20px;
	border-left: 2px #3b3b3b solid;
	text-align: left;
}

h2
{
	font-size: 130%;
}

#content a
{
	text-decoration: none;
	font-weight: bold;
	color: #b5b5b5;
}

#visual
{
	position: absolute;
	width: 360px;
	top: 110px;
	left: 0;
	padding: 0 20px 20px;
	border-right: 2px #3b3b3b solid;
}

#pic
{
	width: 360px;
	height: 240px;
	margin: 0;
}

#credit
{
	position: relative;
	color: #3b3b3b;
	font-size: 80%;
	text-align: right;
}

#credit a
{
	color: #3b3b3b;
	text-decoration: none;
}

#credit a span
{
	position: absolute;
	display: none;
	margin: -40px -40px 0 0;
	right: 0;
}

#credit a span img
{
	border: 0;
}

#credit a:hover span
{
	display: block;
}
