body {
	margin: 0 auto;
	font: 62.5%/1.5 "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #333 url(/wordpress/wp-content/themes/jeffsmith-2010/images/bg.png);
	border-top: 10px solid #000;
	color: #EEE;
	-webkit-text-stroke:1px transparent;
	text-shadow: -1px -1px 1px #000;
}

img { border: 0; }

a, a:link {
	color: #FFF;
}

a:hover, a:focus {
	color: #CCC;
	text-decoration: none;
}

p { font-size: 1.7em; }

.inner {
	clear: both;
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.7em;
	font-weight: bold;
}

.navigation li {
	float: left;
	margin: 0 10px;
	padding: 0;
}

.navigation a {	text-decoration: none; }
.navigation a:hover,
.navigation a:focus { text-decoration: underline; }

h1 {
	float: left;
	margin: 0;
}

h2 {
	clear: both;
	margin: 0;
	font-size: 2.1em;
}

#about {
	padding: 30px 10px 0;
	overflow: auto;
}

#about .navigation {
	float: right;
	margin: 20px 0 0;
	padding: 5px 10px 3px;
	background: #222;
	border-bottom: 1px solid #444;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#main { padding: 0 0 30px; }

#main .content {
	float: left;
	width: 560px;
}

#main #bio-pic {
	float: right;
	
	border: 10px solid #222;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#projects {
	padding: 30px 0;
	background: #2A2A2A;
	border-top: 1px solid #404040;
}

#projects .inner { overflow: hidden; }

#projects h2 { margin-bottom: 15px; }

#projects a {
	display: block;
	position: relative;
	width: 280px;
	height: 180px;
	padding: 10px;
	background: #222;
	border-bottom: 1px solid #333;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#projects li {
	position: relative;
	margin: 0 30px 30px 0;
	padding-bottom: 3px;
	background: url(/wordpress/wp-content/themes/jeffsmith-2010/images/project-shadow.png) no-repeat left bottom;
}

#projects li:nth-child(3n+3) { margin-right: 0; }

#projects a {
	-webkit-transition : all .3s ease-in-out;
	-moz-transition : all .3s ease-in-out;
	-o-transition : all .3s ease-in-out;
}

#projects a span {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 260px;
	margin: 0 10px;
	padding: 10px;
	background: #000 url(/wordpress/wp-content/themes/jeffsmith-2010/images/zoom.png) no-repeat 98% 5px;
	background: rgba(0,0,0,0.8) url(/wordpress/wp-content/themes/jeffsmith-2010/images/zoom.png) no-repeat 98% 5px;
	font-size: 0.9em;
	font-weight: normal;
	border-top: 1px solid #000;

	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	opacity: 0;
}

#projects a:hover,
#projects a:focus {
	outline: none;
	
	-webkit-transform : translate(0,-20px);
	-moz-transform : translate(0,-20px);
	-o-transform : translate(0,-20px);

	text-decoration: none;
}

#projects a:hover span,
#projects a:focus span { opacity: 1.0; }

#projects span strong {
	display: block;
	font-size: 1.1em;
}

#contact {
	clear: both;
	margin: 0;
	padding: 30px 0;
	background: #222;
	border-top: 1px solid #444;
}

#contact .content {
	float: left;
	width: 450px;
}

#contactform {
	float: right;
	width: 450px;
	margin-right: 10px;
}

#notice {
	float: right;
	width: 420px;
	padding: 10px 15px;
	background: #111;
	margin-right: 10px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#notice h3 {
	margin: 0;
	font-size: 1.7em;
}

#contactform fieldset { border: 0; }

#contactform input[type=text],
#contactform textarea {
	display: block;
	width: 100%;
	padding: 5px;
	background: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
	background-image: -moz-linear-gradient(top, #EEE, #FFF);
	border: 1px solid #AAA;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
}

#contactform textarea { height: 150px; }

.error-notice { font-weight: bold; }
.error-notice:focus { outline: none; }

em.error {
	color: #F00;
	font-weight: bold;
}

#contactform button {
	background: #444 url(/wordpress/wp-content/themes/jeffsmith-2010/images/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 0.5em 1.0em 0.6em; 
	color: #fff; 
	font-size: 15px;
	font-weight: bold;

	border: 1px solid rgba(0,0,0,0.25);
	border-width: 0 0 1px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);

	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}

#contactform button:hover,
#contactform button:focus { background: #555; }

#footer {
	clear: both;
	height: 93px;
	margin: 0 0 30px;
	background: #444 url(/wordpress/wp-content/themes/jeffsmith-2010/images/bg-footer.png) repeat-x;
	border: 1px solid #222;
	border-width: 1px 0;
}

#footer .inner { margin: 30px auto; }

#footer h3 {
	float: right;
	width: 192px;
	height: 34px;
	margin: 0;
	overflow: hidden;
	background: url(/wordpress/wp-content/themes/jeffsmith-2010/images/logo-dark.png) no-repeat left bottom;
}

#footer h3 a img {
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
}

#footer h3 a:hover img,
#footer h3 a:hover img { opacity: 0; }

#footer .navigation { float: left; }

#social-media li { margin: 0 10px; }

#social-media li,
#social-media a {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(/wordpress/wp-content/themes/jeffsmith-2010/images/social-media.png);
	text-indent: -9999em;
}

#social-media a {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	opacity: 0;
}

#social-media a:hover,
#social-media a:focus {
	opacity: 1.0;
}

#sm-apple { background-position: left top; }
#sm-apple a { background-position: left bottom; }

#sm-dribbble { background-position: -216px top; }
#sm-dribbble a { background-position: -216px bottom; }

#sm-facebook { background-position: -180px top; }
#sm-facebook a { background-position: -180px bottom; }

#sm-flickr { background-position: -72px top; }
#sm-flickr a { background-position: -72px bottom; }

#sm-fotojournal { background-position: -288px top; }
#sm-fotojournal a { background-position: -288px bottom; }

#sm-gowalla { background-position: -144px top; }
#sm-gowalla a { background-position: -144px bottom; }

#sm-lastfm { background-position: -252px top; }
#sm-lastfm a { background-position: -252px bottom; }

#sm-twitter { background-position: -108px top; }
#sm-twitter a { background-position: -108px bottom; }

#sm-xbox { background-position: -36px top; }
#sm-xbox a { background-position: -36px bottom; }

#sm-amazon { background-position: right top; }
#sm-amazon a { background-position: right bottom; }

#copyright {
	margin-bottom: 30px;
	font-size: 1.4em;
	text-align: center;
}

#popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	min-height: 300px;
	margin: 0 0 20px -9999em;
	padding: 20px;
	background: #000;
	background: rgba(0,0,0,0.5);
	text-shadow: none;
	border: 0 solid #666;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#popup:focus { outline: none; }

#loading {
	position: absolute;
	top: 105px;
	left: 335px;
	width: 100px;
	padding: 15px 10px 15px 60px;
	background: #000 url(/wordpress/wp-content/themes/jeffsmith-2010/images/loading.gif) no-repeat 15px center;
	font-size: 2.3em;
	font-weight: bold;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.close {
	position: absolute;
	top: 8px;
	left: 5px;
}