body#index #viewer {
	position: relative;
	height: 340px;
}

body#index #viewer .viewer1 {
	display: block;
}

body#index #viewer .viewer2, body#index #viewer .viewer3, body#index #viewer .viewer4 {
	display: none;
}


body#index #viewer img {
	position: absolute;
	left: 0;
	top: 0;
	width: 940px;
	height: 340px;
}

body#index #viewer #viewbox {
	position: absolute;
	border: 1px solid black;
	padding: 10px 20px;
	width: 360px;
	height: 70px;
	left: 20px;
	bottom: 20px;
	color: white;
	background: url(../_images/60per-black.png);
}

body#index #viewer #viewbox  h2 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 2.0em;
	font-weight: bold;
}

body#index #viewer #viewbox  p {
	margin: 0;
	font-size: 1.3em;
	font-style: italic;
}

body#index #viewer #viewbox p  a {
	color: white;
}

body#index #viewer #viewbox #viewbox-nav {
	margin-top: 5px;
 	text-align: center;
	font-size: 1.2em;
	line-height: 1;
}

body#index #viewer #viewbox #viewbox-nav #viewbox-count {
}

body#index #viewer #viewbox #viewbox-nav a#viewbox-prev,
body#index #viewer #viewbox #viewbox-nav a#viewbox-next {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 18px;
}

body#index #viewer #viewbox #viewbox-nav a#viewbox-prev {
	margin-right: 20px;
	background: url(../_images/l_arrow_btn.gif) left top no-repeat;
}

body#index #viewer #viewbox #viewbox-nav a#viewbox-next {
	margin-left: 20px;
	background: url(../_images/r_arrow_btn.gif) left top no-repeat;
}

body#index #viewer #viewbox #viewbox-nav a#viewbox-prev:link,
body#index #viewer #viewbox #viewbox-nav a#viewbox-next:link,
body#index #viewer #viewbox #viewbox-nav a#viewbox-prev:visited,
body#index #viewer #viewbox #viewbox-nav a#viewbox-next:visited {
	background-position: left top;
}

body#index #viewer #viewbox #viewbox-nav a#viewbox-prev:hover,
body#index #viewer #viewbox #viewbox-nav a#viewbox-next:hover,
body#index #viewer #viewbox #viewbox-nav a#viewbox-prev:active,
body#index #viewer #viewbox #viewbox-nav a#viewbox-next:active {
	background-position: left bottom;
}


/*
**
*/

body#index #publications {
}

body#index #publications a.view-all {
	margin-left: 20px;
}

/*
**
*/

body#index #events {
}

body#index #events ul {
	font-size: 1.0em;
}

body#index #events ul li {
	min-height: 120px;
}

body#index #events ul li img {
	float: left;
	width: 110px;
	height: 110px;
}

body#index #events ul li .date {
	display: block;
	margin-left: 120px;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #2AE;
}

body#index #events ul li .title {
	display: block;
	margin-left: 120px;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}

body#index #events ul li .location {
	display: block;
	margin-left: 120px;
	font-size: 1.2em;
	color: #333;
}

body#index #events ul li .more {
	display: block;
	margin-left: 120px;
	font-size: 1.2em;
	color: #E73;
}

/*
**
*/

body#index #community {
}

body#index #community ul {
	font-size: 1.0em;
}

body#index #community li {
	margin: 10px 0;
	border-top: 1px solid #BBB;
	padding-top: 10px;
}

body#index #community li:first-child {
	border-top: 0;
	padding-top: 0;
}

body#index #community li .description {
	font-size: 1.2em;
}

body#index #community li .date {
	font-size: 0.9em;
	color: #999;
}

/*
**
*/

body#index #projects {
	margin-top: 30px;
	border-top: 1px solid #2AE;
}

body#index #projects h2 {
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: bold;
	color: #2AE;
}


body#index #projects .project .title {
	font-weight: bold;
	color: #000;
}

body#index #projects .project img {
	display: block;
	margin-bottom: 10px;
	width: 220px;
	height: 120px;
}

body#index #projects .project p {
}

/*
**
*/

body#index #members {
	margin-top: 30px;
	border-top: 1px solid #666;
}

body#index #members h2 {
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: bold;
}

body#index #members h2 .view-all {
	display: block;
	float: right;
	margin-top: 3px;
}

body#index #members a.join, body#index #members a.join img {
	display: block;
}

body#index #members a.avatar {
	float: left;
	margin-left: 9px;
}

body#index #members a.join {
	clear: left;
	float: left;
	width: 220px;
	height: 90px;
	margin: 9px 0;
}


body#index #members a#avatar0, body#index #members a#avatar4 {
	margin: 0;
}

/*
**
*/

body#index #footer {
	margin-top: 0;
	border-top: 0;
}

body#index #footer div.alpha {
	margin-top: 10px;
	border-top: 1px solid #2AE;
}

body#index #footer div.omega {
	margin-top: 10px;
	border-top: 1px solid #666;
}
