/* @override http://treehousegroup.org/CSS/treehousegroup/styles.css */

/* @override http://treehousegroup.org/CSS/treehousegroup/styles.css */

/* @override http://treehousegroup.org/CSS/treehousegroup/styles.css */

hr {
	display: none;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2, h3, h4 {
}

#header h1 a {
	display: block;
	width: 300px;
	height: 156px;
	background-image: url(images/treehousegroup-logo.gif);
	text-indent: -99999px;
	margin-bottom: 2em;
	margin-top: 1em;
}

#footer {
	text-align: center;
	margin-top: 3em;
}

#navigation ul li {
	color: green;
	text-transform: lowercase;
	list-style-type: none;
	font-size: 1.5em;
	font-weight: bold;
}

#sidebar {
	color: #666;
}

#sidebar p {
	text-align: left;
	line-height: 1.5em;
	font-size: .9em;
}

/* @group My Group */

table {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;

}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
	
}

td {

	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
		vertical-align: top;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.blogpost {
	margin-bottom: 4em;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


/* @end */

.blogpost h3 {
	border-bottom: 1px solid #dbdbdb;
	margin-top: 3em;
	padding-bottom: .5em;
}

.entry ul, .entry ol {
	margin-left: 4em;
}

#sidebar h2 {
	line-height: 2em;
	font-size: 1.5em;
	margin-bottom: 1.1em;
}

#sidebar strong, #sidebar b {
	color: black;
}

#navigation {
	border-left: 2px solid green;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 0;
	margin: 0 0 0 15px;
}

.entry .page_segment {
	display: block;
	clear: both;
	margin-bottom: 3em;
}

.entry .page_segment img {
	margin: 0;
	padding: 0;
	float: none;
}


a {
	color: green;
	text-decoration: none;
}

a:hover {
	color: #66cccc;
}

h2 {
	border-bottom: 1px solid #dbdbdb;
}

.postmeta p {
	margin: 0;
}

.postmeta {

	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e0e0e0;
	font-size: .9em;
}

.postmeta:hover {
	background-color: #e5ffe5;
}


.postmeta ul li {
	display: inline;
	margin-right: 5px
}

.postmeta ul {
	display: inline;
	padding: 0;
	margin: 0 0 0 3px;
}

.action a {
	font-weight: bold;
}

p.action {
	float: right;
}

div.blogpost h2 a {
	color: black;
}

.blogpost h2 a:hover {
	color: #66cccc;
}

.tags a {
	color: #999;
}

.tags a:hover {
	color: gray;
	text-decoration: underline;
}

.taglist {
	color: #999;
}

#searchform img {	
	float: left;
	clear: both;
	margin-top: 2px;
	margin-right: 6px;
}

/* 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 */

.person {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1em;
	clear: both;
}

.person p {
	margin-left: 15px;
}

.person h4 {
	font-weight: bold;
	margin-bottom: 0;
}

.person .whatido {
	font-style: italic;
	color: gray;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
}

.commentlist .alt {
	background-color: #e5ffe5;
}

ol.commentlist {
}

.commentlist li {
	padding: 5px;
}

.commentlist li p {
}

.size-thumbnail {
	width: 150px;
	height: 150px;
}

