/* @override 
	http://www.52topicyear.com/karenschnepf/themes/karenschnepf/style.css
	http://www.karenschnepf.com/themes/karenschnepf/style.css
*/
/* Basics
------------------------------ */
body {
	background: #333 url(bg.png) repeat fixed;
	font: normal 75%/1.5 Arial, Helvetica, sans-serif;
}
html>body {
	font-size: 12px;
}
#main {
	width: 940px;
	margin: 0 auto;
}
/* Links
------------------------------ */
a:link {
	text-decoration: none;
	color: #e5e5e5;
}
a:visited {
	text-decoration: none;
	color: #e5e5e5;
}
a:hover {
	color: #cc3300;
}
a:active {
	text-decoration: none;
	color: #e5e5e5;
}
/* Header
------------------------------ */
#header {
	height: 100px;
	margin-top: 40px;
}
#header a {
	color: #e5e5e5;
	width: 700px;
	float: left;
	margin-top: 7px;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
/* Content
------------------------------ */
#content {
	float: left;
	margin-bottom: 50px;
	width: 700px;
	margin-left: -1px;
}
#content h1 {
	color: #999;
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 2em;
}
.copy {
	width: 620px;
	text-align: left;
}
.copy img {
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}
.copy h2 {
	font-size: 1.25em;
	color: #e5e5e5;
}
.copy p {
	color: #e5e5e5;
	margin-bottom: 10px;
}
.copy em {
	font-style: italic;
}
.copy a:link {
	text-decoration: none;
	color: #50adcb;
}
.copy a:visited {
	text-decoration: none;
	color: #34a8d3;
}
.copy a:hover {
	color: #99e6fd;
}
.copy a:active {
	text-decoration: none;
	color: #50adcb;
}
/* Sidebar / Menu
------------------------------ */
#sidebar {
	width: 220px;
	float: left;
	margin-left: 11px;
}
#menu {
	margin-left: 10px;
}
#menu h2 {
	color: #8c8c8c;
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", serif;
	margin: 2em 0 .5em;
	border-bottom: 1px solid #4b4b4b;
	width: 90px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	color: #e5e5e5;
}

/* Search Box
------------------------------ */
#search {
	float: left;
	margin-top: 20px;
	width: 220px;
	margin-left: 20px;
}
#search img {
	display: none;
}
#search_input {
	border: 1px solid #999;
	background-color: #3f3f3f;
	height: 15px;
	width: 136px;
	margin-right: -5px;
	color: #e5e5e5;
}
#search_submit {
	float: ;
	font-size: .8em;
	line-height: 1em;
	width: 55px;
	margin-left: 10px;
	background-color: #e5e5e5;
	border: 1px solid #999;
}
/* Front Page Image
------------------------------ */
.album {
	float: left;
	border: 1px solid #000;
}
/* Gallery Page Thumbnails
------------------------------ */
#images {
	float: left;
}
.thumb-wrapper {
	float: left;
	margin-right: 37px;
	margin-bottom: 40px;
}
.thumb a {
	border: 1px solid #171717;
	float: left;
}
.thumb a:visited {
	border: 1px solid #171717;
}
.thumb a:hover {
	border: 1px solid #7f7f7f;
}
.thumb-desc {
	clear: left;
	text-align: left;
	font-size: .8em;
	color: #ccc;
	padding-top: 5px;
}
/* Gallery Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
	font-weight: normal;
}
ul.pagelist li.current a {
	font-weight: bold;
	color: #50adcb;
	text-decoration: underline;
}
ul.pagelist li.prev {
	margin-right: 10px;
	font-weight: normal;
}
ul.pagelist li.next {
	margin-left: 10px;
	font-weight: normal;
}
.disabledlink {
	color: #585858;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	
}
/* Individual Image
------------------------------ */
#image {
	clear: both;
}
#image img {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}
.image-title {
	width: 620px;
	float: left;
}
.image-title h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.image-title p {
	color: #999;
	font-size: 1em;
	line-height: 1.25em;
	text-transform: none;
	text-align: center;
}
.image-nav {
	float: left;
	width: 620px;
	margin-top: -5px;
	font-size: .9em;
}
.image-prev a {
	float: left;
	color: #999;
}
.image-next a {
	float: right;
}
.clear {
	clear: both;
	height: 50px;
}
/* Paged Thumbs Nav
------------------------------ */
#pagedthumbsnav {
	width: 620px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}

#pagedthumbsimages {
	text-align: center;
	border: 0px solid gray;
}

#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover {
	border: 2px solid orange;
	padding: 1px;
}

#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;
	float: left;
}

#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
	width: 620px;
	border-top: 1px solid #4b4b4b;
	padding-top: 3em;
}
#comments h3 {
	color: #e5e5e5;
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 0 1.5em;
}
#comments label {
	color: #e5e5e5;
	margin-right: 29px;
}
#comments p {
		color: #e5e5e5;
		margin-top: 1em;
}
.error {
	color: #C33;
	background-color: #ffe0e0;
	border: 1px dashed #c33;
	width: 346px;
	margin: 10px 0 15px;
	padding: 7px 0 7px 7px;
	font: italic bold 1em Georgia, "Times New Roman", serif;
}
/* Form
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #3f3f3f;
	color: #e5e5e5;
	margin-bottom: .5em;
}
textarea {
	width: 351px;
	height: 150px;
	color: #e5e5e5;
	background-color: #3f3f3f;
	border: 1px solid #999;
	margin: .5em 0 20px;
}
.pushbutton {
	font-size: .8em;
	line-height: 1em;
	width: 55px;
	background-color: #e5e5e5;
	border: 1px solid #999;
	margin-top: -5px;
}
.clear {
	clear: both;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #ffe0e0;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #C33;
}
.errorbox h2 {
	color: #C33;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
/* News Articles
------------------------------ */
hr {
	border-style: none;
	margin: 0;
	padding: 0;
}
.newsarticle {
	float: left;
	margin-bottom: 5em;
}
.newsarticle h2 {
	font-size: 1.25em;
	line-height: 1.75em;
	border-bottom: 1px solid #4b4b4b;
}
.newsarticledate {
	font-size: .8em;
	color: #7f7f7f;
	margin-bottom: 1.25em;
	margin-top: 1em;
}
.newsarticle p {
	color: #e5e5e5;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: .75em;
}
.newsnav {
	clear: both;
	width: 620px;
	border-top: 1px solid #4b4b4b;
	padding-top: 1em;
	color: #fffeff;
}
.singlenews-prev {
	float: left;
}
.singlenews-next {
	float: right;
}
/* Footer
------------------------------ */
#footer {
	clear: both;
	margin-top: 9px;
	text-align: left;
	color: #666;
	font-size: .75em;
}