body {
    margin: 0;
	padding: 0;
    background-image: url('/img/bg.jpg');
	background-color: #baaa90;
    font-family: "Helvetica", "Arial", sans-serif;
    text-align: center;
	font-size: .9em;
}

.photo {
	border: 2px solid #000;
}

#boiler {
	height: 176px;
	width: 775px;
}

#menu{
	position:relative;
	border-top:4px solid #ccc;
	border-bottom:4px solid #ccc;
}
#menu ul{
	margin:0;
	padding:.5em 0;
	list-style:none;
	font-family: sans-serif;
	text-transform:lowercase;
}
#menu ul li{
	display:inline;
	margin:0;
	padding-right: 50px;
}
#menu ul.admin li {
	padding-right: 0px;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	padding: 1em .5em;
	color: #000;
	text-align:center;	
}
#menu ul li a:hover {
	color:#fff;
	background:#000;
}
#menu ul li a.admin {
	color: #339933;
}
#menu ul li a.admin:hover {
	background-color: #339933;
	color: #fff;
}

h2 {
    font-size: 1.1em;
}
h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 0.9em;
}
.post h3 {
	text-transform: none;
	border: none;
	color: #666;
    font-family: "Arial Narrow", "Sans Serif";
	letter-spacing: 0px;
	font-size: 1.1em;
}
ul {
	margin: 0; 
	margin-bottom: 0; 
	padding-left: 20px; 
	padding-bottom: 0; 
	padding-top: 0; 
	list-style-image: url('/img/arrow.gif');
}
#main {
    text-align: left;
    margin: auto;
	width: 780px;
    padding: 5px 10px 25px 10px;
    background-color: #fff;
    min-width: 780px;
	margin-top: 10px;
	/* Curvy goodness. */
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
}
#who {
    width:33%;
    float:left;
    padding-bottom:10px;
}
div#header {
	text-indent: -9999px; 
	height: 72px;
	width: 766px;
	background-image: url('/img/logo.gif');
	background-repeat: no-repeat;
	margin: 0 auto;
}
.redstripe {
    background-image: url('/img/who_back.gif');
    background-repeat: repeat-x;
	color: #cc3333;
}
.stripe {
	color: #8B6D59;
    background-image: url('/img/brown_stripe.gif');
    background-repeat: repeat-x;
}
#what {
    width:34%;
    float:left;
    padding-bottom:10px;
}
#what div.header, .bluestripe {
    background-image: url('/img/what_back.gif');
    background-repeat: repeat-x;
}
#articles {
    width:33%;
    float:left;
    padding-bottom:10px;
}
#articles div.header, .greenstripe {
    background-image: url('/img/articles_back.gif');
    background-repeat: repeat-x;
	height: 50px;
	color: #339933;
}
.orangestripe {
    background-image: url('/img/orange_stripe.gif');
    background-repeat: repeat-x;
	color: #eca814;
}
div.header {
    margin: 0 10px 0 0;
    padding: 0;
    height: 50px;
}
div.content {
    clear: both;
    margin: 0 8px;
    background-color: #fff;
}
a.blog-link {
	font-size: 1.2em;
}
a.contact {
	font-size: 1.2em;
	border: 1px solid #ccc;
	display: block;
	padding: 10px;
	color: #000;
	background-color: #ccc;

	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
}
a.contact:hover {
	background-color: #fffccc;
}

/* FORMS */
form div.input {
	clear: both;
	margin-bottom: 1em;
	padding: .8em 2em 1em 1.4em;
	vertical-align: text-top;
	margin: 2px auto;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	width: 50%;
}
select {
	clear: both;
	vertical-align: text-bottom;
	color: #000;
	background-color: #fff;
}
select[multiple=multiple] {
	width: 100%;
}
input[type=submit], input[type=button], input[type=checkbox]{
	width: auto;
	margin: auto;
	clear: none;
	display: inline;
}

/* POST CODING. */
.note {
	color: #3333FF;
}
.code {
	font-family: "Lucida Console", "Courier", "monospace";
}
pre.code {
	overflow: auto;
}
code {
	display: block;
	color: #0000ff;
	padding: .5em 0 .5em 0;
	margin: .5em 0 .5em 0;
	background-color: #eee;
	font-family: "Lucida Console", "Courier", "monospace";
}
a {
    text-decoration: none;
	color: #0000A0;
}
a:visited {
	color: #0000A0;
}
div.comment {
	border: 1px solid #ccc;
	background-color: #fffccc;
	width: 80%;
	margin: 5px auto;
	padding: 12px;
	font-size: 0.8em;
}
div.date {
	color: #663300;
	font-size: 0.7em;
	text-align: right;
}
div.more-information {
	float: right;
	width: 200px;
	background-color: #eee;
	font-size: 0.8em;
	color: #666;
	margin: 0 0 10px 10px;
	padding: 10px;
}
div.comment div.user-info {
	float: left;
	margin: 0 15px 0 0;
	width: 100px;
	text-align: center;
}
div.comment div.date {
	font-size: .9em;
}
div.comment div.name {
	font-size: 1.1em;
	font-weight: bold;
}
div#flashMessage, div.error-message {
	color: #cc0000;
	font-weight: bold;
}
div.disabled {
	display: none;
}
div.sql {
	white-space: nowrap;border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; font-size: .8em; background-color: #f0f0f0; margin: 0; line-height: 110%; padding: 0;color: #0000bb;
}

table.data {
	width: 100%;
	font-size: .75em;
	font-family: Arial, sans-serif;
}
table.data th, table.data th a {
	background-color: #eee;
	color: #888;
}
table.data td {
	vertical-align: top;
}

.sql  {white-space: nowrap;border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; font-size: 0.8em; background-color: #f0f0f0; margin: 0; line-height: 110%; padding: 0;color: #0000bb;}
.sql a:link {color: #006;}
.sql a:hover {background-color: #d6d6e6;}
.sql .head {font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 0.7em; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;}
.sql .foot {font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 0.7em; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;}
.sql .imp {font-weight: bold; color: red;}
.sql .kw1 {color: #993333; font-weight: bold;}
.sql .co1 {color: #808080; font-style: italic;font-style: normal;}
.sql .co2 {color: #808080; font-style: italic;}
.sql .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.sql .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.sql .br0 {color: #66cc66;}
.sql .st0 {color: #ff0000;}
.sql .nu0 {color: #cc66cc;}
.php  {white-space: nowrap;border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; font-size: 0.8em; background-color: #f0f0f0; margin: 0; line-height: 110%; padding: 0;color: #0000bb;}
.php a:link {color: #006;}
.php a:hover {background-color: #d6d6e6;}
.php .head {font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 0.7em; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;}
.php .foot {font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 0.7em; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;}
.php .imp {font-weight: bold; color: red;}
.php .kw1 {color: #b1b100;}
.php .kw2 {color: #000000; font-weight: bold;}
.php .kw3 {color: #000066;}
.php .co1 {color: #808080; font-style: italic;font-style: normal;}
.php .co2 {color: #808080; font-style: italic;}
.php .coMULTI {color: #808080; font-style: italic;font-style: normal;}
.php .es0 {color: #000099; font-weight: bold;font-weight: normal;}
.php .br0 {color: #66cc66;}
.php .st0 {color: #ff0000;}
.php .nu0 {color: #cc66cc;}
.php .me1 {color: #006600;}
.php .me2 {color: #006600;}
.php .re0 {color: #0000ff;}
.php .re1 {color: #ff0000}

.inactive {
	color: #ccc;
}
.altrow {
	background-color: #eee;
}
.not-billed {
	color: #ccc;
	font-style: italic;
}

td.money, td.numerical {
	text-align: right;
}
tr.total {
	font-weight: bold;
	background-color: #fffccc;
}
div.craigslist {
	width: 95%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	color: #666;
}
div.craigslist h2 {
	background: none;
	border: none;
	color: #000;
	background-image: none;
	height: auto;
}

div.testimonial {
	width: 500px;
	margin: 0px auto;
}
div.testimonial p {
    background: url('/img/callout_top.gif');
    background-repeat: no-repeat;
	padding: 20px 20px 10px 20px;
	background-color: #c9c9c9;
	margin: 0;
}
div.testimonial div.author {
	margin: 0;
    background: url('/img/callout_bottom.gif');
    background-repeat: no-repeat;
	padding: 30px;
	font-style: italic;
	font-size: 1.2em;
}
#boiler {
	text-align: center;
}
.three_col {
	float: left;
	font-size: 0.9em;
	width: 242px;
	margin-left: 15px;
	margin-top: 15px;
	border-top:2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.three_col .content {
	/* background-image: url('/img/col_bg.jpg'); */
	background-repeat: no-repeat;
	padding: 0px 10px 15px 0px;
}
.three_col .content h3 {
	text-transform: none;
	font-size: 1.2em;
	border: 0;
	color: #000;
}


.post-summary h3 {
	border: 0;
	text-transform: none;
	font-size: 1.3em;
	padding: 10px 10px 0 0;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #817156;
}
.post-summary {
	margin-bottom: 20px;
	color: #333;
}
.post-summary h3 a {
	display: block;
	color: #817156;
}
.post-summary .post-date {
	font-size: 0.8em;
	color: #666;
	margin-bottom: 10px;
}
.post h2 a {
	float: right;
	display: block;
	font-size: .8em;
}
div.contact p, div.contact .submit {
	margin-left: 20px;
	font-size: 1.1em;
}
div.contact p img {
	padding-right: 10px;
}
.clear {
	clear: both;
}
