html, body {
	margin: 0;
}

* {
	font-family: Tahoma, Geneva, sans-serif;
}

body {
	background: #130900;
	font-size: 12px;
}

a#logo_link {
	position: absolute;
	width: 100%;
	height: 95px;
}

div#logo {
	/*margin-bottom: 10px;*/
	/*text-align: center;*/
	background: url(img/randope-com-500.png) no-repeat center;
	height: 130px;
	width: 600px;
	/*margin: 0 auto;*/
	/*z-index: 999;*/
	/*position: absolute;*/
}

div#outline {
	width: 620px;
	border: 1px solid #d90;
	border: 1px solid #940;
	/*padding: 4px 2px;*/
	padding: 6px;
	margin: 100px auto 0;
}

#main {
	width: 850px;
	background: #fff;
	margin: 95px auto 30px;
	border: 5px solid #940;
}

/*
div#main {
	width: 100%;
	background: #eee;
	margin: 0 auto;
	/*border: 2px solid #d90;*/
	/*border-bottom: 0;*/
/*}*/

/* Top text */
#top_text {
	font-weight: bold;
	background: rgba(200, 150, 0, 0.5);
	text-align: center;
	padding: 10px 0;
}

/* Post */
.post {
	width: 500px;
	padding: 20px 20px 25px;
	/*border-bottom: 1px solid #aaa;*/
	/*border-top: 1px solid #fff;*/
}

.post_break {
	height: 1px;
	background: #940;
	/*border-top: 1px solid #ccc;*/
	background: #ccc;

}

.post h1 {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 20px;
	/*border-bottom: 1px solid #d90;*/
}

.post h1 a {
	font-size: 17px;
}

.post h1 a,
.post h2 a {
	color: #940;
	color: #000;
	text-decoration: none;
	text-shadow: #ddd 1px 1px 1px;
}

h1.header_tag {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.post .embed {
	margin-bottom: 8px;
}

.post .content {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 20px;
}

.post div.img {
	background: #e9e9e9;
	text-align: center;
	line-height: 0;
}

.post .previous {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post .previous,
.post .previous a {
	color: #947546;
}

.post .author {
	/*border-top: 1px solid #ccc;*/
	padding-top: 2px;
}

.post .author,
.post .author a {
	font-size: 11px;
	color: #888;
}

.post .author a.comments {
}

.post .error {
	color: #e20;
	text-align: center;
	background: #eee;
	padding: 10px 0;
}

/* Pagination */
div#pagination {
	/*width: 100%;*/
	margin: 0 auto;
	margin: 0;
	font-size: 12px;
	background: rgba(200, 150, 0, 0.5);
	padding: 5px 10px;
}

div#pagination div.pagination_item {
	width: 260px;
	float: left;
	height: 15px;
	line-height: 20px;
}

div#pagination a {
	color: #d90;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* Bottom */
div#bottom {
	margin: 20px 0;
	text-align: center;
	font-size: 11px;
	color: #999;
}

div#bottom a {
	color: #d90;
	text-decoration: none;
}

/* 404 */
div#notfound {
	text-align: center;
	color: #b00;
	padding: 25px 30px;
}
/* Text */
.strong {
	font-weight: bold;
}

div.errors {
	font-weight: bold;
	font-size: 12px;
	background: rgba(200, 0, 0, 0.5);
	padding: 5px 8px;
}

div.success,
div.success_message {
	font-weight: bold;
	font-size: 12px;
	background: rgba(200, 200, 0, 0.5);
	padding: 5px 8px;
}

/* Links */
a {
	color: #940;
}

/* Input */
input, textarea {
	width: 548px;
	border: 1px solid #bbb;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

input[type="submit"] {
	width: auto;
	font-weight: bold;
	background: #fff;
	/*color: #940;*/
	padding: 7px 10px;
	border: 1px solid #940;
	cursor: pointer;
}


/* Comments */
/*div.comm*/
div.comment {
	border: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	/*border-bottom: 0;*/
	margin-bottom: 8px;
	font-size: 12px;
	background: #fff;
}

div.comment div.top {
	border-bottom: 1px solid #bbb;
	/*background: rgba(153, 68, 0, 0.2);*/
	background: #ccc;
	padding: 5px 7px;
}

div.comment div.top div.name {
	float: left;
	width: 386px;
	font-weight: bold;
}

div.comment div.top div.timestamp {
	width: 158px;
	float: left;
	text-align: right;
	color: #888;
}

div.comment div.message {
	padding: 5px 7px;
	border-bottom: 1px solid #bbb;
}

/* 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%;
}

/* Media queries */
/*@media only screen
and (max-width : 670px) {
	div#outline {
		width: 95%;
	}
}
*/


/* Left main */
#left_main {
	width: 540px;
}


#throwback_title {
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

/* Right content */
#right_main {
	/*background: #eee;*/
	background: rgba(200, 150, 0, 0.3);
	padding: 20px;
}

#right_main {
	color: rgba(0, 0, 0, 0.6);
}

/* Latest Comments */
.latest_comments_item {
	margin-bottom: 8px;
}

.latest_comment_date,
.latest_comments_post_title {
	font-size: 10px;
}

#right_main img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

#right_main img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

#right_main h3:first-child {
	margin-top: 0;
}

#right_main h3 {
	color: rgba(0, 0, 0, 0.7);
	margin-top: 0;
	margin-top: 28px;
	font-size: 14px;
	margin-bottom: 14px;
}

#right_main a {
	text-decoration: none;
}

#right_main a:hover {
	text-decoration: underline;
}

/* Releases */
.release_box {
	float: left;
	margin-right: 2px;
}

/* Share buttons */
.share_buttons {
	padding: 12px 0;
	margin: 25px 0;
	text-align: center;
	opacity: 0.7;
	background: rgba(200, 150, 0, 0.2);
}

.share_buttons:hover {
	opacity: 1;
}


/* Responsive */
@media only screen and (max-width: 900px) {
	#main,
	#left_main {
		width: 540px;
	}

	#right_main {
		display: none;
	}
}

/* Responsive: mobile vertical */
@media only screen and (max-width: 580px) {
	div#logo {
		background-size: 100%;
		width: 300px;
		height: 90px;
	}
	#main {
		width: 95%;
		margin-top: 70px;
	}
	#left_main{
		width: 100%;
	}

	.post {
		width: 94%;
		padding: 3% 3% 25px;
	}
	.post iframe,
	.post img {
		width: 100%;
	}

	.pagination_item.right {
		float: right;
		position: absolute;
		right: 20px;
	}
}