/****************************************/
/*		   GENERAL SETTINGS			*/
/****************************************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*color: #93AAB7;*/
	color: #BDBEC4;
	background: #313238;
}

a {
	/*color: #BDBEC4;	Gray*/
	color: #bcd200;
	/*color: #e89e0f;*/
	text-decoration: none;
}

p {
	margin: 8px 0 8px 0;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

:focus {
	outline: none;
}
/****************************************/
/*		   TEMPLATE LAYOUT			*/
/****************************************/
#wrapper, #resume, #work {
	font-size: 1.1em;
	width: 450px;
	margin: 45px auto 0 auto;
}

#resume {
	width: 475px;
}

#work {
	width: 700px;
}

#header {
	height: 57px;
	text-align: center;
}

#navigation {
	text-align: center;
	margin: 0 0 25px 0;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0 17px 0 17px;
	text-transform: uppercase;
}

#navigation a {
	color: #BDBEC4;	
	text-decoration: none;
}

#navigation a:hover {
	color: #BDBEC4;
	text-decoration: none;
}


#footer {
	clear: both;
	color: #56636B;
	text-align: center;
	font-size: 10px;
	margin: 15px 0;
}
/****************************************/
/*		   INDEX LAYOUT			*/
/****************************************/
#left {
	float: left;
	width: 250px;
}

#right {
	padding: 25px 0 0 0;
}
table td.title {
	text-transform: uppercase;
	text-align: right;
	padding: 0 2px 0 0;
	vertical-align: text-top;
	
}
/****************************************/
/*		   RESUME LAYOUT			*/
/****************************************/
.resume {
	margin: 0 0 10px 0;
}

#resumes {
	margin: 20px auto;
	text-align: center;
}

#resumes li {
	margin: 10px;
	display: inline;
		
}

.toggle {
	text-align: center;
	text-transform: uppercase;
	background: #464852;
	color: #BDBEC4;
	font-size: 11px;
	margin: 5px 0 0 0;
}
.toggle a {
	display: block;
	font-weight: normal;
	color: #BDBEC4;
	padding: 2px 0 2px 0;
	text-decoration: none;
}

.toggle a:hover {
	text-decoration: none;
}

.stretch {
	background: #3E4047;
	margin: 0 auto 0 auto;
	padding: 8px;
	width: 450px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	
}

ul.resume li.head {
	margin: 5px 0 0 0;
	font-weight: bold;
	list-style-type: none;
}

table.resume {
	width:100%;
}

table td {
	vertical-align: top;
}
/****************************************/
/*		   WORK LAYOUT				*/
/****************************************/
.entry {
	float: left;
	position: relative;
	width: 335px;
	margin: 15px 30px 0 0;
	background: #3E4047;
}

.last {
	margin: 15px 0 0 0;
}


.entry span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.entry p {
	margin: 2px 0 5px 0;
}

a.details {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px;
}

img.thumb {
	width: 120px;
	height: 120px;
	border: 5px solid #303238;
}

.text {
	float: left;
	margin: 10px 0;
	width: 195px;
}

h3.breakhead {
	font-size: 14px;
	padding: 15px 0 0 0;
	width: 100%;
	border-bottom: 1px solid #BDBEC4;
}


/****** Detailed Works Page ******/
.detail {
	width: 100%;	
}

.detail .text {
	width: 305px;
}

.image p {
	text-align: center;
}

.image a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .3em;
}

.detail .text .breakhead {
	font-size: 12px;
}

.stats {
	margin: 0px;
	padding: 0px;
	font-size: 10px;	
}

.stats span {
	font-size: 10px;
	text-decoration: underline;
}




/****************************************/
/*		   CONTACT LAYOUT				*/
/****************************************/
table.contact {
	margin: 30px auto;
	width: 300px;
}