@import "/stylesheets/layout.css";

.rightimage {
	border: 1px solid #000;
	display: block;
	float: right;
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.leftimage {
	border: 1px solid #000;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#groundspring {
	text-align: center;
}

.partnername {
	font: 1.5em georgia, serif;
}

.partner p {
	margin-top: 5px;
}

#project-image-a {
	border: 1px solid #000;
	display: block;
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
}

#project-image-a:hover {
	border: 1px solid #7f2a1c;
}

#recentphotos {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

#recentphotos a.thumbnail {
	border: 1px solid #000;
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#recentphotos a.thumbnail:hover {
	border: 1px solid #7f2a1c;
}

#recentphotos img {
	display: inline;
}

#photo-display {
	margin-top: 15px;
	text-align: center;
}

#photo-info {
	margin-bottom: 15px;
}

#photo-display img {
	border: 1px solid #000;
}

.galleryrow {
	text-align: center;
}

.galleryrow a.thumbnail-link {
	border: 1px solid #000;
	display: -moz-inline-box;
	display: inline-block;
}

.galleryrow a.thumbnail-link:hover {
	border: 1px solid #7f2a1c;
}

.galleryrow .photo {
	vertical-align: top;
	width: 110px;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	margin: 5px;
}

.galleryrow .photo-title {
	width: 110px;
}

.galleryrow .photo-admin-options {
	width: 110;
}

.gallerynav {
	text-align: center;
}

.newsitem {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

.newslede, .spottitle, #frontcolumns .articlespotlight div.spottitle {
	font: 2em georgia, times, serif;
}

.articlespotlight div.spottitle, .articlesmall div.spottitle, .newsitem div.spottitle {
	font: 1.5em georgia, times, serif;
}

.newsauthor {
	font-style: oblique;
}

.newsmeta {
	font-size: 0.9em;
	color: #888;
	margin-bottom: 5px;
	font-style: oblique;
}

.newsmorelink {
	font-style: oblique;
}

.projectmorelink {
	display: block;
	font-style: oblique;
	text-align: center;
	margin-bottom: 10px;
}

.projectspotlight {
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

#frontcolumns .projectspotlight {
	border-bottom: 0px;
}

#peoplenav {
	font: 2em georgia, times, serif;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.personfeature {
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
	/*height: 130px;*/
}

.person {
	margin-bottom: 5px;
	/* height: 130px; */
}

.person h3.personname {
	margin-bottom: 0px;
	font-size: 1.5em;
}

h3.personheader {
	margin-bottom: 5px;
}

.personsample {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-left: 15px;
}

.personsample-hidden {
	display: none;
}

.persontogglelink {
	display: block;
	font-style: oblique;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.personmorelink {
	display: block;
	font-style: oblique;
	text-align: center;
	margin-bottom: 5px;
}

.personclearhack {
	clear: both;
    height: 1px;
    overflow: hidden;
}

.datafile {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.dataheader {
	font-size: 1.5em;
	display: inline;
}

.dataadmin {
	float: right;
}

.moviecontainer {
	text-align: center;
}

a.spotimage {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #000;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	float: right;
}

a.spotimage:hover {
	border: 1px solid #7f2a1c;
}

.spotdesc {
	margin-top: 10px;
}

.morefooter {
	text-align: center;
	font-style: oblique;
	margin-bottom: 10px;
}

.articlesmall {
	margin-bottom: 5px;
}

.articleclearhack {
	clear: both;
    height: 1px;
    overflow: hidden;
}

.articlesectionsample {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

#pagination-links {
	clear: both;
	text-align: center;
}

#errorExplanation {
	background: #fee;
	border: 2px solid #c00;
	width: 400px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 10px;
}

#errorExplanation h2 {
	font-size: 1.5em;
}

.fieldWithErrors {
	border-left: 4px solid #c00;
}

#admin {
	clear: both;
	background: #ddd;
	border: 1px solid #666;
	margin-top: 20px;
	padding: 5px;
}

.admin {
	margin-bottom: 10px;
}

#flash {
	background: #ddd; 
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 5px;
}

#loggedin {
	background: #fdd; 
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 5px;
}

#frontbottom {
	clear: both;
}