body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-serif;
	font-size: 15px;
	color: #000;
}

.header {
	background: #244b15 url('graphics/weardale-banner.jpg') top center;
}

.header .logo {
	padding: 7px 0;
}

.header .others {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #fff;
	padding: 48px 56px 48px 0;
}

.others a {
	color: #fff;
	text-decoration: none;
}

.others a:hover {
	text-decoration: underline;
}

.header .container {
	position: relative;
}

.header .contact {
	position: absolute;
	right: 0;
	top: 34px;
}

.nav {
	background: #fff url('graphics/nav_bg.jpg') top left repeat-x;
	height: 30px;
	
}

.nav a {
	font-family: Georgia, Times, serif;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 7px 5px 7px;
}

.nav a:hover, .nav a.selected {
	text-decoration: underline;
}

#nav li ul a {
	margin: 0;
	padding: 5px;
	display: block;
	text-align: left;
	background: #fff;
	padding-bottom: 7px;
	border-bottom: 1px solid #3e3e3e;
	width: 300px;
	background: url('graphics/menu.png') top left;
}

.random {
	background: #fff url('graphics/bg.jpg') top center no-repeat;
}

.background {
	background: #fff url('graphics/content_bg.jpg') top center no-repeat;
}

.address {
	background: url('graphics/contact_bg.png') top left no-repeat;
	width: 344px;
	height: 190px;
	padding: 10px;
}

.footer {
	background: #b5bbc0;
	color: #666;
	border-top: 1px solid #999;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 11px;	
}

.footer a {
	color: #666;
}

h1 {
	color: #fff;
}

a.button {
	background: #000;
	color: #fff;
}

.address a {
	color: #000;
}

.form input, .form submit, .form textarea {
	font-size: 15px;
	border: 1px solid #000;
}

.form textarea {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
}

.form input[type=submit] {
	background: #000;
	color: #fff;
}

/* Dropdowns */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a.selected {
	text-decoration: underline;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
	width: 310px;
}

#nav li ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}

#nav li:hover ul li {
	display: block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#shuffler {
	margin: 0 auto;
	text-align: left;
}

#shuffles {
	height: 259px;
}

.shuffle { 
	background-position: center top; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 259px; 
	position: absolute; 
}
