/*
THEME NAME:andymorenoV3
VERSION:0.1
AUTHOR:Andy Moreno
AUTHOR URI:http://andymoreno.com/
*/

/* Undo HTML */
*{
	padding: 0;
	margin: 0;
}
p, ul, ol, dl, form{
	margin-bottom: 1em;
}
header, footer, nav, aside, section, article {
	display: block;
}
img{
	border: 0;
}
/* Bits */
.clr{
	clear: both;
}
div.clr{
	line-height: 0;
	border: 0 !important;
	margin: 0 !important;
}
#Header div{
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
}
#Header form,
article.entry input,
article.entry textarea{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#Nav a{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#Footer{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}
#Side .flickr dd a,
article.entry a img,
.work article.entry dt img{
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
/* Sprites */
#Header button,
#Side dd.all a,
article.entry button,
article.entry footer dt,
ul.posts li a,
article.entry footer dd.comments{
	background-image: url(img/sprites.png);
	background-repeat: no-repeat;
}
#Header button{
	background-position: 0 0;
}
ul.posts li a{
	background-position: left -119px;
}
ul.posts li:nth-child(2n) a{
	background-position: right -159px;
}
#Side .all a,
article.entry button{
	background-position: right -157px;
}
article.entry footer dt{
	background-position: 0 -40px;
}
article.entry footer dd.comments{
	background-position: 0 -80px;
}

/* Fonts */
*{
	line-height:1.4;
}
body{
	font-size: 62.5%;
}
body, input, select, textarea, th, td{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('font/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('font/Chunkfive.woff') format('woff'), url('font/Chunkfive.otf') format('opentype'), url('font/Chunkfive.svg#ChunkFive') format('svg');
}
h1, h2, h3, article.entry legend{
	color: #666;
}
h1{
	font-size: 6em;
}
h2{
	font-size: 3.6em;
}
h3,
article.entry legend,
#Side dt{
	font-size: 2.4em;
}
h4{
	font-size: 1.8em;
}
input, select, th, td{
	font-size: 1em;
}
.no-fontface h1,
.no-fontface h2,
.no-fontface h3{
	font-weight: bold;
}
article.entry div p:first-child{
	font-family: Georgia, serif;
}
h1, h2, h3, h4,
article.entry legend,
#Side dt,
#Header h1 a,
article.entry button,
article.entry label,
#Header input,
#Nav a,
article.entry label,
article.entry h2,
#Side dd.all a,
ul.posts li a,
article.entry header time{
	font-family: ChunkFiveRegular, Baskerville, Georgia, serif;
	font-weight: normal;
}
h1, h2, h3,
#Header input,
#Nav a,
#Side dt,
#Side dd.all a,
article.entry legend,
article.entry button,
ul.posts li a,
article.entry header time{
	text-transform: uppercase;
}
#Header h2,
#Header h3,
.home #Nav .home a,
.work #Nav .work a,
.about #Nav .about a,
.journal #Nav .journal a,
.contact #Nav .contact a{
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 1px;
}
article.entry fieldset{
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 1px;
}
a{
	color: #666;
}
a:hover{
	color: #000;
}
a.pdf{
	padding-left: 2em;
	background: url(img/pdf.jpg) center left no-repeat;
}
/* Skeletor */
body{
	color: #333;
	background: #000 url(img/kevlar.jpg) top center;
}
#Playground{
	position: relative;
	width: 96em;
	margin: 0 auto;
}
#Header{
	width: 96em;
	position: absolute;
	top: 0;
	left: 0;
}
#Wrapper{
	float: left;
	width: 96em;
	min-height: 40em;
	background: #fff;
	margin-top: 23em;
}
#Content{
	float: left;
	width: 51em;
	padding: 2em 17em 2em 2em;
}
#Side{
	float: left;
	width: 24em;
	background: #fff;
	padding: 2em 2em 0 0;
}
#Footer{
	margin-bottom: 2em;
	padding: 0 2em 2em;
	clear: both;
}
/* Header */
#Header h1{
	margin: 0;
}
#Header h1 a{
	text-transform: none;
	display: block;
	margin: 0.4em 0 0 0.4em;
	line-height: 0.8;
	width: 5em;
	color: #fff;
	text-decoration: none;
}
#Header form{
	position: absolute;
	top: 1.7em;
	right: 0;
	background: #fff;
	padding: 1em;
}
#Header input{
	font-size: 1.4em;
	border: 0;
}
#Header button{
	overflow: hidden;
	text-indent: -999em;
	border: 0;
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
}
#Header div{
	margin-top: 1em;
	height: 6em;
	padding: 2em;
}
#Header h2,
#Header h3{
	line-height: 1;
	font-weight: normal;
	margin: 0;
}
#Header h2{
	font-size: 5em;
}
#Header h3{
	text-transform: none;
	margin: -0.2em 0 0 1.2em;
	font-size: 2em;
}
/* Nav */
#Nav{
	position: absolute;
	right: 0;
	bottom: 10em;
	margin: 0;
	list-style: none;
}
#Nav li{
	float: left;
	margin-left: 0.5em;
}
#Nav a{
	float: left;
	display: block;
	background: #fff;
	padding: 1em 1.5em 0.7em;
	font-size: 1.4em;
	text-decoration: none;
	color: #000;
	box-shadow: inset 0 -1px 2px 0 #999;
	-moz-box-shadow: inset 0 -1px 2px 0 #999;
	-webkit-box-shadow: inset 0 -1px 2px 0 #999;
}
#Nav a:hover{
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 1px;
}

#Nav .home a:hover{
	background: #ff9900;
}
#Nav .work a:hover{
	background: #99cc00;
}
#Nav .journal a:hover{
	background: #74a2ff;
}
#Nav .contact a:hover{
	background: #ff65cb;
}



.home #Nav .home a,
.work #Nav .work a,
.about #Nav .about a,
.journal #Nav .journal a,
.contact #Nav .contact a{
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* Section colors */
.home #Header div{
	background: #ff9900;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff6600');
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff6600));
	background: -moz-linear-gradient(top,  #ff9900,  #ff6600);
}
.home #Nav .home a{
	background: #ff9900;
}
.home #Header h2{
	color: #feebdd;
}
.home #Header h3{
	color: #fcd4b9;
}

.work #Header div{
	background: #99cc00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc00', endColorstr='#669900');
	background: -webkit-gradient(linear, left top, left bottom, from(#99cc00), to(#669900));
	background: -moz-linear-gradient(top,  #99cc00,  #669900);
}
.work #Nav .work a{
	background: #99cc00;
}
.work #Header h2{
	color: #dfff9c;
}
.work #Header h3{
	color: #b9ec53;
}

.about #Header div{
	background: #00cccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccc', endColorstr='#009999');
	background: -webkit-gradient(linear, left top, left bottom, from(#00cccc), to(#009999));
	background: -moz-linear-gradient(top,  #00cccc,  #009999);
}
.about #Nav .about a{
	background: #00cccc;
}
.about #Header h2{
	color: #b7ffff;
}
.about #Header h3{
	color: #60f9f9;
}

.journal #Header div{
	background: #74a2ff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74a2ff', endColorstr='#3c6fd5');
	background: -webkit-gradient(linear, left top, left bottom, from(#74a2ff), to(#3c6fd5));
	background: -moz-linear-gradient(top,  #74a2ff,  #3c6fd5);
}
.journal #Nav .journal a{
	background: #74a2ff;
}
.journal #Header h2{
	color: #e2ebff;
}
.journal #Header h3{
	color: #b5cdff;
}

.contact #Header div{
	background: #ff65cb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff65cb', endColorstr='#d72a9d');
	background: -webkit-gradient(linear, left top, left bottom, from(#ff65cb), to(#d72a9d));
	background: -moz-linear-gradient(top,  #ff65cb,  #d72a9d);
}
.contact #Nav .contact a{
	background: #ff65cb;
}
.contact #Header h2{
	color: #ffdff4;
}
.contact #Header h3{
	color: #ffade3;
}

/* Side */
#Side ul{
	list-style: none;
}
#Side li{
	float: left;
	color: #666;
	border: 1px solid #ccc;
	margin-bottom: 2em;
}
#Side dl{
	width: 19em;
	float: left;
	margin: 0;
	padding: 2em;
	background: #fff;
	border: 4px solid #eee;
}
#Side dt{
	font-weight: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.4em;
}
#Side dd{
	clear: left;
	text-align: right;
	border-bottom: 1px solid #eee;
	padding: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
#Side dd a{
	float: left;
	text-align: left;
	text-decoration: none;
}
#Side dd.all{
	border: 0;
	margin-top: 1.2em;
}
#Side dd.all a{
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
	float: right;
	padding: 0 1em 0 0;
}
#Side .flickr dt,
#Side .flickr dd{
	border: 0;
}
#Side .flickr dd{
	font-size: 1em;
}
#Side .flickr div{
	margin: 0 1.88em 2em 0;
}
#Side .flickr div:nth-child(2n+1){
	margin-right: 0;
}
#Side .flickr div,
#Side .flickr div a,
#Side .flickr div img{
	float: left;
}
#Side .flickr div a{
	padding: 4px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
}
#Side dl.flickr a:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
#Side .flickr dd.all{
	float: none;
	margin: 0;
}
#Side .flickr dd.all a{
	float: right;
	border: 0;
	background-color: #fff;
	padding: 0 1em 0 0;
	font-size: 1.4em;
}
#Side .flickr dd.all a:hover{
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
/* Icons */
#Side li.icons,
#Side li.icons li{
	border: none;
}
.icons li{
	margin-right: 0.9em;
}
.icons li:nth-child(6n){
	margin: 0;
}
.icons a{
	display: block;
	float: left;
	text-indent: -999em;
	overflow: hidden;
	width: 32px;
	height: 32px;
	background: url(img/icons.png) no-repeat;
}
.icons .facebook a{
	background-position: -250px 0;
}
.icons .flickr a{
	background-position: 0 0;
}
.icons .lastfm a{
	background-position: -50px 0;
}
.icons .youtube a{
	background-position: -200px 0;
}
.icons .linkedin a{
	background-position: -100px 0;
}
.icons .rss a{
	background-position: -300px 0;
}
/* Footer */
#Footer{
	text-align: center;
	background: #fff;
}
#Footer p{
	margin: 0;
}
#Footer small{
	color: #666;
	font-size: 1.2em;
}
/* Main area */
article.entry{
	margin-bottom: 2em;
}
article.entry h2{
	margin-bottom: 0.3em;
}
article.entry h2,
article.entry h2 a{
	line-height: 1;
}
article.entry h2 a{
	text-decoration: none;
}
article.entry header{
	position: relative;
}
article.entry header time{
	font-size: 1.4em;
	width: 8em;
	position: absolute;
	bottom: -3em;
	right: -9em;
	color: #888;
}
article.entry header time span{
	display: block;
}
article.entry ul{
	margin-left: 2em;
}
article.entry p,
article.entry li{
	color: #000;
	font-size: 1.3em;
}
article.entry div p:first-child{
	font-size: 1.6em;
}
article.entry p.img a,
article.entry p.img img{
	display: block;
}
article.entry a img{
	padding: 4px;
	margin: 0;
	border: 1px solid #ccc;
	background: #eee;
}
article.entry a:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
article.entry form{
	position: relative;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 6em 2em 2em;
}
article.entry fieldset{
	border: 0;
}
article.entry legend{
	position: absolute;
	top: 1em;
}
article.entry form h4{
	margin: -0.5em 0 1em 1em;
}
article.entry label{
	line-height: 2;
	font-size: 1.1em;
	color: #333;
}
article.entry label span{
	font-size: 0.85em;
}
article.entry input[type=text],
article.entry input[type=email],
article.entry textarea{
	border: 1px solid #ccc;
	font-size: 1.4em;
	padding: 0.5em;
	width: 15em;
}
article.entry textarea{
	resize: none;
	height: 8em;

}
article.entry button{
	background-color: inherit;
	color: #333;
	font-size: 1.4em;
	padding: 0 1em 0 0;
	border: 0;
}
article.entry footer dl,
ul.posts{
	height: 1.2em;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2em;
	list-style: none;
}
article.entry footer dt{
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
	height: 11px;
	margin-right: 1em;
}
article.entry footer dd,
ul.posts li{
	float: left;
	margin-right: 1em;
}
article.entry footer dd a,
ul.posts li a{
	color: #333;
	font-size: 1.2em;
	line-height: 1;
}
article.entry footer dd a:hover,
ul.posts li a:hover{
	text-decoration: none;
}
article.entry footer dd.comments{
	float: right;
	margin: 0;
	padding-left: 2em;
}
ul.posts li:nth-child(2n){
	float: right;
	margin: 0;
}
ul.posts li a{
	padding: 0 0 0 1.1em;
}
ul.posts li:nth-child(2n) a{
	padding: 0 1.1em 0 0;
}
article.entry footer section{
	margin-top: 2em;
}
ul.posts li a{
	text-decoration: none;
	font-size: 1.4em;
}
/* Work */
.work article.entry dl{
	font-size: 1.2em;
}
.work article.entry dt{
	clear: left;
}
.work article.entry dt img{
	float: left;
	margin: 0 2em 2em 0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.work article.entry dt img:hover{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	transform: scale(1.08);
}
.about article.entry .skills{
	float: left;
	margin-right: 2em;
}

/* layouts smaller than 600px, iPhone and mobiles */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px){
	#Playground{
		width: 55em;
	}
	#Header{
		width: 55em;
	}
	#Header h1{
		margin-bottom: 0.9em;
	}
	#Wrapper{
		width: 55em;
		margin-top: 27em;
		min-height: 30em;
	}
	#Content{
		width: 51em;
		padding: 2em;
	}
	#Side{
		display: none;
	}
	#Footer{
		margin-bottom: 2em;
		padding: 0 2em 2em;
	}
	article.entry header time{
		position: relative;
		top: 0;
		left: 0;
	}
	article.entry header time span{
		display: inline;
		margin-right: 0.4em;
	}
	#Header div{
		border-top-left-radius:6px;
		-webkit-border-top-left-radius:6px;
		-moz-border-radius-topleft:6px;
	}
	#Header form,
	article.entry input,
	article.entry textarea{
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	}
	#Nav a{
		border-top-left-radius:6px;
		border-top-right-radius:6px;
		-webkit-border-top-left-radius:6px;
		-webkit-border-top-right-radius:6px;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
	}
	#Footer{
		border-bottom-left-radius:6px;
		border-bottom-right-radius:6px;
		-webkit-border-bottom-left-radius:6px;
		-webkit-border-bottom-right-radius:6px;
		-moz-border-radius-bottomleft:6px;
		-moz-border-radius-bottomright:6px;
	}
}
