/* @override http://benniemosher.com/style.css */

* {
	line-height: 1.5em;
	font-size:100%;
	vertical-align:baseline;
	margin: 0;
	padding: 0;
}

html {
	border-top: 5px solid rgba(0,0,0,0.7);
}

body {
	line-height: 1.5em;
	font-size: 100%;
	background: rgba(48,187,219,0.1);
	color: #555;
	color: rgba(0,0,0,0.7);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	border-top: 2px solid #30BBDB;
}

a {
	color: #30BBDB;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4, h5, h6 { font-size: 1.2em; }

a img {
	border: none;
}

p {
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin: .4em .5em .5em 0;
}

.alignright {
	float: right;
	margin: .4em 0 .5em .5em;
}

.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

.container {
	width: 980px;
	margin: 1em auto;
	display: table;
}

header {
	float: left;
	height: 70px;
	width: 100%;
}

#title {
	font-size: 3em;	
	color: #30BBDB;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

h1#slogan {
	clear: both;
	text-align: center;
}

h1 strong {
	color: #30BBDB;
}

nav {
	float: right;
	margin: 25px 0 0 0;
}

nav ul {
	list-style: none;
}

nav li {
	float: left;
	margin-right: .5em;
}

nav a {
	padding: .45em 1.4em;
	color: #555;
	color: rgba(0,0,0,0.7);
}

nav a:hover, nav a.selected {
	background: #30BBDB;
	background:-moz-linear-gradient(top, #30BBDB 0%,#22869D 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30BBDB), to(#22869D));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#30BBDB, endColorstr=#22869D);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	font-weight: normal;
}

#info {
	margin: 0 0 1em 0;
	float: left;
}

#info article {
	float: left;
	width: 31%;
	margin: 0 1em 0 0;
}

#skills ul li {
	list-style-position: inside;
	margin: 0;
	font-size: .9em;
	width: 50%;
	float: left;
}

.button {
	padding: .45em 1.4em;
	color: #555;
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	background: #30BBDB;
	background:-moz-linear-gradient(top, #30BBDB 0%,#22869D 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30BBDB), to(#22869D));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#30BBDB, endColorstr=#22869D);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	font-weight: normal;
}

.button:hover {
	font-weight: normal;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#social li {
	margin: 0;
	list-style: none;
	float: left;
	margin-right: .4em;
	width: 32px;
}

#social li a:hover img {
	margin-top: -3px;
}

#main {
	clear: both;
	margin: 1em 0 0 0;
	display: table;
}

#main section {
	width: 980px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin: 0 0 1em 0;
	padding: 1em 2.4em;
	overflow: hidden;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid rgba(48,187,219,0.3);
	background-origin: padding-box;
	-webkit-background-origin: padding-box;
	-moz-background-origin: padding-box;
	position: relative;
}

#main section#content {
	display: table;
	width: 980px;
}

#content article {
	float: left;
	width: 70%;
	margin-right: 1em;
}

#content aside {
	float: left;
	width: 28%;
}

#content aside article {
	margin-right: 0;
	width: 100%;
}

.left-arrow {
	border-color: transparent rgba(0,0,0,0.2) transparent transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 1em 0 0;
	cursor: pointer;
}

.right-arrow {
	border-color: transparent transparent transparent rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	text-indent: -9999em;
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0 0 0 1em;
	cursor: pointer;
}

.post {
	float: left;
	padding: 0 1em 1em 0;
	width: 28%;
}

.post small {
	font-size: .8em;
}

.tags {
	margin: 1em 0;
	font-size: .9em;
}

.tags li {
	list-style: none;
	float: left;
	padding: 0 .5em;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.tags li:last-child {
	border-right: none;
}

.project {
	width: 600px;
	height: 190px;
	overflow: hidden;
	border: 3px solid #30BBDB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 1em;
	background-origin: padding-box;
	-webkit-background-origin: padding-box;
	-moz-background-origin: padding-box;
}

.project .info {
	width: 568px;
	height: 158px;
	padding: 1em;
	position: relative;
}

.project .info a.button {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

footer {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	font-size: .8em;
}

footer p {
	margin-bottom: 0;
}

