/* 
    Matthew J. Stellato
    matthewstellato.com // mattstellato.com
    Copyright 2011
    
    Quick and Dirty Landing Page
    
*/

@import url("reset.css");

body {
	text-align: center; 
	background: #FFF url(../images/bg.jpg) top center repeat; 
	font-size:13px;
	line-height: 19px;
	font-family: "lucida grande", arial, sans-serif; 
	color: #92908B;
}

p {padding:0 0 15px 0;}
a {
	text-decoration: none; 
	color: #7a7772;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {color:#c6c2b9}

#wrap {
	width: 865px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

h1 {
	background:url(../images/mjs.png) no-repeat top center; 
	height:105px;
	text-indent: -9999em;
	margin: 50px 0 30px 0;
}

h2 {
	position: absolute;
	top:0;
	right:0;
	height: 114px;
	width: 172px;
	background: url(../images/comingsoon.png) no-repeat top left;
	text-indent: -9999em;
	display: none;
}

#recent {
	background: rgba(0,0,0,.15);
	padding: 35px 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#recent a {
	display: block; 
	float: left; 
	margin: 20px 25px;
}



#recent a strong {
	font-family: 'Cardo', Georgia, serif;
	font-weight: normal;
	color: #c6c2b9;
	font-size:16px;
	line-height: normal;
}

#recent a span {
	color: #7a7772;
	font-size:11px;
}

#recent a img {
	padding: 2px;
	background: #555;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}

#recent a:hover img {
	background: #c6c2b9
}


#recent a strong, #recent a span {
	display: block; 
	line-height: normal; 
	padding-left:5px;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#recent a:hover strong, #recent a:hover span {
	opacity: 1
}


#about {
	padding: 0 30px; 
	text-shadow: 1px 1px 2px #121212;
}
