/* =========================== elements ============================= */

body { 
	background: #f0efef;
	font: normal 13px Helvetica;
	color: #000;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited { 
	color: #b01d28;
}
a:link:hover, a:visited:hover, a:active, a:focus {
	text-decoration: underline; 
}

img {
	display: block;
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 8px;
}


// Ordered lists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clear {
	height: 0px; clear: both;
}

#wrapper { 
	width: 966px;
	margin: 0 auto;
	background: #ffffff;
}

#inner-wrapper {
	width: 960px;
	margin: 0 auto;
	background: #f7f8f8;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header {
	background: url(../img/header.png) no-repeat;
	width: 960px; height: 130px;
}

h1#logo {
	background: url(../img/karen-strunks.png) no-repeat;
	width: 174px; height: 92px; margin: 15px 0 0 20px;
	float: left;
}
h1#logo a {
	width: 174px; height: 92px; display: block;
	text-indent: -2009%;
}

#testimonials {
	background: url(../img/testionial-bg.gif) no-repeat;
	width: 306px; height: 59px; margin: 14px 20px 20px 0;
	float: right; position: relative;
}
#testimonials ul {
	color: #e8e8e8;
	font-size: 14px;
	margin: 10px 30px 0 30px;
	font-style: italic;
}
#testimonials ul li {
	text-align: center;
	width: 250px;
}

#testimonials a {
	position: absolute;
	bottom: 0px; right: 40px;
	font-size: 11px; color: #fff;
}

#nav {
	background: #be5f4f;
	padding: 12px 8px 2px 8px; font-size: 14px;
	float: right; clear: right;
	width: 500px;
}
#nav li {
	float: left;
	color: #e8e8e8;
}
#nav li a {
	color: #e8e8e8;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */



#photo {
	margin-top: 3px;
	height: 308px;
}

#header-text {
	background: #000;
	opacity: 0.7;
	width: 320px;
	position: absolute; left: 15px; top: 15px;
	z-index: 9000; padding: 10px;
}


#header-text p {
	color: #fff;
	line-height: 18px;
	margin-left: 10px; margin-right: 10px;
}

h2 {
	font-size: 24px;
	color: #b01d28;
	margin-bottom: 10px;
}
h2 a {
	text-decoration: underline;
	color: #b01d28;
}

#homepage-photos {
	margin-top: 3px;
	width: 960px; height: 300px;
}
#photo-nav-wrapper {
	position: relative;
}
.stripNavL {
	background: url(../img/photo-nav-left.png);
	width: 25px; height: 121px;
	position: absolute; left: 0; top: 0;
	display: block; text-indent: -2009%;
	z-index: 1;
}
.stripNavR {
	background: url(../img/photo-nav-right.png);
	width: 25px; height: 121px;
	position: absolute; left: 935px; top: 0;
	display: block; text-indent: -2009%;
	z-index: 1;
}

#photo-nav {
	position: relative;
	width: 3000px;
	margin-top: 5px;
}
#photo-nav li {
	float: left;
	padding-right: 5px;
}

#full-page {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 13px;
	line-height: 170%;
	color: #343434 !important;
}

#page {
	width: 650px;
	float: left;
	margin-top: 20px;
	font-size: 13px;
	line-height: 170%;
	color: #343434 !important;
	position: relative;
	left: 30px;
}

#page h3 {
	font-size: 18px;
	color: #931c11;
	margin-bottom: 10px;
}

#page .post {
	margin-bottom: 20px; padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.meta {
	margin-bottom: 15px;
}

#about-header {
	background: url(../img/about-placeholder.png) no-repeat;
	width: 960px; height: 300px; text-indent: -2009%;
}
#services-header {
	background: url(../img/services-placeholder.png) no-repeat;
	width: 960px; height: 300px; text-indent: -2009%;
}

#older {
	float: left;
	margin-bottom: 15px;
}
#newer {
	float: right;
	margin-bottom: 15px;
}

#read-more {
	margin-bottom: 15px;
	display: block;
}


#page form {
}

#page form .row {
	clear: both;
	margin-bottom: 10px;
}
#page form .row label {
	float: left;
	width: 140px;
	font-size: 14px;
}
#page form .row .input {
	float: left;
	border: 1px solid #931c11;
}
#page form .row .input input {
	border: 0; background: none;
	margin: 3px; font-family: Helvetica;
}

#page form .row .textarea {
	float: left;
	border: 1px solid #931c11;
}
#page form .row .textarea textarea {
	border: 0; background: none;
	margin: 3px; font-size: 12px;
	font-family: Helvetica;
}

#page form .row .req {
	float: left; padding-left: 10px;
	font-size: 11px;
}

#page form .row .submit {
	margin-left: 140px;
	background: #931c11;
	border: 2px solid #7b150c;
	color: #ffffff;
	font-size: 15px;
	cursor: pointer;
}

.verify-img {
	float: left;
}

.commentlist {
	margin-bottom: 20px;
}
.commentlist li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}





#flickr-link { background: url(../img/flickr.png) no-repeat; line-height: 48px; padding-left: 60px; display: block; height: 48px; width: 220px; }
#twitter-link { background: url(../img/twitter.png) no-repeat; line-height: 48px; padding-left: 60px; display: block; height: 48px; width: 220px; }
#facebook-link { background: url(../img/facebook.png) no-repeat; line-height: 48px; padding-left: 60px; display: block; height: 48px; width: 220px; }
#linkedin-link { background: url(../img/linkedin.png) no-repeat; line-height: 48px; padding-left: 60px; display: block; height: 48px; width: 220px; }

#fieldset {
	line-height: 100%;
}


#socmed {
	width: 650px;
	float: left;
	font-size: 13px;
	line-height: 170%;
	position: relative;
}

#twit h3 {
	font-size: 15px;
	color: #fff;
	background: url(../img/sidebarhead.png);
	margin-bottom: 6px;
	padding: 6px 6px 6px 10px;
}

#twit h3 a{
	color: #fff;
	text-decoration: underline;
}

#twit h3 a hover{
	color: #fff;
	text-decoration: none;
}

#left{
	width: 200px;
	float: left;
	line-height: 150%;
	margin-bottom: 20px;
}

#twit {
	width: 200px;
	float: left;
	border: solid 2px #931c11;
	line-height: 150%;
	margin-bottom: 20px;
}

#twit p{
	padding: 0px, 10px, 0px, 10px;
}

#tweets {
	padding: 10px;
}

#twit_icons {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

#news h3 {
	font-size: 15px;
	color: #fff;
	background: url(../img/sidebarhead.png);
	margin-bottom: 6px;
	padding: 6px 6px 6px 10px;
}

#news {
	width: 200px;
	float: left;
	border: solid 2px #931c11;
	line-height: 150%;
	margin-bottom: 20px;
}

#news p{
	padding: 10px;
}

#video {
	width: 420px;
	float: right;
	left: 30px;
	margin-bottom: 20px;
}


#sidebar {
	position: relative;
	right: 30px;
	margin-top: 20px;
	width: 200px;
	float: right;
	font-size: 13px;
	line-height: 170%;
	color: #343434;
}

#sidebar h3 {
	font-size: 15px;
	color: #fff;
	background: url(../img/sidebarhead.png);
	margin-bottom: 6px;
	padding:6px;
}
#sidebar .item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#ads {
	padding-bottom: 0;
	height: 100px;
	width: 200px;
}

#ads_left {
	padding-bottom: 0;
	height: 100px;
	width: 100px;
}

#ads_right {
	padding-bottom: 0;
	height: 100px;
	width: 100px;
}

#sidebar a {
	color: #be5f4f;
	text-decoration: underline;	
}

#sidebar a:hover {
	color: #be5f4f;
	text-decoration: none;	
}

#sidebar #tweets {
	margin-bottom: 15px;
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
}
#sidebar #tweets li {
	padding: 5px 5px 0 5px;
	margin-top:5px;
	border-top: 1px solid #ccc;
}

#boxes {
	border-top: 3px solid #ccc;
	padding-top: 20px; width: 900px;
	margin: 0 auto; margin-bottom: 15px;
}
#boxes h4 {
	font-size: 16px;
	margin-bottom: 10px;
}


.box {
	width: 170px;
	float: left;
	font-size: 14px;
}

.box ul {
}
.box ul li {
}

#comment-box {
	float: right;
	width: 200px;
	margin-left: 20px;
}




#portfolio-page {
	padding: 20px;
}

#portfolio-page h2 {
margin-bottom: 10px;
}

#portfolio-page h3 {
	font-size: 18px;
	color: #931c11;
	margin-bottom: 10px;
}
#portfolio-page p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#portfolio-preview1 {
	padding-bottom: 20px;
	width: 398px;
	height: 262px;
	float: left;
}

#portfolio-preview2 {
	padding-bottom: 20px;
	width: 398px;
	height: 262px;
	float: right;
}
.portfolio-cat {
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	height: 1100px;
}
.portfolio-cat li {
	width: 100%;
}
.portfolio-cat li img {
	margin: 0 auto;
}

/* =========================== content end ========================= */

/* ============================= footer ============================= */

#footer {
	background: url(../img/footer.png) no-repeat;
	height: 40px;
}
#footer #copyright {
	float: left;
	color: #fff;
	margin: 15px 14px 0 30px;
}

#footer #foot-links {
	float: right;
	margin: 15px 30px 0 0;
}
#footer #foot-links li {
	float: left;
	margin-left: 10px;
}

#footer #foot-links a {
	color: #fff;
	text-decoration: underline;
}

/* =========================== footer end =========================== */






.stripViewer .panelContainer .panel ul {
	text-align: left;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 960px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel ul li {
	float: left;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}