@import url("sitewide.css");
	
/* ///////////////////////////////////////////////////// Index Detail Images */	
	
#indexImage {
	position: relative;
	height: 300px;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
	z-index: 1;
	}
	
#indexImageInfo {
	position: absolute;
	right: 0;
	bottom: 50px;
	min-width: 220px;
	padding: 6px 20px 6px 10px;
	background: #ffcc33;
	}
	
a.viewThisWork:link, a.viewThisWork:visited {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Console", Helvetica, Arial;
	font-size: 9px;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px;
	background: url(../_img/index/indexImage-arrow-off.png) no-repeat right center;
	} 	
	
a.viewThisWork:hover, a.viewThisWork:active {
	color: #7ea8d1;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px;
	background: url(../_img/sitewide/more-arrow-on.png) no-repeat right center;
	}

/* ///////////////////////////////////////////////////// Content  -  Index */			

#indexContent {
	position: relative;
	color: #eee;
	padding: 40px 25px;
	font-size: 12px;
	}
	
#leftMiddleWrapper {
	position: relative;
	width: 600px;
	float: left;
	}		
	
#left {
	position: relative;
	width: 200px;
	float: left;
	margin-right: 50px;
	line-height: 1.25em;
	}
	
#left img {
	border: 4px solid #eee;
	}			
	
#middle {
	position: relative;
	width: 350px;
	float: right;
	}
	
#middle p {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	margin-top: 0;
	}
	
#middle p:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
	}			
	
#right {
	position: relative;
	width: 200px;
	float: right;
	line-height: 1.25em;
	}
	
#right #emailInput {
	position: relative;
	width: 179px;
	height: 15px;
	border: 0;
	background: #eee;
	font-family: "Lucida Sans", "Lucida Grande", "Avenir LT Std 55 Roman", Helvetica, Arial;
	font-size: 11px;
	color: #444;
	padding-left: 5px;
	}
	
#hdrEditions {
	position: relative;
	background: url(../_img/index/hdr-editions.png) no-repeat;
	border-bottom: 2px solid;
	margin-bottom: 20px;
	}
	
#hdrNews {
	position: relative;
	background: url(../_img/index/hdr-news.png) no-repeat;
	border-bottom: 2px solid;
	margin-bottom: 20px;
	}
	
#hdrRegister {
	position: relative;
	background: url(../_img/index/hdr-register.png) no-repeat;
	border-bottom: 2px solid;
	margin-bottom: 20px;
	}		
	
#hdrEditions h3, #hdrNews h3, #hdrRegister h3 {
	position: relative;
	margin: 0;
	padding: 0;
	left: -9999px;
	}

.blurbsMore {
	font-family: "Lucida Sans", "Lucida Grande", "Avenir LT Std 55 Roman", Helvetica, Arial;
	font-size: 9px;
	text-transform: uppercase;
	}
	
.blurbsMore a:link, .blurbsMore a:visited {
	color: #ffcc00;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px;
	background: url(../_img/sitewide/more-arrow-off.png) no-repeat right center;
	} 	
	
.blurbsMore a:hover, .blurbsMore a:active {
	color: #7ea8d1;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px;
	background: url(../_img/sitewide/more-arrow-on.png) no-repeat right center;
	}	
	
/* ///////////////////////////////////////////////////// Footer */

#footer {
	border-top: 2px solid;
	}					
			









