@charset "UTF-8";

html
{
	background-color:rgb(240, 240, 240);
}

body
{
	width:900px;
	margin:0 auto;
}

#header
{
	margin:20px 10px 20px 10px;
	width:900px;
	background-color:yellow;
}

h1
{
	margin:0px;
	
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:600;
	font-size:2em;
	
	float:left;
}

#portfolioMenuContent
{
	width:900px;
	clear:both;
	padding-top:20px;
}

.portfolioThumb
{
	width:430px;
	height:330px;
	
	margin:15px 10px;
	background-color:white;
	
	float:left;
	
/*	cursor:pointer;*/
	
	box-shadow: 2px 2px 3px #DFDFDF;
}

.portfolioThumbTitle
{
	margin:10px 15px 5px 15px;
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:600;
	font-size:1.75em;
	
	float:left;
/*	background-color:white;*/
}

.portfolioThumbType
{
	float:right;
	margin:10px 15px 0px 0px;
}

.portfolioThumbImage
{
	margin:15px 15px 5px 15px;
/*	background-color:rgb(180, 180, 180);*/
}

.portfolioThumbDescription
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:500;
	font-size:1em;
	margin:0px 15px 0px 15px;
	
	color:rgb(116, 116, 116);
}

#resumeButton, #linkedInButton, #twitterButton, #facebookButton, #pinterestButton, #githubButton
{
	float:right;
	margin:5px 20px 0px 0px;
}


/* fonts - - - - - - - */

@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');
}

/* links - - - - - - - - - - */



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

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

/* mouse over link */
a:hover
{
    color:inherit;
	text-decoration: none;
}

/* selected link */
a:active
{
    color:inherit;
	text-decoration: none;
}

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

