/* @override http://shawangunks.org/style.css */

/* Turn off all Browser defaults thanks to Tantek Celik
-------------------------------- */
@import "undohtml.css";


/* Known Gods
--------------------------------*/

body	{
	/* Start off on the right foot */
	font-size: 62.5%;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #999999 none repeat-x;
}

#page	{
	text-align: left;
	width: 800px;
	display: block;
	background-color: #fff;
	margin: 0 auto 32px;
	padding: 0;
	border-left: 1px solid #917e70;
	border-right: 1px solid #917e70;
	border-bottom: 1px solid #917e70;
}

#header	{
	height: 200px;
	width: 100%;
	bottom center #7384a5;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

#header h1	{
	margin: 0;
	padding: 0;
}

#content	{
	font-size: 1.5em;
	line-height: 1.4em;
	background-color: #ffffff;
	padding-bottom: 12px;
	width: 800px;
}

#content div.space {
	padding: 60px 62px 55px 138px;
}

#footer	{
	background: #163b57;
	clear: both;
	color: #e3f6fd;
	height: 24px;
	border-top: solid #907d70 1px;
}

#footer p	{
	padding: 5px 5px 5px 10px;
}


/* Lesser Gods
--------------------------------*/

.mission div {
	padding-bottom: 72px;
	padding-top: 8px;
}

#header h1 a, #header h4	{
	color: #ffffff;
}

#headerimg	{
	width: 800px;
}

#headerimg h1 a span	{
	background: no-repeat url(images/gunk-header-lg.jpg) center -100px;
	width: 800px;
	height: 200px;
	display: block;
	position: absolute;
}


/* Navifricking-gation
--------------------------------*/

ul#nav	{
	background: #163b57;
	width: 100%;
	border-top: 1px solid #5c4f47;
	border-bottom: 1px solid #917e70;
	position: absolute;
	bottom: 0;
	height: 24px;
	float: left;
	font-size: 1.3em;
}

ul#nav li	{
	float: left;
	margin: 0;
	padding: 0;
}

ul#nav li a, #footer li a	{
	display: block;
	height: 24px;
	line-height: 1.9em;
	color: #ffffff;
	width: 133px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
}

ul#nav li.nav0 a, #footer li.nav0 a	{
	width: 135px;
}

.body1 .nav1, .body2 .nav2, body.zenphoto .nav3, .body4 .nav4, .body5 .nav5	{
	font-weight: bold;
	background: url(images/gunk-menu-bg.gif) repeat-x left bottom;
}

ul#nav a:hover, #footer li a:hover	{
	background: #939733 none;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}


/* Heads
--------------------------------*/

h1, h2, h3, h4, h5, h6, h7, h8, h9	{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #ef7729;
	line-height: 1.2em;
}
h1	{
	font-size: 3em;
	margin-bottom: 1em;
}

h2	{
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

h3	{
	font-size: 1.6em;
	margin: .5px 0 .5em;
}
h4	{
	font-size: 1.2em;
	margin-bottom: 1em;
}

#header h4 {
	display: none;
}

h6	{
	font-weight: normal;
	margin-bottom: 1em;
}

dl.outline {
	background: #fee6d5;
	padding: 15px;
	border: 1px solid #e0d4cd;
	float: left;
}

dl {
	float: left;
	margin-bottom: 2em;
}

dl dt {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 9px;
	color: #ef7729;
}

dl dd {
	margin: 0;
	padding: 0;
}

dl dd img {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}


/* Base Link Colors
--------------------------------*/

a, a:link, a:active, a:visited	{
	color: #b42103;
	text-decoration: underline;
}

a:hover	{
	color: #fff;
	background-color: #b42103;
	text-decoration: none;
}

/* Typography */
#content p	{
	margin-bottom: 1em;

}

hr	{
	border-bottom: 1px solid #c2b6ae;
	border-right-style: none;
	border-left-style: none;
	border-top: none;
}

#content ol, #content  ul {
	margin-bottom: 1em;
	margin-left: 32px;
}

#content ol {
	margin-bottom: 1em;
	list-style: decimal;
}

#content ul {
	margin-bottom: 1em;
	list-style: disc;
}

.description	{
	text-align: center;
}
img.photo	{
	color: white;
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
acronym, abbr, span.caps	{
	font-size: 0.9em;
	letter-spacing: .07em;
}
.left	{
	display: block;
	float: left;
	margin: 0 12px 4px 0;
}
.right	{
	display: block;
	float: right;
	margin: 0 0 4px 12px;
}
.center	{
	text-align: center;
}
blockquote	{
	
	
	xmargin: 0 0 0 45px;
	background: url(images/gunk-content-quotes.gif) no-repeat;
	padding-left: 2.2em;
	margin-left: 2em;
	margin-bottom: 1em;
	color: #153b56;
}
blockquote cite	{
	margin: 5px 0 0;
	display: block;
}

/* Image Control
--------------------------------*/


/* Image Replacements
--------------------------------*/

p img	{
	padding: 0;
	max-width: 100%;
}

a:hover .photo, .flickrimg img:hover	{
	background: #b7dff1;
	border-color: #0381b7;
}

img.centered	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

hr	{
	display: none;
}

a img	{
	border: none;
}

.nav	{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.xml	{
	background: #FF6633;
	color: #FFFFFF;
	letter-spacing: .1em;
	padding-left: 3px;
	border-top: 1px solid #FFC8A4;
	border-left: 1px solid #FFC8A4;
	border-bottom: 1px solid #793100;
	border-right: 1px solid #793100;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 3px;
	text-shadow: 2px 2px #793100;
}

.update, .note, .source	{
	background: #e9f6f6 url(images/update.png) no-repeat 12px 4px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 14px 12px 9px;
	display: block;
}

p.note	{
	background: #faf8df url(images/note.png) no-repeat 12px 4px;
}

p.source	{
	background: #f4f4f4 url(images/source.png) no-repeat 12px 4px;
}

.byline {
	color: #808080;
	font-size: smaller;
}

body.body2 div#content ul {
	margin: 0 0 12px 16px;
	padding: 0;
	list-style-type: none;
}

/*body.body2 div#content ul ul li {
	margin: 0 0 0 -16px;
}*/

div#content ul ul li {
	margin: 0;
	padding: 0;
}

/* photos */

/*

	Zen Photo Default 1.0
	
*/

/* @group My Group */

/* Basics
------------------------------ */

body.zenphoto {
}

#credit {
	font-size: 0.9em;
	color: #96967E;
}
#credit a {
	color: #96967E;
}
#credit a:hover {
	color: #fff;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}


/* Text Styles
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */

div#albums {
}
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 0;
	margin: -2px 0 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	margin-bottom: 16px;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow p {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

/* @end */