@charset "UTF-8";
/* CSS Document */


/*Overall*/
body {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	background-color: #f1f2f2;
	/*background: url(images/image_content_background.png) repeat-y;*/
	margin:0;
	padding:0;
}

.wrapper {
	width: 940px;
	margin:0 auto;
	background: url(images/image_content_background.png) repeat-y;
	padding: 0;
}


/*Header*/
#header {
	background-color: #f1f2f2;
	margin: 0;
	padding: 0;
}

#header.wrapper {
	position: relative;
	height: 200px;
	background: url(images/image_content_background.png) repeat-y;
	margin: 0;
	padding: 0;
}

#header h1 a { /*image replacement for header logo*/
	display: block;
	width: 333px;
	height: 98px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.png) no-repeat;
}

#header h1 {
	margin: 0 0 0 35px;
	padding: 0;	
}

#header ul {
	margin: 0;
	padding: 0;
}


/*Navigation*/
#nav {
	float: left;
	width: 300px;
}

#nav li {
	list-style-type: none;
}

#nav_about a { /*image replacement for about nav*/
	width: 140px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/nav_about.png) no-repeat;
}

#nav_about {
	margin: 50px 0 0px 75px;
	padding: 0;
}

#nav_portfolio a { /*image replacement for portfolio nav*/
	display: block;
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/nav_portfolio.png) no-repeat;
}

#nav_portfolio {
	margin: 30px 0 30px 75px;
	padding: 0;	
}

#nav_contact a { /*image replacement for contact nav*/
	display: block;
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/nav_contact.png) no-repeat;
}

#nav_contact {
	margin: 30px 0 30px 75px;
	padding: 0;	
}

#nav .current a {
	border-bottom: 2px solid #4895b1;
}

/*Content*/
#content {
	background: #f1f2f2;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 0;
	padding: 0;
}

#content .wrapper {
	height: 760px;
	background: url(images/image_content_background.png) repeat-y;
	margin: 0 auto;
	padding: 0;
}

#content #homepage_text {
	padding: 45px 0 0 15px;
}

#content #homepage_images {
	margin: 20px 0 30px 255px;
}

#content #homepage_images a {
   	display: block;
    width: 84px;
	height: 84px;
	border: 2px solid #c8c8c8;
}

#content li {
    margin: 0px 5px;
    padding: 0;
    float: left;
	overflow: hidden;
}

#content #homepage_images a:hover {
	border: 2px solid #5a5a5a;
}

/*to change opacity of links on rollover*/	
a img {
     filter:alpha(opacity=90);
     -moz-opacity: 0.9; 
     opacity: 0.9;
     -khtml-opacity: 0.9;
}
 
a:hover img {
     filter:alpha(opacity=100);   
     -moz-opacity: 1.0;   
     opacity: 1.0;
     -khtml-opacity: 1.0; 
}

/*404 page*/
#content .error_info {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.5;
	float: none;
	margin: 40px 0 0px 220px;
	width: 500px;
}

#content .error_info a {
	text-decoration: none;
	color: #5a5a5a;
	font-weight: bold;
}


/*About Section*/
#sub_nav li {
	overflow: hidden;
	margin: 5px 0 0 100px;
	padding: 0;
	display: block;
}

#sub_nav li a {
	color: #828385;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sub_nav .sub_current a {
	color: #5a5a5a;
	font-weight: bold;
	background-image:url(images/nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding: 0 15px 0 0;
	border: none;
}

#sub_nav #sub_bio {
	padding: 5px 0 0 0;
}

.print_resume {
	padding: 10px 30px 10px 0;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin: 40px 40px 0 0;
	position: relative;
}

.print_resume a {
	text-decoration: none;
	color: #5a5a5a;
	padding: 0 10px 0 0;
}

.print_resume a img {
	position: absolute; bottom: 6px; right: 8px; 
}


/*Biography Section*/
#biography_background {
	background: url(images/image_biography_background.jpg) no-repeat bottom right;
	height: 760px;
	margin: 0 40px 0 00px;
}

#content #biography_text {
	color: #5a5a5a;
	font-size: 13px;
	padding: 70px 150px 0 0;
	line-height: 1.5;
	float: none;
	margin: 0 0 0 300px;
}

#biography_text a {
	font-weight: bold;
	text-decoration: none;
	color: #5a5a5a;
}

/*School Section*/
#school_background {
	background: url(images/image_school_background.gif) no-repeat bottom center;
	height: 760px;
	margin: 0 60px 0 170px;
	padding: 0;
}

#content #school_text {
	color: #5a5a5a;
	font-size: 13px;
	padding: 70px 100px 0 0;
	line-height: 1.5;
	float: none;
	margin: 0 0 80px 100px;
}

.school_name {
	font-weight: bold;
	font-size: 18px;
}

.school_location {
	font-style:italic;
	padding: 0 0 0 10px;
}

.school_dates {
	font-style: italic;
	padding: 0 10px 0 30px;
} 

.school_info {
	padding: 0px 0 0 40px;
	line-height: 1.7;
}

/*Design Experience Section*/
#experience_background {
	background: url(images/image_experience_background.jpg) no-repeat bottom right;
	height: 760px;
	margin: 0 40px 0 200px;
}

#content .experience_text {
	color: #5a5a5a;
	font-size: 13px;
	padding: 0px 100px 0 0;
	line-height: 1.5;
	float: none;
	margin: 0 0 0 100px;
}

.top_entry {
	padding: 70px 0 0 0;
}

.experience_name {
	font-weight: bold;
	font-size: 16px;
}

.experience_location {
	font-style:italic;
	padding: 0 0 0 10px;
}

.experience_dates {
	font-style: italic;
	padding: 0 0px 0 0px;
} 

.experience_info {
	padding: 0px 0 0 00px;
	line-height: 1.7;
}

/*Skills Section*/
#skills_background {
	background: url(images/image_skills_background.jpg) no-repeat center;
	height: 760px;
	margin: 0 60px 0 200px;
}

#content .skills_text {
	color: #5a5a5a;
	font-size: 13px;
	padding: 0px 100px 7px 0;
	line-height: 1.5;
	float: none;
	margin: 0 0 0 100px;
}

.skill_name {
	font-weight: bold;
	font-size: 16px;
	color: #5a5a5a;
	font-size: 13px;
	padding: 0px 100px 0 0;
	line-height: 1.6;
	float: none;
	margin: 0 0 0 140px;
}

/*Honors & Activities Section*/
#honors_background {
	background: url(images/image_honors_background.png) no-repeat bottom right;
	height: 760px;
	margin: 0 42px 0 200px;
}
/*
.italic {
	font-style:italic;
}*/

#content .honors_text {
	color: #5a5a5a;
	font-size: 13px;
	padding: 0px 77px 0 0;
	line-height: 1.5;
	float: none;
	margin: 0 0 0 100px;
}

#content .honors_subtext {
	color: #5a5a5a;
	font-size: 14px;
	padding: 0;
	line-height: 1.5;
	float: none;
	margin: 0 0 0 50px;
	font-weight: bold;
	font-style:italic;
}

#content .honors_subdate {
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.top_entry {
	padding: 70px 0 0 0;
}

.honors_name {
	font-weight: bold;
	font-size: 16px;
}

.honors_location {
	font-style:italic;
	padding: 0 0 0 10px;
}

.honors_dates {
	font-style: italic;
	padding: 0 0px 0 0px;
} 

.honors_info {
	padding: 0px 0 0 0px;
	line-height: 1.7;
}


/*Contact Section*/
#contact_background {
	background: url(images/#) no-repeat bottom right;
	height: 760px;
	margin: 0 43px 0 00px;
}

#contact_leftside {
	width: 255px;
	margin: 0 0 0 00px;
	padding: 45px 0 0 0;
	float: left;
}

#content .contact_heading {
	color: #5a5a5a;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	float: none;
}

#content .contact_info {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.5;
	float: none;
}

#content .contact_info a {
	text-decoration: none;
	color: #5a5a5a;
}

#contact_rightside {
	float: left;
	padding: 45px 0 0 0;
}

#contact_rightside img {
	display: inline;
}

#contact_rightside #facebook {
	background: url(../images/icon_facebook.png);
	background-position: 50 left;
	height: 35px;
	background-repeat:no-repeat;
	padding: 4px 0 0 40px;
	margin: 15px 0 0 0;
}

#contact_rightside #flickr {
	background: url(../images/icon_flickr.png);
	background-position: 50 left;
	height: 35px;
	background-repeat:no-repeat;
	padding: 4px 0 0 40px;
	margin: 15px 0 0 0;
}

#contact_rightside #linkedin {
	background: url(../images/icon_linkedin.png);
	background-position: 50 left;
	height: 35px;
	background-repeat:no-repeat;
	padding: 4px 0 0 40px;
	margin: 15px 0 0 0;
}

#contact_rightside #aiga {
	background: url(../images/icon_aiga.png);
	background-position: 50 left;
	height: 35px;
	background-repeat:no-repeat;
	padding: 4px 0 0 40px;
	margin: 15px 0 0 0;
}

#contact_bottom {
	clear: both;
	font-size: 11px;
	color:#5a5a5a;
	margin: 0px 80px 0 300px;
	padding: 170px 0 0 0;
}



/*Footer*/
#footer .wrapper {
	height: 35px;
	background: url(images/image_content_background.png) repeat-y;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0;
}

#footer p {
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #5a5a5a;
	width: 650px;
	border-top: 1px solid #c8c8c8;
}