body {
    font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ededed;
	padding: 0px;
	margin: 0px;
}

#container {
	top: 50px;
	width: 446px;
	position: relative;
	margin: 0 auto;
}

#header {
	background-color: #fff;
	display: block;
	padding: 20px 25px 15px;
}

#header-text {
	position: relative;
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

h1 {
	display: block;
	margin: 0px;
	color: #3b3b3b;
	font-size: 46px
	text-transform: capitalize;
}

#header-text h1 {
    background: white url(http://mintreaction.com/clients/origen-genesis/origen-genesis-logo.gif) no-repeat center center;
    text-indent:-9999px;
    width:350px;
    height:109px;
    margin:0 auto;
    cursor:pointer;
    }

h1 a {
	text-decoration: none;
	margin: 0px;
	color: #3b3b3b;
}

h3 a {
	text-decoration:none;
	margin:0px;
	color:#ededed;
    font-size:33px;
    line-height:36px;
	text-transform:capitalize;
}

#description {
	text-transform: lowercase;
	font-size: 16px;
	color: #3b3b3b;
}

#description a {
	text-decoration: underline;
	color: #3b3b3b;
}

#posts {
	position: relative;
	top: 15px;
}

.post-text {
	margin-bottom: 10px;
	padding: 14px 27px 27px;
    font-size:12px;
    line-height:20px;
	color: #ededed;
	background-color: #2a0a05;
}

.post-text a {
	color: #ededed;
}

.post-text:hover {
	background-color: #330c05;
}

.post-text-body a {
	text-decoration: underline;
	color: #ededed;
}

.post-photo {
	list-style-type: none;
	margin-bottom: 10px;
    padding: 24px 22px 18px;
	color: #ededed;
	background-color: #383609;
}

.post-photo a {
	color: #ededed;
}

.post-photo:hover {
	background-color: #403e09;
}

.caption {
	color: #ededed;
	line-height: 24px;
	font-size: 14px;
}

.caption a {
	text-decoration: underline;
	color: #ededed;
}

.photo {
    border: 1px solid #ededed;
}

.post-quote {
	margin-bottom: 10px;
    padding: 27px 27px 13px;
	color: #ededed;
	background-color: #1e2f38;
}

.post-quote a {
	color: #ededed;
}

.post-quote:hover {
	background-color: #20333c;
}

.quote {
	color: #ededed;
	line-height: 42px;
	font-size: 33px;
}

.source {
	font-style: italic;
	color: #ededed;
	line-height: 24px;
	font-size: 14px;
}

.source a {
	text-decoration: underline;
	color: #ededed;
}

.post-link {
	margin-bottom: 10px;
    padding: 27px 27px 13px;
	color: #ededed;
	background-color: #150738;
}

.post-link a {
	color: #ededed;
}

.post-link:hover {
	background-color: #170641;
}

.link {
	color: #ededed;
	font-size: 21px;
}

.post-chat {
	margin-bottom: 10px;
    padding: 27px 27px 13px;
	color: #ededed;
	background-color: #073b1c;
}

.post-chat:hover {
	background-color: #07401e;
}

.post-chat ul {
	line-height: 33px;
	padding: 0px;
	margin: 0px;
}

.post-chat li {
	font-size: 21px;
	list-style-type: none;
	display: block;
}

.post-audio {
	margin-bottom: 10px;
    padding: 27px 27px 13px;
	color: #ededed;
	background-color: #2a2a2a;
}

.post-audio:hover {
	background-color: #2f2f2f;
}

.post-video {
	margin-bottom: 10px;
    padding: 24px 27px 13px 23px;
	color: #ededed;
	background-color: #2a2a2a;
}

.post-video:hover {
	background-color: #2f2f2f;
}

.tags, .dsq-comment-count {
	text-transform: lowercase;
	color: #ededed;
	margin-bottom: 0px;
	margin-top: 22px;
	display: block;
	text-align: right;
}

.tags a, .dsq-comment-count a {
	margin-bottom: 3px;
    border-bottom: 1px solid #c0c0c0;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	text-decoration: none;
	color: #ededed;
}

.dsq-comment-count {font-size:10px;text-transform:uppercase;margin-top:5px;}

#footer {
	margin-bottom: 119px;
	text-align: right;
	top: 30px;
	display: block;
	position: relative;
}

.footer-nav a {
	margin-left: 3px;
	text-decoration: none;
	padding: 11px;
	background-color: #3b3b3b;
	color: #ededed;
	font-size: 14px;
}

.footer-nav a:hover {
	margin-left: 3px;
	text-decoration: none;
	padding: 11px;
	background-color: #434343;
	color: #ededed;
	font-size: 14px;
}

.archive-nav a {
	border:1px solid #dedede;
	margin-left: 3px;
	text-decoration: none;
	padding: 11px;
	background-color: #fff;
	color: #3b3b3b;
	font-size: 14px;
}

.copyright-nav {
	border:1px solid #dedede;
	margin-left: 3px;
	text-decoration: none;
	padding: 11px;
	background-color: white;
	color: #3b3b3b;
	font-size: 14px;
}

.copyright-nav a {
	font-style: italic;
	border-color: #dedede;
	text-decoration: none;
	color: #3b3b3b;
}

.copyright-nav a:hover {
	font-style: italic;
	border-color: #dedede;
	text-decoration: none;
	color: #5b5b5b;
}

.permalink a {
	position: relative;
	padding: 7px;
	background-repeat: repeat;
	background-image: url(http://static.tumblr.com/internal/g0Kknao4y/permalink.png);
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #ededed;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#date a {
	text-align: center;
	min-width: 85px;
	display: block;
	right: 460px;
	position: absolute;
	border:1px solid #dedede;
	margin-left: 3px;
	text-decoration: none;
	padding: 11px;
	background-color: white;
	font-style: italic;
	color: #3b3b3b;
	font-size: 14px;
}

.post-text-body img {
	max-width: 100%;
}

#sidebar {
    display:block;
    margin-top:15px;
    position:absolute;
    right:-317px;
    width:300px;
}

img, a img {border:0;}

