@charset "utf-8";

/* html5 shiv declarations for IE */
article, aside, figure, footer, header, hgroup, menu, nav, section { 
	display: block; 
}
/* basic element reset */
body, html, p, div, header, footer, section, nav, ul, li, img {
	padding: 0;
	margin: 0;
	border: none;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
/* site body */
body {
	background-color: #fdfcf7;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: "Crimson Text", "Times New Roman", Times, serif;
}
/* default fonts */
p {
	font-size: 19px;
	line-height: 24px;
	color: #615853;
	font-weight: normal;
	padding: 1px 0 1px;
	margin: 0 0 14px 0;
	width: 99%;
}
p a {
	color: #cc3300;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;	
}
p.clear { /* clear floats to new line */
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* headings */
h1 {
	font-size: 39px;
	line-height: 51px;
	color: #a39389;
	font-style: italic;
	position: relative;
	padding: 0;
	margin: 0 0 10px -3px;
	font-weight: normal;
}
h1 em {
	color: #cc3300;
	font-style: italic;
	font-weight: inherit;
}
h2 {
	font-size: 19px;
	line-height: 24px;
	color: #615853;
	font-weight: bold;
	padding: 1px 0 1px;
	margin: 4px 0 0 0;
}
h3 {
	color: #333333;
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
	margin: 5px 0 10px 0;
}

/* site header */
header#site-header {
	width: 935px;
	height: 170px;
	margin: 0 auto;
}
/* page content */
section#content {
	width: 935px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
/* body lists */
#body ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 14px 0;
}
#body ul ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 14px 20px;
}
#body ol li, ul li {
	font-size: 19px;
	line-height: 24px;
	color: #615853;
	font-weight: normal;
	padding: 1px 0 1px;
	margin: 0;
	width: auto;	
}
#body ol li {
	margin-left: -14px;	
}
#body ul li {
	padding-left: 16px;
	background-image: url(../images/bullet.png);
	background-position: 4px 12px;
	background-repeat: no-repeat;
}
/* body columns */
#body div.leftcol {
	width: auto;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	overflow: visible;
}
#body div.rightcol {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	clear: right;
}
#body div.leftcol img,
#body div.rightcol img {
	margin: 2px 14px 0 0;
	padding: 0;
	float: left;
}
/* image captions */
aside.caption {
	width: 100%;
	height: 30px;
	clear: both;
	padding: 20px 0 10px 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
aside.caption p {
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: right;
	margin: 3px 5px 0 0;
	padding: 0;
	float:left;
}
aside.caption img {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}
/* spacer */
.spacer {
	width: auto;
	height: 5px;
	margin: 10px 0 10px 0;
	padding: 0;
	clear: both;
}
/* divider line */
.divline {
	width: 916px;
	height: 1px;
	margin: 20px 0 20px 0;
	padding: 0;
	clear: both;
}
/* primary navigation */
nav#primary ul {
	width: 580px;
	height: 150px;
	list-style-type: none;
	margin: 0 0 0 200px;
}
nav#primary ul li {
	float: left;	
	width: auto;
	height: 150px;
	padding-top: 25px;
	margin-right: 30px;	
}
nav#primary ul li.current {
	background-image: url(../images/nav-current.png);
	background-position: center 47px;
	background-repeat: no-repeat;
}
nav#primary ul li.logo {
	width: 170px;	
	padding-top: 0;
}
nav#primary ul li.logo h1 {
	padding: 0;
	margin: 0;
}
nav#primary ul li a {
	font-size: 20px;
	line-height: 24px;
	color: #669999 !important;
	text-decoration: none !important;
}
/* site footer */
section#site-footer-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	background-color: #dad3bc;
	background-image: url(../images/background_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
footer#site-footer {
	width: 935px;
	margin: 0 auto;
}
footer#site-footer aside {
	width: 200px;
	height: auto;
	min-height: 300px;
	margin: 30px 10px 0 0;
	padding: 0 0 20px;
	float: left;
}
footer#site-footer aside h3 {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}
footer#site-footer aside p {
	font-size: 15px !important;
	line-height: 18px !important;
	margin-top: 1px !important;
	margin-bottom: 18px !important;
	padding: 0 !important;	
	width: 90%;
}
footer#site-footer aside p.telephone {
	font-size: 43px !important;
	line-height: 43px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-style: italic;
}
footer#site-footer aside p.email {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	margin: -10px 0 0 0;
	padding: 0;	
}
footer#site-footer aside#twitter {
	width: 220px;	
}
footer#site-footer aside#blog {
	width: 200px;	
}
footer#site-footer aside#gallery {
	width: 210px;	
}
footer#site-footer aside#gallery .gallery-wrapper {
	padding: 0;
	margin: 23px 0 0 0;
}
footer#site-footer aside#gallery img {
	width: 85px;
	height: 68px;
	float: left;
	margin: 0 12px 8px 0;
	border: none;
}
footer#site-footer aside#gallery img.gallery-view-all {
	float: right;
	margin: 5px 30px 0 0;
	padding: 0;
	width: 125px;
	height: 29px;
}
footer#site-footer aside#connect {
	width: 260px;	
	margin-right: 0;
}
footer#site-footer img.dot-line {
	margin: 0 auto 4px auto;
	padding: 0;
}
footer#site-footer p.copyright {
	text-align: center;	
	font-size: 15px;
	line-height: 18px;
	padding-top: 15px;
}
footer#site-footer p.copyright a {
	color: #333333 !important;	
}
footer#site-footer img {
	margin: 20px 10px 0 0;
	padding: 0;
	float: left;
}
footer#site-footer img.swerve-logo {
	margin-left: 142px;
}
/* promo */
section.promo {
	font-size: 39px;
	line-height: 51px;
	color: #a39389;
	font-style: italic;
	position: relative;
	padding: 0;
	margin: 0 0 85px 0;
}
section.promo img {
	position: absolute;
	bottom: 7px;
	right: 67px;
}
section.promo h1 {
	display: inline;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #cc3300;	
}
/* adjust home page paragraph spacings */
section.home p {
	line-height: 23px;
	margin-bottom: 18px;
}
/* slider */
#slider-wrapper {
	width: 375px;
	height: 350px;
	padding: 0;
	margin: 0 30px 100px -20px;
	padding: 10px;
	float: left;
	position: relative;
	background-color: white;
}
#slider-wrapper .slider-more-link {
	margin: 50px 0 0 0;
	padding: 0;
	border: none;
	position: absolute;
	right: 0;
	top: 380px;
}

/* twitter feed */
.twtr-widget .twtr-hd,
.twtr-widget .twtr-ft {
	display: none;	
}
.twtr-widget .twtr-tweets {
	margin-top: -1px !important;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 0 !important;	
	margin: 0 !important;
}
footer#site-footer aside#twitter p {
	font-family: "Crimson Text", "Times New Roman", Times, serif !important;
	font-size: 15px !important;
	line-height: 18px !important;
	padding: 0 !important;
	margin-top: 2px !important;
	margin-bottom: 16px !important;
	border: none !important;
	overflow: hidden !important;	
}
.twtr-widget .twtr-tweet {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.twtr-widget .twtr-tweet .twtr-tweet-text p em {
	display: none;	
}
.twitter-follow-us {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}
/* multi-column lists */
.columnlist {
	width: 100%;
	height: auto;
}
.two-columns ul { width: 50%; }
.three-columns ul { width: 33%; }
.four-columns ul { width: 25%; }
.five-columns ul { width: 20%; }
.columnlist ul {
	float: left;
	height: 100%;
}
/* project portfolio */
#portfolio {
	width: 885px;;
	height: auto;
	padding: 0 0 30px 0;
	margin: 35px 0 0 25px;
}
#portfolio a {
	display: block;
	margin: 0 10px 5px 0;
	padding: 10px;
	background-color: white;
	float: left;
	border: none;
}
/* lightbox overrides */
#lightbox-container-image-data-box,
#lightbox-image-details-caption {
	font-family: "Crimson Text", "Times New Roman", Times, serif !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #615853 !important;
	font-weight: normal !important;
}
#lightbox-image-details-currentNumber {
	margin-top: 8px !important;
	font-size: 11px !important;
}
/* contact page phone number */
span.contact-phone {
	font-size: 30px !important;	
	line-height: 36px !important;
}