/* @override http://www.gofigure.com/wp-content/themes/gofigure/style.css */

/*
Theme Name: gofigure
Theme URI: http://gofigure.com/
Description: Custom theme for the gofigure, LLC company website.
Version: 1.0
Author: Rob Tull
Author URI: http://reboundcreative.com/
*/


/*** RESET RULES (Based on the YUI Reset CSS) ***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }


/*** GLOBAL PAGE RULES ***/

html {
	background: #333 url(images/top_bg.png) top repeat-x;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 30px;
}

body {
	background: url(images/base_bg.png) bottom repeat-x;
	min-width: 920px;
}

em { font-style: italic; }

strong { font-weight: bold; }

sup { font-size: 0.6em; }

a:hover { text-transform: lowercase; }


/*** GLOBAL WIDTH LIMITS ***/

div#menu,
div#banner,
div#content,
div#footer {
	margin: auto;
	width: 920px;
}


/*** MENU ***/

div#menu {
	color: #bdd897;
	height: 38px;
}

div#menu a {
	color: #bdd897;
	text-decoration: none;
	text-transform: lowercase;
}

div#menu a:hover {
	text-transform: lowercase;
	text-decoration: underline;
}

div#menu > ul { float: right; }

div#menu > ul > li {
	float: left;
	height: 28px;
	padding-top: 10px;
	position: relative;
}

div#menu > ul > li > a {
	display: block;
	float: left;
}

div#menu li ul {
	color: #333;
	display: none;
	float: none;
	left: 0;
	position: absolute;
	top: 38px;
	white-space: nowrap;
}

div#menu li:hover ul { display: block; }

div#menu li ul li,
div#menu li ul a {
	padding: 10px 0 2px;
}

div#menu li ul a { color: #333; }


/*** CONTENT WRAPPER ***/

div#content_wrap {
	background: #fff url(images/center_bar.png) 0 202px repeat-x;
	border-color: #7ea646;
	border-style: solid;
	border-width: 2px 0;
	min-width: 920px;
	padding: 0 20px;
}


/*** CONTENT ***/

div#content {
	background: url(images/phone.jpg) 100% 146px no-repeat;
	min-height: 500px;
}

.contact div#content { background: url(images/contact.png) 100% 146px no-repeat; }


/*** BANNER ***/

div#banner { position: relative; }

#banner h1 a {
	background: url(images/logo.jpg) 0 25px no-repeat;
	float: left;
	height: 152px;
	padding: 25px 0;
	width: 277px;
}

#banner h1 span { display: none; }

#banner p {
	font-size: 1.8em;
	font-style: italic;
	position: absolute;
	right: 25px;
	text-align: right;
	top: 120px;
	width: 550px;
}

.contact #banner p { font-size: 1.4em; }

#banner p em { color: #6d9534; }


/*** PRIMARY CONTENT ***/

div#primary_content {
	clear: both;
	padding: 106px 0 20px;
	width: 615px;
}

#primary_content h1,
#primary_content h2,
#primary_content h3,
#primary_content h4,
#primary_content p,
#primary_content ul,
#primary_content ol,
#primary_content dl,
#primary_content dt {
	margin-bottom: 1em;
}

#primary_content h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

#primary_content h3 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
	padding-top: 0.4em;
	text-transform: lowercase;
}

#primary_content h4 {
	font-size: 1.2em;
	padding-top: 0.4em;
}

#primary_content a {
	color: #060;
	text-transform: lowercase;
}

#primary_content pre,
#primary_content blockquote {
	color: #121;
	background: #77dd37 url(images/grad_bg.jpg) repeat-x;
	font-style: italic;
	padding: 1.2em 1.2em 0;
	margin-bottom: 1.2em;
}

#primary_content pre,
#primary_content blockquote {
	font-style: normal;
	padding: 1em;
}

#primary_content dt { font-size: 1.2em; }

#primary_content dd ol {
	margin-bottom: 0;
	padding-left: 2em;
}
#primary_content dd li { padding-bottom: 1em; }

#primary_content ul,
#primary_content ol {
	padding-left: 1.5em;
}

#primary_content ul { list-style: disc; }
#primary_content ol { list-style: decimal; }

#primary_content blockquote dl { margin: 0; }
#primary_content blockquote h3 {
	color: #fff;
	font-style: italic;
	margin-bottom: 0.3em;
	text-align: center;
}

#primary_content ul.post-list {
	line-height: 1.5em;
	text-transform: lowercase;
}

#primary_content span.date {
	font-size: 0.8em;
	text-transform: lowercase;
}

#primary_content p.breadcrumbs {
	font-size: 0.8em;
	font-style: italic;
	text-transform: lowercase;
}


/*** CONTACT FORM ***/

.cform legend {
	color: #6d9534;
	font-size: 1.4em;
	padding: 0 0 1em;
}

.cform ol {
	list-style: none !important;
	padding: 0 !important;
}

.cform label {
	display: block;
	margin-bottom: 0.2em;
}

.cform label:after { content: ':'; }

.cform span.reqtxt, .cform span.emailreqtxt {
	font-size: 0.8em;
	padding-left: 5px;
}

.cform input, .cform textarea {
	background: #d7ebbc;
	border: 0.15em solid #587c27;
	margin-bottom: 10px;
	padding: 3px;
}

.cform textarea { width: 452px; }

.cform input.sendbutton {
	background: #587c27;
	color: #fff;
	padding: 5px;
}

div#usermessagea.failure,
div#usermessagea.mailerr {
	background: #fdd;
	border: 2px dashed #f00;
	color: #f00;
	margin-bottom: 20px;
	padding: 7px;
	width: 400px;
}

div#usermessagea.success,
div#usermessagea.waiting {
	background: #dfd;
	border: 2px dashed #6d9534;
	color: #6d9534;
	margin-bottom: 20px;
	padding: 7px;
	width: 400px;
}

.cf_hidden, .linklove { display: none; }


/*** FOOTER ***/

div#footer {
	color: #bdd897;
	line-height: 57px;
	text-align: right;
	text-transform: lowercase;
}

#footer a { color: #bdd897; }