/* @override http://ehwdesign.com/dawndance/wp-content/themes/dawndance/style.css
	http://dawndance.ehwdesign.com/wp-content/themes/dawndance/style.css
	http://dawndance.org/wp-content/themes/dawndance/style.css
	http://www.dawndance.org/wp-content/themes/dawndance/style.css
	http://www.dawndance.org/wp-content/themes/dawndance/style.css?1363800262
	http://www.dawndance.org/wp-content/themes/dawndance/style.css?1391709180
	http://www.dawndance.org/wp-content/themes/dawndance/style.css?1394057366
	 */

/*
Theme Name: Dawn Dances
Theme URI: http://www.dawndance.org/
Description: Custom Theme for Brattleboro Dawn Dances
Author: Ethan Hazzard-Watkins
Author URI: http://www.ehwdesign.com
Version: 1.0
Tags: 
*/

/* ----------------------------------------------------
Stylesheet defaults and browser resets based on work by Eric Watson
http://www.VisibilityInherit.com
------------------------------------------------------- 
: Site Colors : 

: Table Of Contents :
Resets
Defaults
Typography
Forms
Layout
Links
Menus
Global Classes
Content
---------------------------------------------------- */

/* -------------------- Resets --------------------- */
* {
margin:0;
padding:0;
}

body, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
}

img {
border:0; /* kills Gecko bug when img's are placed inside links */
vertical-align:bottom; /* set vertical align to bottom for IE */
}
/* ------------------- Defaults ------------------- */
html {
height:100%; 
overflow:auto; /* triggers 100% height in Opera 9.5 */
overflow-y:scroll; /* creates a horizontal scrollbar, for a more consistent look & feel */
}
body {
height:100%; /* helps make height 100% */
font: 100%/1.5 Georgia, Helvetica, Arial, sans-serif; /* font-size 100% prevents IE's resize bug */
background:url(images/bg.gif);
color: #281700;
}

/* @group typogrophy */

h1, h2, h3, h4, h5, h6, p {
margin:0 0 1em;
}
p, ul, ol {
font-size:1em;
}
ul, ol {
margin:0 0 1em 35px;

}
#top h1 {
	position: relative;
	width: 1000px;
	height: 280px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#top h1 span {
	position: absolute;
	background: url('images/banner.jpg') no-repeat center top;
	width: 100%;
	height: 100%;
}
h1 {font-size:1.6em;}

h2 {
	margin-bottom: .5em;
	font-size: 2.5em;
}



h3 {font-size: 1.4em;margin-bottom: .5em;
color: #3d5b2a;
margin-top: .5em;
}

#foot h3 {
	margin-bottom: 0;
}

#foot h3 span {
	font-size: 12px;
	
}

#foot p {
	margin: 0;
	font-size: 13px;
	padding-top: 5px;
}

p.date {
	font-style: italic;
	color: #585858;
}

h4 {
font-size: 1.3em;
}



h5 {font-size: 1em;margin-bottom: .5em;
font-weight: bold;
margin-top: .5em;
}

h6 {font-size:1.1em;}

/* @end */

/* @group Forms */

fieldset {
border:none;
}
form :focus {
outline:0; /* removes Safari's blue border */
}  
input, select, textarea {
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}

#right input#s {
	padding: 4px;
	width: 190px;
}

label {
cursor:pointer;
vertical-align:middle;
}
input {
vertical-align:middle;
}
input {
	line-height: 1.5;
	padding: 2px;
}
textarea { 
overflow:auto; /* removes scrollbar from IE when none is needed */
}	

#searchform label.screen-reader-text {
	display: none;
}
input#search {
	background-color: #ebebeb;
	padding: 5px;
	border: 1px solid #c2c2c2;
	color: #7a7a7a;
}

/* @end */





* html #wrap {
height: 100%; /* height 100% in IE6 */
}


#container {
margin:0 auto; /* centers layout */
min-height:100%; /* height 100% in all modern browsers */
width: 1012px;;
}

#top {
	padding: 0;
}

#page_shadow {
	background: url('images/shadow_repeater.png') repeat-y;
	padding: 0 6px;
}

#page_bottom_shadow {
	background: url('images/bottom_shadow.png') no-repeat center top;
	height: 12px;
	clear: both;
	display: block;
}

#content {
	background: url('images/page_bg.jpg') repeat-y center top;
	padding: 0;
}

#photo_strip {
	height: 267px;
	background: url(images/photo_bg.jpg) repeat-x;
	width: 920px!important;
	padding: 15px 40px;
	position: relative;
}

#photo_strip ul {
	list-style: none;
}

#photo_strip ul li {
	float: left;
	border: none;
	padding: 4px;
	margin: 0 14px 0 15px;
}

#photo_strip ul li img {
	background-color: #e7e7e7;
	border:1px solid #A9A9A9;
	margin:0;
	padding:6px;
	box-shadow: 0 0 4px rgba(77, 85, 91, 0.46);
	-moz-box-shadow: 0 0 4px rgba(77, 85, 91, 0.46);
}

#photo_strip ul li img:hover {
	background-color: #f1f1f1;
	border: 1px solid #767676;
}


#photo_strip a.btn {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	opacity: .6;
	height: 45px;
	width: 40px;
}

#photo_strip a.btn:hover {
	opacity: 1;
}

#photo_strip a.prev {
	left: 0;
	background: url('images/prev.png') -15px center no-repeat;
}

#photo_strip a.next {
	right: 0;
	background: url('images/next.png') 5px center no-repeat;
}


#left {
float:left;
display:inline; /* fix IE6 float bug */
width: 650px;
padding: 25px 30px;
}

#right {
float:right;
display:inline; /* fix IE6 float bug */
width: 287px;
padding: 0 0 30px;
}

#bottom {
	padding: 30px 6px;	
}

#contact {
background: url(images/bottom_bg.jpg) repeat-x;
height: 60px;
}

div.post {
		background: url('images/line.gif') repeat-x center top;
		padding: 15px 0;
		margin: 10px 0;
}



#search_results {
	font-size: .8em;
}

div.result {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dotted #cbcbcb;
}

#foot {
	color: #f0f8db;
	background: url('images/foot_bg.jpg') no-repeat center top;
height: 240px;
width: 1000px;
clear: both;
position: relative;
padding: 0;
}



#contact p span {
	font-size: .7em;
}

div.foot_panel {
	float: left;
	width: 190px;
	padding: 20px;
}

#foot_news {
	float: right;
	width: 257px;
	padding: 20px 15px 15px;
}

#foot_news h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

#contact p {
	color: #f0f8db;
	text-transform: uppercase;
	padding: 15px 10px;
	margin: 0;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
}


div.sidebar_post {
	padding: 20px 15px;
	background: url('images/sidebar_line.gif') repeat-x center bottom;

}

.sidebar_post {
	font-size: .9em;
}

p.post_date {
	font-size: .8em;
	line-height: 1.5em;
	font-style: italic;
	color: #484848;
	margin-bottom: .75em;
}

#bottom p {
	opacity: .8;
	font-size: .7em;
	text-align: center;
}


/* @group Quick Links */

#quick_links {
	background: url('images/quick_links_bg.jpg') no-repeat left top;
	height: 67px;
	padding-left: 3px;
}

#quick_links ul {
list-style: none;
padding: 0;
margin: 0;
}

#quick_links ul li {
float: left;
}

#quick_links a {
	display: block;
	width: 94px;
	height: 17px;
	padding: 45px 0 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
}

#quick_links a.tickets {
	background: url('images/tickets.png') no-repeat center 5px;
	
}
#quick_links a.email-link {
	background: url('images/email.png') no-repeat center 5px;
	
}
#quick_links a.fb {
	background: url('images/fb.png') no-repeat center 5px;
	
}

#quick_links a:hover {
	background-position-y: 3px;
	}

/* @end */

/* @group eStore */

div.eStore-product-description {
	width: 100%;
	margin-left: 0;
}

div.eStore-thumbnail {
	display: none;
}

div.eStore-product-description strong, div.eStore-product-name, span.eStore_variation_name {
	font-size: 1.4em;margin-bottom: .5em;
	color: #3d5b2a;
	margin-top: .5em;
}

div.eStore-product, div.eStore_classic_cart_wrapper, div.eStore_fancy1_cart_wrapper {
	background: url('images/line.gif') repeat-x;
	padding: 15px 0;
	border: none;

}

.eStore_paypal_checkout_button,.eStore_button,.eStore_remove_item_button,.eStore_empty_cart_button,.eStore_buy_now_button,.eStore_subscribe_button {
opacity:0.8 !important;
}

.eStore_paypal_checkout_button:hover, .eStore_paypal_checkout_button{
border:none !important;
}

div.shopping_cart {

}

input.eStore_text_input {
font-size: 1em;
border:1px solid #aaa;
border-right-color:#ddd;
border-bottom-color:#ddd;
background: #fff;
margin: 5px !important;
}


input.eStore_text_input:focus {
font-size: 1em;
background:#fff;
border:1px solid #aaa;
border-right-color:#ddd;
border-bottom-color:#ddd;
margin: 5px !important;
}

.eStore_paypal_checkout_button:hover,.eStore_button:hover,.eStore_remove_item_button:hover,.eStore_empty_cart_button:hover,.eStore_buy_now_button:hover,.eStore_subscribe_button:hover {
opacity:1 !important;
}


object.eStore_button_object {
	
	display: block;
}

div.eStore-product {
	margin-bottom: 15px;
}


/* @end */


/* @group Links */

a {
text-decoration:none;
color:#893700;
outline:0; /* removes dotted border in FX */
}
a:visited {
color:#893700;
}
a:hover, a:focus, a:active {
visibility:visible; /* kills IE6 a:hover bug */
text-decoration:underline;
}

#foot a {
	color: #f0f8db;
	text-transform: uppercase;
	font: bold 15px Verdana;
}

#foot a:hover {
	color: #ffd461;
}

#foot_news p a {
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 13px;
}

/* @end */

/* @group Mailchimp */

#mc_signup_form {
	padding: 0 !important;
}

#mc_signup_submit {
	padding-top: 10px;
	margin-top: 10px;
}

div.mc_merge_var {
	text-align: left;
	float: left;
	width: 200px;
}

div.mc_signup_submit {
	text-align: right;
	padding-top: 20px;
}

label.mc_var_label {
	text-align: left;
}

label.mc_var_label:after {
	content: ':';
}



#mc_display_rewards {
	text-align: right;
	font-size: .6em;
	padding-top: 20px;
	clear: both;
}

input#mc_mv_EMAIL.mc_input {
	width: 98%;
	padding: 3px;
	width: 185px;
}

/* @end */

/* @group Menus */

#nav {
list-style:none;
position: relative;
height: 56px;
margin: 0;
background: url(images/menu_repeater.jpg) repeat-x;
z-index: 100;
}

#nav li {
position:relative;
float: left;
display: block;
padding: 0 12px;
font: bold 15px Verdana;
text-transform: uppercase;
letter-spacing: .1em;
-webkit-text-size-adjust: none;
}

#nav a {
display:block;
text-decoration:none;
height: 39px;
color: #f0f8db;
padding: 17px 0 0;
}

#nav a:hover, #nav a:focus, #nav a:active {
	color: #ffd461;
}

#nav ul.sub-menu {
	position:absolute;
	top:0;
	left: 5px;
	display: none;
	list-style:none;
	margin: 0;
	z-index: -1;
	padding: 57px 0 0;
}

#nav li ul.sub-menu li a {
	white-space: nowrap;
	font-size: 13px;
	padding: 5px 12px;
	height: 20px;
	z-index: 90;
}

#nav li.current_page_item > a, #nav li.current_page_parent > a {
	color: #ffd461;
}

#nav li:hover ul {
display: block;

}

#nav li ul.sub-menu li {
	float: none;
	padding: 0;
	background: url(images/menu_repeater.jpg) repeat-x;
}

#nav li ul.sub-menu li:hover {
	float: none;
	padding: 0;
	background: url(images/menu_repeater.jpg) repeat-x 10px;
}


ul.bottom_nav, ul.bottom_nav ul {
	list-style:none;
	margin: 0;
}

ul.bottom_nav li {
	padding: 4px 0;
}

ul.bottom_nav ul.sub-menu {
	margin: 0 0 0 15px;
}

/* @end */

/* @group Fonts */

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

}

/* end fonts */

/* -------------------- Lightbox ---------------------- */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}
.lb-prev {
  left: 0;
  float: left;
}
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}
.lb-next {
  right: 0;
  float: right;
}
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* ---------------- Global Classes --------------- */
.clear {
clear:both;
line-height:0;
height:0;
font-size:0;
}
.clearfix:after {
content:" "; 
display:block; 
height:0;
font-size:0; 
clear:both; 
visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide */
/* ------------------- Content ------------------- */