
/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

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


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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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 */
acronym, abbr, span.caps {
	cursor: help;
	}

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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


body {
    background-color: white;
    color: #0b3263;
       font-family: futura, helvetica, arial, sans-serif;

 }

div.vcard{    
  height: 206px;/* 171+35 */
  margin: 0 0 0 35px; /* top margin in .org */
  position: relative;
  font-size: 14px;
  line-height: 21px;
 }

div.vcard div#main-org{ 
  overflow: hidden;
  text-indent: -50em;
  height: 35px;
  width: 100px;
 }

div.vcard div.logo-div{ 
  width: 175px;
  height: 150px;
  float:left;
 }

img#banner-logo{ 
width:175px;
height:150px;
                 }

div.vcard div#services{ 
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 75px;
  left: 240px;

 }

div.vcard div.name-div{ 
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 75px;
  left: 400px;
 }
div.vcard div.title{ 
  font-weight: normal;
  display: inline;
 }

div.vcard div.adr{ 
  font-weight: bold;
  position: absolute;
  top: 75px;
  left: 780px;
 }

div.vcard div#email-div a,
div.vcard div#url-div a
   { 
  text-decoration: none;
  font-style: italic;
    color: #0b3263;
  font-size: 90%;
 }


div.vcard div#phone{ 
  font-weight: bold;
  position: absolute;
  top: 75px;
  left: 630px;
  width: 120px;

 }

div.vcard div#phone div.tel span.type{ 
 display: none;
 }
div.vcard div#phone div.tel span.gray-text{ 
  font-style: italic;
 }

div.vcard div#phone .num { 
position: absolute;
right: 0;
 }

div.vcard span.license{ 
  font-weight: normal;
  font-style: normal;

}

div#principles{ 
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 150px;
  left: 400px;
  width: 550px;
  padding-top: 9px;
  border-top: 1px solid #b8b2a4;
  letter-spacing: 8px;
  font-size:13px;
 }


h1 {
 color: #0b3263;
}


a {
 color: #bdb1a5;
}

.gray-text{ 
color: #663;
 }

div#content{ 
width: 850px;
min-height: 500px;
margin: 35px 85px;
 }

div#content p{ 
             padding-bottom:15px;

 }
div#footer{ 
width: 845px;
border-top: 1px solid #b8b2a4;
color: #b8b2a4;
text-align:right;
font-size: 0.7em;
margin: 0 85px;
             }
div#footer a{ 
color: #b8b2a4;
text-decoration: none;
             }


div#front-samples { 
margin-left: 50px;
text-align: center;
margin-top: 35px;

 }

div#front-samples div.single-sample{ 
   display: inline;
float: left;
   margin: 0;
   padding: 0;  
 }

div#front-samples div.single-sample h3{ 
   margin: 0;
   padding: 0;
font-size: 1em;
 }
div#front-samples div.single-sample p{ 
   margin: 0;
   padding: 0;
 }
div#front-samples img{ 
   margin: 0 5px;
   padding: 5px; 
   border: 1px solid gray;
 }

ul#page-navigation{ 
        margin: 0 85px;
        width: 20%;
	padding: 0;
	display: inline;
 }

ul#page-navigation li {
	list-style: none;
	display: inline;
        background-color: #b8b2a4;
                        border: 1px solid #0b3263;
                        padding: 2px;
                        margin-right: 12px;
	}

ul#page-navigation li a{
color: #0b3263;
text-decoration: none;
font-weight: bold;
	margin:0;
	padding: 0px 6px;
        background-color:#b8b2a4;
                
                         }
ul#page-navigation li a:hover{
color: white;

                
                         }
div.testimonial{
font-style: italic;
margin-bottom: 45px;
                 }
div.testimonial p{
margin: 0;
                 }
div.attribution{ 
font-style: normal;
font-weight: bold;
margin-left: 45px;
 }

