/* OVERRIDES OF HOME.CSS */

#headerContent {
   height:165px;
}

/*
#topHeadline {
    margin:70px 0 0 30px;
}
*/

#contentWrapper {
    padding-top: 30px;
	overflow:auto;
}

li {
	list-style-type: none !important;
}

/* ------ */

.posterousHeader {
	display:none!important;
}

h1 {
	font-family: "DroidSerifRegular";
	font-size: 22px;
	font-weight: normal;
	color: #171715;
	margin: 7px 0;
	padding-left: 11px;
}

#posts {
	width:610px;
	float:left;
	margin-left:30px;
	overflow:hidden;
}

.post_header,
.post_body,
.posterous_retweet_widget,
.post_comments {
	padding-left:11px;
}

.post_header {
	margin:20px 0 16px;
	width:auto;
	overflow:hidden;
}

.post_header h2 {
    font-family:"DroidSerifRegular";
	font-weight:normal;
	float:left;
}

.post_header a, .post_header a:visited {
    color:#171715;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
}

.post_header a:hover {
	text-decoration:underline;
}

.post_header em {
	padding-left:4px;
	display:block;
	float:left;
    color:#7eb500;
	font-size:10px;
	font-style:normal;
	line-height:16px;
}

.post_body {
	clear:left;
	color:#333;
	font-size:11px;
	line-height:16px;
	margin-top:16px;
	position:relative;
}

.post_body p {
	margin:16px 0;
}

.post_body p:first-child {
	margin: 0;
}

.post_body a,
.post_comments a {
    color:#7eb500;
	text-decoration:none;
}

.post_body a:hover,
.post_comments a:hover {
	text-decoration:underline;
}

.posterous_retweet_widget,
.post_comments {
	margin: 20px 0;
}

.post_comments p:last-of-type {
	font-size:11px;
}

/* Posterous retweet garbage */

.posterous_retweet_widget a {
	text-decoration:none;
}

span[id^=retweet_count] {
	font-family: Georgia;
	font-size: 12px;
}

span[id^=retweet_count] a {
	color: #222;
}

span[id^=retweet_count] a:hover {
	text-decoration: underline;
}

a[id^=retweet_link]:hover {
	background-color:#5B9E00;
	color: #fff;
}

/* Gallery links */
a.posterousGalleryMainlink {
	text-decoration: none !important;
}

a.posterousGalleryMainlink div,
a.posterousGalleryMainlink:hover div {
	font-size: 11px !important;
	color: #7eb500;
	border-bottom-width: 0;
}

a.posterousGalleryMainlink div:hover {
	border-bottom-width: 1px;
}

/* Posterous comments */
.posterous_comments {
}

/* Navigation */
#navigation {
	clear: both;
	padding: 80px 260px 60px 30px;
	width: auto;
	overflow: auto;
}

#navigation a {
	font-family: "Droid Serif Regular";
	font-size: 16px;
	color: #222;
	text-decoration: none;
}

#navigation a:hover {
	color: #7eb500;
}

#go-previous {
	background: url(http://localhost/static/site_images/chevron-right.png) right no-repeat;
	padding-right: 11px;
	float: right;
}

#go-next {
	background: url(http://localhost/static/site_images/chevron-left.png) left no-repeat;
	padding-left: 11px;
	float: left;
}

/* --------- */

#flickr_vimeo {
	border:0;
	width:195px;
	height:840px;
	float:right;
	margin-right:40px;
}


/*
.post_comments a[id^=comment_link_] {
	font-size:11px;
}
*/

