/* $Id: onecol.css,v 1.1.2.1 2008/12/16 21:27:58 merlinofchaos Exp $ */

.panel-sample { 
}

.panel-sample .inside { 
}


.panel-sample .panel-col { 
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: .5em;
}

/*
**
*/

#viewer {
	position: relative;
	height: 340px;
}

#viewer .viewern {
	display: none;
}

#viewer img {
	position: absolute;
	left: 0;
	top: 0;
	width: 940px;
	height: 340px;
}

#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);
}

#viewer #viewbox  h2 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 2.0em;
	font-weight: bold;
}

#viewer #viewbox  p {
	margin: 0;
	font-size: 1.3em;
	font-style: italic;
}

#viewer #viewbox p  a {
	color: white;
}

#viewer #viewbox #viewbox-nav {
	margin-top: 5px;
 	text-align: center;
	font-size: 1.2em;
	line-height: 1;
}

#viewer #viewbox #viewbox-nav #viewbox-count {
}

#viewer #viewbox #viewbox-nav a#viewbox-prev,
#viewer #viewbox #viewbox-nav a#viewbox-next {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 18px;
}

#viewer #viewbox #viewbox-nav a#viewbox-prev {
	margin-right: 20px;
	background: url(../../_images/l_arrow_btn.gif) left top no-repeat;
}

#viewer #viewbox #viewbox-nav a#viewbox-next {
	margin-left: 20px;
	background: url(../../_images/r_arrow_btn.gif) left top no-repeat;
}

#viewer #viewbox #viewbox-nav a#viewbox-prev:link,
#viewer #viewbox #viewbox-nav a#viewbox-next:link,
#viewer #viewbox #viewbox-nav a#viewbox-prev:visited,
#viewer #viewbox #viewbox-nav a#viewbox-next:visited {
	background-position: left top;
}

#viewer #viewbox #viewbox-nav a#viewbox-prev:hover,
#viewer #viewbox #viewbox-nav a#viewbox-next:hover,
#viewer #viewbox #viewbox-nav a#viewbox-prev:active,
#viewer #viewbox #viewbox-nav a#viewbox-next:active {
	background-position: left bottom;
}


/*
**
*/

#publications {
}

#publications a.view-all {
	margin-left: 20px;
}

/*
**
*/

#events {
}

#events ul {
	font-size: 1.0em;
}

#events ul li {
	min-height: 120px;
}

#events ul li img {
	float: left;
	width: 110px;
	height: 110px;
}

#events ul li .date {
	display: block;
	margin-left: 120px;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #2AE;
}

#events ul li .title {
	display: block;
	margin-left: 120px;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}

#events ul li .location {
	display: block;
	margin-left: 120px;
	font-size: 1.2em;
	color: #333;
}

#events ul li .description {
	display: block;
	margin-left: 120px;
}

#events ul li .more {
	display: block;
	margin-left: 120px;
	font-size: 1.2em;
	color: #E73;
}


/*
**
*/

#community {
}

#community ul {
	font-size: 1.0em;
}

#community li {
	margin: 10px 0;
	border-top: 1px solid #BBB;
	padding-top: 10px;
}

#community li:first-child {
	border-top: 0;
	padding-top: 0;
}

#community li .description {
	font-size: 1.2em;
}

#community li .date {
	font-size: 0.9em;
	color: #999;
}

/*
**
*/

#projects {
	margin-top: 30px;
	border-top: 1px solid #2AE;
}

#projects h2 {
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: bold;
	color: #2AE;
}


#projects .project .title {
	font-weight: bold;
	color: #000;
}

#projects .project img {
	display: block;
	margin-bottom: 10px;
	width: 220px;
	height: 120px;
}

#projects .project p {
}

/*
**
*/

#members {
	margin-top: 30px;
	border-top: 1px solid #666;
}

#members h2 {
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: bold;
}

#members h2 .view-all {
	display: block;
	float: right;
	margin-top: 3px;
}

#members a.join, #members a.join img {
	display: block;
}

#members a.avatar {
	float: left;
	margin-left: 9px;
}

#members a.join {
	clear: left;
	float: left;
	width: 220px;
	height: 90px;
	margin: 9px 0;
}


#members a#avatar0, #members a#avatar4 {
	margin: 0;
}
