@charset "UTF-8";

html, body
{
	margin:0;
}

body
{
	width:900px;
	margin:auto;
/*	text-align:center;*/
}

h1
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:600;
	font-size:2em;
	padding-top:15px;
	padding-bottom:0px;
	margin:0;
	text-align:center;
}

#headerSubtitle
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	padding:0px;
	text-align:center;
}

/* Resume Category Information - - - - - - - - - - */

.ResumeCategory
{
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
	
	width:900px;
/*	border:dotted silver;*/
	text-align:left;
}

#Summary
{
	margin-top:40px;
}


.flowLeft
{
	float:left;
}

.categoryTitle
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:600;
	font-size:1.5em;
	
	margin-left:80px;
	padding-bottom:20px;
	padding-top:10px;
	
/*	background-color:rgb(200, 200, 200);*/
}

#publishedWorksTitle
{
/*	float:left;*/
}

#portfolioButton
{
	margin:0px 0px 0px 0px;
	float:right;
}

.categoryContentContainer
{
	width:100%;
	overflow:hidden;
	padding:0px;
}

.categoryContent
{
	margin-left:80px;
	padding:0px;
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	font-weight:500;
}


#professionalSummary, #personalInfo
{
	margin-left:210px;
}

.workExperienceEntry, .educationEntry
{
	margin-left:100px;
	margin-bottom:10px;
	color:black;
}


.workExperienceEntryTitle, .educationEntryTitle
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:500;
	font-size:1.25em;
}

.workExperienceEntryRole, .educationEntryDegree
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:500;
	font-size:1em;
}

.workExperienceEntryBody, .educationEntryBody
{
	margin-left:30px;
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:500;
	font-size:1em;
}

.publishedWorksEntry
{
	float:left;
	margin:15px 0px 0px 25px;
	height:100px;
}

.publishedWorksEntryTitle
{
	text-align:center;
}

#publishedWorksContainer
{
	padding-left:60px;
}

.workExperienceDateRange
{
	color:gray;
}
/* links - - - - - - - - - - - */

/* unvisited link */
a
{
/*	text-decoration:none;*/
}

/* link */
a:link
{
    color: inherit;
	color:RGB(33, 170, 250);
}

/* visited link */
a:visited
{
    color: inherit;
	color:RGB(33, 170, 250);
}

/* mouse over link */
a:hover
{
    color:inherit;
}

/* selected link */
a:active
{
    color:inherit;
}

/* - - - - - - - - - - - */


@font-face
{
	font-family:"Myriad Pro";
	src:url('fonts/myriadpro.eot');
	src:url('fonts/myriadpro.eot') format('embedded-opentype'),
		url('fonts/myriadpro.woff') format('woff'),
		url('fonts/myriadpro.ttf') format('truetype');
}