/*  
Theme Name: Ledge Network
Theme URI: http://ledgenetwork.com
Description: 
Version: 1.0
Author: Matt Brett
Author URI: http://mattbrett.com
*/

/* GLOBALS */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: small "Trebuchet MS", Arial, Verdana, sans-serif;
	background: #000 url(images/bg-body.jpg) left top repeat-x;
	color: #777
}

/* CONTAINERS */

.wrapper {
	width: 530px;
	margin: 0 auto;
	padding: 0;
}

/* HEADER */

#header {
	background: transparent url(images/bg-header.jpg) center top no-repeat;
	padding: 0;
}

#header .wrapper {
	position: relative;
	min-height: 201px;
}

#linkhome {
	width: 261px;
	position: absolute;
	top: 35px;
	left: 0;
	background: url(images/logo.gif) no-repeat;
}

#linkhome a {
	display: block;
	height: 103px;
	text-indent: -9999px;
	overflow: hidden;
}

#blurb {
	font-size: 1em;
	height: 75px;
	padding: 57px 0 0 280px;
	overflow: hidden;
}

/* NAVIGATION */

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	font: normal .95em "Arial", verdana, sans-serif;
}

#nav li {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	background: #424242 url(images/nav-left.jpg) -24px 0 no-repeat;
}

#nav li a {
	text-decoration: none;
	display: block;
	float: left;
	border-bottom: 1px solid #202020;
	color: #ccc;
	background: url(images/nav-right.jpg) right top no-repeat;
	padding: 0 0 0 12px;
}

#nav li a span {
	display: block;
	width: auto;
	padding: 7px 0 5px 0;
	background: url(images/nav-bg-inactive.jpg) left top repeat-x;
	margin: 0 12px 0 0;
}

#nav li:hover {
	background: #666 url(images/nav-left.jpg) -12px 0 no-repeat;
}

#nav li:hover a {
	background: url(images/nav-right-hover.jpg) right top no-repeat;
	color: #eee;
}

#nav li:hover a span {
	background: url(images/nav-bg-hover.jpg) left top repeat-x;
}

#nav li.current {
	background: #fff url(images/nav-left.jpg) 0 0 no-repeat !important;
}

#nav li.current a {
	background: url(images/nav-right-active.jpg) right top no-repeat !important;
	border-bottom: 1px solid #fff !important;
	color: #333 !important;
}

#nav li.current a span {
	background: url(images/nav-bg-active.jpg) left top repeat-x !important;
}

/* PAGE */

#page {
	background: #000 url(images/bg-page.jpg);
	padding: 0;
}

#page .wrapper {
	background: #ccc url(images/bg-content.jpg) left top repeat-x;
}

/* CONTENT */

#content {
	padding: 30px 19px 5px 19px;
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
}

#content h1 {
	font-size: 1.9em;
	color: #406325;
	text-transform: uppercase;
	line-height: 1em;
}

#content h2 {
	font-size: 1.4em;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em 0;
}

#content h3 {
	font-size: 1.1em;
	color: #67913b;
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
	margin: 0 0 1em 0;
	line-height: 1em;
}

#content p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	font-size: .95em;
}

#content p a:link, #content p a:active, #content p a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	background: #ddd;
}

#content p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
	background: #ddd;
}

a img {
	margin-bottom: -5px;
}

.sent_message {
	padding: 10px;
	color: #406325;
	background: #d1e3be;
	border-top: 1px solid #68923d;
	border-bottom: 1px solid #68923d;
}

.errors {
	padding: 10px;
	color: #632525;
	background: #e1acac;
	border-top: 1px solid #913c3c;
	border-bottom: 1px solid #913c3c;
}

/* FORMS */

fieldset {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #bbb;
}

legend {
	font-size: 1em;
	color: #666;
	text-transform: uppercase;
	line-height: 1em;
	padding: 2px 5px;
}

div {
	clear: both;
	padding: 0 0 5px 0;
}

input {
	width: 320px;
	background: #f6f6f6;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #333;
	padding: 3px 5px;
	font-size: .95em;
}

.submit-button {
	width: auto;
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	color: #333;
	padding: 3px 10px;	
}

select {
	width: 250px;
	background: #f6f6f6;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #333;
	font-size: .95em;
	padding: 3px 5px;
}

label {
	display: block;
	width: 125px;
	color: #333;
	float: left;
	text-align: right;
	font-size: .95em;
	padding: 0 10px 0 0;
}

textarea {
	width: 320px;
	height: 125px;
	background: #f6f6f6;
	color: #333;
	font: .95em "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 5px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.radio input, .checkbox input {
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	background-color: #ccc;
}

/* FOOTER */

#footer {
	border-top: 1px solid #202020;
	padding: 20px 0;
	text-align: center;
	font-size: .95em;
}