/*
ariseMedia.net Blog | style.css
*/
body {
	text-align: center;
	background: url('images/background.jpg') no-repeat top left;
	background-color: #000;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 1024px;
	position: absolute;
	left: 130px;
	top: 20px;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: Lucida Grande, Helvetica, sans-serif;
	font-weight: normal;
}
div#header {
	border-bottom: 1px solid #484848;
}
h1 {
	font-size: 48px;
	color: #fff;
	line-height: 120px;
}
h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 500px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li img{
	position: relative;
	top: 3px;
	right: 5px;
}
ul#navigation li a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #999;
}
div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	float: left;
	margin-bottom: 15px;
	font-size: 1.75em;
}
div#header div#titlelink {
	background: url('images/title.png') no-repeat 0 0;
	width: 500px;
	height: 90px;
}
div#header div#titlelink a {
	text-indent: 9999px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 40px 0 0 0;
        width: 1005px;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
	position: relative;
	right: 40px;
}
div#content h2 {
	font-size: 3.35em;
	letter-spacing: 0.01em;
	line-height: 1em;
	color: #fff;
	line-height: 34px;
}
div#content h2 a {
	text-decoration: none;
	color: #fff;
}

p.comment-link {
	margin: 25px 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 2.4em;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	border-bottom: 1px dotted #484848;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
div.entry div.post-date {
	font-size: 2.9em;
	letter-spacing: -0.1em;
	margin-bottom: 12px;
	padding: 3px;
	margin-top: 8px;
	background: #333;
}
div.entry span.description {
	line-height: 1.00em;
}
div.entry div.post-date span.year {
	font-weight: bold;
	letter-spacing: -0.08em;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	clear: both;
	padding: 25px;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}
div#twitter {
	width: 340px;
	float: right;
	margin-top: 55px;
	text-align: right;
}

div#twitter h2{
	padding-right: 5px;
	color: #666;
}

div#twitter div.leftbracket {
	font-size: 2.4em;
	float: left;
}

div#twitter div.rightbracket {
	float: right;
	font-size: 2.4em;
	padding-left: 5px;
}

div#twitter p {
	line-height: 1.05em;
	display: inline;
}

div#twitter span.twitter-timestamp {
	font-size: 0.75em;
}

li.twitter-item {
	line-height: 1.3em;
}