/*
Theme Name: Phoenix
Theme URI: http://fasturtle.com
Description: FastSite by Fasturtle
Version: 1.0
Author: Fasturtle
Author URI: http://fasturtle.com
Template: ft-framework
*/

@font-face {
    font-family: 'downcomeregular';
    src: url('fonts/downcome-webfont.eot');
    src: url('fonts/downcome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/downcome-webfont.woff') format('woff'),
         url('fonts/downcome-webfont.ttf') format('truetype'),
         url('fonts/downcome-webfont.svg#downcomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panefresco500wtRegular';
    src: url('fonts/Panefresco500wtRegular-webfont.eot');
    src: url('fonts/Panefresco500wtRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Panefresco500wtRegular-webfont.woff') format('woff'),
         url('fonts/Panefresco500wtRegular-webfont.ttf') format('truetype'),
         url('fonts/Panefresco500wtRegular-webfont.svg#Panefresco500wtRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Panefresco500wtItalic';
    src: url('fonts/Panefresco500wtItalic-webfont.eot');
    src: url('fonts/Panefresco500wtItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Panefresco500wtItalic-webfont.woff') format('woff'),
         url('fonts/Panefresco500wtItalic-webfont.ttf') format('truetype'),
         url('fonts/Panefresco500wtItalic-webfont.svg#Panefresco500wtItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Panefresco999wtRegular';
    src: url('fonts/Panefresco999wtRegular-webfont.eot');
    src: url('fonts/Panefresco999wtRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Panefresco999wtRegular-webfont.woff') format('woff'),
         url('fonts/Panefresco999wtRegular-webfont.ttf') format('truetype'),
         url('fonts/Panefresco999wtRegular-webfont.svg#Panefresco999wtRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * @section reset
 * @see Eric Meyer's CSS Reset, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
* @section html5 
*/
header, footer, section, article, aside, nav {
	display: block;
}

/**
 * @section typography
 * @see Blueprint CSS, http://blueprintcss.org
 */

html {
	background: url(img/bg.jpg) repeat #f3efe4;
	font-size:100.01%;
	overflow-x: hidden;
}

::selection {
	background: #362f2d; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #362f2d; /* Firefox */
	color: #fff;
}

body.home {
	background: transparent;
}

body {
	background: url(img/bg-paper-dark.png) repeat-x scroll 0 330px transparent;
	color:#362f2d;
	font-family: Panefresco500wtRegular, Helvetica, Arial, sans-serif;
	font-size:110%;
	line-height:1.6;
	width: 100%;
	max-width: 100%;
}

a, a:link {
	color:#3d803d;
	text-decoration:underline;
}

a:visited {
	color: #362f2d;
}

a:hover, a:active, a:focus {
	color:#b9241c;
}

h1, h2, h3, h4, h5, h6,
table thead, table th {
	color: #b9241c;
	font-family: downcomeregular, Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
}

#main section article section h4, 
#main section article section h5, 
#main section article section h6 {
	color:#3d803d;
}

h1.archive {
 	color: #B4B0A8;
    font-size: 2em;
    font-variant: normal;
    margin-bottom: 10px;
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin-bottom: 0.5em;
}

h1 {
	font-size:3.5em;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.2em;
}

blockquote {
	color:#3d803d;
	background: url(img/bg-blockquote.gif) repeat-y left top;
	font-family: downcomeregular, Helvetica, Arial, sans-serif;
	font-weight:normal;	
	font-style: normal;
	text-transform: uppercase;
	margin:0 0 1.5em 0;
	font-size: 1.6em;
	padding: 0 0 0 1.5em;
	line-height: 1.2;
}

blockquote p {
	margin: 0;
	padding: 0;
}

cite {
	color:#3d803d;
	display: block;
	font-style: normal;
	margin-top: 10px;
}

em, dfn {
	font-style:normal;
	font-family: Panefresco500wtItalic, Helvetica, Arial, sans-serif;
}

sup, sub {
	line-height:0;
}

abbr, acronym {
	border-bottom:1px dotted #666666;
}

address {
	font-style:italic;
	margin:0 0 1.5em;
}

del {
	color:#666666;
}

pre {
	font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	font-size:1em;
	line-height:1.5;
	margin:1.5em 0;
	white-space:pre;
}

ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:2.333em;
}

li ul, li ol {
	margin:.5em 0 0.5em 2.5em;
	list-style-type: circle;
}

#main section article section ul li p,
#main section article section ol li p {
	margin: 0;
	padding: 0;
}

#main section article section ul,
#main section article section ol {
	background: #fffcf6;
	border:4px double #DAD8D4;
	margin: 1.5em 0;
	padding: 1em 2em;
	list-style: circle;
}

#main section article section ul ul,
#main section article section ol ol,
#main section article section ul ol,
#main section article section ol ul {
	margin: 0;
	color: #897974;
	border: none;
	padding: 0;
	font-size: 16px;
	font-style: italic;
	list-style: none;
}

#main section article section ul ul li,
#main section article section ol ol li,
#main section article section ul ol li,
#main section article section ol ul li {
	margin-bottom: 10px;
}

ul {
	list-style-type:disc;
	margin-left:1.5em;
}

ol {
	list-style-type:decimal;
	margin-left:1.5em;
}

dd {
	margin-left:1.5em;
}

p, dl {
	padding:0 0 1.5em;
	margin: 0;
}

strong, dfn, dl dt {
	font-weight:normal;
	font-family: Panefresco999wtRegular, Helvetica, Arial, sans-serif;
}

table {
	border: none;
	margin: 0 0 1.5em 0;
}

#main > section > article section table.halves tr td {
	width: 48% !important;
}

#main > section > article section table.thirds tr td {
	width: 32% !important;
}

#main > section > article section table {
	width: 570px !important;
	border: none;
}

#main > section > article section table thead,
#main > section > article section table th {
	font-size: 1.4em;
	background: transparent;
	border-top: none;
	border-bottom: none;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: middle;
}

#main > section > article section table td {
	border-bottom: none;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

/**
 * @section layout
 */
#main, body > footer .wrapper, .callouts .wrapper, body > header .wrapper, .featured-lede  {
	margin:0 auto;
	width:950px;
}

body > header {
	position: relative;
	padding: 0;
}

body.home #main {
	padding: 2em 0;
}

#main {
    margin-bottom: 0;
    overflow: hidden;
    padding:1em 0 0 0;
    width: 950px;
}

body.home #main > section > article > header {
	display: none;
}

#main > section > article > header {	
	margin: 0 0 20px 0;
}

#main > section > article > header h1,
#main h1.pagetitle {
-moz-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    font-variant: normal;
    margin: 0 0 2em 0;
    padding: 0;
	color: #fff;
}

#main h1.pagetitle {
	margin-top: -0.5em;
	margin-bottom: 2.5em;
}


body.blog #main > section > article > header h1,
body.archive #main > section > article > header h1,
body.single #main > section > article > header h1 {
-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	margin-bottom: 0;
}

#main > section {
	margin: 0;
	float:left;
	width:620px;
}

#main article {
	padding:0;
	position: relative;
}

#main nav#posts-nav {
	padding: 1em 0 0 0;	
	text-align: center;
}

#main nav#posts-nav a {
	color: #666;
	text-decoration: none;
}

#main nav#posts-nav a:hover {
	color: #999;
}

section #respond {
	padding-top: 1.5em;
}

#respond form textarea,
#respond form input[type="text"] {
	width: 98%;
}

.comments {
	margin: 2em 0 1em 0;

}

.comments > article {
	border-bottom: 1px solid #999;
	padding: 1em 0 0.5em 0 !important;
}

.comments > article .comment-meta {
	background:#ccc;
    color: #000;
    font-size: 90%;
    font-style: italic;
	padding: 0.5em 0.5em 0.2em 0.5em;
	line-height: 1.2;
}

.comments > article .comment-meta img.avatar {
	float: right;
	margin-top: -12px;
}

#main article h1 a {
	text-decoration: none;
}

body.home #main > aside {
	padding: 0;
}

#main > aside {
	float: left;
    margin: 0 0 1em 40px;
    padding:11em 0 0 0;
    width: 290px;
}

body.blog #main > aside,
body.single #main > aside,
body.archive #main > aside {
	padding-top: 0;
}

/**
 * @section header
 */

body > header {
	background: url(img/bg-footer.jpg) repeat-x scroll left bottom #6A4428;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	height: 78px;
	position: relative;
	z-index: 100;
}

body > header .wrapper .since1958 {
	top:6px;
	left:37%;
}

body > header h1#logo {
	margin: 0;
	padding: 0;
	left:42%;
	top:-60px;
	position: absolute;
	width: 240px;
	height: 236px;
	z-index: 9999;
}

body > header h1#logo a, 
body > header h1#logo a:visited, 
body > header h1#logo a:hover {
	display: block;
	text-decoration:none;
	position: relative;
	top:20px;
	z-index: 100;
}

body > header h1#logo a img {
	border: none;
}

#banner {
	background: #3D803D;
	margin: 0 auto;
	height: 475px;
	position: relative;
}

#banner .inner {
	top:400px;
	width: 950px;
	margin: 0 auto;
}

#banner .shadow-top {
	background: url(img/shadow-top.png) repeat-x 0 0;
	display: block;
	width: 100%;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 150%;
	position: absolute;
	top:0;
	z-index: 10;
}

#banner .shadow-bottom {
	background: url(img/shadow-bottom.png) repeat-x 0 0;
	display: block;
	width: 100%;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 150%;
	position: absolute;
	z-index: 10;	
	bottom: 0;
}


#banner #maximage {
	height: 475px;
	width: 1500px;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	margin: 0  auto;
	padding: 0;
}

#banner #maximage > div {
	height: 475px;	
	width: 1500px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*
#rotator {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
    position:absolute;
    height:475px;
	width: 950px;
	top:0;
	left:0;
	z-index: 50;
    overflow: hidden;
}

#rotator li {
    height: 475px;
	display: block;
    margin: 0 auto;
    padding: 0;
    width: 950px;
}
*/

/*
#rotator li#one {
	background: url(img/banner-bar.jpg) no-repeat 0 0;
	background-size: cover;
}

#rotator li#two {
	background: url(img/banner-booths.jpg) no-repeat 0 0;
	background-size: cover;

}

#rotator li#three {
	background: url(img/banner-family.jpg) no-repeat 0 0;
	background-size: cover;

}

#rotator li#four {
	background: url(img/banner-food.jpg) no-repeat 0 0;
	background-size: cover;

}

#rotator li#five {
	background: url(img/banner-contact.jpg) no-repeat 0 0;
	background-size: cover;

}
*/

body > header h2#tagline {
	color: #999;
 	font-size: 1.2em;
    margin: 0;
    padding:6px 8px;
    position: absolute;
    right: 0;
    top: 20px;
}

.callouts {
	background: url(img/bg-paper-dark.png) repeat-x 0 0;	
	height: 435px;
	padding-top: 4em;
}

body.home .callouts .wrapper {
	overflow: hidden;
}
.callouts .wrapper {
	background: url(img/watermark.png) no-repeat center bottom;
	padding: 2em 0;
	overflow: auto;
}

.callouts > .wrapper > ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.callouts > .wrapper > ul li:first-child {
	margin-left: 0;
}

.callouts > .wrapper > ul > li {
	background: url(img/bg-callouts.png) no-repeat 0 20px;
    float: left;
    height: 280px;
    margin-left: 32px;
	margin-top: -20px;
    padding: 20px;
    width: 240px;
}

.callouts .header h2,
aside .events .header h2 {
-moz-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    font-variant: normal;
	font-size: 3.5em;
	float: left;
}

.callouts .header > a,
aside .events .header > a {
	color: #3d803d;
	font-family: downcomeregular,Helvetica,Arial,sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 15px;
}

aside .events .header > a {
	margin-right: 10px;
}

.callouts .header > a:hover {
	color: #FEF1CE;
}

aside .events .header > a:hover {
	color: #B9241C;
}

.callouts > .wrapper > ul > li.fb-feed {
	background: transparent;
	margin-top: 0;
	padding-top: 0;
}

.callouts .fb-feed .fb_iframe_widget,
.callouts > .wrapper > ul > li.fb-feed .timeline iframe.twitter-timeline {
	background: #fff;
}

.callouts > .wrapper > ul > li.fb-feed .timeline iframe.twitter-timeline {
	width: 298px !important;
	max-width:inherit !important;
}


.callouts .events .header a,
aside .events .header a {
	float: right;
}

.callouts .events ul.events,
aside .events ul.events {
	height: 165px;
	list-style: none;
	margin: 21px 0 0 0;
	padding: 0;
	clear: both;
	overflow: auto;
}


.callouts .specials .inner, .callouts .events ul.events {
	color: #FEF1CE;
	line-height:1.2;
}

.callouts .specials,
.callouts .events {
	text-align: center;
}

.callouts .specials img,
.callouts .events img  {
	clear: both;
	padding: 0;
	margin: 0 auto;
	text-align: center
}


.callouts .specials .inner p {
	clear: both;
}

aside .events ul.events {
	padding: 0 10px;
}

.callouts .events ul.events li p,
aside .events ul.events li p {
	margin: 0;
	padding: 0;
}

.callouts .events ul.events li,
aside .events ul.events li {
	margin-bottom: 15px;
	clear: both;
	line-height: 1.2;
}

.callouts .events ul.events li a,
aside .events ul.events li a {
	text-decoration: none;	
	color: #fef1ce;
	font-family: Panefresco999wtRegular,Helvetica,Arial,sans-serif;
	line-height: 1.2;
}

aside .events ul.events li a,
aside .events ul.events li a:hover .details,
aside .events ul.events li a:hover {
	color: #362f2d;
}

.callouts .events ul.events li a .details,
aside .events ul.events li a .details {
	text-decoration:underline;
	color: #3d803d;
	font-family: Panefresco500wtRegular,Helvetica,Arial,sans-serif;
	display: block;
}

.callouts .events ul.events li a:hover,
.callouts .events ul.events li a:hover .details {
	color:#fff;
}

.callouts .specials .inner h1,
.callouts .specials .inner h2,
.callouts .specials .inner h3,
.callouts .specials .inner h4,
.callouts .specials .inner h5,
.callouts .specials .inner h6 {
	margin: 0;
	float: right;
	width: 168px;
}

.callouts .specials .inner h1,
.callouts .specials .inner h2 {
	color: #fef1ce;
	font-size: 36px;
}

.callouts .specials .inner h3,
.callouts .specials .inner h4,
.callouts .specials .inner h5,
.callouts .specials .inner h6 {
	color: #3d803d;
	font-size: 24px;
}

.callouts .specials .inner img {
	float: left;
	display: block;
	clear: left;
	max-width: 63px;
	height: auto;
}

.callouts .specials .inner > ul {
	background: transparent;
	list-style: none;
	margin: 0;
	padding: 0;
}

.callouts .specials .inner ul li {
	margin-bottom:30px;
	overflow: auto;
	min-height: 72px;
	clear: both;
}

.featured-lede {
	background: url(img/bg-lede.png) no-repeat 0 0;
	position: absolute;	
	top: 410px;
	z-index: 999;
	overflow: auto;	
	padding: 55px 20px 0 230px;
	height: 85px;
	width: 720px;
}

.featured-lede h2 {
	color: #fff;
	font-size: 1.6em;
	float: left;
}

.featured-lede h2 span {
	color: #fef1ce;
	font-size: 18px;
	border-bottom: 1px solid #fef1ce;
	border-top: 1px solid #fef1ce;	
	position: relative;
	bottom:5px;
	padding: 0 2px;
}

.featured-lede a {
	background: url(img/btn-brown.png) no-repeat 0 0;
	font-family: Panefresco999wtRegular,Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 20px;
	color: #fef1ce;
	width: 157px;
	display: block;
	float: left;
	text-align: center;	
	margin-top: -6px;
	padding-top: 4px;
	height: 43px;
	margin-left: 25px;
}

.featured-lede a:hover {
	color: #fff;
}

.subpage-lede {
	clear: both;
	background: url(img/bg-lede-subpage.png) no-repeat 0 0;
	position: static;	
	margin-top: 2em;
}

body.blog #banner,
body.single #banner
body.archive #banner { /* Blog */
	background: #3D803D url(img/banner-blog.jpg) no-repeat center top;
}

body.page-id-360 #banner { /* Events Page */
	background: #3D803D url(img/banner-events.jpg) no-repeat center top;
}

body.page-id-5 #banner { /* Mug Shots Gallery Page */
	background: #3D803D url(img/banner-booths.jpg) no-repeat center top;
}

body.page-id-2 #banner { /* About History Page */
	background: #3D803D url(img/banner-family.jpg) no-repeat center top;
}

body.page-id-3 #banner { /* Menu Page */
	background: #3D803D url(img/banner-food.jpg) no-repeat center top;
}

body.page-id-6 #banner { /* Contact Page */
	background: #3D803D url(img/banner-contact.jpg) no-repeat center top;
}

/**
 * @section nav
 */
body #nav {
	line-height: 1;
	overflow: hidden;
	background:#211d1b url(img/bg-nav.png) repeat-x 0 0;
}

body #nav ul {
	list-style:none;	
	margin:0 auto;
	padding:0;
 	overflow: hidden;
    white-space: nowrap;	
	width: 950px;
}

body #nav ul > li.push {
	margin-left: 350px;
}

body #nav ul > li {
	float:left;
	margin-left: 1px;
}

body #nav ul > li:first-child {
	border-left: none;
}

body #nav ul li a, 
body #nav ul li a:link,
body #nav ul li a:visited {
	color:#fff;
	font-family: downcomeregular,Helvetica,Arial,sans-serif;
	font-size: 24px;
	display:block;
	margin: 0;
	padding:12px 20px;
	text-align:center;
	text-decoration:none;
	white-space: normal;
	text-transform: uppercase;
}

body #nav ul li.current_page_item ul li a,
body #nav ul li ul li a:visited {
	display:block;
	padding-left:1.5em;
	text-align:left;
	text-decoration:none;
}

body #nav ul li a:hover,
body #nav ul li a.over,
body #nav ul li a:active, 
body #nav ul li.current_page_item a,
body #nav ul li.current_page_item ul li a:hover,
body #nav ul li ul li a:hover,
body #nav ul li ul li.current_page_item a,
body #nav ul li.current_page_parent a {
	background:#000;	
	color: #FEF1CE;
	text-decoration:none;
}


body #nav ul li ul.sub-menu {
    background: #000;
}

body #nav ul li ul.sub-menu li a {
    color: #fff;
    text-align: left;
    text-shadow: none;
    width: auto;
}

body #nav ul li ul li a:hover, 
body #nav ul li.current_page_item ul li a:hover, 
body #nav ul li ul li.current_page_item a {
    background: #ccc url(img/inner-shadow.png) repeat-x 0 -50px;
    color: #000;
}

body #nav ul li ul.sub-menu li a {
    padding-left: 20px;
}

body #nav ul li ul.sub-menu {
    left: -999em;
    position: absolute;
    text-align: left;
    width: 150px;
    z-index: 99999;
}

body #nav ul li:hover ul.sub-menu, 
body #nav ul li.sfhover ul.sub-menu {
    left: auto;
    z-index: 99999;
}

body header .vcard {
	color: #fef1ce;
	font-size: 14px;
	text-align: right;
	width: 310px;
	line-height: 1.2;
	float: right;
/* 	margin-top: -40px; */
}

body header .hours a {
	color: #fef1ce;
	font-size: 14px;
	display: block;
}

body header .hours a:hover {
	color: #fff;
}

/* body header .hours {
	margin-top:8px;
} */

body header .vcard .adr {
	float: left;
}

body header .vcard .tel {
	font-size: 20px;
	font-family: Panefresco999wtRegular,Helvetica,Arial,sans-serif;
	display: block;
}

body header .social {
	padding: 20px 0 0 0;
	margin: 0;
	list-style-type: none;
}

body header .social li {
	float: left;
}

body header .social li a {
	width: 40px;	
	height: 40px;
	display: block;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
}

body header .social li.facebook a {
	background: url(img/icons-social.png) no-repeat 0 0;
}

body header .social li.facebook a:hover {
	background: url(img/icons-social.png) no-repeat 0 -50px;
}

body header .social li.twitter a {
	background: url(img/icons-social.png) no-repeat 0 -100px;
}

body header .social li.twitter a:hover {
	background: url(img/icons-social.png) no-repeat 0 -150px;
}

body header .social li.instagram a {
	background: url(img/icons-social.png) no-repeat 0 -200px;
}

body header .social li.instagram a:hover {
	background: url(img/icons-social.png) no-repeat 0 -250px;
}

body header .social li.email a {
	background: url(img/icons-social.png) no-repeat 0 -300px;
}

body header .social li.email a:hover {
	background: url(img/icons-social.png) no-repeat 0 -350px;
}

body header .social li.rss a {
	background: url(img/icons-social.png) no-repeat 0 -400px;
}

body header .social li.rss a:hover {
	background: url(img/icons-social.png) no-repeat 0 -450px;
}

body header .social li.pinterest a {
	background: url(img/icons-social.png) no-repeat 0 -500px;
}

body header .social li.pinterest a:hover {
	background: url(img/icons-social.png) no-repeat 0 -550px;
}

body header .social li.fb-like {
	width: auto;
	margin-left: 10px;
	margin-top: 5px;
}

/**
 * @section article
 */
article header h1 a, 
article header h1 a:visited {
	text-decoration:none !important;
}

article header h1 a:hover,
article header h1 a:active {
	text-decoration:none;
}

article footer {	
	border-top:4px double #DAD8D4;
	font-size: 14px;
	padding-top:5px;
	margin:.1em 0 2em 0;
	clear:both;
}

article footer p {
	margin-bottom: 0;
	padding-bottom: 0;
}

article footer dl {
	float:left;
	padding:0 10px;
	width:213px;
}

article footer dl dt {
	white-space:normal;
	overflow:hidden;
}

article footer dl dt a {
	white-space:nowrap;
}

/**
 * @section Photo Gallery
 */

article .wp-caption-text {
	text-align: center;
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}

#lightbox #imageDetails #caption {
	font-size: 14px;
}

#lightbox #imageDetails p#controls #playpause,
#lightbox #imageDetails #caption #titleText {
	display: none;
}

#lightbox #imageDetails p#controls #numberDisplay {
	color: #999;
}

/**
 * @section Events
 */

#em-wrapper article {
	clear: both;
}

#em-wrapper article section .date {
	float: left;
	font-size: 20px;
	font-family: Panefresco999wtRegular, Helvetica, Arial, sans-serif;
	margin-right: 15px;
    background: none repeat scroll 0 0 #FFFCF6;
    border: 4px double #DAD8D4;
	text-align: center;
	padding: 10px;
	width: 50px;
	display: block;
	margin-bottom: 1em;
	line-height: 1;
}

#em-wrapper article section .date .month {
	color: #B9241C;
	display: block;
	font-size: 26px;
	text-transform: uppercase;
}

#em-wrapper article header h1 {
	margin-bottom: 0;
}

.event-row .event-label {
	font-family: Panefresco999wtRegular, Helvetica, Arial, sans-serif;
}

body.single-event #main aside ul li.events {
	display: none;
}

#em-wrapper article section .read-more {
	display: block;
}


/**
 * @section Menu
 */

body.page-id-3 #main > section > article section .wpcolumn-wrapper-2 {
	background: url(img/bg-page-middle.png) repeat-y 466px top;
}

body.page-id-3 #main > section > article section table {
	width: 950px !important;
}

body.page-id-3 #main > section {
	width: 950px;
}

body.page-id-3 #main aside {
	display: none;
}

body.page-id-3 .wpcolumn-wrapper {
	overflow: auto;
}

body.page-id-3 .wpcolumn {
	width: 45%;
	float: left;
}

body.page-id-3 .wpcolumn-first {
	margin-right: 85px;
}

body.page-id-3 #main section article section .wpcolumn ul {
	list-style: none;
}

body.page-id-3 #main section article section .wpcolumn ul li ul li {
	border-bottom: none;
	margin-bottom: 0;
}

body.page-id-3 .wpcolumn ul li {
	margin-bottom: 15px;
	border-bottom: 1px dashed #A6A199;
}


body.page-id-3 #main section article section .wpcolumn > ul > li > strong {
	font-size: 20px;
	color: #3D803D;
	float: right;
}

/**
 * @section aside
 */

aside h2, aside h3 {
    color: #b9241c;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
    padding:10px 0;
    text-align: center;
    text-decoration: none;
}

aside h2 span, aside h3 span {
	border-bottom: 1px solid #312b29;
    border-top: 1px solid #312b29;
    bottom: 5px;
    color: #312b29;
 	font-size: 18px;
    padding: 0 2px;
    position: relative;
}

aside > ul {
	list-style:none;
	margin:0;
	padding:0;
}

#main > aside ul li {
	padding-bottom: 1em;
}

.widget {
	display: block;
}

#main > aside ul li.blog-archives {
	padding: 1em 0 2em 0;
}


#main > aside ul li.blog-archives select {
	margin: 0 auto 2em;
	width: 100%;
	padding: 0 1em;
	
}

#main > aside ul li.blog-archives > h2 {
	padding-bottom: 0.25em;
}

aside .widget-top,
aside .widget-bottom {
	background: url(img/bg-widget-edges.png) no-repeat 0 0;
    display: block;
    height: 8px;
	width: 290px;
    overflow: hidden;
  	text-indent: 150%;
    white-space: nowrap;
}

aside .widget-middle {
	background: #fffcf6 url(img/bg-widget-middle.png) repeat-y 0 0;
	width: 270px;
	padding: 0 10px;
}


aside .teams .widget-middle img {
	margin: 0 auto;
	text-align: center;
	max-width: 240px;
	height: auto;
	float: none;
	display: block;
}

aside .teams .widget-middle p {
	margin-bottom: 0;

}

/**
 * @section footer
 */

body > footer > .wrapper {
	position: relative;
}

body > footer {	
	background: #6a4428 url(img/bg-footer.jpg) repeat-x 0 0;
    color: #fef1ce;
    height: 50px;
    padding: 28px 0 0;
}

body > footer > .wrapper ul, body > footer > .wrapper ul li ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding:0;
}

body > footer > .wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body > footer > .wrapper ul li  {
	margin: 0;
	float: left;
	margin-left: 1em;
	width: auto;
}

body > footer > .wrapper ul li a {
	color: #fef1ce;
	font-family: Panefresco999wtRegular, Helvetica, arial, sans-serif;
	display:block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	padding:0;
}

body > footer > .wrapper ul li a, 
body > footer > .wrapper ul li a:visited {
	color:#fef1ce;
}

body > footer > .wrapper ul li a:hover {
	color: #fff;
}

body > footer > .wrapper ul li.credit a {
    background: url(img/white.png) 0 0 no-repeat;
    display:block;
	height:9px;
	overflow:hidden;
	text-indent:150%;
	white-space:nowrap;
	width:145px !important;
	margin-top: 0;
	margin-left: 250px;
}

.wrapper .since1958 {
	display: block;
	background: url(img/since1958.png) no-repeat 0 0;
	width: 82px;
	height: 67px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 150%;
	position: absolute;
	left: 55%;
	top:-21px;
}



/**
 * @section contact form
 */
.wpcf7 {
	margin-left:0;
	margin-right:0;
	padding:12px;
}

span.wpcf7-form-control-wrap {
	position:static !important;
}

.contact-form span.wpcf7-not-valid-tip-no-ajax, 
.contact-form span.wpcf7-not-valid-tip {
    background: url(img/req-icon.png) no-repeat scroll top left transparent !important;
    border: medium none !important;
    color: #000;
    display: block;
    float: none !important;
    font-size: 13px !important;
    height: 16px;
    left: 0 !important;
    margin-left: 0;
    overflow: hidden;
    padding: 0 0 10px 20px !important;
    position: relative !important;
    top: 2px !important;
    width: 222px;
	font-weight: bold;
}

img.ajax-loader {
	border: none !important;	
	background: none !important;
	padding: 0 !important;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-spam-blocked {
	background: #b90606;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-style: italic;
}

.wpcf7 div.wpcf7-mail-sent-ok {
	background: #127A33;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-style: italic;
}

form {
	text-align:left;
}

label {
	font-weight:bold;
}

label .wpcf7-list-item-label {
	font-weight: normal;
}

span.req {
	color:#999;
	font-style:italic;	
	font-weight: normal;	
	font-size: 80%;
}

form div.row {
	padding: 0.4em 0;
	clear:both;
}

textarea#comment {
	display: block;
	margin-bottom: 1em;
}

textarea {
	padding: 0.5em;
}

div.submit-button {
	height:35px;
}

input[type="text"], 
.row input.field, 
.field {
	height:17px;
}

input[type="text"], 
.row input.field, 
textarea {
	background: #fff url(img/inner-shadow.png) repeat-x 0 -50px;
	border:1px solid #999;
}

#searchform {
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
}

#sidebar #searchform #s {
	padding:2px;
	width:108px;
}

#sidebar #searchsubmit {
	padding:1px;
}

div.contact-form, 
div.contact-form input, 
div.contact-form textarea {
	font-family: Helvetica, Arial, sans-serif;
}

#respond form {
	padding:0;
}

#respond form label {
	display:block;
	color: #000;
}

#respond form input {
	margin-bottom:10px;
}

#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
}

#commentform {
	margin:5px 10px 0 0;
}

#commentform textarea {
	padding:2px;
	width:100%;
}

#respond label .req {
	font-weight: normal !important;
	color: #999;
}

#commentform #submit {
	float:right;
	margin:0 0 5px auto;
}

form#contact {
	width:100%;
}

form#contact div.row {
	clear:both;
	height:28px;
}

form#contact div.row.text {
	height:78px;
}

#contact label, div.contact-form label {
	color: #000;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    margin: 12px 0 0;
    text-align: left;
}

div.contact-form input[type="submit"] {
	width: 100%;
}

input[type="text"],
div.contact-form input[type="text"], 
div.contact-form textarea {
	color:#000;
	font-weight:normal;
	margin:0 0 6px;
	padding:6px 6px 3px 6px;
	width: 93%;
}

div.contact-form select {
	float:right;
	font-weight:normal;
	margin:0 0 6px;
	width:61%;
}

.contact-form textarea {
	height:60px;
}

input#captcha2 {
	margin:0;
	width:160px;
}

img#captcha-image2 {
	background:#000 !important;
    border: none !important;
    float: right;
    margin-top: 24px;
    padding: 3px !important;
}

/**
 * @section misc classes
 */
a[class*="pdf"], 
a[href$=".pdf"], 
a[href*=".pdf"], 
a.pdf {
	background:url(img/a-pdf.gif) no-repeat scroll right center transparent;
	padding:0 1.4em 0 0;
}

p.featured-special {
	background: #B9241C;
	border: 4px double #650700;
	font-family:Panefresco999wtRegular,Helvetica,Arial,sans-serif;	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding: 4px;
}

p.featured-special a {
	color: #fff;
	text-decoration: underline;
}


/**
 * @section images
 */

#main > section > article section iframe,
#main > section > article section img {
	background:transparent;
	border: none;
	padding: 0;
	max-width: 580px;
}


.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
}

.alignright, img.alignright {
	padding: 0;
	margin: 0;
	display: inline;
}

.alignleft, img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
}


/**
 * @section Form
 */
input[type="image"] {
	border: none !important;
}

input[type="submit"] {
	border: 1px solid #000;
	background: #999 url(img/fade-top.png) repeat-x 0 0;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}

input[type="submit"]:hover {
	background:#000 url(img/fade-top.png) repeat-x 0 0;
	cursor: pointer;
	color:#ffffff;
}

input[type="submit"]:active, 
input[type="submit"]:focus {
	color:#ffffff !important;
	position:relative;
	top:1px;
}