/* CSS Document */

@import url("reset.css");
@import url("fonts.css");

html {
}

body {
	font: 10pt/14pt Helvetica, Arial, Verdana, sans-serif;
	color: #82bcd9;
	background: #003b59 url('images/background.png') top center no-repeat;
}

h1, h2, h3, h4 {
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}

h1 {
	width: 100%;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #1c678c;
}

h2 {
	font-size: 1.6em;
	margin: 25px 0 15px;
}

h2.title {
	margin-top: 0;
}

h2.divider {
	padding-bottom: 16px;
	border-bottom: 3px solid #1c678c;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 3px;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
}

p.emphasis {
	font-weight: bold;
	font-style: italic;
}

a {
	color: #BFEAFF;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #82bcd9;
}

ul, ol {
	margin: 0 0 20px 40px;
}

li {
	margin-bottom: 6px;
}

pre {
	display: block;
	font: 9pt/10pt monospace;
	margin-left: 20px;
	padding: 10px 0 10px 15px;
	margin-bottom: 20px;
/*	background: #004465;
*/	background: #00334d;
	border-left: 1px solid #1c678c;
}

code {

}

strong {
}

/*
 *	design elements
 */

div.clear {
	clear: both;
}

div.space {
	margin: 40px 0;
}

div.divider {
	width: 100%;
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: #1c678c;
}

form .divider {
	height: 1px;
	margin: 20px 0;
}

span.boxed {
	display: inline-block;
	padding: 5px 9px;
	margin-right: 20px;
	background: #1c678c;
}

/* BUTTONS */

a.button {
	position: relative;
	font-weight: bold;
	display: inline-block;
	width: .1em; /* IE fix */
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 20px 0;
	padding-right: 25px;
	background: transparent url('images/button_a.png') no-repeat scroll right top;
	border: none;
}

a.button[class] { width:auto; }	/* IE hack */

a.button span.label {
	background: transparent url('images/button_span.png') no-repeat left top;
	display: block;
	height: 25px;
	color: #003b59;
	text-shadow: 0px 1px 0px #82bcd9;
	font-size: 1.4em;
	line-height: 25px;
	padding: 5px 0 5px 25px;
	border: none;
}

a.button:hover {
	text-decoration: none;
	cursor: pointer;
	background-position: right -35px ;
}

a.button:hover span.label {
	background-position: left -35px ;
}

a.button:active {
	color: #fff;
	outline: none;
	background-position: right -35px ;
}

a.button:active span.label {
	background-position: left -35px ;
}

/*
 *	layout elements
 */

.half {
	position: relative;
	width: 460px;
	float: left;
	display: inline;
}

.half.left {
	clear: left;
	margin-right: 20px;
}

.half.right {
	margin-left: 20px;
}

/*
 *	layout blocks
 */

div#wrapper {
	width: 960px;
	margin: 0 auto;
}

div#header {
	position: relative;
	height: 150px;
	margin-bottom: 40px;
}

div#logo {
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 170px;
	height: 70px;
	background: url('images/logo.png?8162010') no-repeat;
}

div#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

div#navtop_left, div#navtop_right {
	font-size: .8em;
	font-weight: bold;
}

div#navtop_left {
	position: absolute;
	bottom: 0;
	right: 530px;
	text-align: right;
	padding-right: 25px;
	border-right: 1px solid #1c678c;
}

div#navtop_right {
	position: absolute;
	bottom: 0;
	left: 430px;
	padding-left: 25px;
}

div#header ul {
	list-style: none;
	margin: 0;
}

div#header li {
	list-style: none;
	margin: 5px 0 0;
}

div#header li.current {
	color: #92cc09;
}

div#header ul a {
	text-decoration: none;
}

div#header ul a:hover {
	text-decoration: underline;
}

div#header #testimony_callout {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
	height: 80px;
	display: table-cell;
	vertical-align: bottom;
	color: #bfeaff;
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	padding: 45px 30px 30px;
	background: url('images/callout.png') repeat-x;
}

div#header #testimony_callout .signature {
	display: inline-block;
	font-size: .8em;
	font-style: normal;
	color: #73c1e6;
	margin-left: 40px;
}

div#body {
	
}

div#breadcrumbs {
	margin: 20px 0 0px;
}

div#footer {
	line-height: 1.5em;
	margin-top: 20px;
	padding-bottom: 80px;
}

div#footer img.icon {
	display: inline-block;
	vertical-align: -3px;
	margin-right: 2px
}

div#footer .divider {
	margin-bottom: 20px;
}

div#footer .copyright {
	float: right;
	display: inline;
}

/*
 * Home
 */

.index div#billboard {
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	text-align: right;
}

div#billboard h1 {
	font-size: 2.6em;
	line-height: 1.1em;
	margin: -5px 0 5px;
	color: #92cc09;
	border: none;
}

div#billboard h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: -5px 0 5px;
	border: none;
}

div#billboard span.struck {
	color: #63a0bf;
	text-decoration: line-through;
}

p.letsgetstarted {
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #63a0bf;
}

.index div#blog {
	width: 460px;
	margin-bottom: 10px;
}

.index div#blog h2.title {
	margin-bottom: 20px;
}

.index div#blog .entry {
	clear: both;
	padding: 15px 0;
	border-top: 1px solid #1c678c;
}

.index div#blog .entry img {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 2px;
}

.index div#blog .entry .content {
	float: left;
	display: inline;
	width: 380px;
}

.index div#blog .entry h3 {
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	margin: 0;
}

.index div#blog .entry h3 a {
	color: #fff;
/*	color: #bfeaff;*/
}

.index div#blog .entry .author {
	font-size: .8em;
	font-style: italic;
}

.index div#blog .entry .excerpt {
	font-size: .9em;
	line-height: 1.5em;
}

/*
 * Agency Partnership
 */

.testimony {
	color: #bfeaff;
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	padding: 20px;
	margin: 0 0 20px;
	background: #1c678c;
}

.testimony img {
	float: left;
	display: inline;
	width: 80px;
	height: 80px;
	margin: 0 20px 10px 0;
}

.testimony .signature {
	display: inline-block;
	font-size: .8em;
	font-style: normal;
	color: #73c1e6;
	margin-left: 40px;
}


/*
 * Work
 */

div.work {
	margin: 40px 0;
}

div.work img {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 40px;
}

div.work div.description {
	float: left;
	display: inline;
	width: 620px;
}

div.work h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0px 0 5px;
}

div.work a.link {
	display: inline-block;
	margin: 0 0 25px;
}

div.work ul {
	margin-left: 30px;
}

div.work div.stats {
	font-size: .8em;
	line-height: 1.3em;
}

div.work div.stats strong {
	color: #fff;
}

div.work span.category {
	font-weight: bold;
	color: #fff;
}

div.work div.quote {
	display: none;
	clear: both;
	width: 920px;
	color: #bfeaff;
	font-family: 'MuseoSans500', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 40px;
	padding: 20px;
	background: #1c678c;
}

div.work div.quote .signature {
	display: inline-block;
	font-size: .8em;
	font-style: normal;
	color: #73c1e6;
	margin-left: 40px;
}

div.work_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #1c678c;
}


/*
 * Team
 */

.about img.signature {
	display: block;
	margin-top: 5px;
}

div.profile {
	margin: 0 0 40px;
}

div.profile div.badge {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 30px;
}

div.profile div.badge span.title {
	font-style: italic;
}

div.profile div.badge span.posts {
	font-style: normal;
}

div.profile div.bio {
	float: left;
	display: inline;
	width: 270px;
}

/*
 * Process
 */

div.diagram {
	width: 100%;
	height: 150px;
	background: url('images/process.png') no-repeat;
}

/*
 * Services
 */

table.pricing th, table.pricing td {
	padding: 4px 8px;
}

table.pricing th {
	background: #1c678c;
	color: #bfeaff;
	font-weight: bold;
	white-space: nowrap;
}

table.pricing td.cost {
	white-space: nowrap;
}

/*
 * Contact
 */

form#contact_form {
	margin: 0 60px;
}

form#contact_form .flash {
	color: #ec2c34;
	font-weight: bold;
	margin-bottom: 10px;
}

form#contact_form .field {
	clear: both;
	margin-bottom: 10px;
}

form#contact_form label {
	float: left;
	clear: both;
	display: inline-block;
	width: 220px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}

form#contact_form input[type=text] {
	clear: both;
	width: 180px;
}

form#contact_form textarea {
	width: 380px;
	height: 60px;
}

form#contact_form .checkboxset {
	float: left;
	display: inline-block;
	margin-left: 20px;
}

form#contact_form .checkboxset label {
	float: none;
	text-align: left;
	margin: 0 0 0 5px;
}

form#contact_form #contact_submit {
	margin-left: 230px;
}

/*
 * Blog
 */

.blog div#breadcrumbs {
	margin: 20px 0 -20px 170px;
}

div#posts {
	float: left;
	display: inline;
	width: 770px;
}

div.post {
	margin: 40px 0;
}

div.post div.badge {
	clear: left;
	float: left;
	display: inline;
	width: 170px;
}

div.post div.content {
	float: left;
	display: inline;
	width: 600px;
}

div.post h2.title {
	margin-top: 0;
}

div.post h2.title a {
	color: #fff;
	text-decoration: none;
}

div.post h2.title a:hover {
	text-decoration: underline;
}

div.post div.content blockquote {
	font-style: italic;
	margin: 20px 0 20px 40px;
	padding-left: 20px;
	border-left: 3px solid #1c678c;
}

div.post div.content img {
	display: block;
	margin: 0 auto;
}

div.post div.content img.left {
	float: left;
	display: inline;
	margin: 10px 20px 10px 0;
}

div.post div.content img.right {
	float: right;
	display: inline;
	margin: 10px 0 10px 20px;
}

div.post div.footer {
	height: 32px;
	padding: 10px 0 30px;
	border-bottom: 1px solid #1c678c;
}

div.post .comment_link {
	float: left;
	display: inline;
	color: #fff;
	height: 18px;
}

div.post .comment_link a {
	display: inline-block;
	color: #fff;
	padding: 5px 8px 5px 35px;
	background: #1c678c url('images/comment_icon.png') 6px center no-repeat;
}

div.post .share {
	float: right;
	display: inline;
	width: 80px;
	padding: 6px;
	background: #1c678c;
}

#comments .comment {
	margin: 20px 0;
}

#comments .comment .badge {
	width: 130px;
	padding: 10px 15px;
	background: #1c678c;
}

.comment .badge .name {
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
}

.comment .badge .name a {
	color: #fff;
}

.comment .badge .date {
	font-style: italic;
	font-size: .8em;
	line-height: 1.2em;
}

#comments .comment .content {
	width: 415px;
	padding: 0 0 0 25px;
	background: #003b59;
}

form#comment_form {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #1c678c;
}

form#comment_form .flash {
	color: #ec2c34;
	font-weight: bold;
	margin-bottom: 10px;
}

form#comment_form label {
	display: inline-block;
	width: 60px;
	font-weight: bold;
	text-align: right;
	margin-right: 6px;
}

form#comment_form .name, form#comment_form .email, form#comment_form .url {
	width: 180px;
	margin-bottom: 10px;
}

form#comment_form .content {
	width: 100%;
	height: 100px;
	margin-top: 5px;
}

form#comment_form .captcha {
	margin: 0;
}

form#comment_form .security_code {
	width: 150px;
}

form#comment_form .submit {
	float: right;
	display: inline;
	margin-top: 20px;
}

.blog div#rightbar {
	float: right;
	display: inline;
	width: 150px;
	margin: 35px 0 0 40px;
}

.blog div#rightbar ul {
	margin-left: 15px;
}

.blog div#rightbar .divider {
	height: 1px;
	margin: 25px 0;
}

.blog div#rightbar .rss_callout {
	padding-left: 45px;
	background: url('images/rss.png') 0 bottom no-repeat;
}
