/*
 * WYSIWYG Editor Style
 *
 * Basic HTML Styles & Fonts
 *
 * Copyright 2011 Sprocket Design, LLC. 
 * All Rights Reserved
 */

/*****************************
    Fonts
******************************/
body,
input,
textarea {
	font-family: Verdana, san-serif;
}
h1,h2,h3,h4,h5,h6,
#menu,
#contact-controls,
#banner-caption,
.testimonial-author .name {
	font-family: 'Rokkitt', serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code, kbd, tt {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#how-we-roll ul {
	font-family: Verdana, Arial, san-serif;
}

/*****************************
    Basic HTML Style
******************************/

body {
	font-size: 13px;
	line-height: 1.5;
}
body,
input,
textarea {
	color: #766B54;
	font-size: 12px;
	line-height: 1.5em;
}
hr {
	margin-bottom: 18px;
	clear: both;
	height: 0px;
	border-bottom: 1px dotted #974238;
	color: transparent;
	background-color: transparent;
}

p {
	margin-bottom: 1em;
}
ul {
	list-style: circle;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.5em 0;
}
dt {
	font-weight: bold;
	padding: 0 0 0 1.5em;
}
dd {
	margin-bottom: 18px;
	padding: 0 0 0 3.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.5em;
}
ins {
	background: #ffffcc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	margin: 1em 2em;
	padding: 0.5em 1em;
	border-left: 6px solid #18303C;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
address {
	margin: 1em 0 1em 2em;
	font-style: italic;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	letter-spacing: 0.1em;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link {
	color: #18303C;
}
a:visited {
	color: #635D56;
}
a:active,
a:hover {
	color: #974238;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0 0 5px 0;
	line-height: 1.25em;
	font-weight: normal;
}
h1 {
	font-size: 3.0em;
	color: #18303C;
}
h2 {
	font-size: 2.0em;
	color: #635D56;
}
h3 {
	font-size: 1.5em;
	color: #974238;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}
table {
	border: 1px solid #887C64;
	width: 100%;
}
th {
	font-weight: bold;
}
th,td {
	border: 1px dotted #887C64;
	padding: 5px;
}

/*****************************
    WYSIWYG Editor
******************************/

body.wp-editor {
	background: url('images/content_bg.png') repeat scroll 0 0 transparent;
}

div.twocolumns {
	clear: both;
}

div.twocolumns div.col {
	width: 50%;
	float: left;
}

div.twocolumns div.col {
	width: 50%;
	float: left;
}

.dotted_background {
	background: url('images/dotted_bg.png') repeat top left;
}


/*****************************
    Common Patterns
******************************/

div.two-columns {
	clear: both;
	margin: 0 0 20px 0;
	min-height: 185px;
}
div.two-columns .one {
	width: 50%;
	float: left;
}
div.two-columns .two {
	width: 50%;
	float: left;
}

.one.aligncenter {
	text-align: center;
}

div.two-columns.portrait {
	min-height: 150px; 
}

.portrait .one {
	text-align: right;
}
.portrait .one img {
	margin-right: 20px;
}
.portrait .two {
	padding-top: 30px;
	font-size: 1.15em;
	line-height: 2em;
}


/*****************************
    Testimonials
******************************/

.testimonial {
	background: url("images/testimonial_quote.png") no-repeat scroll 10px top #E1D5BA;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 15px 15px 55px;
	position relative;
	color: #5f5642;
}

.testimonial-author {
	background: url("images/testimonial_point.png") no-repeat scroll 60px top transparent;
	padding: 20px 0 50px 50px;
}

.testimonial-author .name {
	font-weight: bold;
	font-size: 1.75em;
	color: #18303C;
}
.testimonial-author .affiliation {
	font-style: italic;
}
.testimonial-author a {
	text-decoration: none;
	color: #766B54;
}
.testimonial-author a:hover {
	text-decoration: underline;
	color: #974238;
}


