body {
	background-color: #e8e8e8;
}

#content-sub { 
	margin-top: 1.5em; 
	text-align: right; 
}

#content {
	background: #fff;
	margin-top: 1.5em; 
	margin-bottom: 1.5em; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.box { background-color: transparent; }

#home .box img { 
	background-color: #fff; 
	border: 1px solid #ccc; 
	padding: 6px; 
}

a {
	text-decoration: none;
	color: #fe5c18;
}

#content-sub h1 {
	font-size: 1.3em;
	margin: 1.33em 10px 1.5em 0;
}

#content-sub p {
	margin: 1.5em 10px 1.5em 0;
}

.section_list {
	margin: 0 10px 1.5em 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	font-family: "AvenirLTStd-Roman", "Century Gothic", "Futura-Medium", "Apple Gothic", sans-serif;
	margin: 0 0 2px 0;
	padding: 0;
}

.section_list a.active {
	font-weight: bold;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.entry-content { clear: both; }

.directory {
	list-style-type: circle;
}

#content h2, .entry-title { font-size: 1.3em; }

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.9em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}


/* contact page
----------------------------------------------- */

form.zemContactForm legend {
	font-family: "Century Gothic", "Futura-Medium", "Apple Gothic", sans-serif;
	font-weight: normal;
}

form.zemContactForm label { display: block; }

form.zemContactForm input, 
form.zemContactForm select { margin-bottom: 1.5em; width: 250px; }

form.zemContactForm textarea { width: 95%; }

/* Galleries
----------------------------------------------- */

.setpreview {
	float: left;
	min-height: 135px;
	margin: 0 2em 1em 0;
}
	.setpreview .thumbnail {
		border: solid #F67733 2px;
		display: block;
		width: 75px;
		height: 75px;
		background: #fff0d6;
		padding: 5px;
		float: left;
		margin-right: 1em;
	}
	.setpreview h3 {
		font-size: 1.2em;
	}
.flickrset a {
	border: solid #F67733 2px;
	width: 75px;
	height: 75px;
	background: #fff0d6;
	float: left;
	margin: 0 35px 15px 0;
	padding: 5px;
}
.flickrset a:hover {
	background: #F67733;
}
.flickrset img {
	border: 0;
}
.pages_nav {
	clear: both;
}
.individual {
	padding: 0 2em 0 0;
}
	.individual .image {
		margin: 0.5em auto;
		text-align: center;
	}
	.individual .image img {
	}
	.individual .flickrsetnav {
		text-align: center;
	}
		.individual .flickrsetnav a,
		.individual .flickrsetnav a:link,
		.individual .flickrsetnav a:visited {
			text-decoration: none;
		}
	.individual .setname {
		display: inline;
	}
