/*  
Theme Name: Design Intervention
Description: Design Intervention theme, based on Kubrick.
Author: Beth Soggs
*/


/* Basics */

body {
	margin: 0;
	padding: 0;
	color: #382513;
	text-align: center;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 80%;
	background: #fff;
	}
	
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
	}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #057c89; 	
	}

h1, h2, h3, h4, h5, h6,.teal, .orange, .brown, .green {
	color: #057c89; 
	font-size: 1.3em;
	line-height: 1.5;
	}

.teal  {
	color: #057c89;
	font-weight: bold;  
	}
	
.orange {
	color: #e78b22;
	font-weight: bold;
	}
	
.brown { 
	color: #d2cab8;  
	font-weight: bold;
	}
	
.green {
	color: #96ca2d;
	font-weight: bold;
	}
	
.stripe  {
	padding-bottom: 25px;
	background: url(/wp-content/uploads/2008/04/band.jpg) bottom center no-repeat;
	}		

.ctr  {
	text-align: center;
	}

.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:auto; }
.alignright { display:block; margin-left:auto; }

a {
	text-decoration: none;
	}

a:link, a:active, a:visited {
	color: #057c89;
	}

a:hover {
	color: #000;
	}

input, textarea, select {
	border: 1px solid #ebe3cd;
	background-color: #cef4f8;
	color: #057c89;
	font-size: 1em;
	font-family: arial, verdana, tahoma, sans-serif;
	}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #ebe3cd;
	font-size: 0.9em;
	}

code {
	font-family: monospace;
	color: #666;
	}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.small {
	font-size: 0.9em;
	color: #ebe3cd;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #ebe3cd;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ebe3cd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	/* margin-top: 10px;
	margin-bottom: 60px; */
	padding: 5px 0 5px 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps  {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
/* Page layout, styles that are required for 	 are marked */

html, body  {
	height: 100%; /* FSA */
	}

#page  {
	position: relative; /* FSA */
	min-height: 100%; /* FSA */
	}	

* html #page  {
	height: 100%; /* FSA */
	}

#wrapper  {
	width: 900px;
	margin: auto;
	position: relative;
	padding-bottom: 9em; /* FSA */	
	}

#footer  {
	position: relative; /* FSA */
	margin-top: -120px; /* FSA */
	height: 120px; /* FSA */
	background: url(images/footer_bg.jpg) top center repeat-x;
	}
	
#header  {
	background: url(images/topnav_bg.jpg) top center no-repeat;
	height: 35px;
	padding-top: 8px;
	}
	
#content {
	/* padding-left: 250px;*/
	margin: 0;
	}
	
#sidebar  {
	width: 200px;
	float: left;
	padding: 0;
	margin: 70px 0 0 0;
	padding-left: 40px;
	}
	
.post {
	margin: 0 0 40px 250px;
	text-align: justify;
	}	

/* Header */

#logo  {
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 3;
	}
	
#header img#about  {
	margin-left: 200px;
	}
	
#header img#contact, #header img#services, #header img#faq, #header img#newsletter  {	
	margin-left: 30px;
	}

/* Sidebar */

#sidebar ul  {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;	
	}

#sidebar ul li {
	padding: 0;
	margin: 0;
	}

#sidebar ul li ul li {
	background: url(images/arrow.gif) center left no-repeat;
	padding-left: 15px;
	font-size: 1.3em;
	}

li#pages h2  {
	display: none;
	}
	
li#search input  {
	margin: 5px 0 5px 0;
	}

/* Footer */

#footer-content  {
	width: 900px;
	margin: auto;
	position: relative;
	}

#footer-contact  {
	position: absolute;
	top: 15px;
	left: 0;
	}
	
#footer-iris  {
	position: absolute;
	top: 15px;
	right: 0;
	}	
	
#footer-ade  {
	position: absolute;
	top: 15px;
	right: 200px;
	}	
	
#footer-text {
	color: #057c89;
	font-size: .95em;
	position: absolute;
	top: 70px;
	left: 0;
	}	

/* Home page */

#content-home {
	position: relative;
	height: 493px;
	background: url(images/homephoto.jpg) 370px 0 no-repeat;
	}

body#home #wrapper  {
	background: url(images/home.gif) left 60px no-repeat;	
	}

body#home #page  {
	background: url(images/home_bg.jpg) 0 313px repeat-x;
	}

.homeblurb1, .homeblurb2, .homeblurb3 {
	width: 230px;
	position: absolute;
	font-size: .95em;		
	}

.homeblurb1  {
	left: 70px;
	top: 305px;
	}
	
.homeblurb2  {
	left: 335px;
	top: 307px;
	}	

.homeblurb3  {
	left: 600px;
	top: 305px;
	}

.homeblurb1 a, .homeblurb2 a, .homeblurb3 a  {
	color: #382513;
	}
	
.homeblurb1 img, .homeblurb2 img, .homeblurb3 img  {
	margin: 0;
	}	
	
.homeblurb1 h2, .homeblurb2 h2, .homeblurb3 h2   {
	display: none;
	}

.homeblurb1 p, .homeblurb2 p, .homeblurb3 p {
	margin: 0;
	padding: 0;
	}

/* Posts */


.post h2 {
	margin-bottom: 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	border: 1px solid #eae3dd;
	padding: 5px;
	text-align: center;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: left;
	}


#sideleft h2, #sideright h2 {
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Entry Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 	

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sideleft ul, #sideleft ul ol, #sideright ul, #sideright ul ol {
	margin: 0;
	padding: 0;
	}

#sideleft li, #sideright li  {
	list-style-type: none;
	list-style-image: none;
	}

#sideleft ul p, #sideleft ul select, #sideright ul p, #sideright ul select {
	/* margin: 5px 0 8px; */
	}

#sideleft ul ul, #sideleft ul ol, #sideright ul ul, #sideright ul ol {
	/* margin: 5px 0 0 10px; */
	}

#sideleft ul ul ul, #sideleft ul ol, #sideright ul ul ul, #sideright ul ol {
	/* margin: 0 0 0 10px; */
	}

ol li, #sideleft ul ol li, #sideright ul ol li {
	list-style: decimal outside;
	}

#sideleft ul ul li, #sideleft ul ol li, #sideright ul ul li, #sideright ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sideleft #searchform #s, #sideright #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sideleft #searchsubmit, #sideright #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#sideleft form, #sideright form {
	margin: 0;
	}
	
/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

/* End Various Tags & Classes*/

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}	
	

/* Contact form */

.ddfmwrap {
	}

form.ddfm h1,
form.ddfm h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	}

form.ddfm h1 {
	font-size: 140%;
	}

form.ddfm h2 {
	font-size: 115%;
	}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	}

form.ddfm .credits {
	font-size: 90%;
	}

form.ddfm legend {
	font-size: 110%;
	}

.ddfmerrors {
	font-weight: bold;
	}

.ddfmwrap {
	width: 90%;
	}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
	}

form.ddfm {
	text-align: left;
	padding: 10px; 
	}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
	}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
	}

form.ddfm label {
	display: block; 
	float: left; 
	width: 46%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
	}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
		width: 100%;
	}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 50%; 
	margin-bottom: 15px;  
	padding: 3px; 
	}

form.ddfm .fmcheck {
	width: 50%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
	}

form.ddfm .fmradio {
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 15px;
	}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
	}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
	}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 50%;
	margin-bottom: 15px;
	padding: 3px;
	}


/*
	display: block; 
	float: left; 
	width: 46%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
	}

form.ddfm .fmhalfblock {
	width: 50%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
	}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
	}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
	}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 50%;
	margin-bottom: 15px;  
	padding: 3px;
	}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
	}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
	}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 97%;
	}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 50%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
	}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
	}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
	}	
	
	
	
	
	

	
	
	
	
	
	
	