/*
	Name: super awesome HTML5
	Date: January 2010
	Description: Basic light on dark layout
	Author: Tommy Sullivan
	Autor URI: http://superawesometommy.com
*/

@import url("reset.css");

body {
	background: transparent url(/images/bg-main.gif) repeat scroll 0 0;
	color:#FFFFFF;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size: 15px;
	line-height:1.5;
	font-weight: lighter;
	text-align:left;

}

#container {
	width:545px;
	margin:0 auto;
	padding:0;
}

h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em; margin: 1em 0; overflow: hidden; }	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .25em;
}
	
a {
	outline: 0;
	text-decoration: none;
}
a img { border: 0px; text-decoration: none; }
a:link, a:visited {
	color: #00FF78;
	padding: 0 1px;
}
a:hover, a:active {
	background-color: #000;
	text-shadow: 1px 1px 1px #333;
}

.hide { display: none; }

p, pre, table {
	margin-bottom: 1.143em;
	clear: both;
	overflow: hidden;
}

p img {
	max-width: 100%;
}

* p:last-child { margin-bottom: 0; }

strong, b {font-weight: bold;}
em, i {font-style: italic;}

small { font-size: .75em; }

ul li { list-style: none; }

::-moz-selection {background: #00FF78; color: #000;}
::selection {background: #00FF78; color: #000;}

.shadow {
	-moz-box-shadow: 0px 1px 6px #666666;
	-webkit-box-shadow: 0px 1px 6px #666666;
	box-shadow: 0px 1px 6px #666666;
}

.corner {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#container ul.naked li {
	list-style: none;
}
	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

header.body {
	font-size: 2.0em;
	line-height: .85;
	margin-top: 1em;
	margin-bottom: .5em;
}

header.body a {
	background: none;
}

header.body a small {
	font-size:0.75em;
	font-weight:normal;
	line-height:1;
	position:relative;
	top:-3px;
}

header.body h1 {
	display:inline;
}

header.body .comment {
	font-size: 0.5em;
	font-family: "Andale Mono";
}

header.body .comment:first-of-type {
	position: relative;
	top: 4px;
}
header.body .comment:last-of-type {
	position: relative;
	top: -5px;
}

section {
	float: left;
	padding: 15px 15px 10px;
	position: relative;
	width: 425px;
}

section.body {
	margin-bottom: 3em;
}

/* this doesn't have the header on top of it so it needs the padding */
section.post {
	margin-top: 176px;
	width: 515px;
}

section #posts-list > li {
	list-style: none;
}

section ol li {
	padding: 1px;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: .5em;
	clear: both;
}

section img {
	max-width: 240px;
	max-height: 300px;
}

section p .image_rotate,
section p .image_rotate span {
	display: block;
	position: absolute;
	left: 0; top: 0;
} 

section p:nth-of-type(even) img {
	float: left;
	margin-right: 15px;
}

section p:nth-of-type(even) .image_rotate {
	left: 0;
	top: 0;
}

section h4 img,
section p:nth-of-type(odd) img {
	float: right;
	margin-left: 15px;
}

section p:nth-of-type(odd) .image_rotate {
	float: right;
}

section .bg {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: #000;
	filter:alpha(opacity=25);
	opacity:0.25;
	z-index: -1;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

article {
	margin-bottom: 2em;

	padding: 1px;
	text-align: justify;
}

article:last-of-type {
	margin-bottom: 0;
}

article header {
	height: 30px;
	float: left;
}

article .entry-content {
	text-align: left;
	padding: 0 0 0.75em;
	clear: both;
}

article .entry-content img {
	display: block;
}

article .entry-content li {
	text-indent: 1em;
}

article .entry-content li::first-line {
	color: #00FF78;
}

article footer {
	height: 25px;
	margin-top: 5px;
	margin-left: 10px;
	float: right;
}

nav.body,
aside.body {
	float:right;
	text-align:right;
	width: 85px;
	clear: right
}

nav li,
aside li {
	line-height: 1.33;
}

nav form {
	margin-bottom: 3px;
}

nav form input[type='search'] {
	background:none repeat scroll 0 0 #252525;
	border:1px solid #030303;
	color:#00FF78;
	text-align:right;
	width:75px;
	font-size: 15px;
	padding: 1px;
}

nav.pagination {
	clear: both;
	padding: 1px;
}

nav.pagination .prev {
	float: left;
}

nav.pagination .next {
	float: right;
}

aside {
	font-size: .95em;
	margin-top: 15px;
}

aside h2 {
	letter-spacing: 2px;
}

aside.fb-like {
	margin-top: 0;
}


footer.body {
	clear: both;
	margin: 0 auto 3em;
	width: 375px;
}

footer.body .photo {
	float:left;
	margin-right:10px;
	width:65px;
}


footer.body .bio {
	display: block;
}

/* Icons */
.social a {
	background-position:right 0;
	background-repeat:no-repeat;
	padding-right:20px;
}

.social a[href*='linkedin.com'] { background-image: url('/images/icons/linked_in.png'); }
.social a[href*='facebook.com'] { background-image: url('/images/icons/facebook.png'); }
.social a[href*='twitter.com'] { background-image: url('/images/icons/twitter.png');}
.social a[href*='reddit.com'] { background-image: url('/images/icons/reddit.png');}
.social a[href*='atom.xml'] {background-image: url('/images/icons/feed.png');}







