/*
Theme Name: London Web Design
Theme URI: http://london-web-design.com/
Description: Theme created for London Web Design
Version: 1.0
Author: Ryan Fait
Author URI: http://ryanfait.com/
Tags: london
*/



* { margin: 0; padding: 0; list-style: none; outline: none; }
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}
.push { clear: both; }
.footer, .push {
	height: 130px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


/* GENERAL LAYOUT DESIGN */



body {
	font-size: 1em;
	background: #eee9df url(images/backdrop.png) repeat-x;
}
.wrapper {
	position: relative;
	width: 980px;
}
h1 {
	position: absolute;
	right: 0;
	top: 105px;
	height: 2.2em;
	color: #b45814;
	font: lighter 1.1em/2.5em "Helvetica Neue",arial,sans-serif;
}
h1 a {
	color: #b45814;
	border-color: #764422;
}
h1 a:hover {
	color: #b45814;
	border-color: #b45814;
}
.home a {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 150px;
	border: none;
	text-indent: -500em;
	display: block;
	z-index: 100;
}
.content {
	width: 560px;
	min-height: 450px;
	padding: 270px 0 0;
}
.news {
	padding: 5em 0 0;
}
.nav {
	position: absolute;
	right: 0;
	top: 20px;
	width: 563px;
	height: 19px;
	padding: 0;
}
.sidebar {
	position: absolute;
	right: 0;
	top: 270px;
	width: 360px;
	padding: 0 20px 10px;
	z-index: 10;
}
.footer {
	position: relative;
	min-width: 980px;
	z-index: 5;
	font-size: 0.8em;
	background: url(images/grass.png) 100% 100% no-repeat;
}
.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 150px;
	background: url(images/logo.png) no-repeat;
}



/* NAVIGATION */



.nav li {
	padding: 0 0 0 30px;
	font-size: 0.05em;
	float: left;
}
.nav a {
	height: 24px;
	font-size: 0.05em;
	text-indent: -5000px;
	border: 0;
	display: block;
}
.nav a:hover {
	background-position: 0 100%;
}
.nav .home {
	width: 102px;
	background: url(images/nav-welcome.png) no-repeat;
}
.nav .designers {
	width: 165px;
	background: url(images/nav-designers.png) no-repeat;
}
.nav .jobs {
	width: 52px;
	background: url(images/nav-jobs.png) no-repeat;
}
.nav .community {
	width: 124px;
	background: url(images/nav-community.png) no-repeat;
}



/* SIDEBAR */



.sidebar {
	background: url(images/sidebar-backdrop.png) 0 100%;
}
.sidebar .designers {
	position: absolute;
	width: 400px;
	height: 50px;
	margin: -18px 0 0 -20px;
	text-indent: -500em;
	background: url(images/sidebar-web-designers.png) no-repeat;
}
.sidebar .jobs {
	text-indent: -500em;
	background: url(images/sidebar-web-design-jobs.png) no-repeat;
}
.sidebar .community {
	text-indent: -500em;
	background: url(images/sidebar-web-design-community.png) no-repeat;
}
.sidebar ul {
	margin: 0 0 0.8em;
}
.sidebar li {
	list-style-type: decimal;
	font: lighter 1.2em/1.8em "Helvetica Neue",arial,sans-serif;
	padding: 0 0 0 0;
}
.green {
	padding: 45px 0 0.8em 30px;
}
.green, .sidebar .green a {
	color: #8db414;
	border-color: #8db414;	
}
.blue, .sidebar .blue a {
	color: #147ab4;
	border-color: #147ab4;
}
.orange, .sidebar .orange a {
	color: #b45814;
	border-color: #b45814;
}
.sidebar a:hover {
	color: #eee9e0;
}



/* FOOTER */



/* TEXT FORMATTING */



h2 {
	color: #3c3528;
	padding: 0 0 0.6em;
	font: bolder 1.6em "Helvetica Neue",arial,sans-serif;
}
h3 {
	padding: 0 0 0.6em;
	color: #b45814;
	font: lighter 1.5em "Helvetica Neue",arial,sans-serif;
	clear: left;
}
h3 a {
	color: #b45814;
	border-bottom: 2px solid #3c3528;
}
h4 {
	padding: 0 0 0.6em;
	color: #8db414;
	font: 1.1em "Helvetica Neue",arial,sans-serif;
	clear: left;
}
p {
	padding: 0 0 1em;
	font: 1em/1.5em "Helvetica Neue",arial,sans-serif;
}
ol, ul {
	padding: 0 0 1em 30px;
	font: 1em/1.5em "Helvetica Neue",arial,sans-serif;
}
ul ul {
	padding: 0;
}
ol li {
	font: 0.95em/1.8em "Helvetica Neue",arial,sans-serif;
	list-style: decimal;
}
ul li {
	padding: 0 0 0 25px;
	font: 1em/1.5em "Helvetica Neue",arial,sans-serif;
}
.nopad, .nopad li {
	padding: 0;
}
blockquote p {
	margin: 0 0 0 0;
	padding: 0 0 1em 10px;
	color: #3c3528;
	font: lighter 0.9em/1.5em "Helvetica Neue",arial,sans-serif;
	border-left: 2px solid #8db414;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #8db414;
}
a:hover {
	color: #8db414;
}
a img, a.plain {
	border: 0;
}
.content a.blue, .content a.orange {
	color: #000;
}
.content a.blue:hover {
	color: #147ab4;
}
.content a.orange:hover {
	color: #b45814;
}
.more {
	padding: 1em;
	text-align: center;
	background: #d9d2c5;
}
.post_title {
	padding: 0.6em 0 0;
	width: 480px;
	float: right;
}
h4.post_title {
	padding: 1em 0 0;
}
.twolines {
	padding: 0 0 0.5em !important;
}
h4.twolines {
	padding: 0.4em 0 0.5em !important;
}
.date {
	width: 64px;
	height: 52px;
	margin: 0 0 1em;
	padding: 12px 0 0;
	color: #3c3528;
	font: bold 1.4em/1em "Helvetica Neue",arial,sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	background: url(images/date.png) no-repeat;
	float: left;
}
.date span {
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0;
	display: block;
}


/* FORM ELEMENTS */



form {
	padding: 0 0 3em;
}
fieldset {
	margin: 0 0 2em;
	width: 520px;
	padding: 18px;
	font-size: 0.8em;
	border: 2px solid #b45814;
}
fieldset a {
	border-color: #b45814;
}
fieldset a:hover {
	color: #b45814;
}
legend {
	padding: 0 0.5em;
	color: #b45814;
	font: 1.4em helvetica,arial,sans-serif;
}
input, textarea {
	width: 544px;
	padding: 6px;
	color: #8db414;
	font: 1.1em helvetica,arial,sans-serif;
}
textarea {
	width: 546px;
	height: 3em;
}
fieldset input, fieldset textarea {
	width: 504px;
	color: #b45814;
}
.half {
	width: 48%;
}
fieldset .half input {
	width: 230px;
}
fieldset textarea {
	width: 506px;
}
.button {
	width: 180px;
	color: #000;
	font: 1em helvetica,sans-serif;
	float: right;
}




/* SITE-WIDE CLASSES */



.center {
	margin: 0 auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.small {
	font-size: 1.1em;
	font-weight: lighter;
}
.pad {
	padding: 0.5em;
}
.space {
	padding: 0 1em 0 0;
	color: #b45814;
}
.entry {
	padding: 0 0 5em;
}
.accessible {
	display: none;
}
.footer ul {
	position: absolute;
	right: 30px;
	bottom: 6px;
	padding: 0;
}
.footer li {
	font: bolder 1em "Helvetica Neue",arial,sans-serif;
	float: left;
}
.footer li a {
	color: #fff;
	border: 0;
}
.footer li a:hover {
	border-bottom: 2px solid #fff;
}
.co {
	width: 980px;
	margin: 0 auto;
	padding: 64px 0 0;
}

