body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica;
	background-color: #FFF;
	color: #333;
}

/* Misc
----------------------------------------------------- Misc
*/
img {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clearer {
	display: block;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	clear: both;
}


/* Links */
a {
	color: #ec5e12;
}

.alert {
	color: #ec5e12;
}

/* Headers
----------------------------------------------------- Headers
*/
h1 {
	border-bottom: 1px dotted #ccc;
}
h2 {
	font-size: 22px;
	border-bottom: 1px dotted #ccc;
}


/* Structure
----------------------------------------------------- Structure
*/
.content { /* defines the width of the site */
	position: relative;
	width: 850px;
	margin: 0px auto;
}
#home {
	position: absolute;
	top: 20px;
	/* left: -40px; */
	left: 0px;
	display: block;
	width: 268px;
	height: 67px;
	background-image: url(../images/str/logo.png);
	text-indent: -9999px;
}
#header {
	position: relative;
	height: 115px;
	background-color: #4C3D2E;
	background-image: url(../images/str/header_bg.jpg);
	background-position: center top;
	overflow: hidden;
}
#header .content {
	height: 115px;
	overflow: hidden;
}
#horizon {
	position: absolute;
	top: 58px;
	width: 100%;
	height: 57px;
	z-index: 2;
	/* background-color: #ccc; */
	background-image: url(../images/str/horizon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navigation {
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 30;
	font-family: Helvetica, Geneva;
}
#navigation li {
	display: block;
	float: left;
}
#navigation li a {
	display: block;
	padding: 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	/* color: #E9E3C1; - cream*/
	color: #efefef;
	font-size: 14px;
	line-height: 14px;
}
#navigation li.selected a,
#navigation li.selected a:hover {
	background-color:  #ec5e12;
	color: #fff;
}

#navigation li a:hover {
	/* background-color: #E9E3C1; -cream */
	background-color: #fff;
	/* color: #36140a; -brown */
	color: #333;
}

#chosenpage {
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 0;
	font-size: 100px;
	/* color: #36140a; -brown*/
	color: #111;
	font-family: "Arial Black", Arial, Geneva;
	text-transform: uppercase;
	opacity: .5;
}
#main {
	padding-top: 20px;
}
#main .column {
	float: left;
	width: 610px;
	margin-right: 40px;
}
#right {
	width: 200px;
	float: left;
	margin-top: 60px;
}
/* Sub navigation */
#right .subnav li {
	border-bottom: 1px dotted #ccc;
}
#right .subnav li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	
	background-color: transparent;
	background-image: url(../images/ui/selected.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
}
#right .subnav li a:hover {
	padding-left: 20px;
	margin-left: -15px;
	background-position: 0px -100px;
	/* color: #E9E3C1; */
	color: #efefef;
}
#right .subnav li.selected a {
	background-position: 0px 0px;
	padding-left: 20px;
	margin-left: -15px;
	/* color: #36140a; */
	color: #333;
}
#right .subnav li.selected {
	border-color: #fff;
}
#right .subnav img {
	vertical-align: middle;
	margin-right: 5px;
}



#footer {
	margin-top: 30px;
	border-top: 1px dotted #999;
	clear: both;
	padding-top: 20px;
	font-size: 11px;
}
#footer .kemso {
	display: block;
	clear: both;
	margin: 10px auto;
	text-align: center;
	padding: 5px;
	padding-top: 25px;
	background-image: url(../images/str/kemso_logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#footer #joinmailinglist {
	display: block;
	width: 272px;
	float: right;
}
#footer #joinmailinglist p {
	padding: 0px;
	margin: 0px;
}
#footer #joinmailinglist legend {
	background-color: #ec5e12;
	color: #E9E3C1;
	width: 100px;
	margin: 0px;
}
#footer #joinmailinglist label {
	display: none;
}
#footer #joinmailinglist button {
	background-color: #ccc;
	padding: 5px;
	border: none;
	margin: 0px;
	float: right;
}
#footer .address {
	display: block;
	width: 425px;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	float: left;
	clear: right;
}
#footer .address h3 {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	width: 200px;
	margin: 3px auto;
}


/* Content
----------------------------------------------------- Content
*/
#photochanger {
	position: relative;
	height: 350px;
	margin-bottom: 15px;
	background-color: #ccc;
}

ul.links li {
	display: block;
	float: left;
	width: 280px;
	text-align: center;
	margin: 1px 2px 1px 1px;
	padding: 0px;
	height: 150px;
	background-color: #4C4C4C;
	color: #fff;
}
ul.links .image {
	display: block;
	width: 280px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-position: center center;
	left: 0px;
	top: 0px;
	z-index: 0;
	opacity: .3;
	filter: alpha(opacity=30);
}
/*
ul.links a:hover .image {
	opacity: .8;
	filter: alpha(opacity=80);
}
*/
ul.links .link_content {
	position: relative;
	z-index: 1;
}
ul.links a {
	display: block;
	position: relative;
	width: 280px;
	height: 130px;
	padding-top: 20px;
	font-size: 50px;
	color: #fff;
	text-decoration: none;
}
/*
ul.links a:hover {
	background-color: #ec5e12;
	color: #FFF;
}
*/
ul.links .sub {
	font-size: 15px;
	display: block;
}
ul.links .sub2 {
	font-size: 12px;
	display: block;
	color: #ccc;
}


/* banner item */
#photochanger .banner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	/* display: none; */
}


/* Page content */
.column p {
	font-family: Georgia;
}
.column h1,
.column h2,
#right, #footer {
	
}
.column .image {
	float: right;
	border: 1px dotted #ccc;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#projects .column h1 {
	margin-bottom: 0px;
	/* border: none; */
}
#projects .column .image {
	display: block;
	float: none;
	padding: 4px;
	margin: 0px;
	width: 600px;
	height: 270px;
	border-top: none;
}
#video {
	/* background-color: #ccc; */
	/* height: 330px; */
}


/* photos page */
#photo {
	background-color: #efefef;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}
#photo img {
	margin: 0px auto;
}
#photos li {
	display: block;
	float: left;
	margin: 3px;
	padding: 0px;
	border: 2px solid #fff;
}
#photos li.selected {
	border-color: #ec5e12;
}
#photos li a {
	height: 70px;
	widows: 70px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.paginate {
	display: block;
	float: right;
	font-size: 12px;
	padding: 8px 0px;
}


/* Blog
------------------------------------------------------------ Blog */
.column .date {
	display: block;
	width: auto;
	font-size: 11px;
	background-color: #efefef;
	padding: 5px;
}
.comment_count {
	background-image: url(../images/icons/comment-bubble-dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.column .comment_count {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 11px;
}
.subnav .comment_count {
	float: right;
	font-size: 11px;
}
.subnav .date {
	display: block;
	font-size: 11px;
	color: #999;
}

#right a.archive {
	display: block;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
}


/* archive list */
.post h1 {
	font-size: 28px;
	margin-bottom: 0px;
}
.post {
	color: #000;
	text-decoration: none;
}
.post p {
	color: #666;
	font-size: 12px;
}
a.post:hover {
	color: #000;
}
a.post:hover h1 {
	background-color: #ccc;
}
a.post:hover p {
	color: #000;
}

/* comments */
#comments li {
	padding-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
}
#comments .date {
	display: block;
	float: left;
}
#comments .author {
	display: block;
	float: left;
	font-size: 11px;
	padding: 5px;
}
#comments p {
	padding: 8px 0px;
	clear: both;
	font-size: 12px;
}

/* comment form */
#addacomment {
	background-color: #efefef;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #666;
}
legend {
	background-color: #ec5e12;
	display: block;
	padding: 5px;
	color: #fff;
}
label {
	display: block;
	font-size: 12px;
}
input {
	padding: 4px 5px;
	width: 260px;
}
input, textarea {
	border: 1px solid #ccc;
}
textarea {
	padding: 5px;
	width: 570px;
}
#addacomment p {
	display: block;
	width: 280px;
	float: left;
	padding: 10px;
	margin: 0px;
}
#addacomment fieldset.comment p {
	float: none;
	width: auto;
}
#addacomment fieldset.comment label {
	display: none;
}
#addacomment .alert {
	font-size: 12px;
}


/* Donate
------------------------------------------------------------ Donate */
#paypal {
	display: block;
	width: 200px;
	height: 69px;
	background-image: url(../images/paypal_link.jpg);
	background-position: 0px 0px;
	text-indent: -9999px;
}
#paypal:hover {
	background-position: 0px -69px;
}