/* Author: Brad Whitcomb
Client/Project: The Next Level Script
Created: November 2009 */

/* 
Header > Head Container
Masthead > Logo + Navigation
Container > Site Container
Content > Content Container
Pages > Extend Content
Footer > Site Footer 
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* sets 10px = 1em, allows for cascade */
	color: #2d2d2d;
	padding-bottom: 20px;
	background: url(../img/paper4.jpg) repeat;
}

a, a:visited, a:active { color: #2d2d2d; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#flash {
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#flash p {
	color: #FFFFFF;
	font-size: 14px;
}

#flash.notice {
	background: #303b45;
}

#flash.error {
	background: #A60000;
}

/* HEADER */

#header {
	width: 100%;
	height: 100px;
	background: url(../img/mast_bottom3.png) repeat-x;
}

/* HEADER > MASTHEAD */

#masthead {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: auto;
}

#masthead h1 {
	margin-top: 10px;
	float: left;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	font-weight: normal;
}

#masthead img {
	margin-top: 5px;
	float: left;
}

#masthead ul {
	float: right;
}

#masthead ul li {
	float: left;
	margin: 5px 30px 0 0;
}

#masthead ul li.last {
	margin-right: 0;
}

#masthead ul li a {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #e2e2e2;
	text-decoration: none;
}

#masthead ul li a span {
	display: block;
	font-size: 13px;
	letter-spacing: 0.8px;
}

#masthead ul li a:hover,
#masthead ul li a.active {
	color: #FFFFFF;
}

#masthead ul li a:hover span,
#masthead ul li a.active span {
	color: #e8dcb4;
}

/* SITE CONTAINER */

#container {
	width: 940px;
	margin: 0 auto;
}

/* CONTENT CONTAINER */

#content {
	width: 940px;
	margin-bottom: 20px;
}

#content.floated {
	display: inline;
	float: left;
	width: 680px;
	margin-right: 20px;	
}

#content h2 {
	display: inline-block;
	margin-bottom: 20px;
}

#content span {
	font-weight: bold;
	color: #3d3d3d;
	font-size: 16px;
}

#content p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
}

#content p.notice {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

/* CONTENT > forms */

#content form {
	margin-bottom: 10px;
}

#content form ul.errors {
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	background-color: #A60000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content form ul.errors h5 {
	margin-bottom: 10px;
}

#content form ul.errors li {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
}

#content form div.form_row {
	margin-bottom: 10px;
}
#content form div.inline_form_row {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content form label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

#content.contact form label,
#content.login form label {
	display: none;
}

#content form input,
#content form textarea {
	color: #2d2d2d;
	margin-top: 5px;
	padding: 10px;
	font-size: 14px;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content form input:focus,
#content form textarea:focus {
	border: 2px solid #8795A2;
}

#content form.embedded_labels input,
#content form.embedded_labels textarea {
	color: #8795A2;
}

#content form textarea {
	line-height: 20px;
}

#content.contact form input,
#content.contact form textarea {
	font-size: 16px;
}

#content.contact div.inline_form_row input { width: 300px; }
#content.contact div.form_row input { width: 400px; }
#content.testimonials div.inline_form_row input { width: 400px; }
#content.testimonials div.form_row input { width: 300px; }
#content.pages div.inline_form_row input { width: 400px; }
#content.pages div.form_row input { width: 300px; }

#content form input.huck {
	width: 50px;
}

#content div.button {
	margin-top: 20px;
}
#content .button input,
#content .button a,
#content .button button {
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border: 2px solid #F3F3F3;
	background-color: #5f6a74;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .button input:hover,
#content .button a:hover,
#content .button button:hover {
	background-color: #303B45;
}

/* SIDEBAR */

#sidebar {
	display: inline;
	float: left;
	padding-top: 20px;
	padding-left: 25px;
	width: 215px;
	background: url(../img/sidebar_divide.jpg) no-repeat top left;
}

#sidebar h5 {
	margin-bottom: 15px;
}

#sidebar ul li, #sidebar p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#sidebar a {
	font-weight: bold;
}

#sidebar a.contact {
	margin: 0 auto;
}

/* FOOTER */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	color: #b8b8b8;
	text-align: left;
}
#footer ul li {
	display: inline;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer ul li:after {
	content: ' | ';
}
#footer ul li:last-child:after {
	content: '';
}
#footer a {
	color: #b8b8b8;
	text-decoration: none;
}
#footer a:hover {
	color: #393939;
}

/* PAGES */

/* PAGES > Home */

#content.home {
	padding-top: 20px;
}

/* PAGES > Testimonials */

#content.testimonials span.button a {
	font-size: 14px;
	padding: 3px 6px;
	margin-left: 10px;
}

#content.testimonials div.testimonial {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content.testimonials div.testimonial blockquote {
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
	background: url(../img/blockquote_open.png) no-repeat top left;
  text-indent: 40px;
}
#content.testimonials div.testimonial blockquote span {
	display: inline-block;
	width: 20px;
	background: url(../img/blockquote_close.png) no-repeat bottom right;
}
#content.testimonials div.testimonial p {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 14px;
}
#content.testimonials div.testimonial p span {
	font-weight: normal;
	color: #2d2d2d;
	font-size: 12px;
}
#content.testimonials div.testimonial p span,
#content.testimonials div.testimonial p a {
	margin-left: 5px;
}

#content.testimonials div.testimonial p a.blue_button {
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 6px;
	cursor: pointer;
	border: 2px solid #F3F3F3;
	background-color: #5f6a74;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content.testimonials div.testimonial p a.blue_button:hover {
	background-color: #303B45;
}


#sidebar div.excerpt {
	margin-bottom: 20px;
}

#sidebar div.excerpt blockquote {
	padding-top: 5px;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	background: url(../img/blockquote_open.png) no-repeat top left;
  text-indent: 40px;
}
#sidebar div.excerpt blockquote span {
	display: inline-block;
	width: 20px;
	background: url(../img/blockquote_close.png) no-repeat bottom right;
}
#sidebar div.excerpt p {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
}

/* PAGES > About */

#content.about img {
	float: right;
	margin: 0 0 5px 20px;
	border: 2px solid #303b45;
}

#content.about ul li {
	display: inline;
	margin-right: 10px;
	text-align: center;
}

#content.about ul li img {
	float: none;
	border: none;
}

#content.about ul li a {
	color: #FFFFFF;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #5f6a74;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content.about ul li a.imdb {
	padding: 5px 10px 5px 34px;
	background: #5f6a74 url(../img/imdb-24x24.png) no-repeat 5px 50%;
}

#content.about ul li a.linkedin {
	padding: 5px 10px 5px 34px;
	background: #5f6a74 url(../img/linkedin-24x24.png) no-repeat 5px 50%;
}

#content.about ul li a:hover {
	background-color: #303B45;
}

#content.about ul li p {
	display: inline;
	line-height: 24px;
}

/* PAGES > Admin */

#content.admin div.button {
	margin-top: 0;
}

#content.admin ul.menu {
	width: 100%;
	display: block;
}

#content.admin ul.menu li {
	display: inline;
	margin-right: 10px;
}

/* PAGES > Services */

#content.services h3 {
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#content.services p {
	margin-bottom: 20px;
}
#content.services div.service {
	margin-bottom: 10px;
	padding: 10px;
	width: 660px;
	background: url(../img/service_bg.png) repeat top left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content.services div.service:hover {
	/* color: #2d2d2d; */
	color: #FFFFFF;
	background: #303b45;
	cursor: default;
}
#content.services div.service h3 {
	display: inline-block;
	margin-bottom: 10px;
}
#content.services div.service ul {
	padding-left: 20px;
}
#content.services div.service ul li {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
#content.services div.service ul li.important {
	font-weight: bold;
}
#content.services div.service p.price {
	float: right;
	padding: 5px;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	background: #5f6a74;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content.services div.service p.hourly {
	width: 110px;
}
#content.services div.service ul.options {
	margin-top: 10px;
}
#content.services div.service ul.options li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
#content.services div.service ul.options li p {
	margin-bottom: 0;
}
#content.services div.service ul.options li h5 {
	margin-bottom: 10px;
}
#content.services div.service ul.options li p.price {
	float: none;
}

/* PAGES > Contact */

#content.contact p {
	margin-bottom: 20px;
}

#sidebar a.contact {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	width: 160px;
	text-align: center;
	color: #FFFFFF;
	background-color: #5f6a74;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar a.contact:hover {
	background-color: #303B45;
}