


/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

a img {
	border: 0;
}

a {
	color: #8C001A; /* #789965 is a sage green */
	text-decoration: none;
	font-family: 'Julius Sans One', sans-serif !important;
}

a:hover {
	color: #8C001A; /* #486538 is a dark sage green */
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/

body {
	font-family: 'Archivo Narrow', sans-serif !important;
	font-size: 13px;
	color: #474747; /* #474747 is charcoal gray, original template had color as #777777   */
	background: #fff; /* #8C001A is burgundy */
	margin: 0;
	padding: 17px 0 50px;
}
h1, h2, h3, h4, h5 { font-family: 'Julius Sans One', sans-serif !important;}
h2 {
	font-size: 1.7em;
	margin: 0;
	padding: .3em 0;
	line-height: 1.5;

	font-weight: 600;
}

#content h2 {
	color: #464646;  /* #464646 is a medium gray */
}

p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: .5em 0;
}
blockquote {
	font-style:italic;
	border-left:4px solid #789965;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#999;
}
#content p {
	color: #474747;  /* was #777777 */
}

#content abbr {
	border-bottom: 1px dotted #8f8f8f;
}

#container {
	margin: 0 auto;
	width: 100%; /*width of the webpage on top of the wallpaper*/
}

#top-section {
	background: none;
	padding-top: 0px;
}

#inner-section {
	    background: none;
    padding: 0 15px;
}
#header-container {
	max-width: 1080px;
	margin: auto;
}
#header-top {/*this section is the banner at the top of the page*/
	padding: 0 35px;
	background: #fff;
	/*background-image: url("JamestowneBanner10v1.jpg");
	height: 332px;*/
	border-top: 0px solid #FFFFFF; /*this was the thin dark line at the top of the banner was #151515, now white */
	margin: 0;
	overflow: hidden;
}
.phone-number { 
	display: block !important;
	color: #8C001A;
}
.phone-number span {
color: #8C001A !important;
    font-size: 0.7rem !important;
    font-style: italic !important;
    line-height: 1.2;
    display: block;
}
.phone-number span.h2 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 1.1rem !important;
    font-style: normal !important;
    white-space: nowrap;
    margin-bottom: 0;
    display: block;
}
#logo{
padding: 0 !important;
width: 100px !important;
}

#logo,
#logo a {
	font-size: 30px;/*originally 30px */
	color: #fff;
	font-weight: normal;
	padding: 0;
	float: left;
	font-family: "Cutive", Arial, Helvetica, sans-serif;
	-webkit-text-stroke-width: 0.3px;
	max-width: 150px;
}
.wsite-logo a img {
    border: 0;
    max-width: 150px;
	display: none;
}
 #logo a {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    display: block;
    width: 90px;
    height: 100px;
    background-image: url(/files/theme/JamestowneSociety_7-29-15Converted.png);
    background-size: contain;
    float: left;
    font-family: Cutive, Arial, Helvetica, sans-serif;
    -webkit-text-stroke-width: 0.3px;
    max-width: 250px;
    padding: 0px;
    background-repeat: no-repeat;
}

#header-right  {
	width: calc(100% - 100px);
	float: none;
}

#header-right a:hover {
	
}
.btn  {
float: right !important;
margin-top: 50px;
display: block;
}
.btn a {
background: #FCD403;
padding: 15px 25px;
text-align: center;
color: #1A1A1A !important;
text-transform: uppercase;
font-family: 'Julius Sans One', sans-serif;
}

/* Header Area
----------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 80px; /* old 80px */
}

#header,
#header table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
	
}

#header td {
	vertical-align: top;
	text-align: left;
	float: none;
	align-items: center;
}

#logo {
	padding: 20px 0;
}

#header-right {
	padding: 5px 0 0 10px;
}

#header-right table {
	float: left;
	width: 1px;
}

#header-right td {
	padding: 0;
}

/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
	color: #295312; /* #295312 is a dark sage green */
	font-size: 17px;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	margin: 0 0 0 15px;
}

/* TOP RIGHT: Social Links
--------------------------------------------------------------------------------*/

#header-right .wsite-social {
	vertical-align: middle;
	margin: 0 0 0 18px;
}


.wsite-social-item {
	width: 23px;
	height: 23px;
	margin: 0 0 0 3px;
	background-image:url(social-green.png);
}

.wsite-social-facebook {background-position:0 0;}
	.wsite-social-facebook:hover {background-position:0 -23px;}
	.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
	.wsite-social-pinterest:hover {background-position:-23px -23px;}
	.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
	.wsite-social-twitter:hover {background-position:-46px -23px;}
	.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
	.wsite-social-linkedin:hover {background-position:-69px -23px;}
	.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
	.wsite-social-mail:hover {background-position:-92px -23px;}
	.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
	.wsite-social-rss:hover {background-position:-115px -23px;}
	.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
	.wsite-social-flickr:hover {background-position:-138px -23px;}
	.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
	.wsite-social-plus:hover {background-position:-161px -23px;}
	.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
	.wsite-social-vimeo:hover {background-position:-184px -23px;}
	.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
	.wsite-social-yahoo:hover {background-position:-207px -23px;}
	.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
	.wsite-social-youtube:hover {background-position:-230px -23px;}
	.wsite-social-youtube:active {background-position:-230px -46px;}

/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/

#header-right .search {
}

#header-right .wsite-search {
	margin: 0 0 0 18px;
	vertical-align: middle;
}

#header-right .wsite-search-input {
	width: 119px;
	height: 14px;
	border: none;
	padding: 10px 5px 8px 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	font-size: 14px;
	background: url(input-bg-green.png) no-repeat;
}

#header-right .wsite-search-button {
	position: relative;
	width: 35px;
	height: 32px;
	color: #010101;
	font-size: 12px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(submit-bg-green.png) no-repeat;
}

/* Navigation
--------------------------------------------------------------------------------*/

#topnav {
	clear: both;
	margin: 0;
}

#topnav ul {
	list-style: none;
	float: right;
}

#topnav ul li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
}

#topnav a {
	float: left;
	display: block;
	color: #1A1A1A;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 16px;
	border: 0;
	outline: 0;
	list-style-type: none;
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
}

#topnav li#active a,
#topnav a:hover { /* this saction describes what happens when hovering over a menu item */
	color: #fff; /* white lettering */
	background: #A33348; /*  light burgundy mauve color for the area around menu item being hovered over */
	border: 0;
}

/****************************** flyout menus ******************************/

#wsite-menus .wsite-menu li {
	padding: 3px 10px;
	background: #A33348; /* light burgundy mauve color */
}

#wsite-menus .wsite-menu li a {
	padding: 3px 10px;
	color: #fff;
	background: #A33348;
	border: 0;
}

#topnav li li a:hover,
#weebly-menus .weebly-menu li a:hover,
#wsite-menus .wsite-menu li a:hover {
	color: #8C001A;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* main  */

#main {
}

#content {
	min-height: 400px;
	padding: 35px;
}

#banner {
	position: relative;
	background: none;
	padding-bottom: 0px;
}

/* PAGE TYPE: no-banner1 
--------------------------------------------------------------------------------*/
#topbanner {
    position: absolute;
    left: 0;
    display: block;
    right: 0;
    background: #8C001A;
}
#banner-header {
    max-width: 1080px;
    width: 100%;
    margin: auto;
	table-layout: fixed;
	border-collapse: collapse;
}
#banner-left {
	padding: 50px 50px 70px;	
	vertical-align: middle;
	color: #fff;
}
#banner-left p {
	color: #fff;
}
#banner-right {
background-image: url('/files/theme/img4257_orig.jpeg');
background-size: cover;
background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
#banner-left, #banner-right {
display: block;
width: auto;
}
#banner-left {
    padding: 20px 20px 70px;
    vertical-align: middle;
    color: #fff;
}
#banner-right {display: none;}
.wsite-multicol-tr, .wsite-multicol-col {
	width: 100%;
	display: block;
}

}



.small-banner {
    width: 80%;
    margin: auto;
    padding: 25px;
    display: revert;
    color: #1a1a1a;
    background: #FCD403;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    position: relative;
}
.btn-dark, .wsite-button {
float: right;
background: #1a1a1a;
padding: 15px 20px;
}
.btn-dark a, a.wsite-button {
color: #fff;
text-transform: uppercase;
font-family: 'Julius Sans One', sans-serif;
font-size: 14px;
}
.btn:hover, .btn-dark:hover {opacity:0.8;transition: all 0.3s;}
.wsite-button-inner {
    height: auto;
    line-height: 2.5;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    padding: 0;
    background: none;
}
.colored-box-content .wsite-multicol-col {vertical-align: middle;}

/* MOBILE */
.wsite-mobile #weeblyfootertext, .wsite-mobile .wsite-footer, .wsite-footer-version {
    background: transparent;
    text-align: left;
    font-size: .9375em;
    line-height: 1.6;
    padding: 11px 10px 10px;
    color: #666;
}
#footer img {
max-width: 100px !important;
}
.wsite-mobile font {
    color: inherit;
}

/* PAGE TYPE: banner-tall
--------------------------------------------------------------------------------*/

.tall-header-page .wsite-header {
	width: 950px;
	height: 316px;
	background: url(banner-tall.jpg) no-repeat;
}

/* PAGE TYPE: banner-short
--------------------------------------------------------------------------------*/

.short-header-page .wsite-header {
	width: 950px;
	height: 133px;
	background: url(banner-short.jpg) no-repeat;
}

.no-header-page #content {
	padding-top: 15px;
	padding-top: 15px;
    max-width: 1080px;
    margin: auto;
}

/* PAGE TYPE: banner-landing
--------------------------------------------------------------------------------*/

.landing-page #banner {
}

.landing-page #banner-detail {
	background: #fbfbfc url(landing-banner-bg.png) repeat-x;
}

#bannerleft {
	float: right;
	padding: 0;
	position: relative;
}

.landing-page .wsite-header {
	width: 466px;
	height: 316px;
	background: url(banner-landing.jpg) no-repeat;
}

.landing-banner-outer {
	display: table;
	#position: relative;
	overflow: hidden;
}

.landing-banner-mid {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.landing-banner-inner {
	#position: relative;
	#top: -50%;
}

#bannerright {
	float: left;
	width: 410px;
	height: 316px;
	padding: 0 20px 0 35px;
}

#bannerright h2 {
	color: #464646;
	font-size: 44px;
	font-family: "Anton", Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 44px;
	text-transform: uppercase;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

#bannerright p {
	color: #777777;
	font-size: 1.1em;
	padding: 20px 0px;
	line-height: 140%;
}

#bannerright .wsite-button {
}

/* PAGE TYPE: splash
--------------------------------------------------------------------------------*/

.splash-page #header {
	width: 532px;
}

.splash-page #banner {
	width: 527px;
	height: 161px;
	padding: 6px 4px 4px 6px;
	background: url(banner-splash-bg.png) no-repeat;
}

.splash-page .wsite-header {
	width: 515px;
	height: 149px;
	background: url(banner-splash.jpg) no-repeat;
}

.splash-page #content-container {
	width: 528px;
}

.splash-page #content {
	width: 528px;
}

.splash-page #footer {
	width: 524px;
}

/* Footer
--------------------------------------------------------------------------------*/

#footer {
	background: #151515;
	padding: 44px 44px 1px;
	font-size: 12px;
	color: #d9d9d9; /* was #9f9f9f */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#footer h2 {font-size:1.5em; color:#ccc; border-bottom:1px solid #666; margin-bottom:2px;}
#footer p {
	color: #d9d9d9; /*was #9f9f9f */
}

#footer .paragraph ul{
	margin:0px !important;
	padding:0px !important;
}

#footer .paragraph li{
	list-style:none !important;
	margin:0px !important;	
}

#footer span {
	vertical-align: middle;
}

.wsite-footer {  /* make sure enough space between element footer and attribution */
	margin-bottom: 15px;
}
#footer blockquote {
	border-left:4px solid #333;
	color:#666;
}
#footer a {
color: #fff;
}
/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
	display: inline-block;
	color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 12px 0 5px 0;
}

.form-radio-container {
	color: #777777;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.wsite-form-input, .wsite-search-element-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #777777;
	background: #fff url(field.png) repeat-x;
	border: 1px solid #d3d3d3;
	padding: 8px 4px 5px !important;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-select {
	color: #777;
	background: url#fff (field.png);
	border: 1px solid #d3d3d3;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 4px;
	width: 320px;
	height: 27px;
	line-height: 27px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* Footer Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-container {
	margin-top:0px !important;
	text-align:left;
}

.wsite-footer .wsite-form-label {
	font-size: 1em;
	padding: 5px 0 2px 0;
}

.wsite-footer .wsite-form-field {
	width:300px !important;
}

.wsite-footer .form-radio-container {
	font-size:1em;
}

.wsite-footer .wsite-form-input {
	font-size: 1em;
	width: 100% !important;

}

.wsite-footer .form-select {
	width: 100%;
}

/* Buttons
--------------------------------------------------------------------------------*/

/*
  Buttons are styled with background image sprites. There are 4 unique image files:
   - small & normal-colored  (button_small_grey.png)
   - large & normal-colored  (button_large_grey.png)
   - small & highlight-colored  (button_small_orange.png)
   - large & highlight-colored  (button_large_orange.png)

  Each of these 4 types of buttons must define a :hover state (when user's mouse is over)
  as well as an :active state (when the user presses down).

  Look at the CSS (especially the inner .wsite-button-inner wrapper), as well as the
  image files to understand how the liquid-width nature of these buttons work.
 */

/* small */


/* large */



/* highlight */

/*
Making the highlighted versions of the buttons is easy because we just need
to switch out the background images. This works because the different button
states (normal, :hover, :active) have their sprite coordinates in the same places.
*/

.wsite-button-large.wsite-button-highlight {
	background-image: url(button-highlight-large-green.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background-image: url(button-highlight-large-green.png);
	color:#333 !important;
}

.wsite-button-highlight {
	background-image: url(button-highlight-green.png);
}

.wsite-button-highlight .wsite-button-inner {
	background-image: url(button-highlight-green.png);
	color:#333 !important;
}
