/*
Theme Name: Mrpunkin.coM
Theme URI: http://mrpunkin.com/
Description: Custom theme for Mrpunkin.coM portfolio.
Version: 4
Author: Bryan Corey
Tags: custom, portfolio, blog
*/

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #59C8E2;
	font-size: 12px;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-weight: normal;
}

.clear {
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}

img { border: 0; }

p#construction {
	margin: 0;
	padding: 20px 100px;
	font-size: 16px;
	line-height: 22px;
	background: #fff;
	color: #333;
	border-bottom: 5px solid #ccc;
}

.blurb {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	color: #fff;
	font-size: 60px;
	text-shadow: #539cb2 1px 1px 1px;
	font-weight: 900;
	
}

.blurb a {
	color: #fff;
	padding: 5px;
	background: #a0ddee;
	text-decoration: none;
}

.blurb a:hover {
	position: relative;
	margin: 0 -10px 0 -10px;
	padding: 15px;
	z-index: 200;
	background: #fff;
	color: #59C8E2;
}

ul#nav {
	width: 960px;
	height: 30px;
	margin: 0 auto 20px auto;
	padding: 0 5px;
	list-style-type: none;
	text-align: center;
}

ul#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
	margin-right: 10px;
	color: #a0a0a0;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 10px;
	background: #000;
}

ul#nav li a:hover {
	color: #fff;
	background: #404040;
}

/*ul#nav li a span { display: block; padding: 10px; }

ul#nav li a:hover {
	color: #fff;
	background: transparent url(img/nav_bg.gif) bottom left no-repeat;
	text-shadow: #000 3px 1px 1px;
}

ul#nav li a:hover span { background: transparent url(img/nav_bg_r.gif) bottom right no-repeat;}*/

div#container {
	width: 980px;
	margin: 0 auto;
	padding: 30px;
	/*background: transparent url(img/glow.png) top center no-repeat;*/
}

div#content-wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

ul#posts {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#posts li {
	float: left;
	display: inline;
	margin: 10px;
	width: 450px;
	height: 150px;
	border: 10px solid #a0ddee;
	position: relative;
}

ul#posts li img {
	display: block;
	width: 440px;
	height: 150px;
}

ul#posts li a.permalink { 
	position: absolute;
	display: block;
	width: 440px;
	height: 150px;
}
ul#posts li:hover { border-color: #bfe7f3; }

.list-post h3,
.list-post p {
	float: left;
	clear: left;
	background: #fff;
	padding: 5px 10px;
	color: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	alpha:filter(opacity=75);
	margin: 0 0 10px 0;
}

.list-post a {
	color: #000;
	text-decoration: none;
}

.list-post h3 {
	font-size: 20px;
	font-weight: normal;
}