/*
Theme Name: Daneeeboy
Theme URI: http://daneeeboy.org/
Description: Daneeeeeeeeeeeeeeeeeeeboy.
Version: 1.0
Author: Daneeeboy
Author URI: http://daneeeboy.com/
Tags: 


*/

body {
	background-color: #bbbbbb;
	margin-top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
}

div.central {
	width: 1000px;
	margin: 0 auto;
}

div.left {
	width: 300px;
	float: left;
	margin-right: 25px;
}

div.right {
	width: 500px;
	float: left;
	margin-right: 25px;
}

div.adBar {
	width: 150px;
	float: left;
}

div.post {
	padding-bottom: 32px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 32px;
}

textarea {
	width: 500px;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 48px;
}

.headline a:link {
	color: #000000;
	text-decoration: none;
}

.headline a:visited {
	color: #000000;
	text-decoration: none;
}

.headline a:hover {
	color: #000000;
	text-decoration: underline;
}

.meta {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

hr {
	width: 100%;
	border: 1px dotted #000000;
	margin-bottom: 32px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navigation {
	font-size: 16px;
	font-weight: bold;
}

.alignleft {
	float: left;	
}

.alignright {
	float: right;	
}

blockquote {
	border-left: 5px solid #000000;
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 5px;
}