/*
	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");
@import url("style.css");

body {
	background: #444;
	color: #FFFFFF;
	font-size: 15px;
	line-height:1.5;
	font-weight: lighter;
	text-align:left;
}

#container {
	width: 595px;
	margin: 35px auto 65px;
	padding: 0;
}

#container > header {
  font-size: 3em;
  text-align: center;
  text-shadow: 0px 0px 10px #000000;
  height: 96px;
}

header a span {
	font-size: 0.86em;
	font-weight: normal;
	line-height: 2em;
}

section {
	float: left;
	width: 565px;
	margin: 35px 0;
	padding: 10px 15px;
	position: relative;
	background: rgba(0, 0, 0, 0.33);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

section p {
  overflow: hidden;
  position: relative;
  text-indent: 1em;
}

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

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

article:nth-of-type(2n) img,
.post p:nth-of-type(2n) img {
    float: left;
    margin: 0 15px 0 0;
}
article:nth-of-type(2n) .image_rotate,
.post p:nth-of-type(2n) .image_rotate {
    float: left;
    left: 0;
}
article:nth-of-type(2n) .image_rotate span,
.post p:nth-of-type(2n) .image_rotate span{
    left: 0;
}

article:nth-of-type(2n+1) img,
.post p:nth-of-type(2n+1) img {
    float: right;
    margin-left: 15px;
    margin: 0 0 0 15px;
}
article:nth-of-type(2n+1) .image_rotate,
.post p:nth-of-type(2n+1) .image_rotate {
    float: right;
    right: 0;
}
article:nth-of-type(2n+1) .image_rotate span,
.post p:nth-of-type(2n+1) .image_rotate span {
    right: 0;
}

article {
	padding: 1px;
	text-align: justify;
	clear: both;
}

article:first-of-type header {
	margin-top: 0;
}

.archive h1 {
  position: absolute;
  top: -25px;
  left: 17px;
}

article h3 {
  clear: both;
  width: 100%;
  margin: 1em 0 0 ;
}

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

article header {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

article header hgroup {
  position: relative;
  display: block;
  color: #444444;
  font-size: 0.80em;
}

article header h5 {
  background: url(/images/tags.png) no-repeat;
  padding-left: 20px;
  line-height: 16px;
}

article header time {
  display: inline-block;
  float: right;
}

article header time {
	text-shadow: 0 0 10px #000;
}

article .entry-content {
	text-align: left;
	clear: both;
	overflow: auto;
}

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

article .entry-content li:first-line {
	color:#00FF78;
	text-shadow: 0 0 10px #000;
}

aside {
	float: right;
	width: 125px;
	font-size: .95em;
	margin-top: 3.25em;
}

aside h2 {
	letter-spacing: 2px;
	margin-bottom: 0.25em;
}

aside nav {
	margin-bottom: 1em;
}

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

nav form {
	margin-bottom: 3px;
}

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

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

nav.pagination .prev {
	float: left;
}

nav.pagination .next {
	float: right;
}

footer {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 500px;
}

footer img {
	float: left;
	margin-right: 10px;
	width: 100px;
}

footer div {
  float: right;
  width: 385px;
}

footer p {
  margin-bottom: 12px;
}

footer nav li {
  float: left;
  margin-right: 10px;
}

footer nav li:last-of-type {
  margin-right: 0;
}

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

.social a[href*='kiva.org'] { background-image: url('/images/icons/kiva.jpg') ; }
.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');}








