/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	list-style-type: none;
}

html {
	background-color: #fff;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	z-index: 20;
}

.wrapper {
	position: relative;
	width: 761px;
	height: 100%;
	display: block;
	margin: 8px auto 0 auto;
	text-align: left;
	color: #58441e;

}

/* ======= Header css  ======= */
.branding {
	position: relative;
	top: 5px;
	left: 0;
	width: 760px;
	height: 51px;
}

.branding h1 {
	position: absolute;
	z-index: 5;
	left: 15px;
	width: 48px;
	height: 47px;
	background-image: url(../images/logo_ericameade.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.branding h1 span {
	display: none;
}

/* ======= main nav css  ======= */

ul.navigation {
	display: block;
	position: relative;
	top: -14px;
	z-index: 5;
	left: 356px;
	width: 374px;
/*margin: -10px 20px 0 200px;*/
}

ul.navigation li {
	display: inline;
	float: left;
	margin: 0 5px;
}

ul.navigation a {
	display: block;
	color: #96c248;
	width: 74px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	padding: 0;
	font-size: .7em;
}

ul.navigation a span {
	display: none;
}

ul.navigation a:hover {
	color: #9a8356;
}

ul.navigation li.about a {
	background: url(../images/nav_about.gif) bottom left no-repeat;
}
ul.navigation li.about a:hover {
	background-position: center;
}

ul.navigation li.about a.on, ul.navigation li.about a.on:hover {
	background-position: top left;
}

ul.navigation li.process a {
	background: url(../images/nav_process.gif) bottom left no-repeat;
}
ul.navigation li.process a:hover {
	background-position: center;
}
ul.navigation li.process a.on, ul.navigation li.process a.on:hover {
	background-position: top left;
}

ul.navigation li.portfolio a {
	background: url(../images/nav_portfolio.gif) bottom left no-repeat;
}
ul.navigation li.portfolio a:hover {
	background-position: center;
}
ul.navigation li.portfolio a.on, ul.navigation li.portfolio a.on:hover {
	background-position: top left;
}

ul.navigation li.resume a {
	background: url(../images/nav_resume.gif) bottom left no-repeat;
}
ul.navigation li.resume a:hover {
	background-position: center;
}
ul.navigation li.resume a.on, ul.navigation li.resume a.on:hover {
	background-position: top left;
}

ul.secondaryNav {
	position: absolute;
	top: 97px;
	left: 18px;
	display: block;
	width: 400px;
	z-index: 50;
}
ul.secondaryNav li {
	display: inline;
	float: left;
	margin: 0 5px;
}

ul.secondaryNav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #f6fbe0;
	display: block;
	font-size: 80%;
	padding: 5px;
	font-weight: bold;
}

ul.secondaryNav a:hover, ul.secondaryNav a.active, ul.secondaryNav a.active:hover  {
	background-color: #96c248;
}

/* ======= content css  ======= */

.content {
	position: relative;
	top: 10px;
	width: 100%;
	display: block;
	background: #f6fbe0 url(../images/content_top.gif) no-repeat;
	padding: 2px 0 0 0;
	font-style: normal;
}

.header {
 position: relative;
 top: -18px;
 left: 8px;
 display: block;
}


.about .maincontent {
	display: block;
	z-index: 100;
	margin-top: -10px;
	padding: 0 300px 120px 22px;
	}
.resume .maincontent {
	display: block;
	z-index: 100;
	margin-top: -25px;
	padding: 0 300px 62px 22px;
	}
.portfolio .maincontent {
	display: block;
	z-index: 100;
	padding: 12px 0 20px 22px;
	}
	
.process .maincontent {
	display: block;
	z-index: 100;
	padding: 0 0 20px 22px;
	margin-bottom: 150px;
	margin-top: -5px;
	}

h2 span {
	display: none;
}

p {
	font-size: .85em;
	line-height: 1.5; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding-top: 1em;
	font-style: normal;
	font-weight: normal;	
}

a {
	color: #2995b8;
}

a:hover {
	text-decoration: none;
}

.resume .maincontent h3 {
	background-color: #96c248;
	font-weight: bold;
	margin: 10px 0 2px -21px;
	font-size: 90%;
	display: block;
	width: 100%;
	color: #f6fbe0;
	padding: 3px 3px 3px 8px;
}

.resume .maincontent h4 {
	font-size: 90%;
	padding: 7px 0 1px 0;
	font-weight: bold;
}
.resume .maincontent h5 {
	font-size: 80%;
	text-transform: uppercase;
	color: #91aa24;
	padding: 4px 0 0 0;
}
.resume .maincontent ul li {
	font-size: 85%;
	background: url(../images/bullet.gif) no-repeat left 3px;
	padding-left: 10px;
	margin: 2px 0 5px 8px;
}


table.skillmatrix {
	width: 80%;
	font-size: 70%;
	background-color: #f6fbe0;
	margin: 20px auto;
}

table.skillmatrix img {
	border: 0;
	margin-top: -2px;
}

table.skillmatrix p {
	padding: 0;
	margin: 0;
}

table.skillmatrix th {
	text-align: center;
	color: #f6fbe0;
	background-color: #96c248;
	text-transform: uppercase;
	border: 1px solid #96c248;
	padding: 4px 3px;
	font-weight: bold;
}

table.skillmatrix td {
	padding: 2px 4px;
	border: 1px solid #96c248;
	border-left: none;
	border-top: none;
	vertical-align: middle;

}


table.skillmatrix td.label {
	text-align: right;
	width:70px;
	border-left: 1px solid #96c248;
	background-color: #e9f6b2;

}

strong {
color: #96c248; font-weight: bold;
}

/* ======= footer css  ======= */
.about .sidebar, .resume .sidebar {
	width: 231px;
	position: absolute;
	display: block;
	top: 192px;
	right: 8px;
	padding: 0 0px 7px 40px;
	background: url(../images/sidebar_bg.gif) bottom right no-repeat;
}

.resume .sidebar { 
	top: 135px;
	right: 7px;
}
/*.resume .sidebar {
	width: 220px;
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	padding: 0 0px 10px 40px;
	min-height: 500px;
}*/

.twitter {
	background: url(../images/twitter_top.gif) top left no-repeat;
	width: 199px;
	display: block;
	margin: 10px 15px 0 15px;
	padding: 30px 0 0 0;
}
.twitter ul {
	margin: -30px 0 15px 0;
}

#twitter_div {
	background: url(../images/twitter_bottom.gif) bottom left no-repeat;
	padding: 32px 23px 32px 23px;
	font-size: 75%;
	border: none;
}

.fromTwitter img {
	border: none;
	position: relative;
	top: -23px;
	left: 120px;
}

a.fromTwitter, a.fromTwitter img {
	border: none;

}

.fromFlickr img {
	border: none;
	position: relative;
	top: -15px;
	left: 120px;
}

a.fromFlickr, a.fromFlickr img {
	border: none;

}

.sidebar h3.projects {
	display: block;
	width: 177px;
	height: 141px;
	background: url(../images/latestprojects.gif) no-repeat;
	margin-bottom: 10px;
}

.sidebar h3.stuff {
	display: block;
	width: 231px;
	height: 77px;
	background: url(../images/lateststuff.jpg) no-repeat;
}

.sidebar h3.myskills {
	display: block;
	width: 231px;
	height: 77px;
	background: url(../images/myskills.jpg) no-repeat;
}

.sidebar h3.projects span, .sidebar h3.myskills span, .sidebar h3.stuff span {
	display: none;
}

.sidebar img {
	margin: 10px auto 0 auto;
	text-align: center;
	border: #96c248 solid 1px;
}

a.resumepdf {
	display: block;
	width: 152px;
	height: 121px;
	position: absolute;
	top:550px;
	right: 42px;
	background: url(../images/button_pdf.gif) top left no-repeat;
}

a.resumepdf span {
	display: none;
}

a.resumepdf:hover {
	background-position: bottom left;
}
/* ======= footer css  ======= */

ul.footerList {
	display: block;
	z-index: 200;
	margin: -40px 0 0 0;
	padding: 0 20px;
	height: 29px;
	background:url(../images/footer_bg.gif) left bottom no-repeat;
}

ul.footerList li {
	float: left;
	height: 29px;
	display: block;

}

ul.footerList li.copyright {
	font-size: .65em;
	padding: 0px 20px 0 5px;
	color: #9a8356;
	margin-top: 7px;
}

ul.footerList li a {
	display: block;
	font-size: .7em;
	text-decoration: none;
	height: 15px;	
	color: #9a8356;
	padding: 0 10px;
	margin-top: 7px;
	border-right: #9a8356 solid 1px;
	text-decoration: underline;
	display: block;
	cursor: pointer;
}

ul.footerList li a:hover {
	text-decoration: none;
}

ul.footerList  li.last a {
	border: none;
}

/*.portfolio ul.footerList li.copyright, .portfolio ul.footerList li a {
color: #f6fbe0;
}

.pagetitle {
	position: relative;
	right: 0;
	display: block;
	z-index: 25;
	height: 207px;
	width: 760px;
	background: url(../images/footer_bird_2.jpg) no-repeat;
	background-position: bottom right;
}
.pagetitle span {
	display: none;
} */

ul.portfolioList  {
	width: 192px;
	overflow: hidden;
	display: block;
	list-style-type: none;
	font-size: 80%;
	margin: 50px auto 0 auto;
}

.portfolioList li h4 a {
	display: block;
	width: 192px;
}

.portfolioList li h4 a span {
	display: none;
}

.portfolioList li.last a.finearts {
    background: url(../images/portfolio_li_finearts_hdr.gif) top no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}

.portfolioList li.last a.finearts:hover {
    background: url(../images/portfolio_li_finearts_hdr.gif) bottom left no-repeat;
}

.portfolioList li.last a.finearts_on {
    background: url(../images/portfolio_li_finearts_hdr.gif) bottom left no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}	

.portfolioList li p {
	display: none;
	margin: 0 5px;
}

.portfolioList li {
	background: url(../images/portfolio_li_bg.gif) repeat-y;
/*
	border: solid 1px #7e0866;
	border-top: none;
	background-color: #f6fbe0;*/
	width: 100%;
}

.portfolioList li:hover p {
	display: block;
}


.portfolioList li:hover, .portfolioList li.on {
	height: 170px;
}

.portfolioList li.off:hover {
	height: 49px;
} 

.portfolioList li.last.off:hover {
	height: 49px;
}
.portfolioList li.off:hover p {
	DISPLAY: NONE;
}
.portfolioList li.on p {
	display: block;
}

.portfolioList li a.logos {
    background: url(../images/portfolio_li_logos_hdr.gif) top no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}

.portfolioList li a.logos_on   {
    background: url(../images/portfolio_li_logos_hdr.gif) bottom left no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}

.portfolioList li a.logos_on p  {
	height: 170px;
}

.portfolioList li a.logos:hover {
    background: url(../images/portfolio_li_logos_hdr.gif) bottom left no-repeat;
}
	
.portfolioList li a.illust {
    background: url(../images/portfolio_li_illust_hdr.gif) top no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}

.portfolioList li a.illust_on {
    background: url(../images/portfolio_li_illust_hdr.gif) bottom left no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}
	
.portfolioList li a.illust:hover {
    background: url(../images/portfolio_li_illust_hdr.gif) bottom left no-repeat;
}

.portfolioList li a.web {
    background: url(../images/portfolio_li_web_hdr.gif) top no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}

.portfolioList li a.web_on {
    background: url(../images/portfolio_li_web_hdr.gif) left bottom no-repeat;
	display: block;
	height: 49px;
	width: 192px;
}
.portfolioList li a.web:hover {
    background: url(../images/portfolio_li_web_hdr.gif) left bottom no-repeat;
}

.portfolioList li.last:hover  {
	background: url(../images/portfolio_li_btm.gif) no-repeat bottom left;
}

.portfolioList li.last.on {
	display: block;
	background: url(../images/portfolio_li_btm.gif) no-repeat bottom left;
}
object {
	display: block;
	position: relative;
	top: 10px;
	left: -20px;
}

.processGraphic {
	margin-left: -13px; 
	padding-bottom: 25px; 
	margin-bottom: 15px; 
	border-bottom: dotted 1px #96c248;
	
}

.columnLeft {
	width: 340px; 
	font-size: 90%; 
	float: left; 
	display: block; 
	margin-bottom: 25px;
}

.columnRight {
	width: 345px; 
	font-size: 90%; 
	float: left; 
	display: block; 
	margin-left: 25px;
}

h2.hello {
	font-weight: 200; 
	font-size: 19px; 
	line-height: 1.5;
	color: #96c248;
	padding: 15px 0 0 145px;
	vertical-align: middle;
	height: 74px;
	background: url(../images/hello.gif) no-repeat top left;
	border-bottom: dotted 1px #96c248;
}

h2.heading {
	font-weight: 200; 
	font-size: 19px; 
	line-height: 1.5;
	color: #96c248;
	padding-top: 15px;
}

.skilllist li {
	margin: 6px 0 8px 0;	
	font-size: 100%;
	line-height: 1.5;
}