/*---- CONTENT ----*/

.ednote {
	background: #fC3;
	font-weight: bold;
	color: #000;
	}

#wrapperSectionContent a {
	text-decoration: none;
	border-bottom: 1px solid #730074;
	color: #730074;
	}
	
#wrapperSectionContent a:hover {
	text-decoration: none;
	color: #303;
	}
	
a IMG {
	border: 0 none;
	}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
	color: #6D7B79;
	}	
	
h1 span {
	display: block;
	margin-top: .5em;
	margin-bottom: 1.2em;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: .45em;
	}
	
.first {
	margin-top: 0;
	}

h2 {
	position: relative;
	clear: left;
	margin: 1.2em 0 0 0;
	padding: 0 0 .2em 0;
	font-size: 1em;
	text-transform: uppercase;
	color: #730074;
	}
	
.set h2 {
	margin-top: 1em;
	}	
	
#wrapperSectionContent h2 a,
#wrapperSectionContent h2 a:visited {
	border-bottom: 1px solid #fff;
	}
	
#wrapperSectionContent h2 a:hover {
	border-bottom: 1px solid #730074;
	}	
	
h3 {
	position: relative;
	clear: left;
	margin: 0;
	padding: 0 0 .2em 0;
	font-size: 1em;
	color: #333;
	}	

p.intro {
	margin-top: .6em;
	margin-bottom: 1.2em;
	padding-top: 0;
	font-size: 1.19em;
	}

p, ul, ol {
	margin: 0 0 .6em 0;
	}
	
li p {
	margin-bottom: 0;
	}	
	

#contentMain ul {
	margin-left: 1.2em;
	margin-right: 1.2em;
	padding-left: 0;
	list-style-type: square;
	}
	
#contentMain ul.portfolioThumbnail {
	margin-right: 0;
	}	

#contentMain ul li {
	margin-left: 0;
	padding-left: 0;
	line-height: 1.2em;
	padding-bottom: .2em;
	}	
	
.specs {
	margin-left: 1.2em;
	padding-left: 0;
	list-style-type: square;
	font-size: .93em;
	}
	
.specs li {
	margin-left: 0;
	padding-left: 0;
	line-height: 1.2em;
	padding-bottom: .2em;
	}	

#contentMain div {
	width: 200px;
	overflow: hidden;
	position: absolute;
	top: 155px;
	left: -999px;
	margin-top: 0;
	padding-bottom: 4px;
	/***
	opacity: .2;
    moz-opacity: .2;
    khtml-opacity: .2;
    filter = alpha(opacity="20");
    ***/
	}	
	
#contentMain div.current {
	position: relative;
	/*visibility: visible;*/
	left: 0;
	top: 0;
	width: auto;
	/***margin-bottom: -440px;***/
	/***padding-bottom: 444px;***/
	border-left: 1px solid #D3EAE2;
	text-align: center;
	}
	
#contentMain div.set {
	width: auto;
	position: relative;
	left: 0;
	top: 0;
	margin-top: 1.6em;
	border: 1px solid #D3EAE2;
	padding-left: 12px;
	}	
	
#contentMain div p {
	margin: 0;
	padding: 0;
	}
	
#contentMain a.fnext {
	border: 0 none;
	}
	
a.fnext IMG {
	border: 0 none;
	}	

IMG.feature {
	/*
	display: block;
	margin: 1.6em auto 0 auto;
	padding-right: 24px;
	*/
	}
	
IMG.bioPic {
	float: left;
	margin-top: .1em;
	margin-right: 12px;
	margin-bottom: 8px;
	border: 1px solid #6D7B79;
	padding: 3px;
	}		
	
#contentMain div p.caption {
	margin: .4em 24px .6em 24px;
	padding-top: 0;
	text-align: left;
	}	
	
#wrapperSectionContent,
#wrapperFooter {
	font-size: .76em;

	}	
	
blockquote {
	margin: 0;
	padding: 0;
	}

#wrapperSectionContent p, #wrapperFooter {
	line-height: 1.45em;
	}

.pullquote p {
	margin: .4em;
	font-weight: bold;
	font-size: 1.05em;
	color: #495251;
	}
	
.pullquote span {
	display: block;
	padding-top: .4em;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: .8em;
	}
	
p.link {
	margin-top: 1.2em;
	font-size: .93em;
	}
	
#contentAside .link a {
	border-bottom: 0 none;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
	background: transparent url(../img/bg-link.gif) no-repeat;
	background-position: left 4px;
	}
	
#contentAside .link a:hover {
	}	