html,body {
	margin: 0;
	padding: 0;
}
body {
	background: #dfebf7 url(images/bkg-page.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	color: #474747;
}
a {
	text-decoration: none;
	color: #115bb5;
}
a:hover {
	text-decoration: underline;
	color: #0b4994;
}

h2 { color: #000; }
h3 { color: #464646; }


#page {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
#header {
	position: relative;
	background: url(images/bkg-header.jpg) no-repeat 0 0;
	height: 230px;
}
#header h1 {
	position: absolute;
	top: 76px;
	left: 0;
	width: 499px;
	height: 113px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	background: url(images/bkg-logo.jpg) no-repeat;
	width: 499px;
	height: 113px;
	line-height: 113px;
	overflow: hidden;
	text-indent: -9999px;
	color: #fff;
}
#header a.back2addthis {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
}


#content {
	width: 580px;
	float: left;
}
#sidebar {
	width: 340px;
	padding-bottom: 200px;
	float: right;
}
#footer {
	position: relative;
	background: url(images/bkg-footer.jpg) repeat-x;
	height: 96px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: px;	
}
#footer a {
	display: inline;
	margin-left: 20px;
	color: #fff;
}
#footer p {
	width: 940px;
	margin: 0 auto;
	padding-top: 55px;
}

#back2top {
	position: absolute;
	bottom: 20px;
	right: 0;
	background: url(images/bkg-back2top.png) no-repeat;
	width: 162px;
	height: 230px;
	margin-bottom: -45px;
	z-index: 2;
}
#back2top p {
	padding: 82px 0 0 32px;
	margin: 0;
}
#back2top a {	
	color: #fff;
}
.clear { clear: both; }


/* Blog Post */

.post {
	margin-bottom: 20px;
	color: #5b5b5b;
}
.postitle {
	position: relative;
	background: #3c3f45;	
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	padding: 20px 20px 10px;	
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;	
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}
.postitle h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 5px 0;
	text-shadow: 0 1px 3px #000;
	color: #fff;
}
.postitle h2 a {
	color: #fff;
}
.postitle h2 a:hover {
	text-decoration: none;
	color: #eee;
}
.postdate {
	color: #787878;
}
.postdate a {
	color: #fff;
}
.entry {
	background: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 10px 20px 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}
.entry img {
	margin: 10px;
}
.entry td {
	vertical-align: top;
}
.entry p {
	margin: 0;
	padding: 10px 0;
}

.postmetadata {
	background: #fff;	
	border: 1px solid #d5d5d5;
	min-height: 48px;
	padding: 10px 20px 20px;	
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}
.postmetadata .addthis_toolbox {
	margin-top: 10px;
}
.postmetadata a.comment {
	background: url(images/bkg-entry-comment.gif) no-repeat left;
	padding: 10px 0 10px 40px;
	margin: 6px 0 0;
	font-weight: bold;
	float: right;
}

.content {
	background: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}

.post-older {
	text-align: center;
	margin: 60px 0;
	font-size: 2em;
}
.navigation {
	position: relative;
	background: #3c3f45;	
	border: 1px solid #d5d5d5;
	padding: 21px 20px;	
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px;
	padding: 10px 20px;
	text-shadow: 0 1px 3px #000;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.navigation h4 {
	display: inline;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #fff;
}
.navigation a {
	margin-left: 10px;
	color: #eee;
}
.navigation .alignleft {
	width: 200px;
	float: left;
}
.navigation .alignright {
	width: 200px;
	float: right;
}
.navigation-links {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	float: right;
}




#sidebar h2 {
	background: #4e84c4;	
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 20px;
	text-shadow: 0 1px 3px #000;
	color: #fff;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;	
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}
#sidebar .innerbox {
	background: #fff;	
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 20px;	
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}

#sidebar .innerbox ul {
	margin: 0;
	padding: 0;
}
#sidebar .innerbox ul li {
	display: inline;
	list-style: none;
	width: 140px;
	padding: 0;
	margin: 0;
	color: #999;
	float: left;
}

#sidebar .innerbox.followme {
	position: relative;
	height: 80px;
	padding-left: 10px;
}
.innerbox.followme .addthis_toolbox {
	width: 110px;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
}

.butterflies p { padding: 0 0 10px 80px; line-height: 1.5em;}
.butterflies p strong { font-size: 1.1em; color: #000; }
.butterflies .justinthorp {	background: url(images/justin_60x60.jpg) no-repeat 0 0; }
.butterflies .hoomanradfar { background: url(images/bkg-hoomanradfar.jpg) no-repeat 0 0; }
.butterflies .jimlane {	background: url(images/bkg-jimlane.jpg) no-repeat 0 0; }
.butterflies .willmeyer { background: url(images/will_60x60.jpg) no-repeat 0 0; }
.butterflies .jeffwong { background: url(images/jeff_60x60.jpg) no-repeat 0 0; }
.butterflies .forgetfoo { background: url(images/bkg-forgetfoo.jpg) no-repeat 0 0; }


#s {
	background: #fff;
	border: 1px solid #b7b7b7;
	width: 160px;
	padding: 9px 6px;
	margin-right: -4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;	
}
#searchsubmit {
	background: #ededed url(images/bkg-btn-grey.gif) repeat-x 0 0;
	border: 1px solid #b7b7b7;
	padding: 8px 16px;
	color: #000;
	
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;	
		
	text-shadow: 0 1px 2px #fff;
}
#searchsubmit:hover {
	background: #dfdfdf url(images/bkg-btn-grey.gif) repeat-x 0 -35px;
	text-decoration: none;
	border-color: #afafaf;
	color: #000;
	cursor: pointer;
}
#searchsubmit:active {
	background: #d4d3d3 url(images/bkg-btn-grey.gif) repeat-x 0 -70px;
	outline: none;
}

.search-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.search-item h3 {
	margin-bottom: 0;
}



/* Comments */

.comments {	
	border-top: 1px solid #ccc;
	padding: 20px;
	margin: 10px -20px 0;
}
.comments h3 {
	margin: 20px 0;
}
.comments .btn { margin-top: 16px; }
.comment {
	background: #f0f0f0;
	margin: 10px 0;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}
.comment .avatar {
	width: 32px;
	border: 1px solid #ccc;
	float: left;
}
.comment .comment-inner {
	padding-left: 48px;
}
.comment .commentmetadata a {
	color: #666;
}
.comment .comment-entry {
	padding-top: 5px;
}
.comment .comment-entry p {
	padding: 0;
	margin: 0 0 10px 0;
}


/* Button */

.btn {
	background: #ededed url(images/bkg-btn-grey.gif) repeat-x 0 0;
	border: 1px solid #b7b7b7;
	padding: 8px 16px;
	color: #000;	
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;		
	text-shadow: 0 1px 2px #fff;
}
.btn:hover {
	background: #dfdfdf url(images/bkg-btn-grey.gif) repeat-x 0 -35px;
	text-decoration: none;
	border-color: #afafaf;
	color: #000;
	cursor: pointer;
}
.btn:active {
	background: #d4d3d3 url(images/bkg-btn-grey.gif) repeat-x 0 -70px;
	outline: none;
}

/* AddThis Combo Pills */
 
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_button_compact .at15t_compact {
    float: left;
}

.hide { display: none; }
