/*
	Zenpage Default theme
*/ /* Basics
------------------------------ */
html { /* Moz */
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial,
		sans-serif;
	color: #222;
}

a {
	outline: none;
}


img {max-width: 100%; max-height: auto;}  /*fluid images for responsive web design*/

#image {max-width: 100%;max-height: auto; }  /*and the image container*/

input, textarea {
	border: 1px solid #E7F0F5;
	background-color: #f1f1f1;
}
h1, h2, h3, h4 {
font-family: Times, "Times New Roman", Georgia, serif;
}

/* Main Layout
------------------------------ */
body {
	background-color: black; /* #DBDBDB;*/
	font-size: 62.5%;
}

#main {
	padding-top: 0;
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 127px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#header h1 {
	position: relative;
	top: 55px;
	left: 40px;
	text-align: left;
	font-size: 2.4em;
	color: black;
	/* color: #82996F; */
	font-weight: normal;
	letter-spacing: 0.1em;
}

#breadcrumb {
	width: 904px;
	height: 1.5em;
	/* background-color: gray; */
	margin-left: 5px;
	font-size: 1.3em;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 0;
	padding-left: 37px;
	border-bottom: 1px solid darkgray;
	border-top: 1px solid darkgray;
	color: white;
	background-image:url(images/breadcrumb-back.jpg);
}

#breadcrumb h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	float: left;
	width: 590px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial,
		sans-serif;
}

#breadcrumb a {
	text-align: right;
	color: #D1E079;
	border-bottom: 0px dashed white;
}

#breadcrumb a:hover {
	color: white;
}

#content {
	width: 950px;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}

#content-error {
	width: 890px;
	padding: 45px 25px 45px 25px;
	background-color: white;
	font-size: 14px;
	margin-left: 5px;
}

#content-left {
	width: 590px;
	height: 100%;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 0.8em;
	padding-left: 3.6em;
	padding-right: 0em;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content-left h3, #content-left h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	font-weight: normal;
	color: black;
}

/* "Show more results" link for search */
#content-left h3 small {
	font-size: 1em;
	font-weight: normal;
	}


#content-left h4 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.2em;
}
	


#content-left p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	clear: both;
}

#content-left p.zenpageexcerpt {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0px;
	clear: both;
}

#content-left ul.searchresults li {
	margin-bottom: 8px;
}

#sidebar {
	width: 280px;
	height: 100%;
	float: right;
	background-color: transparent;
	margin-right: 4px;
	border-top: 0px dashed red;
}

.menu {
	margin-top: 0em;
	font-size: 1.3em;
	padding: 1em 0 0.8em 1em;
	border-bottom: 1px dashed darkgray;
	height: 100%;
}

.menu h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	color: black;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
	margin-left: 1.6em;
	border: 0px solid gray;
	font-style: italic;
	background-image: none;
}

.menu ul {
	list-style: none;
	padding-left: 1.8em;
	padding-right: 1em;
	margin-top: 0.2em;
	font-size: 13px;
}

.menu ul li {
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

.menu ul li.menu_menulabel {
	padding-left: 0px;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	color: black;
	margin-bottom: 0.5em;
	margin-top: 0.9em;
	margin-left: 0em;
	border: 0px solid gray;
	font-style: italic;
	background-image: none;
}

.submenu {
	list-style: none;
	margin-left: -25px;
	padding: 0px;
}

.menu ul li.menu_menulabel ul.submenu li {
		font-size: 13px;
	letter-spacing: 0;
		font-style: normal;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial,
		sans-serif;
}

#footer {
	width: 950px;
	height: 35px;
	padding-top: 6px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	font-size: 1em;  
}

.menu-active-1 .submenu li.menu_image {
	display: none;
	}

.menu li a.menu-active,
.menu li.menu-active-1 a {
	color:  #002E5B;
}

/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
	color: #82996F;
	border-bottom: 0px dashed;
}

a:visited {
	text-decoration: none;
	color: #82996F;
	border-bottom: 0px dashed;
}

a:active {
	text-decoration: none;
	color: #002E5B;
	border-bottom: 0px dashed;
}

a:hover {
	text-decoration: none;
	color: #002E5B;
	border-bottom: 0px dashed;
}

/* Miscellaneous
------------------------------ */
img {
	border: 0;
}

blockquote {
	border-left: 1px dashed #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
	text-align: right;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	top: 2em;
	right: 0px;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 10px 0 10px 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: #82996F;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

ul.pagelist li.next {
	margin-left: 10px;
}

.disabledlink {
	color: #ddd;
	cursor: default;
}

.pagenav {
	clear: both;
}

.disabled_nav {
	visibility: hidden;
}

/* AJAX
------------------------------ */
#albumDescEditable,#albumTagsEditable {
	margin-bottom: 12px;
}

#imageDescEditable,#albumTagsEditable {
	margin-top: 24px;
}

#imageDesc {
	margin-bottom: 4px;
}

#exif_link {
	float: left;
}
#exif_link a {
	background-color:#f1f1f1;
	text-align:center;
	padding:8px;
	margin-left: 5px;
}


/* Tags
------------------------------ */
.taglist {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 0px;
	float: left;
	padding-right: 0px;
	color: #999999;
	display: inline;
	list-style-type: none;
}

.tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
	float: left; 
}

/* Image Thumbnails
------------------------------ */
#images {
	float: left;
	width: 590px;
	border: 0px solid gray;
}

.imagethumb a,.imagethumb a:hover {
	display: block;
	padding: 5px;
	margin: 0px 6px 6px 0px;
	line-height: 0px;
	border: 1px solid #e6e6e6;
	background-color: #FBFBF8;
}

.imagethumb a:visited {
	background-color: #fcfcfc;
	border: 1px solid #f8f8f8;
}

.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}

.imagethumb {
	float: left;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	width: 590px;
	border: 0px solid gray;
	font-size: 10px;
}

.album {
	margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 265px;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
	line-height: 100%;
	height: 95px;
}

.album a img {

}

.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;

}

#albums h3 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.albumdesc {
	height: 90px;
	width: 160px;
	float: left;
}

.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}

.albumdesc small {
	color: gray;
}

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	margin: 0 auto;
	line-height: 0;
	width: 580px;
	font-size: 0.7em;
}

#image div {
	line-height: 1.6em;
	text-align: left;
	font-size: 1.6em;
	}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

.imgnav {
	float: none;
	position: relative;
	width: 280px;
	padding-top: 50px;
	text-align: center;
	border: 0px solid #D5E6EE;
	background: transparent;
	margin: 0 auto;
	font-size: 1.4em; 
}

.imgnav .imgprevious a {
	display: block;
	width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(images/jcarousel_prev.png) no-repeat 0 0;
	position: relative;
	top: -40px;
	left: 100px;
	padding: 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #82996F;
	text-indent: -3000px;
}

.imgnav .imgprevious a:hover {
	text-decoration: none;
	color: #002E5B;
	background-position: -32px 0;
}

.imgnav .imgprevious a:active {
	text-decoration: none;
	color: #002E5B;
	background-position: -64px 0;
}

.imgnav .imgnext a {
	display: block;
	width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(images/jcarousel_next.png) no-repeat 0 0;
	position: relative;
	top: -40px;
	right: 100px;
	padding: 0px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #82996F;
	text-indent: -3000px;
}

.imgnav .imgnext a:hover {
	text-decoration: none;
	color: #002E5B;
	background-position: -32px 0;
}

.imgnav .imgnext a:active {
	text-decoration: none;
	color: #002E5B;
	 background-position: -64px 0;
}


.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgnext a {
	float: right;
}

#narrow {
	width: 580px;
	margin-top: 5px;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}

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

#pagedthumbsimages img,
.jcarousel-list li img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover,
.jcarousel-list li 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: 560px;
	margin-top: 10px;
	padding: 0;
	border-top: 1px dashed darkgray;
	
}

#comments h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
	color: black;
}

.error {
	color: #C33;
	font-weight: bold;
}

.comment {
	padding: 0px 8px 12px 8px;
	border: 1px solid #E7F0F5;
	background: #F8F9F2;
	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;
	border: 1px solid #e5e5e5;
	background-color: #f1f1f1; 
}

textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/ 200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #e5e5e5;
	background-color: #f1f1f1; 
}

.checkbox {
	cursor: pointer;
}

.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	background-color: #f1f1f1; 
}

label {
	cursor: pointer;
}

label:hover {
	color: #000;
}

#map {
	margin-left: 0;
}

#rating {
	margin-top: 10px;
}

/* Admin Toolbox
------------------------------ */
#admin,#admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: 1.3em;
}

#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}

#admin h3 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}

#admin h3:hover {
	color: #036;
}

/* Search Box
------------------------------ */
#search {
	float: right;
	margin-top: 15px;
	margin-right: 70px;
	text-align: center;
	background: transparent;
	z-index: 1000;
	position: relative;
	border: 0px solid darkgray;
	background: transparent;
}

#search input.pushbutton {
	padding: 4px;
	font-size: 80%;
	border: 1px solid darkgray;
	background-color: #f1f1f1; 
}

#search ul {
	position: absolute;
	text-align: left;
	width: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: white;
}

#search ul .item {
	display: none;
	background-color: white;
}

#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 0px;
	background: #fff
}

#search li {
	width: 150px;
	background-color: white;
}

#searchfields_icon {
	position: relative;
	top: 4px;
}

.clear {
	clear: both;
	height: 10px;
}

/* Archive View
---------------------------- */
#archive {
	width: 580px;
	text-align: left;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive li {
	display: inline;
	margin-right: 5px;
}

ul.archive .year {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
  margin-left: -30px;
  margin-right: 0px;
}

ul.archive .month {
	font-size: 1em;
	list-style: none;
	border-top: 0px solid #E6E6DF;
	padding-top: 5px;
	margin-left: -30px;
	font-weight: normal;
	margin-bottom: 15px;
}



ul.archive .archive-active a {
	color: black;
}

#archive h3 {
	background-color: transparent;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding: 10px 0;
	margin: 20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	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: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* News Articles
------------------------------ */
hr {
	border: 0;
	border-top: 1px dashed gray;
}

.newsarticle {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed darkgray;
}

.newsarticlecredit {
	margin-top: 0px;
	margin-bottom: 10px;
}

.newsarticlecredit-left {
	float: left;
	margin-right: 0.3em;
}

.newscategories {
	margin: 0;
	padding: 0;
	display: inline;
}

.newscategories li {
	display: inline;
	list-style: none;
}

.singlenews_prev {
	float: left;
}

.singlenews_next {
	float: right;
}

.langselector {
	height: 25px;
}

.langselector p {
	float: left;
}

.newstype {
	font-size: 0.8em;
}

.langselector {
	margin-top: 0em;
	font-size: 1.3em;
	padding: 2em 0em 0.8em 3em;
	border-bottom: 0px dashed darkgray;
	height: 100%;
}

#dynamic-locale {
	width: 195px;
}
/* zenphoto/zenpage link
---------------------------*/
#zen-part {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
}

#photo-part {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#IE-clear-part {
	font-size: 12px;
	font-weight: normal;
}

/* login form */
table.password td.userlabel{
	text-align:left;
}
table.password td.userinput{
	text-align:left;
}

table.password td.userinput input, td.passwordinput input {
	width: 15em;
}

/* login form */
table.password td.passwordlabel{
	text-align:left;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:left;
}

table.password td.hint{
	text-align:left;
}
.captchainputbox {
	width: 6.6em;
	padding: 2px;
}


/* Pretty Buttons
------------------------------------- */
.buttons a,.buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	background-image: url(images/admin-buttonback.jpg);
	background-repeat: repeat-x;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
	text-decoration: none;
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
	text-decoration: none;
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

.buttons button img,.buttons a img {
	text-decoration: none;
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* standard buttons */
button:hover,.buttons a:hover {
	text-decoration: none;
	background-color: #dff4ff;
	border: 1px solid #CBCBCB;
	color: #FF8A00;
}

.buttons a:active {
	text-decoration: none;
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* positive buttons */
button.positive,.buttons a.positive {
	text-decoration: none;
	color: #529214;
}

.buttons a.positive:hover,button.positive:hover {
	text-decoration: none;
	background-color: #E6EFC2;
	border: 1px solid #f5f5f4;
	color: #529214;
}

.buttons a.positive:active {
	text-decoration: none;
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* negative buttons */
.buttons a.negative,button.negative {
	text-decoration: none;
	color: #d12f19;
}

.buttons a.negative:hover,button.negative:hover {
	text-decoration: none;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	text-decoration: none;
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}



/* slideshowlink */ 

#slideshowlink {
display:block;
margin-bottom: 15px;
float: left;
}

#slideshowlink a {
background-color:#f1f1f1;
width:100px; 
text-align:center;
padding:8px;
}
/*bold links for news items*/

#news a {font-weight: bold;}

/*preformatted text in news items*/

pre {font-size: 120%;}

/*Hide the buttons for mobile menu display*/
button.section_heading.show, button.section_heading.hide {
display: none;
}
.content_block {
display: block;
}


@media only print { 
#news #main {	padding-top: 0;	width: 90%;	margin: 0 auto; font-size: 80%}
#news #header {width: 100%;	height: 127px;	margin: 0;	padding: 0;}
#news #header h1 {position: relative;	top: 55px;	left: 40px;	font-size: 2.4em;}
#news #breadcrumb {width: 100%;	height: 1.5em;	margin-left: 5px;	padding: 7px 0 4px 37px; border-bottom: 1px solid darkgray; border-top: 1px solid darkgray;}
#news #breadcrumb h2 {width: 100%;}
#news #content {width: 100%;}
#news #content-left {	width: 100%;height: 100%; float: left;	margin-top: 2em; margin-bottom: 2em; padding: 0;}
#news #sidebar {display: none;}
#news #footer {width: 100%;height: 35px;	padding-top: 6px;}

div.noprint {display: none; }

}

/* Default Layout: 992px.  
Gutters: 24px. Outer margins: 48px. Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
body { 
width: 896px; 
padding: 72px 48px 84px; 
-webkit-text-size-adjust: 100%; */
/* Stops Mobile Safari from auto-adjusting font-sizes */


/* Main Layout involving width, defined above
------------------------------ 

#main {	padding-top: 0;	width: 896px;	margin: 0 auto;}
#header {width: 896px;	height: 127px;	margin: 0;	padding: 0;}
#header h1 {position: relative;	top: 55px;	left: 40px;	font-size: 2.4em;}
#breadcrumb {width: 854px;	height: 1.5em;	margin-left: 5px;	padding: 7px 0 4px 37px; border-bottom: 1px solid darkgray; border-top: 1px solid darkgray;}
#breadcrumb h2 {width: 590px;}
#content {width: 896px;}
#content-error {width: 896px;	padding: 45px 25px 45px 25px;	margin-left: 5px;}
#content-left {	width: 570px;height: 100%; float: left;	margin-top: 2em; margin-bottom: 2em; padding-top: 0.8em; padding-left: 3.6em; padding-right: 0em;}
#sidebar {width: 260px;	height: 100%; float: right;	margin-right: 4px;}
#footer {width: 896px;height: 35px;	padding-top: 6px;}*/



/* Tablet Layout: 768px. 
Gutters: 24px. Outer margins: 28px. 
Inherits styles from: Default Layout.
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {  
body { width: 748px; padding: 12px 0; } 
#main {	padding-top: 0;	width: 748px;	margin: 0 auto;}
#header {width: 748px;	height: 80px;	margin: 0;	padding: 0; background-image: none; background-color: #d5dbaf;}
#header h1 { position:relative; left: 0; top: 0; padding-top: 20px;   width: 100%; text-align: center;	font-size: 220%;}
#search {display: none;}
#slideshowlink {display: none;}
#breadcrumb {width: 738px;	height: 2.2em;	margin: 0;	padding: 7px 0 4px 10px; border-bottom: 1px solid darkgray; border-top: 1px solid darkgray;}
#breadcrumb h2 {width: 700px;}
#content {width: 748px; background-image: none; background-color: #FFF;}
#content-error {width: 748px;	padding: 45px 25px 45px 25px;	margin-left: 5px;}
#content-left {	width: 490px; height: 100%; float: left;	margin: 2em 0; padding: 5px;}
#sidebar {width: 230px;	height: 100%; float: left;	margin-right: 4px;}
#footer {width: 748px;height: 35px;	padding-top: 6px; background-image: none; background-color: #d5dbaf;}
#albums {float: none; 	width: 490px; padding-left: 10px;}
#content-left .album {margin: 0;padding: 10px 0;float: left;width: 240px;	}
#content-left .album .thumb {		float: left;	margin-right: 6px;}
#content-left .albumdesc {height: 90px;	width: 240px;	float: none;}
#content-left .albumdesc p {clear: none; float:none;}
#images {width: 490px;}

}

/* Mobile Layout: 320px. 
Gutters: 24px. Outer margins: 34px. 
Inherits styles from: Default Layout.
---------------------------------------------*/
@media only screen and (max-width: 767px) {  
body { width: 320px; padding: 12px 0; } 
#main {	padding-top: 0;	width: 320px;	margin: 0 auto;}
#header {width: 320px;	height: 80px;	margin: 0;	padding: 0; background-image: none; background-color: #d5dbaf;}
#header h1 { position:relative; left: 0; top: 0; padding-top: 20px;   width: 100%; text-align: center;	font-size: 180%;}
#header h1 {
    text-shadow: 0px 1px 1px #fff;

}
#slideshowlink {display: none;}
#comments {display: none;}   
#search {display: none;}
#breadcrumb {width: 310px;	height: 2.2em;	margin: 0;	padding: 7px 0 4px 10px; border-bottom: 1px solid darkgray; border-top: 1px solid darkgray;}
#breadcrumb h2 {width: 300px;}
#content {width: 320px; background-image: none; background-color: #FFF;}
#content-error {width: 320px;	padding: 45px 0;	margin-left: 5px;}
#content-left {	width: 310px; height: 100%; float: left;	margin: 2em 0; padding: 5px;}
#sidebar {width: 320px;	height: 100%; float: none;	margin-right: 4px; clear:both;}
#footer {width: 320px;height: 35px;	padding-top: 6px; background-image: none; background-color: #d5dbaf;}
#albums {float: none; 	width: 300px; padding-left: 10px;}
#content-left .album {margin: 0;padding: 10px 0;float: none;width: 300px;	}
#content-left .album .thumb {		float: left;	margin-right: 6px;}
#content-left .albumdesc {height: 90px;	width: 300px;	float: none;}
#content-left .albumdesc p {clear: none; float:none;}
#images {width: 320px;}
#imagebody #image img { width: 100%; height: auto; } 

div.menu ul {padding: 0;}
div.menu ul li {width: 100%; background-image:none; padding: 0; margin: 2px 0;}
div.menu ul li a {width: 80%; display: block; background-color: #cccccc; padding: 10px 0 10px 20px; }
div.menu ul li a:hover {background-color: #eeeeee; }

div.menu ul.submenu {margin-left: 20px;}

/*put rounded corners on each menu section*/
div.menu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
div.menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/*Set the buttons for menu display*/
button.section_heading.show {
display: inline;
}
.content_block, .section_anchors, button.section_heading.hide {
display: none;
}

#albumbody #sidebar, #imagebody #sidebar{ display: none;}
#albumbody #content-left, #imagebody #content-left {	width: 310px; }
#albumbody #images, #imagebody #image { width: 310px; }
#albumbody #albums, #imagebody #albums { width: 310px;}

#imagebody #image img { width: 100%; height: auto; } 
#imagebody #narrow { width: 310px;  }  /*captions*/
}





/* Wide Mobile Layout: 480px. 
Gutters: 24px. Outer margins: 22px. 
Inherits styles from: Default Layout, Mobile Layout. 
---------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {  
body { width: 480px;  } 
#main {	width: 480px;	}
#header {width: 480px;	}
#header h1 { font-size: 200%;}
#breadcrumb {width: 470px;	padding: 7px 0 4px 10px;}
#breadcrumb h2 {width: 450px;}
#content {width: 480px; }
#content-error {width: 480px;}
#images {width: 480px;}
#sidebar {width: 480px;	float: none;}
#footer {width: 480px;}
}


