/*
Theme Name: zindi

*/

*{border: 0;	margin: 0;	padding: 0;}
:focus {outline: 0;}

@font-face {  
  font-family: "xRelay";  
  src: url(/stomach/xRelay-Regular.eot ); /* IE */  
  src: local("xRelay"), url(/stomach/xRelay-Regular.ttf ) format("truetype"); /* non-IE */  

}  

@font-face {  
  font-family: "xRelay";  
  src: url(/stomach/xRelay-Bold.eot ); /* IE */  
  src: local("xRelay"), url(/stomach/xRelay-Bold.ttf ) format("truetype"); /* non-IE */  
  font-weight:bold;
}  



#font_test {

	font-family: xRelay, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height:1.5em;
}


 

body { 
     font-size: 12px; 
     font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
     background: #a4a19f; /*929292*/
     color: #555;	
     margin:5px 0 10px 0; /* distance of site from top of page */
     
}

a {
     color:#940606;
     text-decoration:none;
     font-weight:bold;
}   
  
a:hover {
    
     text-decoration:underline;
}

#wrapper {
     background-color:#dddddd;  /* #f1f1f1; inner background */
     width:960px; /* 980px; body width */
     margin:0px auto; 
     padding:10px;  
     line-height: 18px; 
} 

#planagogo {
	width:980px; 
     margin:0px auto; 
	padding:5px 0;
	background-color:#bbb;
}


#content_block {
     font-size: 13px;
     background-color:#ffffff; 
     color:#000000; /* #000; */
     padding:10px 40px 40px 10px;
}

#home_content_block {
     font-size: 13px;
     background-color:#ffffff; 
     color:#000000; 
     padding:8px 0 0 2px;
}


#content_block h1 { 
     margin:0px 0px 0px 0; 
     padding: 5px 0 10px 0; 
     font-size: 22px; 
     font-weight:bold; 
     color:#940606;
     line-height:24px;
     
}




#content_block h2 { 
     margin:0px 0px 0px 0; 
     padding: 15px 0 7px 0; 
     font-size: 16px;
     
     font-weight:bold; 
     color:#222; /* #05454f; */
     line-height:19px;
}

#content_block h3 { 
     margin:4px 30px 5px 0; 
     padding: 0; 
     font-size: 19px;
     font-family:Helvetica, Arial, Serif;   
     font-weight:bold; 
     color:#AB6426;
     line-height:20px;
}



#banner {
     	background:#FFF; 
     	float: left;
     	margin:0px auto; 
     	padding:0px 0px 0px 0px; 
    
}

#sponsors {
     	float: right;
	padding:29px 11px 0 0;
	height:52px;
	width:116px;
    
}

#header {
     background:#ffffff url('https://www.brattleboromuseum.org/stomach/header_new.gif') no-repeat; 
     height:123px; 
     margin:0px auto; 
     width:980px; 
     padding:0px 0px 0px 0px;
       
}

#nav-menu {
	/* position:absolute; */
	/*left:118px;
	top:-29px;*/
     background:#fff; 
     height:27px; 
     margin:-26px 0 28px 120px; 
     /* width:670px; */
     padding:0px 10px 0px 8px; 
	/* border:1px solid #ddd; */
    
}

#social-icons{
	margin:-142px 0 0 845px;
}

#side-left{  /* regular pages */
     float:left;  
     width:720px; /* width of left content area */
}

#side-left-blog{
     float:left;  
     width:670px; 
}

#side-right { 
     float:right; 
	margin:0 0px 0 1px;
     width:230px /* sidebar width */
     
}

#footer {
     background:#1f1e1e;  
     padding:0px 0px 0px 0px;
     width:980px; 
     margin:0 auto; 
     height:120px; 
}

#footer-intro {
     padding:10px 0 0 10px;
    
}

#footer-sponsors {
     padding:15px 0 0 5px;
     height:50px; 
    /* border:1px solid #ccc; */
}


h1, h3, h4, h5, h6 { 
     margin:5px 0 5px 0; 
     padding: 0; 
     font-family:Helvetica Neue, Helvetica, Arial, Serif;
     font-weight:bold; 
     
}

h1 { /* calendar */
     
      
     font-size:24px;
     line-height:25px;  
     font-weight:bold;
     color:#555; 
     padding: 0px 0px 7px 7px; 
}

h2 { /* sidebar */
     font-family: Helvetica, Arial, sans-serif;
     margin:0px 0 5px 0; 
     font-size:21px;
     line-height:22px;  
     font-weight:bold; 
     padding: 0 0px 0 0; 
}

h6 { /* tiny */
     font-family:Helvetica, Arial, Serif;
     margin:0px; 
     font-size:9px;
     line-height:11px;  
     font-weight:normal; 
     padding: 5px 0px 5px 0; 
}

input{padding:2px; margin: 5px 5px 1px 0;	border:1px solid #dddddd;	background: #f9f9f9; padding: 4px;}

textarea {	width: 95%;	padding: 5px;		border:1px solid #cccccc; background:#f9f9f9;}

input:hover, textarea:hover {	border:1px solid #cccccc;	background: #f1f1f1;}

input#submit {  background:#f9f9f9;	margin: 0;  padding:5px;border:1px solid #dddddd; 
font-weight:bold; color:#940606; font-size:11px; cursor:pointer;}

input#submit:hover { background:#f1f1f1;}

code {	font: 1.1em 'Courier New', Courier, Fixed;	}

acronym, abbr{font-size: 0.9em;	letter-spacing: .07em;	}

hr { display: block; color:#f1f1f1; border-bottom:1px solid #f1f1f1; margin:5px 0 5px 0;}

pre { line-height: 1.5;	margin-bottom: 1.5em; 	overflow: auto; }

fieldset {border:1px solid #f1f1f1; padding:10px;}

blockquote {  
	background: #f1f1f1;	
	color:#222; 
	padding:4px 20px 4px 20px;	
	margin:0px 0px 10px 0px;	
	border:1px solid #CCCCCC;
}

/*
table {border:1px solid #dddddd;}

td,th {	line-height: 1.0em;	padding:7px; margin:1px;} 
th {	background-color: #f9f9f9;	}
td {	border: 1px solid #f1f1f1;}
*/
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt; 	}
#wp-calendar a {text-decoration: none;	}
#wp-calendar caption {	font: bold 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;}
#wp-calendar th {font-style: normal;	text-transform: capitalize;}

/* Float */

.alignleft {float:left;} .alignright {float:right;}
.clearfloat:after {	display:block;	visibility:hidden;	clear:both;	height:0;	
content:".";	}	
.clearfloat {	display:inline-block;	}
.clearfloat {	display:block;	}
.clear {	clear: both;}

/******** Wordpress Styles ********/

.aligncenter, div.aligncenter { display: block;margin-left: auto;margin-right: auto;}
.alignleft {  float: left; }
.alignright {  float: right }
.wp-caption {  border: 1px solid #f1f1f1;  text-align: center;  background-color: #f9f9f9;  padding: 5px; margin: 10px; -moz-border-radius:  5px; -webkit-border-radius: 5px; border-radius: 5px;}
.entry .wp-caption img, .entry .wp-caption a img  {   margin: 0;   padding: 0;  border: 0 none;}
.wp-caption p.wp-caption-text {  font-size: 10px; font-weight:bold; line-height: 17px;  padding: 0 4px 5px;   margin: 0; }
img.centered {	display: block;	margin-left: auto; 	margin-right: auto;	}
img.alignright {	padding: 4px;	margin: 0 0 2px 7px;	display: inline;	}
img.alignleft {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}
.smallattachment {text-align: center;float: left;width:128px; margin:5px 5px 5px 0px;}
#side-left p.attachment {	text-align: center;	margin: 5px 0px;}
.attachment-thumbnail {width:125px; height:125px;}
.attachment-medium {width:450px; text-align:center; height:300px;}
.caption {padding-left:10px;}

/* Corner */

/* .top-rt { background: url(images/top-rt.gif) no-repeat top right;}
.top-lft { background: url(images/top-lft.gif) no-repeat top left;} */
.kutu {width:100%; background-color: #fff; margin-bottom:10px;}   /* min-height:184px; */
.kutu3 {width:100%; background-color: #fff; margin-bottom:10px; padding:0;}
/* .ust { background: url(images/ust-sag.gif) no-repeat top right;} 
.ust span{ background: url(images/ust-sol.gif) no-repeat top right;}
.alt { background: url(images/alt-sag.gif) no-repeat bottom right; }
.alt span {background: url(images/alt-sol.gif) no-repeat bottom right;}  */
.ust span, .alt span, .ust2 span, .alt2 span{width: 10px;height: 10px;border: none;display: block !important;}
.kutu2 {width:100%; background-color: #29b0c4;margin-bottom:10px; color: #fff;}
.ust2 { background: url(images/ust2-sag.gif) no-repeat top right;}
.ust2 span{ background: url(images/ust2-sol.gif) no-repeat top right;}
.alt2 { background: url(images/alt2-sag.gif) no-repeat bottom right; }
.alt2 span {background: url(images/alt2-sol.gif) no-repeat bottom right;}
.kutu .spacer, .kutu2 .spacer{margin: 0px; padding:0px 30px 0px 10px;}

/* Top */

#header a {color:#29b0c4; }
#header .logo { float:left; width:550px; margin-top:10px;}
#header .logo span {color:#aaa; padding-left:7px;   font-size:11px;}
#header .search {background: url(images/search-bgr.gif) no-repeat;float:right;width:203px; padding:1px; 	margin: 15px 0px 0px 0px; height: 27px; }
#header .search input{	background: transparent;	border: 0;	color: #a3a192;	float: left;	font-size: 12px; padding-left:10px;	margin:0; width: 160px;}
#header .search .btn{	margin: 3px 0 0 0;	padding: 0;	width: auto;}

/*
#nav-menu a {color:#2e2e2d;}
#nav-menu .tools {float:right; font-weight:bold;font-size:11px; margin-top:8px;}
#nav-menu .tools span {font-size:10px; color:#aaa; font-weight:normal;}
#nav-menu .tools ul {background:url(images/tools-bg.gif) right no-repeat; width:170px; margin-right:5px; padding-right:20px; height:10px; color:#aaa; line-height:9px;}
#nav-menu .tools li {display:inline;}
#nav-menu .tools a, #nav-menu .tools a:visited {color:#ff6f40; font-weight:bold;}
#nav-menu .tools a:hover {text-decoration:underline;}
*/


/* Content Left */


#side-left p {margin:0; padding:8px 0 8px 0;}

/*
#side-left a {font-weight:bold;}
#side-left h2 {font: 52px Verdana, Arial; color:#05454f;}
#side-left h2 a, #side-left h2 a:visited, #side-left h3 a, #side-left h3 a:visited {color:#05454f; font-weight:normal; }


#side-left h2 a:hover, #side-left h3 a:hover {color:#ff6f40; text-decoration:none;}
#side-left h3 {font-size:18px; margin:0px 0px 10px 0px; color:#05454f;}
#side-left h2.pagetitle {color:#940606;}

h2.pagetitle {
	color:#940606 !important;
}

#side-left h2.result {color:#fff;}
#side-left img {
	padding:5px;
	margin:5px;
}

#single {
color:#ff0000;
}

#single h1 { 
     margin:0px 0px 0px 0; 
     padding: 5px 0 10px 0; 
     font-size: 52px; 
     font-weight:bold; 
 line-height: 24px;
     color:#990000;  
}

#side-left-blog h2 {color:#933E06; padding:50px;}

*/
#content .tags {font-size:10px; color:#aaa; margin-bottom:5px;font-weight:bold;}
#content .tags a{font-size:10px; color:#aaa; font-weight:normal;}
#content .tags a:hover{color:#2e2e2d; text-decoration:none;}

#postdate {
     float:right;
     text-align:right;
     margin:0px; 
     color:#5B5B5B; 
     font-size:14px;
}

#content .postmetadata {text-align:right;margin-top:15px; color:#aaa; font-size:11px;}
#content .postmetadata a {color:#aaa; font-weight:bold; font-size:11px;}
#content .postmetadata a:hover {color:#2e2e2d; text-decoration:none;}
#navigation {font-size:10px; line-height:21px; height:20px;}
/*
#side-left .img-nav { padding:10px; width:95%;}
*/
#navigation span { color:#aaa;}
#navigation a{background:#29b0c4 url(images/pagination-left.gif) left center no-repeat; color: #fff; padding: 5px 0 5px 6px; line-height:22px; text-decoration:none;}
#navigation  a strong{background:url(images/pagination-right.gif) right center no-repeat; padding: 5px 7px 5px 0px;text-decoration:none;}
#navigation a:hover{background: #ff6f40  url(images/pagination-hover-left.gif) left center no-repeat; text-decoration:none;}
#navigation a:hover strong{background: url(images/pagination-hover-right.gif) right center no-repeat;text-decoration:none;}
#content ul, #content ul ol {line-height:22px;	color:#888;margin:0 0 0 0;	}
#content ul li{	list-style-type: circle; color: #555; margin:0px 5px 0 30px;  }
#content ul p, #content ul select {	margin:0px;	}
#content ul ul, #content ul ol {margin: 3px 0 0 15px;border:none;	}
#content ul ul li, #content ul ol li{	list-style-type: circle; border:none;}
#content ol li {list-style-type:decimal; margin:0 0 5px 45px;} 
#content ol li ul li {list-style-type:lower-roman;}
#content ul ul ul, #content ul ol {	margin: 0 0 0 10px;	}
#content ul ol li {	list-style: decimal outside;	}
#content ul ul li, #content ul ol li {	margin: 3px 0 0;	padding: 0;}
/*
.entry img {border: 1px solid #f1f1f1;  text-align: center; padding: 5px; margin:5px; -moz-border-radius:  5px; -webkit-border-radius: 5px; border-radius: 5px;}
*/
a.more {padding-right:10px; line-height:8px; background:url(images/more.gif) center right no-repeat; padding-bottom:1px;}
#side-left p.warning {	background:transparent url(images/warning.gif) left no-repeat;	color:#aaa; padding:0 0 0 20px;}


.post {
	padding:7px 0 0 20px;
	/* border:1px solid #ff0000; */
	

}


/* Sidebar Right */


#sidebar a {font-weight:bold; font-size:11px; }
#sidebar .kutu2 h2 {background:#29b0c4;color:#0c5762; padding-bottom:8px; font-size:18px;}

#sidebar h2 {background:url(images/sidebar-h2-bg.gif) bottom left no-repeat;color:#444; padding-bottom:8px; font-size:18px;}

#sidebar ul, #sidebar ul ol{line-height:22px;	color:#aaa;margin:10px 0 0 0;	}
#sidebar ul li {	list-style-type: square;	list-style-image: none;	margin-bottom: 5px; margin:0px 5px 0 15px; border-bottom:1px dashed #f1f1f1; padding-bottom:3px;}
#sidebar ul p, #sidebar ul select {	margin: 5px 0 8px;	}
#sidebar ul ul, #sidebar ul ol {margin: 3px 0 0 15px;border:none;	}
 #sidebar ul ul li, #sidebar ul ol li{	list-style-type: circle; border:none;}
#sidebar ol li {list-style-type:lower-roman; margin:0 0 0 20px;} 
#sidebar ol li ul li {list-style-type:lower-roman;}
#sidebar ul ul ul, #sidebar ul ol {	margin: 0 0 0 10px;	}
ol li, #sidebar ul ol li {	list-style: decimal outside;	}
#sidebar ul ul li, #sidebar ul ol li {	margin: 3px 0 0;	padding: 0;}
#sidebar ul li a {background:none; margin:0; padding:0;}
#tag_cloud  a {font-weight:normal;}
#sidebar li.latestcomment{list-style-type:none; padding:3px; margin:0 0 2px 0; border:none; line-height:20px; background:#f9f9f9;}
#sidebar li.latestcomment:hover{ background:#f1f1f1;}
span.commmentavatar { float:left; padding-right:5px; padding-top:7px; height:20px; width:20px;}
#sidebar li.latestpost{padding: 0px; margin-left:15px; line-height:14px; padding:3px 0 3px 0;}
span.commententrytitle { font-size: 0.85em; line-height:8px;	color: #AAAAAA;}
span.latestpostmeta, span.latestpostmeta a { font-size: 0.85em; font-weight:normal; color: #AAAAAA;}

/* Comments Form */
#comments h3 {border-top:2px solid #f1f1f1; border-bottom:5px solid #f1f1f1;color:#05454f; padding:5px 0 5px 0; font-size:18px;}
#commentform p, form p {	font-family: 'Lucida Grande', Verdana, Arial,Sans-Serif;	}
#commentform input{	width: 50%;	padding:2px; margin: 5px 5px 1px 0;	border:1px solid #f1f1f1;	background: #f9f9f9;	}
#commentform textarea{	width: 99%;	padding: 1px;		border:1px solid #f1f1f1;	background: #f9f9f9;}
#commentform input:hover,  #commentform textarea:hover {	border:1px solid #f1f1f1;	background: #f1f1f1;}
#commentform #submit{ background:url(images/button.gif) center bottom no-repeat ;	margin: 0;	line-height:26px;  border:none;  height:28px;
width:106px; font-weight:bold; color:#fff; font-size:11px; cursor:pointer; }
#commentform #submit:hover {
 background:url(images/button-hover.gif) center bottom no-repeat ;}
#commentform p {margin-bottom: 5px;}

/* Comments List */

#comments ul{  padding: 5px;}
#comments li { text-transform: lowercase;	margin: 10px 0 10px 0;	padding: 5px 10px 3px;	list-style: none;	}	
#comments li .avatar { 	float: right;	border: 1px solid #eee;	padding: 2px; margin-left: 5px; margin-bottom: 5px;	background: #fff;	}
#comments cite{font-weight: bold;	font-style: normal;
font-size: 1.1em	}
#comments cite a {	font-weight: bold;	font-style: normal;	font-size: 1.1em;	}
#comments p {	font-weight: normal;	line-height: 1.5em;	text-transform: lowercase;	margin: 10px 5px 10px 0;	}
#comments small.commentmetadata {  background:none;	font-weight: normal;	}
#commentform p {  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	margin: 5px 0;	}
#comments .nocomments {	text-align: center;	margin: 0;	padding: 0;	}
#comments .commentmetadata {	margin: 0;	display: block;	}
#comments .darkcolor {	background-color: #f9f9f9; -moz-border-radius:  5px; -webkit-border-radius: 5px; border-radius: 5px;}
#comments .count {background:none; line-height:30px; float:left; font-size:36px; color:#ccc; height:37px;  margin-right:5px;}
#comments blockquote { background:none; border-left:#29b0c4 5px solid; padding-left: 15px; color:#aaa; margin:20px 0px 20px 0px;	}

/* Footer */

#footer {font-size:10px; color:#AAAAAA;}
#footer a {
     font-weight:bold;
     color:#AAAAAA;
}
#footer a:hover {
     font-weight:bold;
     color:#AB6426;
}
#footer .footer-left{float:left; padding:10px 0 0 10px;}
#footer .footer-right{float: right; padding:10px 15px 0 0px; }



/* image wrap */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*  JD ADD */
#page_header {
	margin:0px 0 10px 0;

}

/*  JD ADD */
#home_header {
	
	margin:0px 0 10px 0;
        height:414px;

}

/* Event & Exhibit Styles */

.event_date
{
        color: #111111;
	font-size: 1.2em;
	padding: 1px 5px 0 0; 
	text-align: left;
	margin: 0 20px 5px 0px;
	line-height:1.3em;
}

.event_date_main
{
        color: #333;
	font-size: 1.3em;
	padding: 8px 5px 0 0; 
	text-align: left;
	margin: -10px 20px 5px 10px;
	line-height:1.3em;
	font-weight:bold;
}


.event_title
{
        font-size: 1.1em;
        font-weight: normal;
        padding: 2px 230px 0 0; 
        text-align: left;
        margin: 0 20px 5px 0px;
}


.events_excerpt
{
width: 490px; /* from 385 */
height: 100px;
}

.events
{
width: 570px; /* ie fix - in order to fit into pagecontent */
}

.event_thumb
{
	float:right;
	position: relative;
	margin: 0px 0px 10px 0; 
	padding: 8px 20px 0 20px; 
	border: none;  /* 1px solid #ddd; */
}

.event_banner
{
float:left;
clear:both;
width:565px;
margin: 10px 0px 10px 0px; /* Right and left should be set using Padding for IE */
padding: 0px 0px 0px 5px;
border: none;
text-align:center;
}

.event_bannerimg
{
margin: 18px 0px 10px 0; /* 18px 2px 10px 0 */
padding: 0 2px 0px 2px; /*  0 0 0 3px */
border: none;
}

.more-link /* read more */
{
margin: 0 0px 0px 0px; /* bottom 0-5 - */
padding: 0 0 0px 0;
font-size: .9em;
text-align: right;
}



.main_event_date
{
        font-size: 1.1em;
        font-weight: normal;
        padding: 2px 5px 0 0; 
        text-align: left;
        margin: 0 20px 5px 15px;
        font-weight: bold;
}

#home_ads{
	float:left;
	width:970px;
	/* border:1px solid #666; */
	display:inline;

}

#home_box{

	width:155px;
	/* border:1px solid #666; */
	float:left;
	margin-right:6px;
	background:#fff;
        height:310px;
}

.home_event_date{
	width:135px;
	font-size:13px;
	font-weight:bold;
        padding:7px 10px 1px 10px;
        color:#222;
	
}

.home_event_title{
	width:135px;
	font-size:13px;
	font-weight:bold;
        padding:0 10px 2px 10px;
	
}

.home_event_excerpt{
	width:135px;
	font-size:12px;
	font-weight:normal;
        padding:0 10px 0 10px;
	color:#111;
}



#press_releases img {
	border:2px solid #ccc;
	float:left;
	margin:0px 10px 20px 0;
}

#press_releases img:hover {
	border:2px solid #990000;

}





.homebutton {
	width: 230px;
	height: 45px;
	margin: 0 0 .8pt 0 !important;
	padding: 0 !important;
}

.homebutton a img:hover {
    opacity: 0.86;
} 




#press_title {

     margin:0px 0px 7px 0; 
     padding:0; 
     font-size: 18px;
     width:660px;
     font-weight:bold; 
     color:#940606;
     line-height:23px;
}

#bmac-logo {
	padding: 4px 0 0 4px;
}


.wp_banner img {
	width:760px !important;
	
	overflow: hidden !important;
}

.wp_banner  {
	height:200px !important;
overflow: hidden !important;
}

.wptouch-menu {
	z-index:99999 !important;

}

