/*
Theme Name: Prosthesis Media 2012
Theme URI: http://prosthesismedia.com/
Description: The theme for Prosthesis Media.
Author: Joshua Johnson
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout */

body {
	width: 960px;
	margin: 0 auto;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-weight: 300;
	color: #333;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: 900;
	color: #999;
	margin: 0px 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding: 10px 0;
}

h1#site-title {
	margin: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 200;
	position: relative;
	text-transform: uppercase;
}


h1#site-title a {
	color: #333;
}

#left-column {
	float: left;
	width: 480px;
}

#right-column {
	float: right;
	width: 480px;
}


.post {
	padding: 20px;
}

#main a {
	border-bottom: 1px solid #000;
}

#main a:hover {
	border-bottom: 1px solid #999;
}

#left-column .post {
	font-size: 30px;
	line-height: 36px;
	color: #999;
}

#left-column .contact {
	padding: 20px;
}

#left-column .contact p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}

ul#projects-list {
	border-top: 1px solid #eee;
	margin-top: 20px;
}

ul#projects-list li {
	border-bottom: 1px solid #eee;
}

#projects-list h3 {
	font-size: 14px;
	margin: 0;
}

#projects-list .description {
	font-size: 12px;
}

.credit {
	padding: 100px 20px 0 20px;
	clear: both;
	font-size: 9px;
	color: #999;
}


/* Home Fader */


#home-fader {
	position: relative;
}

#home-fader #slider {
	width: 480px;
	height: 460px;
}

#home-fader .home-text {
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	width: 480px;
	z-index: 200;
}

#home-fader .fade-image {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccc;
	width: 480px;
	height: 460px;
	position: relative;
}

#home-fader h3 {
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	margin: 0;
}

#home-fader .description {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
}

#home-fader .opacity {
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 480px;
	height: 460px;
	opacity: .3;
	filter: alpha(opacity = 30);
}
