/* @group CSS Reset */

html, body, div, span, applet, object, iframe,blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;	border-spacing: 0;}
iframe { background: none !important; }
/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {display: inline-block;} 
html[xmlns] .clearfix {display: block;} 
* html .clearfix {height: 1%;}

/* @end */


body {
	font: 13px/18px "comenia-sans-web-1","comenia-sans-web-2","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	color: #4a4a4a; 
	margin: 0 auto;
	background: #f3f3f3 url(../imgs/bg-pattern.gif) repeat;
}

a:link, a {color: #069; text-decoration: none; -webkit-transition: color .3s ease-out;}
a:visited {color: #069;}
a:hover {color: #ed8f24;}
a img {
	border: none; 	
	box-shadow: 0 0 4px #999;
  	-moz-box-shadow: 0 0 4px #999;
  	-webkit-box-shadow: 0 0 4px #999;
}
p {margin: 0.33em 0 1em 0; font: 12px;
}
pre, code, tt {font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; margin: 1em 0;}
code, tt {border-bottom: 1px solid #E3E3E3; padding: 0 1px;}
pre code {border-bottom: 0;}
small {font-size: 85%;}
big {font-size: 115%;}
sup {font-size: smaller; vertical-align: 0.5em; line-height: 1px;}

h2 {
	color: #4b4b4b;
	padding: 3px 78px 4px 0;
	margin: 10px 0;
	border-bottom: 4px double #a0a0a0;
	letter-spacing: -0.066em;
	font-size: 30px;
}

h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/* font-family: "dederon-sans-web-1","dederon-sans-web-2","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	letter-spacing: -0.066em;
	text-shadow: #fff 1px 1px 0;
}

/* h3 a {
	font-family: "vera-sans-1","vera-sans-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} */

.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

.see-more {
	text-align: right;
	display: block;
	font: italic normal 12px "skolar-1","skolar-2",Georgia "Times New Roman", Times, serif;
	margin-top: 10px;
}

.alignleft {
	float: left;
	margin: 6px 10px 6px 0;
}

.alignright {
	float: right;
	margin: 6px 0 6px 10px;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.wp-caption.aligncenter {
	margin:6px auto 20px;
}

.wp-caption {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:5px 0 0;
	text-align:center;
}

#container .post .entry .wp-caption p.wp-caption-text {
	margin: 2px 5px 6px;
	font: italic normal 10px/12px "skolar-1","skolar-2",Georgia;
	text-align: left;
}

#container{
	width: 940px;
	margin: 0 auto;
	border: 24px solid #fff;
	border-top-width: 10px;
	position: relative;
	background: #fff url(../imgs/gridd.jpg) repeat-y center;
	box-shadow: 0 0 10px #ccc;
  	-moz-box-shadow: 0 0 10px #ccc;
  	-webkit-box-shadow: 0 0 10px #ccc;
}

#header {
	padding: 8px 0 10px;
	margin-bottom: 18px;
	border-bottom: 2px solid #c8c8c8;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	background: url(../imgs/southleft-black.gif) no-repeat;
	display: block;
	width: 260px;
	height: 34px;
	margin-top: 0;
	opacity: 1;
	text-indent: -9999px;
	-webkit-transition: opacity .2s ease-out;
}

#header h1 a:hover {
	opacity: 0.7;
}

#header #nav {
	float: right;
	padding: 12px 0 0 0;
}

#header #nav li {
	float: left;
	margin: 0 16px;
	font-weight: bold;
	font-size: 12px;
}

#header #nav li a {
	color: #333;
	padding: 9px 0 4px;
	-webkit-transition: border-bottom .3s ease-in;
	border-bottom: 3px solid #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header #nav li a:hover,
#header #nav li a.active {
	border-bottom: 3px solid #999;
}

#sidebar {
	width: 220px;
	float: right;
	margin-bottom: 20px;
}

#sidebar.page-sidebar {
	float: left;
}

#sidebar.recent-work h2 {
	margin-bottom: 18px;
	padding-right: 0;
}

#sidebar.recent-work ul {
	width: 220px;
}

#sidebar.recent-work h3 {
	margin: 12px 0 8px;
	padding: 0 6px;
}

#sidebar p {
	font-size: 11px;
	line-height: 17px;
}

#sidebar.recent-work p {
	padding: 0 6px;
}

#sidebar.recent-work img {
	width: 220px;
}

#sidebar.recent-work h3 a,
#content .selected-work h3 a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -.065em;
}

#sidebar.recent-work li {
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-color: #ffffff;
	-webkit-transition: background-color .2s linear;
}

#content .selected-work li,
.home #content.narrowcolumn .post {
	background-color: #ffffff;
	-webkit-transition: background-color .25s linear;
}

#sidebar.recent-work li:hover,
#content .selected-work li:hover,
.home #content.narrowcolumn .post:hover {
	background-color: #f4f4f4;
}

#sidebar .twitpics {
	margin-top: 60px;
}

#sidebar .twitpics a {
	display: block;
	float: left;
}

#sidebar .twitpics a img {
	width: 92px;
	height: 92px;
	border: 4px solid #fff !important;
}

#sidebar.blog-archive h3,
#content.widecolumn h3#comments {
	font-size: 22px;
	border-bottom: 4px solid #e2e2e2;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

#sidebar.blog-archive ul {
	padding-left: 18px;
	list-style-type: square;
	margin-bottom: 46px;
}

#sidebar.blog-archive li {
	font-size: 15px;
}

#sidebar.blog-archive li a {
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 3px 5px 1px;
	margin: 0 0 3px -2px;
	border-bottom: 1px solid #ebebeb;
}

#sidebar.blog-archive li a:hover,
#sidebar.blog-archive li.current-cat a {
	background-color: #ebebeb;
	color:  #9f752a;
}

#sidebar .push-down {
	margin-top: 40px;
}

#sidebar .rss {
	display: block;
	padding-left: 28px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	background: url(../imgs/rss-icon.gif) no-repeat left bottom;
}

#content .selected-work {
	margin: 22px 0;
}

#content .selected-work small {
	color: #999;
	display: block;
}

#content .selected-work p {
	text-align: center;
	font-style: italic;
	font-family: "skolar-1","skolar-2",Georgia"Times New Roman", Times, serif;
}
#content .selected-work h3 {
	text-align: center;
	margin: 10px 0 6px;
}

#content .selected-work li {
	float: left;
	margin: 0 0 30px 20px;
	width: 300px;
	height: 330px;
	padding-top: 10px;
	text-align: center;
}

#content .selected-work li img {
	width: 280px;
	margin: 0 auto;
}

#content .selected-work li.first {
	margin-left: 0;
}

.close-twitter {
	display: block;
	text-align: right;
	background: url(../imgs/delete.png) no-repeat right 3px;
	padding: 4px 22px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 2px;
}

.close-twitter.selected {
	background: url(../imgs/plus.png) no-repeat right 3px;
}

#twitter-feed{
	display: none;
	margin: 8px 0 44px;
	background: url(../imgs/twitter-bird.png) no-repeat right 8px;
}

#twitter-feed p {
	background-color: #F1F1F1;
	margin: 0 80px 0 0;
	padding: 18px 20px;
	font: italic bold 36px/42px "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-shadow: #fff 2px 2px 0px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#twitter-feed p span {
	font-size: 11px;
	display: block;
	text-align: left;
	line-height: 14px;
	margin-top: 16px;
	color: #666;
	font-weight: normal;
	text-shadow: none;
}

#content.narrowcolumn {
	width: 620px;
	float: left;
	margin-bottom: 24px;
	border-right: 1px dotted #ccc;
	padding-right: 50px;
}

.page-id-3 #content.narrowcolumn,
.page-id-4 #content.narrowcolumn  {
	float: right;
	padding-right: 0;
	padding-left: 50px;
	border-right: none;
	border-left: 1px dotted #ccc;
}

#content.widecolumn {
	position: relative;
}

#content .post {
	clear: both;
	margin: 18px 0 35px;
	border-bottom: 3px double #8e8e8e;
	overflow: hidden;
	padding-bottom: 35px;
	position: relative;
}

#container #content .post .entry p.intro {
	font: bold 18px/26px "skolar-1","skolar-2",Georgia,serif;
	margin-top: 0;
}

#container #content .post .entry .drop-cap {
	float: left;
	display: block;
	text-transform: uppercase;
	padding: 4px 2px 0 0;
	margin: 0;
	color: #333;
	font: bold 58px/48px "skolar-1","skolar-2",Georgia,serif;
	text-shadow: #c4c4c4 2px 2px 1px;
}

#content .post h3 {
	margin: 0;
	text-align: left;
}

#content .post h3 a {
	display: block;
	padding: 0;
	margin: 0 0 0 160px;
	letter-spacing: -.065em;
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
}

#content .post h3 a:hover {
	
}

#content .post small {
	color: #999;
	margin-left: 6px;
}

#content .post a.post-thumb {
	float: left;
	border: 1px solid #ccc;
	margin: 0 12px 12px 0;
	display: block;
	height: 140px;
  	width: 140px;
}

#content .post a.post-thumb img {
	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
  	padding: 0;
  	height: 140px;
  	width: 140px;
}

#content .post .entry ul,
#content .post .entry ol {
	margin: 18px;
	padding: 0 16px;
	list-style-type: square;
}

#content .post .entry ol {
	list-style-type: decimal;
}

#content .post .entry blockquote {
	background: #fff url(../imgs/quote.gif) no-repeat 6px 6px;
	padding: 16px 16px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 28px auto;
	width: 430px;
}

#container #content .post .entry blockquote p {
	margin: 0;
	font: italic 20px/27px "skolar-1","skolar-2",Georgia, "Times New Roman", Times, serif;
}

#content .post .entry ul li,
#content .post .entry ol li {
	margin: 10px 4px;
}

#content .post .entry h2 {
	font-size: 22px;
	border-bottom-width: 4px;
	margin: 35px 0 20px;
}

#content .post .entry h3 {
	font-size: 17px;
	margin: 22px 0 12px;
}

#content .post .entry h4 {
	font-size: 14px;
	margin: 20px 0 10px;
}

#content.widecolumn.work-content .post .entry {
	width: 830px;
	margin: 0 auto;
}

#content.widecolumn.blog-content .post h2 {
	padding-right: 110px;
}

#content.widecolumn.work-content .post .entry p {
	margin-bottom: 0;
}

#content.widecolumn.blog-content .post .entry img {
	box-shadow: 0 0 4px #999;
  	-moz-box-shadow: 0 0 4px #999;
  	-webkit-box-shadow: 0 0 4px #999;
}

#content.widecolumn.work-content .post .entry h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	padding-bottom: 4px;
	height: 16px;
}

#content.widecolumn.work-content .slide-count {
	text-align: right;
	float: right;
	display: block;
	width: 120px;
	margin-right: 60px;
	text-transform: uppercase;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content.widecolumn.work-content .slide-count .num {
	color: #069;
	padding-left: 6px;
}

#content.widecolumn .post .entry .work-carousel {
	margin: 0 0 22px 2px;
	width: 826px;
}

#content.widecolumn .post .entry .work-carousel ul {
	width: 820px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content.widecolumn .post .entry .work-carousel ul img {
  	width: 820px;
  	display: block;
  	float: none;
  	overflow: hidden;
}

#content.widecolumn .post .entry .work-carousel ul li {
	width: 820px;
	padding: 2px;
	border: 1px solid #ccc;
}

#content.widecolumn .post .entry a.work-prev,
#content.widecolumn .post .entry a.work-next {
	position: absolute;
	z-index: 40;
	top: 86px;
	left: 0px;
	width: 43px;
	height: 41px;
	text-indent: -9999px;
	display: block;
	opacity: 0.4;
	-webkit-transition: opacity .4s ease-out;
	background: #000 url(../imgs/work-prev.jpg) no-repeat;
}

#content.widecolumn .post .entry a.work-prev:hover,
#content.widecolumn .post .entry a.work-next:hover {
	opacity: 0.8;
}

#content.widecolumn .post .entry a.work-next {
	left: 900px;
	background: #000 url(../imgs/work-next.jpg) no-repeat 0 center;
}

#content.widecolumn.work-content .work-meta {
	padding: 7px 8px 0;
	width: 124px;
	float: left;
	position: absolute;
	top: 637px;
	left: 162px;
	background-color: #f2f2f2;
}

#content.widecolumn.work-content .post .work-meta h3 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1px 0;
	padding-bottom: 4px;
	height: 16px;
	width: 124px;
}

#content.widecolumn.work-content .post .work-meta p {
	width: 124px;
	font: italic 11px/16px "skolar-1","skolar-2",Georgia "Times New Roman", Times, serif;
	line-height: 20px;
}

#content.widecolumn.work-content .post {
	position: relative;
}

#content.widecolumn.work-content .post .tweetmeme_button {
	bottom: -4px;
	right: 30px;
}

#content.widecolumn.blog-content .entry {
	float: right;
	margin: 16px 170px 22px 0;
	width: 600px;
}

#content.widecolumn.blog-content .entry p {
	font-size: 13px;
	line-height: 23px;
}

#content.widecolumn.blog-content .date {
	float: left;
	width: 131px;
	color: #999;
	padding-top: 4px;
}

#content.widecolumn.blog-content .post-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content.widecolumn.blog-content .post-gallery li img {
	width: 120px;
	height: 120px;
}

#content.widecolumn.blog-content .post-gallery li {
	margin: 8px 0 18px 40px;
	float: left;
}

#content.widecolumn.blog-content .post-gallery li.first {
	margin-left: 0;
}

#content.widecolumn .navigation {
	background:none;
	position: absolute;
	right: -8px;
	top: -6px;
	text-indent: -9999px;
	width: 62px;
	z-index: 20;
}

#content.widecolumn .navigation .alignleft a,
#content.widecolumn .navigation .alignright a {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../imgs/post-next.gif) no-repeat;
	opacity: 0.7;
	-webkit-transition: opacity .4s ease-out;
}

#content.widecolumn .navigation .alignleft a {
	background: url(../imgs/post-back.gif) no-repeat;
}

#content.widecolumn .navigation .alignleft a:hover,
#content.widecolumn .navigation .alignright a:hover {
	opacity: 1;
}

#content .post .date {
	text-transform: uppercase;
	margin-top: 14px;
}

#content .post .entry p {
	line-height: 20px;
}

.archive #content .post .entry p {
	margin-left: 160px;
}

#content .post .entry .more-link, .see-more {
	font: italic normal 12px "skolar-1","skolar-2",Georgia "Times New Roman", Times, serif;
}

#content .post p.post-meta {
	background-color: #efefef;
	padding: 10px 8px 6px;
	color: #666;
	text-transform: uppercase;
	clear: both;
	margin-bottom: 0;
	font: 10px "comenia-sans-web-1","comenia-sans-web-2","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-left: 8px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-shadow: #fff 1px 1px 0px;
}

#content .post p.post-meta a {
	color: #333;
}

#content .post p.post-meta a:hover {
	color: #ed8f24;
}

#content .post p.post-meta .posted-in,
.home #content .post.firstpost p.post-meta .posted-in {
	float: left;
	margin-bottom: 5px;
}

#content .post p.post-meta .posted-in a,
#content .post p.post-meta .the-tags a {
	margin-left: 4px;
}

#content .post p.post-meta .comment-amount,
.home #content .post.firstpost p.post-meta .comment-amount {
	float: right;
	padding: 0 0 0 18px;
	background: url(../imgs/comment.png) no-repeat 0 -2px;
	line-height: 17px;
}

#content .post .tweetmeme_button {
	background: url(../imgs/tweet-this.png) no-repeat 0 -2px;
	float: right;
	padding: 0 0 0 28px;
	position: absolute;
	bottom: 32px;
	right: -18px;
	z-index: 30;
}

#content .post p.post-meta .the-tags {
	display: block;
	clear: both;
	border-top: 1px dotted #999;
	line-height: 15px;
	padding-top: 7px;
}

#content .navigation {
	background-color: #ededed;
	padding: 6px 8px;
	font: italic 11px "skolar-1","skolar-2",Georgia "Times New Roman", Times, serif;
}

img.alignright {
	float: right;
	margin: 0 0 6px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 6px 0;
}

#content .navigation .alignright {
	float: right;
	margin: 0;
}

#content .navigation .alignleft {
	float: left;
	margin: 0;
}

#content.widecolumn #respond {
	margin: 0 0 34px 0px;
}

#content.widecolumn #commentform {
	width: 620px;
	margin: 22px 0;
}

label, .wpcf7 p {
	font-weight: bold;
	color: #333;
}

input {
	border: 0;
	padding: 6px;
	font-size: 12px;
	background-color: #f3f3f3;
}

textarea {
	width: 532px;
	border: none;
	height: 100px;
	margin-left: 0;
	padding: 6px 4px;
	font-size: 12px;
	background-color: #f3f3f3;
	line-height: 17px;
}

input[type=submit] {
	text-transform: uppercase;
	background-color: #adadad;
	letter-spacing: -0.066em;
	color: #fff;
	padding: 8px 10px 7px;
	cursor: pointer;
	font: bold 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-transition: background-color .4s ease-out;
}

input[type=submit]:hover {
	background-color: #ed8f24;
}

#content.widecolumn ol.commentlist {
	margin-bottom: 70px;
}

#content.widecolumn ol.commentlist li {
	margin-bottom: 16px;
	padding: 8px 10px;
	overflow: hidden;
	width: 672px;
	border-bottom: 1px solid #e4e4e4;
	border-left: 8px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-shadow: #fff 1px 1px 0px;
	background-color: #fff;
}

#content.widecolumn ol.commentlist li .comment-author {
	font-size: 11px;
	color: #666;
	width: 210px;
	margin-right: 20px;
	float: left;
	clear: right;
}

#content.widecolumn ol.commentlist li.comment-author-admin {
	background-color: #fef8cd;
}

#content.widecolumn ol.commentlist li .fn {
	font: italic 16px "skolar-1","skolar-2",Georgia Georgia, "Times New Roman", Times, serif;
	padding-right: 8px
}

#content.widecolumn ol.commentlist li .comment-meta {
	font-size: 10px;
	width: 210px;
	margin-right: 20px;
	float: left;
	clear: left;
}

#content.widecolumn ol.commentlist li p {
	margin-left: 230px;

}

#content.widecolumn ol.commentlist li.even {
	background-color: #efefef;
}

#footer {
	clear: both;
	background-color: #333;
	padding: 20px 14px;
	color: #fff;
	border-top: 10px solid #dfdfdf;
}

#footer .footer-content {
	margin: 24px auto;
	width: 940px;
	overflow: hidden;
}

#footer .module {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

#footer .module.social a img {
	float: left;
	margin-right: 8px;
	padding-top: 1px;
	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

#footer .module.other {
	float: right;
	margin: 0;
}

#footer .module h3 {
	text-shadow: none;
	font-size: 22px;
	padding: 0 0 4px;
	border-bottom: 1px dotted #fff;
	margin: 0 0 16px;
	height: 20px;
}

#footer .module li a {
	padding: 5px 3px;
	display: block;
	color: #e4e4e4;
	font-size: 11px;
	border-bottom: 1px solid #7e7e7e;
}

#footer .module li a:hover {
	color: #b3b3b3;
	border-bottom: 1px solid #4e4e4e;
	background-color: #2e2e2e;
}

#footer .module p {
	margin: 18px 6px;
	line-height: 18px;
}

#footer .module p a {
	color: #fcfd6c;
	text-decoration: underline;
}

#footer .module p a:hover {
	color: #e9e9e9;
}

#footer .module p.copyright {
	font-size: 11px;
}

.home #content.narrowcolumn {
	width: 640px;
	padding-right: 30px;
}

.home #content.narrowcolumn,
.home #sidebar {
	margin-top: 10px;
}

.home #content.narrowcolumn h2 {
	width: 620px;
	padding-right: 0;
}

.home #content.narrowcolumn .post.firstpost .first-post-thumb img {
	margin-bottom: 10px;
}

.home #content.narrowcolumn .post.firstpost h3 a {
	margin: 10px auto 4px;
	font-size: 26px;
	width: 600px;
}

.home #content.narrowcolumn .post.firstpost {
	width: 620px;
	height: auto;
}

.home #content.narrowcolumn .post.firstpost .entry {
	margin: 10px auto 0;
	width: 600px;
}

.home #content.narrowcolumn .post.firstpost p.post-meta {
	margin-top: 28px;
	position: static;
	width: 596px;
}

.home #content .post.firstpost p.post-meta .posted-in {
	float: left;
	padding-bottom: 0;
	border-bottom: none;
}

.home #content .post.firstpost p.post-meta .comment-amount {
	margin: 0;
}

.home #content.narrowcolumn .post-thumb img {
	width: 300px;
	height: 200px;
}

.home #content.narrowcolumn a.post-thumb {
	float: none;
	width: 300px;
	height: 200px;
	border: none;
}

.home #content.narrowcolumn .post h3 a {
	margin: 0 auto;
	width: 286px;
	font-size: 19px;
}

.home #content.narrowcolumn .post.firstpost small {
	margin: 0 0 0 10px;
}

.home #content.narrowcolumn .post small {
	margin: 0 0 0 7px;
}

.home #content.narrowcolumn .post {
	width: 300px;
	height: 450px;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	clear: none;
	position: relative;
}

.home #content.narrowcolumn .post .entry {
	width: 286px;
	margin: 0 auto;
}

.home #content .post .tweetmeme_button {
	bottom: 48px;
}

.home #content .post.firstpost .tweetmeme_button {
	bottom: 32px;
}

.home #content.narrowcolumn .post p.post-meta {
	position: absolute;
	width: 276px;
	bottom: 20px;
}

.home #content .post p.post-meta .posted-in {
	float: none;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999;
}

.home #content .post p.post-meta .comment-amount {
	float: none;
	display: block;
	margin: 8px 0 6px 0;
}

.home #content.narrowcolumn .navigation {
	clear: both;
	width: 604px;
}


