@charset "UTF-8";
/* CSS Document */

/*body * { border:1px solid red; }
*/
@import url('reset.css');

/*For pre-HTML5 browsers*/

article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
	
figcaption { display: inline; }
/*---------------------------------------------------------------------------------*/
/*** GENERAL STYLING ***/

body {
	font-size: 62.5%;
    line-height: 1em;
	font-family: "Merriweather", Georgia,"Times New Roman",Times,serif; 
	background: #888;
	background-attachment: fixed;
	color: #000;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #555555 0%, #CCCCCC 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #555555 0%, #CCCCCC 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #555555 0%, #CCCCCC 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #CCCCCC));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #555555 0%, #CCCCCC 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #555555 0%, #CCCCCC 100%);
	/*-pie-background: linear-gradient(#555555, #CCCCCC);
	behavior: url('css/PIE.htc')*/;
	}


#wrap { 
	background: #004500;
	background-image: url('../images/beige-background.gif');
	border: 1px #000 solid;
	}

h1, h2, h3, h4 {
	line-height: 1em;
	font-family: "Fanwood Text", serif;
 	font-weight: normal;
	}

h2, 
article h1 { 
	font-size: 2.5em; 
	font-weight: normal;
	 }    
	
h3, article h2 { font-size: 2.1em; }

h4 {
	font-size: 1.4em;
	font-weight: normal;
}

article h3 { 
	font-size:1.7em; 
	font-weight: normal;
	}

a {
	text-decoration: none;
	color: #11a;
	}

a:hover, a:focus, a:active {
    text-decoration: underline;
    }

p, li, dl, dt, dd, a, blockquote {
	text-align: left;
	font-size: 1.4em;
	line-height: 1em;
	}

header address, #footer address { font-style: normal; }

.left {float: left;
	text-align: left; }

.right {float: right;
	text-align: right; }

.center {text-align: center; }

.clear {clear: both; }

/*---------------------------------------------------------------------------------*/
/*** HEADER STYLING ***/

header {
	background-color: #004500;
	border-bottom: 1px #000 solid;
	padding: 10px 0; 
}

header h1, header h2, header h3, header h4, header p  {
	color: #efdec6;
 }

header h1 {
	font-size: 3.5em;
	margin-top: 40px;
	}

header h1, 
header h2 {
	letter-spacing: 1px;
    text-align: left;
}

header h3 {
	text-align: right;
	padding-top: 15px;
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 2px;
	}

header p {font-size: 1.1em; }

header img {
	border: 0px solid #000; }
	
/*---------------------------------------------------------------------------------*/
/*** NAV ESSENTIAL STYLING ***/

.sf-menu, 
.sf-menu * {
	margin:	0;
	padding: 0;	
	list-style: none;
	line-height: 1.2em;
	}
	
.sf-menu {
	line-height: 1.0;
	}
	
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 17em;
	/* left: 50%; not in other */
	}

.sf-menu ul li {
	 width: 100%;
	}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
	}

.sf-menu li {
	float: left;
	position: relative;
	font-family: "Fanwood Text", serif;
	}

.sf-menu a {
	display: block;
	position: relative;
	 white-space: nowrap; 
	}

/*---------------------------------------------------------------------------------*/
/*** NAVBAR SITE SPECIFIC STYLING  ***/

nav { 
	letter-spacing: 1px;
	background: #006000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a752a), to(#004500));
	background: -webkit-linear-gradient(#2a752a, #004500);
	background: -moz-linear-gradient(#2a752a, #000045);
	background: -ms-linear-gradient(#2a752a, #004500);
	background: -o-linear-gradient(#2a752a, #004500);
	background: linear-gradient(#2a752a, #004500);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#902a2a', endColorstr='#600');
	-pie-background: linear-gradient(#902a2a, #600);
	behavior: url('css/PIE.htc'); */
	}

.sf-menu {
	margin:0 auto;
	width: 100%;
	list-style: none; /* new */
	}
	
.sfmenu li {
	display: -moz-inline-box; 
	display: inline-block; 
	}

.sfmenu li a {
	border-bottom: 1px solid #000;
	}

.sfmenu ul { margin: auto;} 

.sf-menu a { /*menu buttons*/
	font-size: 1.3em;
	padding: 5px 11px;
	border-left: 1px solid #000;  
	position: relative;
	background: #006000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a752a), to(#004500));
	background: -webkit-linear-gradient(#2a752a, #004500);
	background: -moz-linear-gradient(#2a752a, #004500);
	background: -ms-linear-gradient(#2a752a, #004500);
	background: -o-linear-gradient(#2a752a, #004500);
	background: linear-gradient(#2a752a, #004500);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a752a', endColorstr='#004500');*/
	-pie-background: linear-gradient(#2a752a, #004500); doesn't work in IE 
	behavior: url('css/PIE.htc');
	}

#t-links a { border-right: 1px solid #000; } /* border on last button */

*html .sf-menu a {background: #006000; } /*ie6 fix*/

.sf-menu li { position: relative; }

.sf-menu a, 
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #efdec6;
	}

.sf-menu li {
    margin: 0 0 0 0; /*space between buttons*/
	 }

.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:hover, /*hovered tab*/
.sf-menu a:focus  {
    text-decoration: none;
	position: relative;
/*	color:#f5f5dc;    */
  background: #008500;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00a000), to(#004500));
	background: -webkit-linear-gradient(#00a000, #004500);
	background: -moz-linear-gradient(#00a000, #004500);
/*	background: -ms-linear-gradient(#00a000, #004500); */
	background: -o-linear-gradient(#00a000, #004500);
	background: linear-gradient(#00a000, #004500);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a000', endColorstr='#004500');*/
	-pie-background: linear-gradient(#00a000, #004500);
	behavior: url('css/PIE.htc');
	}

*html .sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:hover, 
.sf-menu a:focus {
	background: #00a000;  } /*ie6 fix*/

.sf-menu a:active, /* active tab*/
body#home #t-home a,
body#history #t-history a,
body#about #t-about a,
body#membership #t-membership a,
body#publications #t-publications a,
body#faqs #t-faqs a,
body#links #t-links a {
	color: #000;
	background: #efdec6;
	background-image: url('../images/beige-background.gif');
	}

*html .sf-menu a:active, /*ie6 fix*/
body#home #t-home a,
body#history #t-history a,
body#about #t-about a,
body#membership #t-membership a,
body#publications #t-publications a,
body#faqs #t-faqs a,
body#links #t-links a {
	background: #efdec6;
	} /*ie6 fix*/


/*---------------------------------------------------------------------------------*/
/*** SIDEBAR STYLING ***/

.sidebar {
	padding-top: 2em;
}

.sidebar ul {
	list-style-type: none;
 	padding-bottom: 15px;
	}

.sidebar a, .sidebar h3 {
	color: #006000;
	font-size: 1.5em;
}

.sidebar a:hover, .sidebar a:focus { 
	color: #000;
	text-decoration: underline;
	 }

.sidebar ul li {
	line-height: 2em;
	font-size: 1.3em;
	padding-left: 10px;
	font-family: "Fanwood Text", serif;
	}

.sidebar a:active, /* active tab*/
body#news #t-news a,
body#events #t-events a,
body#about #t-about a,
body#join #t-join a,
body#donate #t-donate a,
body#volunteer #t-volunteer a,
body#shop #t-shop a,
body#contact #t-contact a {
	color: #222;
	font-weight: normal;
	}

.follow-us {
	margin-left: 30px; }
	
.follow-us h3 {
	padding: 10px 0;
	font-weight: normal; 
	}
	
.follow-us img {
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.follow-us img:hover {
	border: 1px solid #000;
	margin-left: -1px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-top: -1px;
	}

.fourculture {
		padding-top: 15px;
		font-size: 1em;
		line-height: 1.2em;
}
			
/*---------------------------------------------------------------------------------*/
/*** ARTICLE STYLING ***/

hgroup {padding: 1em 0;}

article h1, 
article h2, 
article h3,
article h4 {
	font-weight: normal;
	color: #aa0000;
	color: #004500; }

article {
	float: left;
	padding-bottom: 20px; }

article p, 
article a, 
article li, 
article dl,
article dt,
article dd,
article td,
article th,
article blockquote {
	 font-family: "Merriweather", Georgia,"Times New Roman",Times,serif;
}

article dl {
	padding-left: 20px;
	color: #004500;
	font-weight: normal;
}

article dt {
	font-size: 1.2em;
}

article dd {
	padding-left: 20px;
	font-size: 1.1em;
	color: black;
}

article h1:first-child {padding-top: 0em; }

article h1 {padding-top: .5em;}

article h2 {line-height: 1.3em; }

article h1 + p,
/*article h2 + p, 
*/article h3 + p,
.first-p  {
	padding-top: 15px;
	}


article h1 + ul,
article h2 + ul,
article h3 + ol,
article h1 + figure
{
	margin-top: 15px;
	}

article h2 + p,
article h2 + ul {margin-top: 5px; }

article h1 + figure + p {margin-top: 10px; }

article p, article blockquote { margin-bottom: 10px;}

article a { font-size: 1em;}

article ol {
	list-style-type: decimal; 
	margin-left: 2em; 
	padding: 0: 
	}

article p, 
article li, 
article dl,
article dt,
article dd,
article a, 
article td,
article th,
article blockquote {
    line-height: 1.4em;
	}

article li, 
article li li {
	padding-bottom: .5em;}  

article li li {
	margin: 0;
	margin-left: 2em;
	font-size: 1em;
	list-style-type: circle;
	 }
article p a {text-align: right; }

article ul.bulletlist { 
	list-style-type: disc;
	margin-left: 0;
	padding: 0 0 15px 20px;
	 }

article ul li {
	padding-left: 15px;
	padding-bottom: 2px;
	} 

.source { font-style: italic; }

.indent, blockquote {
	padding-left: 30px;
	padding-right: 30px;
	}

.small {font-size: 80%;} 

#biblio {
	font-size: 0.7em;
}

	
/*---------------------------------------------------------------------------------*/
/*** TABLE STYLING FOR QACLUB AND WATCHLIST ***/

table.tablesorter thead tr .header {
	background-image: url(../images/icons/arrow-sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/icons/arrow-ascending.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/icons/arrow-descending.gif);
}

#qaclub article table { 
	margin: 0 0 15px 15px;
	}

#qaclub article td, #watchlist article td, #watchlist article th { 
	padding: 1px 10px;
	font-size: 1.3em; }

/*---------------------------------------------------------------------------------*/
/*** WATCHLIST TABLE STYLING ***/

#watchlist article td, #watchlist article th {
	border-right: 1px solid #000;}

#watchlist article tr {
	border-bottom: 1px solid #000; }

#watchlist article table {
	margin:10px 0 30px 0; 
	border: 1px solid #000;
	}

#watchlist article table th {
	background-color: #bbb; }
/*---------------------------------------------------------------------------------*/
/*** CRUMB STYLING ***/

#crumbs ul, #crumbs li, #crumbs li a {
	list-style-type:none;
	float: left;
	font-size: 11px; }
	
/*---------------------------------------------------------------------------------*/
/*** ICON LINKS ***/

.paypal {
    background: url(../images/icons/paypal-donate.gif) no-repeat right top;
    padding-right: 14px;
	width: 62px; height: 31px; }

.external {
    background: url(../images/icons/external_link.gif) no-repeat right top;
    padding-right: 14px;
	}

.internal {
    background: url(../images/icons/internal_link.gif) no-repeat right top;
    padding-right: 14px;
	}

a[href^="mailto:"] {
    background: url(../images/icons/email-icon.png) no-repeat right top;
    padding-right: 14px;
	}

a[href$=".pdf"] {
    background: url(../images/icons/pdf-icon.gif) no-repeat right top;
    padding-right: 14px;
	}

#cobblestone a[href$=".pdf"] {
    background: none;
    padding-right: 0;
	}

/*---------------------------------------------------------------------------------*/
/*** IMAGE STYLING ***/
/*
article img, article img.nolink:hover {
	position: relative;
	-moz-box-shadow: 6px 6px 8px #676767;
	-webkit-box-shadow: 6px 6px 8px #676767;
	box-shadow: 6px 6px 8px #676767;
	behavior: url('css/PIE.htc');
}

article img:hover {
	position: relative;
	-moz-box-shadow: 6px 6px 8px #cdcdcd;
	-webkit-box-shadow: 6px 6px 8px #cdcdcd;
	box-shadow: 6px 6px 8px #cdcdcd;
	behavior: url('css/PIE.htc');
}
*/
#sidesearch article img, sitesearch article img:hover {
	position: relative;
	-moz-box-shadow: 0px 0px 0px #676767;
	-webkit-box-shadow: 0px 0px 0px #676767;
	box-shadow: 0px 0px 0px #676767;
	behavior: url('css/PIE.htc');
}

figure .right,
figure a.right,
article a.right, 
article img.right, 
article .right img {
		margin-top: 3px;
		margin-bottom: 15px;
		margin-left:15px;
		text-align: center;
		font-size: 1.1em;}

figure .left,
figure a.left,
figure a.left span.mediaOverLay,
article a.left, 
article img.left, 
article .left img {
		margin-top: 3px;
		margin-bottom: 15px;
		margin-right:15px; 
		text-align: center;
		font-size: 1.1em;}

article img {
	margin-bottom: 15px; }

figure.left figcaption {margin-left: -15px; }
figure.right figcaption {margin-left: 15px; }

article.caption, figcaption
	{
	display: block;
	text-align: center;
	font-size: 1.1em;
	padding-bottom: 10px;
	}

.fancybox-caption {
vertical-align: middle;
}

#slideshow.right img {
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
}

#slideshow {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.slide p {
	font-size: 1.2em; 
	margin-top: 3px; 
	}

.mediaOverlay {
  display: block;
  text-align: left;
  margin-top: -37px;
  padding: 4px 4px 4px 20px;
  font-size: 1.1em; 
  line-height: 1.2em;
  color: #000;
  background: #fff;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  opacity: .8;
  -moz-opacity: 0.8;
  filter: Alpha(Opacity=80);
  cursor: pointer; 
}

figure a.right span.mediaOverlay { margin-left: 15px; }
figure a.left span.mediaOverlay { margin-right: 15px; }


.slideshow {
  background-image:url(../images/icons/photo_icon.gif);
	 }

.enlarge {
  background-image:url(../images/icons/enlarge_icon.gif);
}

/*---------------------------------------------------------------------------------*/
/*** BEHIND-THE-PHOTOS STYLING ***/

#behind-the-photos article p { padding-top: 2em; }

#behind-the-photos article h1 + figure + p {padding-top: 0em; }


/*---------------------------------------------------------------------------------*/
/*** MAP SEARCH  ***/
#map-search article img:hover, 
#map-search article img, 
#mapsearch article img.nolink:hover {
	position: relative;
	-moz-box-shadow: 0px 0px 0px #cdcdcd;
	-webkit-box-shadow: 0px 0px 0px #cdcdcd;
	box-shadow: 0px 0px 0px  #cdcdcd;
	behavior: url('css/PIE.htc');
}

#map {
	width: 700px;
	height: 1050px;
	padding-bottom: 15px;
	}

/*---------------------------------------------------------------------------------*/
/*** JOIN ***/

#join article ul, 
#join article li {
/*	list-style-type: none; 
	margin: 0;
	padding: 0;
*/	}


/*---------------------------------------------------------------------------------*/
/*** GALLERIES ***/

.galleryphoto {
    float: left;
	}

.gallery-alink {
	font-size: 1em;
	text-decoration: underline; }
	
figure.galleryphoto a img {
	padding: 0;
	margin: 0 20px 10px 0;
	}
	
figcaption.descphoto {
	width: 154px;
    padding-bottom: 20px;}

/*---------------------------------------------------------------------------------*/
/*** SITEMAP ***/

.sitemap  ul.bulletlist { 
	list-style-type: disc;
	margin-left: 0;
	padding: 0 0 0 20px;
	 }

.sitemap  li {
	margin-left: 0px;	
	padding-left: 5px; }
	
.sitemap  ul li {font-size: 18px;
 						text-decoration: none; }

.sitemap  li li,
.sitemap  li li li,
.sitemap  li li li li
 {font-size: 14px; }

.sitemap  li li li li,
.sitemap  li li li  {padding-bottom: 0px; }


/*---------------------------------------------------------------------------------*/
/*** PAYPAL SHOPPING BUTTONS ***/

#shop .shift-up { 
	font-size: .9em;
	font-style: italic;
	position: absolute;
	margin-top: -5px;
	padding-left: 10px;
	width: 160px;
	}

#donate .shift-up, 
#join .shift-up { 
	font-size: .9em;
	font-style: italic;
	position: absolute;
	padding-left: 10px;
	margin-top: 5px;
	}

/*---------------------------------------------------------------------------------*/
/*** WORD WRAP  ***/

.comment-text {
	-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

/*---------------------------------------------------------------------------------*/
/*** SITE DOWN ***/

#site-down nav, 
#site-down .sidebar, 
#site-down .facebook-like, 
#site-down .twitter-follow {
	display: none;
	}

#site-down article h1 {padding-top: 1em; }
	
/*---------------------------------------------------------------------------------*/
/*** FOOTER STYLING ***/

footer {
	letter-spacing: 1px;
	background-color: #004500;
	color: #efdec6;
	border-top: 1px solid #000;
	padding-top: 1em;
	padding-bottom: 1em;}

footer p, 
footer a {
    position: relative;
	font-size: 1.3em;
	line-height: 1.4em;
	}

footer .right p  { text-align: right;}

footer a {font-size: 1em; color: #aaa; }

footer .right p a {color: #efdec6;}

.social {
	height: 24px;
}
	
.twitter-follow { 
	width:130px;
	height:24px;
	padding-right: 5px;}

.facebook-like { 
	width: 75px;
	height: 24px;
}


/*---------------------------------------------------------------------------------*/
/***  FORM STYLING ***/

form {
	margin-top: 1em; 
	margin-bottom: 1em;
	}

.listen {color: #00a2c7; }

/*************************************
Misc
*************************************/
.icon-plus-sign: before {
	content: "";
}

.icon-minus-sign: before {
	content: "";
}

/**********************************************************************************/
/* Slides for publications                                                        */
/**********************************************************************************/
#publications .slidesjs-control {
/*	border: 5px solid #004500;
	width: 580px;
	height: 790px;*/
}

#publications .slidesjs-container {
/*	width: 600px;
	height: 800px;*/
}

