/*
Theme Name: Luggage Store Gallery
Theme URI: http://luggagestoregallery.org/
Description: Luggage Store Gallery Theme
Author: Tree-Axis
Version: 1.0
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: Georgia, "Bitstream Charter", serif;
}

.page-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

:active { outline: none; }
:focus { outline: none; }

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 19px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 19px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 19px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* =Structure
-------------------------------------------------------------- */

body {
	background: black;

	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper {
	width: 964px;
	margin: 0 auto;
}

#wrapper {
	position: relative;
}

#header {
	padding-top: 10px;

	background: url('images/general/content.png') repeat-y;
}

#header .block-wrapper {
	/* clear */
	overflow: auto;
	width: 100%
}

#branding {
	position: absolute;

	width: 284px;
	height: 137px;

	left: -18px;
	
	background: url('images/general/logo.png') no-repeat;
	
	z-index: 100;
}

#branding a {
	display: block;
	
	width: 100%;
	height: 100%;
	
	text-indent: -9999px;
	overflow: hidden;
}

/* search */

#header .search {
	float: right;

	height: 50px;
	
	padding-right: 48px;
	
}

#searchform div label {
	display: none;
}

#s, #mailing-list input[type=text] {
	height: 18px;
	vertical-align: bottom;
}

#searchsubmit, #mailing-list .submit {
	position: relative;
	top: 0px;

	width: 36px;
  	height: 24px;
	
	background: url('images/general/search-go-btn.png') no-repeat;
	
	margin: 0;
  	border: 0;
  	
  	text-indent: -9999px;
  	overflow: hidden;
  	
  	cursor: pointer;
  	 vertical-align: bottom;
}

/* navigation */

#header .navigation {
	height: 29px;
}

#header .navigation .tab {
	float: left; 
	
	width: 130px;
	height: 100%;
	
	background: url('images/general/nav-tab.png') no-repeat;	

	text-align: center;
}

/* use c-... because our first 3 tabs all have body class category-gallery-archives */

body.c-news-events #header .navigation .tab.news-events,
body.c-exhibitions #header .navigation .tab.exhibitions,
body.c-gallery-archives #header .navigation .tab.gallery-archives,
body.page-id-23 #header .navigation .tab.shop,
body.page-id-24 #header .navigation .tab.about-us,
body.page-id-25 #header .navigation .tab.about-us,
body.page-id-26 #header .navigation .tab.about-us,
body.page-id-27 #header .navigation .tab.about-us,
body.page-id-28 #header .navigation .tab.about-us,
body.page-id-29 #header .navigation .tab.about-us {
	background: url('images/general/nav-tab-hilighted.png') no-repeat;	
}

#header .navigation .tab:first-child {
	margin-left: 278px;
}

#header .navigation .tab a {
	display: block;
	
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 13px;
	line-height: 15px;

	color: #333;

	width: 123px;
	
	padding-top: 8px;
}

#header .navigation .tab a:link,
#header .navigation .tab a:visited {
	color: #333;
	text-decoration: none;
}

#header .navigation .tab a:active,
#header .navigation .tab a:hover {
	color: #333;
	text-decoration: underline;
}

#nav-below {
	margin-top: 10px;
	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#nav-below .nav-previous {
	float: left;
}

#nav-below .nav-next {
	float: right;
}

#nav-below a:link,
#nav-below a:visited {
	color: #f79921;
	text-decoration: none;
}

#nav-below a:active,
#nav-below a:hover {
	color: #f79921;
	text-decoration: underline;
}

/* inset */

#main {
	background: url('images/general/content.png') repeat-y;
}

#main-header {
	width: 909px;
	height: 10px;
	
	background: url('images/general/content-inset-top.png') repeat-y;	
	margin-left: 25px;
}

#main-content {
	width: 909px;
	
	background: url('images/general/content-inset.png') repeat-y;	
	margin-left: 25px;
}

#main-footer {
	width: 909px;
	height: 21px;
	
	background: url('images/general/content-inset-bottom.png') repeat-y;	
	margin-left: 25px;
}

/* home hero */

body.home #hero,
body.page-id-221 #hero,
body.page-id-222 #hero {
	position: relative;
	min-height: 330px;
}


body.home #hero-tabs,
body.page-id-221 #hero-tabs,
body.page-id-222 #hero-tabs {
	position: absolute;
	
	width: 100%;
	height: 330px;
	
	background: url('images/home/hero-tabs-bgd.png') no-repeat;
	
	margin: 2px 0 0 18px;
}

body.home #hero-tabs .hero-tab,
body.page-id-221 #hero .hero-tab,
body.page-id-222 #hero .hero-tab {
	position: relative; 
	
	width: 229px;
	height: 120px;
	
	left: -30px;

	background: url('images/home/hero-tab-bgd.png') no-repeat;	
	
	padding: 10px 0 0 11px;
	
	text-align: center;
}

body.page-id-221 #hero .hero-tab.tnf {
	background: url('images/home/hero-tab-bgd-hilighted.png') no-repeat;	
}

body.page-id-222 #hero .hero-tab.lsa {
	background: url('images/home/hero-tab-bgd-hilighted.png') no-repeat;	
}

body.home #hero-tabs .hero-tab:first-child,
body.page-id-221 #hero .hero-tab:first-child,
body.page-id-222 #hero .hero-tab:first-child {
	margin-top: 54px;
}

body.home #hero-tabs .hero-tab a.content,
body.page-id-221 #hero-tabs .hero-tab a.content,
body.page-id-222 #hero-tabs .hero-tab a.content {
	display: block;
	
	width: 196px;
	height: 16px/*86px*/;
	
	padding-top: 90px;
	
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 12px;
	line-height: 16px;

	color: #333;
}

body.home #hero-tabs .hero-tab a.content:link,
body.home #hero-tabs .hero-tab a.content:visited,
body.page-id-221 #hero-tabs .hero-tab a.content:link,
body.page-id-221 #hero-tabs .hero-tab a.content:visited,
body.page-id-222 #hero-tabs .hero-tab a.content:link,
body.page-id-222 #hero-tabs .hero-tab a.content:visited {
	color: #333;
	text-decoration: none;
}

body.home #hero-tabs .hero-tab a.content:active,
body.home #hero-tabs .hero-tab a.content:hover,
body.page-id-221 #hero-tabs .hero-tab a.content:active,
body.page-id-221 #hero-tabs .hero-tab a.content:hover,
body.page-id-222 #hero-tabs .hero-tab a.content:active,
body.page-id-222 #hero-tabs .hero-tab a.content:hover {
	color: #333;
	text-decoration: underline;
}

body.home #hero-tabs .hero-tab.tnf .content,
body.page-id-221 #hero-tabs .hero-tab.tnf .content,
body.page-id-222 #hero-tabs .hero-tab.tnf .content {
	background: url('images/home/tnf.jpg') no-repeat;
}

body.home #hero-tabs .hero-tab.lsa .content,
body.page-id-221 #hero-tabs .hero-tab.lsa .content,
body.page-id-222 #hero-tabs .hero-tab.lsa .content {
	background: url('images/home/lsa.jpg') no-repeat;
}

body.home #hero-image-wrapper,
body.page-id-221 #hero-image-wrapper,
body.page-id-222 #hero-image-wrapper {
	position: absolute;
	
	width: 710px;
	height: 336px;
	
	left: 182px;
	
	background: url('images/home/hero-bgd.png') no-repeat;
	
	padding: 14px 0 0 71px;
}

#tnf-lsa-side-tabs {
	position: absolute;

	width: 48px;
	height: 544px;
	
	left: -18px;
	
	background: url('images/general/tnf-lsa-side-tabs.png') no-repeat;
}

#tnf-lsa-side-tabs a.tnf {
	display: block;

	position: relative;
	
	width: 37px;
	height: 132px;
	
	top: 68px;
	left: 2px;

  	text-indent: -9999px;
  	overflow: hidden;
}

#tnf-lsa-side-tabs a.lsa {
	display: block;
	
	position: relative;
	
	width: 37px;
	height: 132px;

	top: 86px;
	left: 2px;
	
	text-indent: -9999px;
  	overflow: hidden;
}

/* footer */

#footer {
	height: 50px;
	
	background: url('images/general/content-bottom.png') no-repeat;

	padding: 10px 0 0 36px;
	margin-bottom: 20px;

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#footer a:link,
#footer a:visited {
	color: #f79921;
	text-decoration: none;
}

#footer a:active,
#footer a:hover {
	color: #f79921;
	text-decoration: underline;
}

/* container */
#container-wrapper {
	/* clear */
	overflow: auto;
	width: 100%
}

#container {
	float: right;
	
	margin: 0 36px 24px 0;

	min-height: 560px;
}

/* sidebar */

#sidebar {
	float: left;
	
	width: 230px;
	
	margin-top: 55px;
	margin-left: 20px;
}

body.home #sidebar,
body.page-id-221 #sidebar,
body.page-id-222 #sidebar {
	margin-top: 10px;
}

.sidebar-block {
	width: 230px;
	
	margin: 0 0 10px 0;
}

.sidebar-block .header {
	width: 100%;
	height: 16px;

	background: url('images/home/left-sidebar-top.png') no-repeat;
}

.sidebar-block .content {
	width: 206px;

	background: url('images/home/left-sidebar-middle.png') repeat-y;

	padding: 0 12px;
}

.sidebar-block .footer {
	width: 100%;
	height: 13px;

	background: url('images/home/left-sidebar-bottom.png') no-repeat;
}

.sidebar-block .content .sub {
	width: 199px;
	
	padding: 6px 0;
	border-top: 1px solid #d7e0bc;
}

.sidebar-block .content div:first-child {
	border: none;
}

/* mailing list/paypal */

#mailing-list, #paypal {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 13px;
	line-height: 15px;

	color: #333;	
}

#mailing-list form {
	padding: 5px 0;
}

#paypal {
	height: 60px;
	padding-top: 12px; 
	
/*	background: url('images/home/paypal.jpg') no-repeat 0 26px; */
}

/*
#paypal a {
	display: block;
	
	width: 76px;
	height: 24px;
	
	background: url('images/home/paypal-donate-btn.png') no-repeat;

	margin-top: 42px;
	
	text-indent: -9999px;
	overflow: hidden;
}
*/

/* map */
	
.sidebar-block .content .map {
	width: 199px;

	background: url('images/home/map.jpg') no-repeat 0 1px;
	
	padding-top: 96px;
}

.sidebar-block .content .map .address {
	background: url('images/home/map-bug.png') no-repeat 3px 5px;	
}

.sidebar-block .content .map .address div {
	width: 180px;
	margin-left: 20px;

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	line-height: 14px;

	color: #333;	
}

.sidebar-block .content .map .address a, 
.sidebar-block .content .map .address a:link, 
.sidebar-block .content .map .address a:active, 
.sidebar-block .content .map .address a:visited {
	text-decoration: none;

	color: #f79921;
}

/* filters */

#filters {
	width: 215px;
}

#filters .header {
	height: 6px;
	
	background: url('images/general/filter-top.png') no-repeat;	
}

#filters .content {
	width: 191px;

	background-color: #d7e0bc;
	
	padding: 0 12px;

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;

	color: #333;	
}

#filters select {
	width: 191px;
	
	margin: 2px 0;
}

#filters select:first-child {
	margin-top: 12px;
}

#filters input {
	color: black;

	margin: 8px 0 2px 0;
}

#filters .footer {
	height: 6px;
	
	background: url('images/general/filter-bottom.png') no-repeat;
}
	
/* entries */

body.home .post,
body.category .post,
body.search .post {
	width: 610px;
	
	padding: 12px 0 8px 0;
	border-bottom: 1px solid #ccc;
}

body.single .post {
	width: 610px;
}

body.home .post .entry-title,
body.category .post .entry-title, 
body.search .post .entry-title {
	/* clear */
	overflow: auto;
	width: 100%;
	height: 22px;
	
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

body.single .post .entry-title {
	margin-bottom: 3px;
}

body.home .post .entry-title,
body.category .post .entry-title,
body.single .post .entry-title,
body.search .post .entry-title {
	display: block;
	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 18px;
}

body.single .post h1.entry-title {
	color: #333;
}

body.home .post .entry-title a,
body.category .post .entry-title a,
body.search .post .entry-title a {
	display: block;
	
	float: left;
}

body.home .post .entry-title .category,
body.category .post .entry-title .category,
body.search .post .entry-title .category {
	display: block;
	
	float: right;

	width: 81px;
	
	padding-top: 10px;
	
	text-align: center;

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	line-height: 11px;
	
	text-transform: uppercase;
}

body.home .post .entry-title a:link,
body.home .post .entry-title a:visited,
body.category .post .entry-title a:link,
body.category .post .entry-title a:visited,
body.search .post .entry-title a:link,
body.search .post .entry-title a:visited {
	color: #333;
	text-decoration: none;
}

body.home .post .entry-title a:active,
body.home .post .entry-title a:hover,
body.category .post .entry-title a:active, 
body.category .post .entry-title a:hover,
body.search .post .entry-title a:active, 
body.search .post .entry-title a:hover {
	color: #333;
	text-decoration: none;
}

body.home .post.category-events .entry-title,
body.category .post.category-events .entry-title,
body.search .post.category-events .entry-title, 
body.home .post.category-music-events .entry-title,
body.category .post.category-music-events .entry-title,
body.search .post.category-music-events .entry-title {
	background: url('images/general/purple-tab.png') no-repeat right bottom;
}

body.home .post.category-exhibitions .entry-title,
body.category .post.category-exhibitions .entry-title,
body.search .post.category-exhibitions .entry-title {
	background: url('images/general/blue-tab.png') no-repeat right bottom;
}

body.home .post.category-news .entry-title,
body.category .post.category-news .entry-title,
body.search .post.category-news .entry-title {
	background: url('images/general/yellow-tab.png') no-repeat right bottom;
}

.post .entry-wrapper {
	/* clear */
	overflow: auto;
	width: 100%;
}

.post .entry-thumbnail {
	float: left;

	width: 204px;
}

.post .entry-fields-content-wrapper {
	float: left;
	
	/*
	just text: 610px
	thumb + text: 406px
	thumb + text + calendar: 324px
	text + calendar: 528px
	*/
	
	width: 330px;
}

.post .entry-calendar {
	float: right;
	
	width: 67px;
	height: 65px;
	
	background: url('images/general/event-calendar.png') no-repeat;
	
	margin-right: 6px;


	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	
	text-align: center;
	text-transform: uppercase;

	color: white;
}

.post .entry-calendar .title {
	display: block;
	
	font-size: 10px;
	line-height: 12px;

	margin: 5px 2px 0 0;
}

.post .entry-calendar .date {
	display: block;

	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	
	margin: 4px 2px 0 0;
}

.post .entry-calendar .month {
	display: block;

	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	
	margin-right: 2px;
}

.post .entry-summary,
.post .entry-summary a,
.post .entry-summary a:link,
.post .entry-summary a:visited,
.post .entry-summary a:active,
.post .entry-summary a:hover,

.post .entry-content,
.post .entry-content a,
.post .entry-content a:link,
.post .entry-content a:visited,
.post .entry-content a:active,
.post .entry-content a:hover,

/*.post .entry-utility*/ .edit-link,
/*.post .entry-utility*/ .edit-link a, 
/*.post .entry-utility*/ .edit-link a:link,
/*.post .entry-utility*/ .edit-link a:visited, 
/*.post .entry-utility*/ .edit-link a:active, 
/*.post .entry-utility*/ .edit-link a:hover {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;
	
	color: #333;
}

.post .entry-summary a {
	display: block;
	
	margin-top: 12px;
}

.post .entry-summary a,
.post .entry-summary a:link,
.post .entry-summary a:visited {
	text-decoration: none;

	color: #f79921;
}

.post .entry-summary a,
.post .entry-summary a:active,
.post .entry-summary a:hover {
	text-decoration: underline;
	
	color: #f79921;
}

/*.post*/ .entry-utility {
	/* clear */
	overflow: auto;
	width: 100%;
	
	clear: both; /* FF needs this */
}

.post .entry-details {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.post .entry-detail {
	display: block;

	/* clear */
	overflow: auto;
	width: 100%;
	
	height: 16px;
}

.post .entry-detail .key {
	display: block;
	
	float: left;
	
	width: 70px;
	
	text-transform: uppercase;

	color: #889367;
}

.post .entry-detail .value {
	display: block;

	float: left;
	
	width: 250px;
}

.post iframe.facebook-like {
	margin: 4px 0 2px 0;
}

/* tnf, lsa, pages, 404, categories (a bit), search (a bit) */

body.page #content .page,
#post-0,
body.category #content, 
body.search #content {
	width: 610px;
	
	padding: 2px 0 8px 0;
}

body.page #content .page h1,
#post-0 h1,
body.category #content h1,
body.search #content h1,
body.search-no-results #content h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;

	color: #333;
}

body.page #content .post-221 h1,
body.page #content .post-222 h1 {
	padding-top: 12px;	
	
	font-size: 16px;
	line-height: 18px;
}

body.page #content .page .entry-content,
#post-0 .entry-content,
body.category #content .category-wrapper,
body.search #content .entry-content,
body.search #content .category-wrapper {
	width: 100%;

	padding-top: 12px; 
	border-top: 1px dotted #ccc;
	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;

	color: #333;
}

body.page #content .post-221 .entry-content,
body.page #content .post-222 .entry-content {
	border-top: 1px solid #ccc;
}

/* about sidebar navigation */

#sidebar .navigation {
	margin: 0 0 14px 6px;
}

#sidebar .navigation div {
	width: 195px;
	height: 12px;
	
	padding: 11px 0 11px 20px;
	border-top: 1px solid #d7e0bc;
	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 16px;

	color: #ff9900;
}

#sidebar .navigation div.last {
	border-bottom: 1px solid #d7e0bc;
}

body.page-id-24 #sidebar .navigation .about-us,
body.page-id-25 #sidebar .navigation .staff-board,
body.page-id-26 #sidebar .navigation .funders,
body.page-id-27 #sidebar .navigation .hours-locations,
body.page-id-28 #sidebar .navigation .contact,
body.page-id-29 #sidebar .navigation .links
{
	color: #333;
	background: #ebefdd
}

#sidebar .navigation a:link,
#sidebar .navigation a:visited {
	color: inherit;
	text-decoration: none;
}

#sidebar .navigation a:active,
#sidebar .navigation a:hover {
	color: inherit;
	text-decoration: underline;
}

/* gallery archives table */

body.page-id-220 table {
	margin-top: 12px;
}

body.page-id-220 td {
	width: 190px;
	height: 138px;
	
	border-right: 20px solid white;
	border-bottom: 20px solid white;

	background-color: #929d75;
	
	text-align: center;
	vertical-align: middle;
	
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 24px;
	line-height: 26px;
}

body.page-id-220 td.empty {
	background-color: white;
}
	
body.page-id-220 td a,
body.page-id-220 td a:link,
body.page-id-220 td a:visited {
	text-decoration: none;

	color: white;
}

body.page-id-220 td a,
body.page-id-220 td a:active,
body.page-id-220 td a:hover {
	text-decoration: underline;
	
	color: white;
}

dd.gallery-caption {
	display: none;
}

/* =content -- inherited from default theme
-------------------------------------------------------------- */

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

#content .video-player {
	padding: 0;
}