/* Homepage --------------------------------------- */
html { height: 100%; overflow: auto }

body { background: url(../images/back.jpg) #130f0e no-repeat center }

#main-content { 
	background: #000000 /* For IE */;
	background: rgba(0,0,0,.65);
	margin: 15% 0 0 0;
	padding: 3px 0 6px 0;
}

#content { width: 1000px; margin: 10px auto 8px auto;}

#main-content a.logo {
	background: url(../images/homepage_logo.gif) no-repeat;
	display: block;
	float: left;
	height: 197px;
	margin-top: 118px; 
	text-indent: -99999px;
	width: 222px; }

#nav { float:right; list-style:none; margin: 0; width:660px; }
#nav li { overflow: hidden; margin-bottom: 5px; }
#nav li a { 
	display: block; 
	height: 100%;
	letter-spacing: -1px;
	padding-top: 300px;
	text-indent: -99999px;
	text-transform: lowercase;
	outline: 0;
	width: 100%; }
#nav li a:hover { text-indent: 0; text-align: right;}
#nav li.work {
	background: url(../images/homepage_nav_work.jpg);
	font-size: 48px;
	float: left;
	height: 388px;
	width: 418px; }
#nav li.work a:hover { padding: 330px 0 0 0; margin-left: -15px }
#nav li.about {
	background: url(../images/homepage_nav_about.jpg);
	font-size: 32px;
	float: right;
	height: 171px;
	width: 235px; }
#nav li.about a:hover { padding: 130px 0 0 0; margin-left: -15px }
#nav li.contact {
	background: url(../images/homepage_nav_contact.jpg);
	font-size: 28px;
	float: right;
	height: 212px;
	width: 235px; }
#nav li.contact a:hover { padding: 5px 0 0 0; margin-left: -15px }


.blog-feed {font-size: 12px; margin: 20px auto 0 auto; text-align: center; line-height: 20px; color: #a6a3ae}
.blog-feed a { font-size: 10px; text-transform: uppercase; color: #fff}
.blog-feed a:hover { text-decoration: underline}
.copy { color: #a6a3ae; display: block; font-size: 11px; margin: 10px auto; text-align: center; width: 1000px; }
