/*
Theme Name: FlowOne
Theme URI: http://www.paladinweb.net/
Description: Developed for the FlowOne Lean Consulting group by Paladin Web Services, Graphic Design by CarolMDesigns.
Version: 1.0
Author: Arlen Walker
Author URI: http://www.paladinweb.net/
*/
@import "defaults.css";
@import "editor.css";
@import "typography.css";

html { background: #D0F2FF url(images/home-01.jpg) top center repeat-x; }

body
{
	width: 980px;
	margin: 18px auto;
}

.header { padding: 3px 35px 3px 15px; }

.header ul
{
	float: right;
	padding-top: 10px;
	line-height: 2;
	color: #949494;
}

.header ul li
{
	display: inline;
	padding-left: 15px;
}

.header a, .nav a { text-decoration: none; }
.header a:hover, .nav a:hover { text-decoration: underline; }

#logo
{
	display: block;
	width: 240px;
	height: 80px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999em;
}

.nav
{
	line-height: 2;
	background-color: #177BC6;
	padding: 0 35px 0 10px;
	color: white;
}

.nav a:link, .nav a:visited { color: white; }
.nav ul { margin: 0 auto; }

.nav ul li
{
	display: inline;
	padding-left: 45px;
}

.breadcrumbs
{
	border-bottom: 1px solid #DEDCD8;
	line-height: 2;
	padding: 3px 35px;
}

.breadcrumbs a:link, .breadcrumbs a:visited
{
	color: #0A1C42;
	text-decoration: none;
}
dl.perspectives dd.teaser { display: none; }
.breadcrumbs a:hover { text-decoration: underline; }
h2 { padding: 7px 35px; }
.post-edit-link { padding: 0 35px; }

.footer
{
	clear: both;
	background-color: #0A1C42;
	color: white;
	padding: 3px 35px;
}

.wpcf7-form br { display: none; }

.wpcf7-form label
{
	float: left;
	clear: left;
	width: 7em;
	margin: 2px;
	padding: 1px;
	line-height: 1;
}

.wpcf7-form input
{
	display: block;
	line-height: 20px;
	margin: 3px;
	padding: 2px;
	width: 35em;
}

.wpcf7-form input.button { width: auto; }

.wpcf7-form textarea
{
	display: block;
	margin: 3px;
	padding: 2px;
	width: 35em;
}

.footer p { margin-bottom: 0; }
