@charset "UTF-8";

body {
	font: .8em Georgia, "Hoefler Text", "Times New Roman", serif;
	background-image: url(../images/darkGreenBackground.jpg);
	background-repeat: repeat-x;
	background-color: #242a1b;
	margin: 0;
	padding: 0;
	}

#wrapper {
	margin: 0 auto;
	width: 900px;
	height: auto;
	padding: 0 0 15px 0;
	} 

#logo {
	margin: 0 auto;
	width: 360px;
	padding: 15px 0 0 0;
}
	
h1 {
	font: 4em Georgia, "Hoefler Text", "Times New Roman", serif;
	color: #171910;
	letter-spacing: -2px;
	}
	
h2 {
	font: bold 1.4em "Franklin Gothic Medium", Arial, sans-serif;
	color: #535932;
	}
	
ul {
	font-family: Georgia, "Hoefler Text", "Times New Roman", serif;
	color: #171910;
	letter-spacing: -3px;
	padding: 0 0 0 0;
	margin: 0 auto;
	}
	
li {
	display: inline;
	}
	
a {
	border: 0 none;
	text-decoration: none;
	}
	
img a { 
	border:0 none;
	}

#headline {
	width: 600px;
	margin: 0 auto;
	color: #171910;
	height: 180px;
	}

.topLeftBracket {
	font-size: 9.6em;
	float: left;
	padding-right: 15px;
	}

.topRightBracket {
	font-size: 9.6em;
	float: left;
	}

.topList {
	width: 450px;
	float: left;
	font-size: 4.5em;
	margin: 11px 0 0 0;
	}

.topList li span {
	font-size: 1.06em;
	}
	
#work {
	margin: 25px 0 0 0;
	}

#project {
	float: left;
	width: 800px;
	}
	
.projectImage {
	float: left;
	width: 492px;
	padding: 0 15px 0 0;
	}
	
.projectDescription {
	float: left;
	width: 325px;
	}
		
.sample {
	float: left;
	margin: 0 0 25px 0;
	}
	
#work p {
	font-size: 1.25em;
	color: #000000;
	}
	
.button {
	display: block;
	float: left;
	}
	
.button p a {
	background: transparent url(../images/denimButton.jpg) no-repeat 0 0;
	font: normal 1em "Franklin Gothic Medium", Arial, sans-serif;
	text-align: center;
	color:#7f7f7f;
	text-decoration: none;
	padding: 13px 37px;
	}
	
.button p a:hover {
	background: transparent url(../images/denimButtonHover.jpg) no-repeat 0 0;
	padding: 13px 37px;
	}
	
#footer {
	background: #000 url(../images/denimBackground.jpg) repeat-x 0 0;
	width: 100%;
	height: 163px;
	margin: 15px 0 0 0;
	clear: both;
	color: #999;
	}
	
#footer .lowerLeftBracket {
	font-size: 9.1em;
	float: left;
	padding-right: 0px;
	color: #999;
	margin-left: 20px;
	}
	
#footer .lowerRightBracket {
	font-size: 9.1em;
	float: left;
	color: #999;
	margin-left: 4px;
	}

#footer tr {
	height: 100%; 
	}
	
#footer td.large-text {
	font-size: 6.3em;
	line-height: 0;
	margin-bottom: 0px;
	letter-spacing: -3px;
	}
	
#footer table {
	margin-top: 14px;
	float: left;
	height: 118px;	}
	
	
#footer table td {
	vertical-align: middle;
	font-size: 1.5em;
	}