/*   
Theme Name: Bryson Gilbert 2009
Theme URI: http://brysongilbert.com/
Description: Custom site theme for Bryson Gilbert's WP home, November 2009.
Author: Bryson Gilbert
Author URI: http://brysongilbert.com/
Version: 1.0
.
Copyright 2009 ---
.
*/

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #a8b2b2;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	line-height: 21px;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #ddd;
}

strong {
	font-weight: bold;
}

p {
	margin: 0 0 21px 0;
	padding: 0;
}

.clear {
	width: 1px;
	height: 1px;
	clear: both;
}

#maincontainer {
	min-height: 100%;
	position: relative;
	margin-bottom: -201px;
}

/* For IE... */
* html #maincontainer {
	height: 100%;
}

.container960 {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 960px;
}

.leftCol {
	margin: 0 0 0 50px;
	padding: 0;
	float: left;
	width: 220px;
	min-height: 10px;
	text-align: right;
	position: relative;
}

.rightCol {
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
	width: 580px;
	min-height: 161px;
	position: relative;
}

#clearFooter {
	clear: both;
	height: 201px;
}

#header {
	background-color: #9da7a8;
	background-repeat: repeat-x;
	background-image: url(./images/bkgd-header.gif);
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 201px;
	width: 100%;
}

#header h1 {
	width: 960px;
	height: 180px;
	text-indent: -9999px;
	background-image: url(./images/heading-brysongilbert.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 30px;
	left: 130px;
	width: 140px;
	height: 148px;
}

#header #description {
	text-indent: -9999px;
}

#header #breadcrumb {
	position: absolute;
	top: 168px;
	left: 310px;
	font-size: 12px;
	width: 580px;
}

#content {
	position: relative;
	min-height: 100px;
	width: 100%;
	padding: 60px 0 40px 0;
}

.meta {
	/* font-size: 12px; */
	line-height: 20px;
	/* padding-top: 45px; */
}

.meta p {
	margin: 0;
	padding: 0;
}

.post h2 {
	text-shadow: 1px 1px 0px #868e8e;
	font-size: 32px;
	margin: 0;
	padding: 0 0 18px 310px;
	font-weight: bold;
}

.post h2 a {
	line-height: 36px;
}

.post + .post {
	margin-top: 30px;
}

.post img {
	border: 4px solid white;
	outline: none;
}

.more-link {
	text-shadow: 1px 1px 0px #868e8e;
	border-bottom: 1px solid #b5bebe;
	display: block;
	width: 100%;
	padding-bottom: 7px;
}

#footer {
	background-repeat: repeat-x;
	background-image: url(./images/bkgd-footer.gif);
	position: relative;
	padding: 40px 0 0 0;
	margin: 0px;
	height: 161px;
	width: 100%;
	background-color: #9da7a8;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	height: 21px;
}

#footer .rightCol p {
	position: absolute;
	bottom: 13px;
	left: 0;
}

#footer #searchform input#s {
	font-size: 14px;
	padding: 5px;
	margin: 0 7px 0 0;
	width: 175px;
	border: 1px solid #888;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer #searchform input#searchsubmit {
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	margin: 0;
	background-color: #ddd;
	border: 1px solid #888;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer #searchform input#searchsubmit:active {
	background-color: #999;
	cursor: pointer;
}

#footer #searchform label.screen-reader-text {
	display: none;
}

#footer #searchform input.idle {
	color: #ccc;
}

#footer #searchform input.focus {
	color: black;
}

ul.commentlist, 
ul.commentlist ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -12px;
}

ul.children {
	margin-left: 12px;
}

ul.commentlist li {
	margin: 0 0 12px 0;
	padding: 12px;
	border: 1px solid #b5bebe;
	background-color: #9da7a8;
}

div.comment-author {
	font-size: 21px;
}

div.comment-author img {
	vertical-align: baseline;
	margin-right: 10px;
}