/*
Theme Name: Precise Financial Planning
Theme URI: http://ryanfait.com/
Description: Precise Financial Planning WordPress theme by <a href="http://ryanfait.com/">Ryan Fait</a>.
Version: 1
Author: Ryan Fait
Author URI: http://ryanfait.com/
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
	min-width: 1000px;
	height: 100%;
}
body {
	font-family: arial,sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	background: #faf0de url(images/splatter.jpg) 95% 100% no-repeat;
}
.wrap {
	position: relative;
	width: 1000px;
	min-height: 580px;
	margin: 0 auto;
	background: url(images/backdrop.jpg) 50% 0 no-repeat;
	z-index: 5;
}
.push {
	height: 150px;
	clear: both;
}

/* BASIC STRUCTURE */

h1 {
	position: absolute;
	left: 101px;
	top: 68px;
	width: 513px;
	height: 104px;
	text-indent: -500em;
	background: url(images/logo.png) no-repeat;
}
.home {
	text-indent: -500em;
}
.home a {
	position: absolute;
	left: 101px;
	top: 68px;
	width: 513px;
	height: 88px;
	display: block;
	z-index: 100;
}
.header {
	position: relative;
	z-index: 10;
}
.header ul {
	position: relative;
	width: 60%;
	height: 75px;
	background: #8a3b0a;
	float: right;
	z-index: 15;
}
.header li {
	padding: 0 0 0 40px;
	font: 1.4em/74px "Myriad Pro",helvetica,sans-serif;
	display: inline;
}
.header a {
	color: #fcf9ed;
	text-decoration: none;
	border-bottom: 3px solid #b04c0e;
}
.header a.active, .header a:hover {
	border-color: #7b2f00;
}
.content {
	width: 690px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin: 80px 0 0;
	padding: 30px 30px 60px;
	background: url(images/translucent.png) repeat;
	float: right;
}
.newsletter {
	position: absolute;
	left: 0;
	top: 370px;
	width: 250px;
	height: 380px;
	background: url(images/newsletter-backdrop.jpg) 100% 0 no-repeat;
}
.newsletter a {
	color: #7f2700;
}
.footer {
	position: relative;
	width: 750px;
	height: 110px;
	margin: 0 auto;
	padding: 40px 0 0 250px;
	font-size: 0.8em;
	z-index: 5;
}
.footer li {
	display: inline;
	text-shadow: 1px 1px 2px #fff;
}


/* MAIN PAGE */

.graphic {
	padding: 0 20px 20px 0;
	float: left;
}
h2.welcome, .half strong {
	padding: 20px 0 0;
	font-size: 1.7em;
	color: #334c96;
}
ul.welcome {
	width: 360px;
	padding: 15px 0 0;
	float: left;
}
.welcome li {
	width: 180px;
	padding: 3px 0;
	color: #7f2700;
	font-size: 1em;
	text-indent: 30px;
	background: url(images/welcome-bullet.png) 10px 50% no-repeat;
	float: left;
}
.welcome li a {
	color: #7f2700;
}

/* TEXTUAL FORMATTING */

h2 {
	padding: 0 0 0.8em;
}
h3 {
	padding: 0 0 1em;
	clear: left;
}
h4 {
	padding: 0;
}
h3 small {
	font-size: 0.8em;
	font-weight: normal;
}
p {
	padding: 0 0 1em;
	color: #7f2700;
	font: 1em/1.4em "Myriad Pro",helvetica,sans-serif;
}
.content ul {
	padding-bottom: 1em;
}
.newsletter h2 {
	display: none;
}
.newsletter p {
	padding: 125px 0 10px 70px;
}
.newsletter div {
	padding: 0 0 10px 70px;
	color: #000;
	font: 0.9em/1.4em "Myriad Pro",helvetica,sans-serif;
}
input {
	width: 150px;
	padding: 3px;
	font-size: 1em;
}
#signup {
	width: 100px;
	height: 25px;
	margin: 8px 0 0 30px;
	color: #fff;
	font-size: 13px;
	background: #672604;
	border: 0;
	cursor: pointer;
}
#signup:active {
	background: #000;
}
.ourlist li {
	padding: 0 0 4px 10px;
	margin: 0 0 4px 25px;
	list-style-type: square;
}
.footer p {
	padding: 0 0 5px;
	color: #8a3b0a;
}
.footer ul {
	padding: 0 0 5px;
}
.footer li {
	padding: 0 10px 0 0;
}
.footer a {
	color: #4d1d00;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}




/* CONTACT PAGE */


.third {
	width: 38%;
	padding: 45px 0 0;
}
.half {
	width: 50%;
}
.half label {
	font-size: 0.9em;
}
.tthird {
	width: 60%;
}
.contact label {
	margin: 20px 0 0;
	text-align: left;
	display: block;
}
.contact input, select {
	width: 400px;
	margin: -10px 0 0;
}
textarea {
	width: 400px;
	height: 70px;
}
address {
	padding: 0 0 1em;
}
.contact h3 {
	margin: 30px 0 0;
	padding: 0;
}
.contact input.button {
	width: 120px;
	margin: 20px 0 0;
}
.contact input.checkbox {
	width: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	padding: 20px 0 0;
	clear: left;
}
.home {
	opacity: 0;
}


