/*
Theme Name: Paydirt
UI: http://www.paydirtdesign.com/
Description: Screen CSS for corporate site
Author: Adam Munson
Author URI: http://www.paydirtdesign.com/
Version: 1.0

TOC
0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Bottom Navigation
6- Side Navigation
7- Forms
8- Extras
9- Footer
*/

/* =0 Reset
----------------------------------------------------*/
@import url('reset.css');

/* =1 Global
----------------------------------------------------*/
body {
	color: #442200;
	font-family: garamond,times,serif;
	font-size: 16px;
	display: block;
	margin: 0;
	background: url("/images/bg.jpg") #efdead repeat-x scroll top left;
}
div.header {
	padding-top: 30px;
	width: 900px;
        margin-left: auto;
        margin-right: auto;
	position: relative;
	z-index: 9;
}
img.header {
	float: left;
}
img.logo {
	float: right;
	margin-left: 30px;
}
address {
    display: block;
    text-align: center;
    font-weight: 500;
    font-style: normal;
}
div.body {
	postion: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div.main {
	line-height: 25px;
	width: 650px;
	float: left;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 65px;
	position: relative;
	z-index: 1;
}
div.main p, div.main dl {
	margin-top: 10px;
	margin-left: 5px;
}
dt {
	font-weight: 900;
}
dd , dt {
	display: inline;
}
dt:after {
	content: " - ";
}
div.main img {
	float: right;
	border: 1px solid #420;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.main ul {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 10px;
}
div.main ol {
	list-style-type: decimal;
	margin-left: 35px;
	margin-top: 10px;
}

/* =2 Links
----------------------------------------------------*/
a {
	color: #00b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* =3 Headings
----------------------------------------------------*/
div.main h1 {
	font-size: 30px;
	font-weight: 900;
	color: #420;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.main h2 {
	font-size: 20px;
	font-weight: 900;
	color: #420;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
}
div.main h3 {
    font-size: 15px;
    font-weight: 900;
    color: #420;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/* =4 Header
----------------------------------------------------*/

/* =5 Bottom Navigation
----------------------------------------------------*/
ul.fnav {
    clear: both;
    font-variant: small-caps;
    font-size: .85em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
}
ul.fnav li {
    display: inline;
    padding: 8px;
}
ul.fnav li.nl {
    clear: left;
}


/* =6 Side Navigation
----------------------------------------------------*/
ul.nav {
    font-variant: small-caps;
    color: #420;
    margin-bottom: 50px;
    width: 179px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 75px;
    position: relative;
    z-index: 1;
    float: right;
}
ul.nav li {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 5px;
}
ul.nav li a, ul.nav li a:link, ul.nav li a:active, ul.fnav li a, ul.fnav li a:link, ul.fnav li a:active {
    color: #420;
    text-decoration: none;
}
ul.nav * a:visited, ul.fnav * a:visited {
    color: #420;
    text-decoration: none;
}
ul.nav li a:hover {
    text-decoration: underline;
}
ul.nav li li {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}


/* =7 Form
----------------------------------------------------*/
legend, form h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
form {
    margin-bottom: 15px;
}
fieldset {
    border-bottom: solid 1px #056100;
}
form div.form-section {
    background-color: #b5e0b2;
    padding: 10px;
    border: solid 1px #056100;
    border-bottom: none;
}
form div.form-section img {
    margin-top: 23px;
    background-color: #ffffff;
}
form div.form-section label img {
    margin: 0;
} 
form label {
    width: 230px;
    text-align: right;
    display: block;
    float: left;
    font-weight: 900;
    margin-right: 5px;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 4px;
}
form input, form select, form textarea {
    margin-top: 15px;
}
form input.text {
    width: 230px;
}
form div.form-list {
    width: 430px;
    margin-left: 205px;
    margin-top: 17px;
}
form input.checkbox, form label.checkbox {
    margin-bottom: 0;
    margin-top: 5px;
    display: block;
    float: left;
}
form label.checkbox {
    width: 160px;
}
form label.radio {
    width: auto;
    float: none;
    display: inline;
    margin-left: 5px;
    margin-right: 0;
}
form input.radio {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 18px;
}
form label.urll {
    margin-bottom: 0px;
    margin-top: 10px;
    vertical-align: center;
    line-height: 17px;
}
form label.url, form label.urll, form select, form label.select, form label.text, form label.button {
    margin-bottom: 0px;
}

form h3 {
    position: absolute;
    text-align: left;
    display: block;
    font-weight: 900;
    font-size: 15px;
}
form h4 {
    width: 230px;
    text-align: right;
    display: block;
    float: left;
    font-weight: 900;
    margin-right: 5px;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 0px;
}
dd input.admin {
    border-bottom: 2px solid #033300;
    border-top: 2px solid #056100;
    border-left: 2px solid #056100;
    border-right: 2px solid #033300;
    background: #B1C759;
    color: #033300;
    font-size: 15px;
    font-weight: 900;
}

/* =8 Extra
----------------------------------------------------*/
span.red {
    color: red;
    font-weight: 900;
}
br.clear {
    clear: both;
}
br.clear-left {
    clear: left;
}
br.clear-right {
    clear: right;
}
p.note {
    font-weight: 100;
    font-size: 10px;
}
td {
    font-weight: 900;
    padding-right: 15px;
    padding-top: 5px;
}
td.header {
    font-size: 15px;
}
hr {
    width: 600px;
    height: 1px;
    color: #d7b54e;
    background-color: #d7b54e;
    border: none;
}
div.main p.quote {
    width: 300px;
    margin-left: 100px;
    margin-right: auto;
    display: block;
    text-align: center;
    line-height: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
}
div.main p.quote strong {
    font-size: 20px;
}

/* =9 Footer
----------------------------------------------------*/
div.footer {
    font-variant: small-caps;
    clear: both;
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
    background: url("/images/footer-accent.png") transparent no-repeat scroll top center;
}
