/*
Skin Name: Friends of the Shawangunks
Skin URI: http://www.plaintxt.org/themes/sandbox/
Version: 1.0.1
Description: A new minimalist skin for the Sandbox
Author: Scott Allan Wallick
Author URI: http://www.plaintxt.org/
Global Navigation: Y
*/

/* @override 
	http://dev.shawangunks.org/wp-content/themes/sandbox/skins/k2lite.css
	http://dev.shawangunks.org/wp-content/themes/sandbox/skins/fosv1.css
	http://shawangunks.org/wp-content/themes/sandbox/skins/fosv1.css
*/

/* Turn off all Browser defaults thanks to Tantek Celik
-------------------------------- */

@import "undohtml.css";

@import "zenphoto.css";

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

body {
	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;
}

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

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

#header h1 a {
	background: no-repeat url(images/gunk-header-lg.jpg) center -100px;
	width: 800px;
	height: 170px;
	display: block;
	position: absolute;
	text-indent: -1000em;
}

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

/* 1st page gets larger image */

body.id1 #header {
	height: 270px;
}

body.id1 #header h1 a {
	background: no-repeat url(images/gunk-header-lg.jpg) center -46px;
	height: 270px;
}

body.id1 h2.entry-title {
	display: none;
}

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

.access {
	display: none;
}

div#content {
	font-size: 1.5em;
	line-height: 1.4em;
	background-color: #ffffff;
	margin: 60px 62px 55px 138px;
}

div#footer {
	background: #163b57;
	clear: both;
	color: #e3f6fd;
	height: 24px;
}

div#credit {
	color: #ccc;
	font-size: 1.1em;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#credit a {
	color: #ccc;
}

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

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

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

ul#menu 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#menu li.page-item-1 a {
	width: 135px;
}

ul#menu li.current_page_item a {
	font-weight: bold;
	background: url(images/gunk-menu-bg.gif) repeat-x left bottom;
}

ul#menu a:hover, ul#menu li.current_page_item a:hover, #footer li a:hover {
	background: #939733 none;
}



/* 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;
	margin: 1em 0 .7em;
}

h1 {
	font-size: 3em;
	margin: 0;
}

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

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#header h4 {
	display: none;
}

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 */

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

#content p {
	margin-bottom: 1em;
	margin-top: 1em;
}

#content ol, #content  ul {
	margin: 1em 0 1em 1em;
}

div#content li {
	margin-top: .5em;
	margin-bottom: .5em;
}

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

.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;
	margin-top: 1em;
}

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;
}


div#content ul.pdf {
	margin-left: 12px;
}

ul.pdf li {
	list-style-type: none;
	background: url(images/icons/page_white_acrobat.png) no-repeat left 3px;
	padding-left: 24px;
}

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

.edit-link a {
	background: #d4efb8 url(images/icons/pencil.png) no-repeat 4px center;
	padding: 2px 3px 2px 24px;
	text-decoration: none;
	color: #4e9c23;
}

.edit-link a:hover {
	background-color: #4e9c23 ;
	color: #d4efb8;
}

/*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
	
*/