/* Global */
body, div, dl, dt, dd,
ul, ol, li, h1, h2, h3,
h4, h5, h6, pre, form,
fieldset, input, textarea, 
p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(../img/fade.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #232323;
}

form { display: inline; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

a
{
	text-decoration: none;
	color: #0090ca;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

ol, ul { list-style: none; }

li
{
	list-style-type: disc;
	list-style-image: url(../img/bullet.gif);
	margin: 0 0 5px 15px;
	line-height: 1.5em;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

/* Text */
.label
{
	font-size: 10px;
	font-weight: bold;
	color: #f60;
	text-transform: uppercase;
}

.name
{
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 20px;
	text-transform: uppercase;
	line-height: .9em;
}

.title
{
	color: #5f4123;
	font-size: 12px;
	font-weight: bold;
}

.introText
{
	margin: 10px 0 50px 0;
	font-size: 14px;
	line-height: 1.5em;
}

.synopsisTag
{
	font-weight: bold;
}

.normalWeight { font-weight: normal; }

.challengeSolution li
{
	list-style-type: disc;
	list-style-image: url(../img/bullet.gif);
	margin: 0 0 3px 15px;
	line-height: 1.25em;
}

/* Layout */
/* Head */
#head
{
	width: 900px;
	margin: 0 auto;
	border-top: 5px solid #522a00;
}

#headLeft
{
	padding: 18px 0 0 0;
	float: left;
	width: 640px;
}

#headRight
{
	padding: 18px 0 0 0;
	float: right;
	width: 235px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #5e4124;
}

body.fp #headRight
{
	background-image: url(../img/pic.jpg);
	background-repeat: no-repeat;
}

#headRight .left
{
	width: 155px;
	color: #666;
}

#headRight .right
{
	width: 80px;
	color: #666;
}

#headLeftNav
{
	padding: 74px 0 0 0;
	float: left;
	width: 640px;
}

#headRightNav
{
	padding: 70px 0 0 0;
	float: right;
	width: 235px;
	font-size: 12px;
	color: #5e4124;
}

#headRightNav .label { color: #666; }

#headRightNav .left
{
	width: 130px;
	padding: 6px 0 0 0;
	height: 16px;
	border-right: 1px solid #ccc;
}

.resume #headRightNav .left
{
	width: 150px;
	border: 0;
}


.resume #headRightNav .left .label
{
	color: #999;
}
.resume #headRightNav .right img
{
	margin: -5px 0 0 0;
}

#headRightNav .right
{
	padding: 6px 0 0 0;
	height: 16px;
}

#sidebarTitle
{
	padding: 214px 0 5px 0;
	border-bottom: 1px solid #e9ddbe;
}

#headRight ul, #body ul { padding: 15px 0; }

#sidebarLabel
{
	float: left;
	width: 195px;
	height: 14px;
	padding: 2px 0 0 0;
}

/* Icon Nav */
#iconNav
{
	float: left;
	width: 38px;
	height: 14px;
	overflow: hidden;
}

#iconNav a
{
	float: left;
	display: block;
	height: 14px;
	text-indent: -1000px;
}

#iconNav a#iconCoroflot
{
	width: 80px;
	background: url(../img/iconCoroflot.jpg) no-repeat;
	background-position: 0 0;
	margin-right: 7px;
}

#iconNav a#iconCoroflot:hover { background-position: 0 -14px; }

#iconNav a#iconFacebook
{
	width: 14px;
	background: url(../img/iconFacebook.jpg) no-repeat;
	background-position: 0 0;
}

#iconNav a#iconFacebook:hover { background-position: 0 -14px; }

#iconNav a#iconLinkedIn
{
	width: 14px;
	background: url(../img/iconLinkedIn.jpg) no-repeat;
	background-position: 0 0;
	margin-right: 10px;
}

#iconNav a#iconLinkedIn:hover { background-position: 0 -14px; }

/* Layout */
/* Content */
.fp #content
{
	width: 900px;
	margin: 25px auto;
	border-top: 2px solid #e9ddbe;
}

#content
{
	width: 900px;
	margin: 5px auto 50px auto;
	border-top: 2px solid #e9ddbe;
}

.contentFull
{
	padding: 18px 0 0 0;
	float: left;
	width: 900px;
}

.contentLeft
{
	padding: 18px 0 0 0;
	float: left;
	width: 640px;
}

.contentRight
{
	padding: 40px 0 0 0;
	float: right;
	width: 235px;
	font-size: 12px;
	color: #5e4124;
}

.workSample, .resumeIntro
{
	width: 900px;
	border-top: 1px solid #e9ddbe;
}

.resumeIntro .contentRight { padding: 18px 0 0 0; }

#intro
{
	margin: 93px 0 0 0;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
}

#introStatement
{
	margin: 0 0 25px 0;
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	line-height: .9em;
	color: #000;
}

.resumeSection { width: 900px; }

.resumeSection .contentLeft
{
	border-top: 1px solid #e9ddbe;
	padding: 25px 0 0 0;
	line-height: 1.25em;
}

.resumeSection .contentRight
{
	border-top: 1px solid #e9ddbe;
	padding: 25px 0 0 0;
	line-height: 1.25em;
}

.jobTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.jobCompany
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.job {margin: 0 0 50px 0;}
.jobLocation, .jobDates, .jobDescription { font-size: 14px; }
.jobDescription { margin: 20px 0 0 0; }
.jobDescription ul { margin: 20px 0 0 0; }
.jobDescription li { line-height: 1.2em; }

.schoolName
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.schoolDatesDegree { font-size: 14px;margin: 0 0 15px 0; }
.screenshot { margin: 10px 0 50px 0;}
.screenshot img {border: 1px solid #c9c9c9; }
.synopsis { margin: 3px 0 20px 0; }
.challengeSolution { margin: 3px 0 20px 0; }
#contentRight ul { margin: 2px 0 20px 0; }
.awardsHonors ul, .publications ul, .speaking ul { margin: 5px 0 20px 0; }

.awardsHonors, .publications, .speaking
{
	margin-bottom: 50px;
}


.awardsHonors li, .publications li, .speaking li
{
	list-style-type: none;
	list-style-image: none;
	line-height: 1.5em;
	font-size: 11px;
}

.awardsHonors li.award, .publications li.publicationName, .speaking li.speakingTitle
{
	font-weight: bold;
	color: #522a00;
	margin: 0 0 0 0;
}

.awardsHonors li.project, .publications li.publicationTitle, .speaking li.speakingLocation
{
	color: #5e4124;
	margin: 0 0 10px 0;
}

.publications li.item
{
	color: #5e4124;
	margin: 0 0 10px 0;
}


/* Case Study Index Page */
.contentLeftCaseStudyIndex
{
	padding: 18px 0 0 0;
	width: 900px;
}
.caseStudyItem
{
	clear: both;
	margin: 30px 0;
}

.caseStudyItem .thumb
{
	width: 75px;
	float: left;
}

.caseStudyItem .client
{
	width: 810px;
	float: left;
	margin: 0 0 0 15px;
	font-size: 12px;
	color: #5e4124;
}

.caseStudyItem .client .clientItem
{
	clear: both;
}

.caseStudyItem .client .label
{
	float: left;
	width: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.caseStudyItem .client .content
{
	float: left;
	width: 750px;
	padding: 0 0 5px 0;
}
