/*
Theme Name: BerkshireFringe
Theme URI: http://squarecandydesign.com/
Description: Inspired by the Zen theme for Drupal (a "blank" theme to build your own custom theme on).  Basec on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Peter Wise
Author URI: http://squarecandydesign.com/
Tags: zen, blank, custom, customize, widget

	This theme derives its lineage from:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
background: url(fringe09-bg4.gif) top center repeat;
color: #22474f;
	}

a, a:active {outline:none; border:none;}

#page {
	text-align: left;
	background: #fffbea url(page-bg.gif);
	}

#header {
	}


#header-banner { width:950px; height:143px; background: url(Website2009-header.gif) no-repeat 0 0;}
#header-banner h1 {margin:0; padding:0; text-indent:-10000px;}
#header-banner h1 a {display:block; width:950px; height:143px; margin:0; padding:0; text-indent:-100000px;}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {}

.thread-even {}

.depth-1 {}

.even, .alt {}

#footer {
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.entry p a:visited {}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

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

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

a, a:visited {
color: #418797; text-decoration:none; font-weight:bold;
	}

a:hover {
color: #55b2c7;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto 20px auto;
	padding: 0;
	width: 950px;
	}

#header-container {width:100%; background:#fff200 url(green.gif) top right no-repeat;}

#header {
	margin: 0px auto;
	width: 950px;
	}

.narrowcolumn {
	float: left;
	padding: 15px 0 20px 35px;
	margin: 0px 0 0;
	width: 660px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background-color:#f99b23;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	color:#FFFFFF;
	}

#footer a {color:#FFFFFA;}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1, h2, h3, h4 {font-family:"Arial Black", Tahoma, Arial, sans-serif; }

h2 {text-transform:uppercase; color: #f05150; font-size:24px; margin: 5px 0 10px 0;}
h3 {color: #f99b23; font-size:20px; margin: 5px 0 10px 0; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
h4 {color: #83c05a; font-size:16px; margin: 5px 0; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

h2.pagetitle {}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {}

html>body .entry li {}

.entry ul li:before, #sidebar ul ul li:before {}

.entry ol {}

.entry ol li {}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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;
	}
/* End Entry Lists */


/* Begin Form Elements */

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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	
	}

select {
	width: 190px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0px 10px 10px;
	margin-left: 740px;
	width: 190px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul li {list-style:none;}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#headermenu {background: #f99b23;}

#headermenu ul {margin: 0; padding:0;}
#headermenu ul li {
	list-style-type: none;
	position: relative; 
	margin: 0; 
	padding: 0;
	float:left;
	display:inline;
	}
#headermenu li a {
	display: block; 
	padding: 7px 7px 7px 7px; 
	text-decoration: none; 
	background:#ffffff; 
	margin:0; 
	text-align:center;
	
}
#headermenu ul ul {display:none;}

#headermenu-bottom {margin:0; padding:0; height: 32px;}
#headermenu-top {margin:0; padding:0; height: 25px; }




/* Fringe Calendar 

table, td, th {border: 1px solid #000000;}
th {width: 90px; min-width: 90px;}

*/
.time {color:#55b2c7; font-weight:bold;}
.free {color:#FFFFFF; padding:0px 1px; background: #83c05a; font-weight:bold; font-size:.8em;}
.music {color:#55b2c7; padding:0px 1px; background: #fff200; font-weight:bold; font-size:.8em;} 
.talk {color:#FFFFFF; padding:0px 1px; background: #f99b23; font-weight:bold; font-size:.8em;}


/* shopping cart */
.wpsc_variation_forms label {display:none;}

p.wpsc_variation_forms {display: block; float:left; margin-right:10px;}
p.wpsc_product_price {display: block; float:left; margin-right:10px;}
p.wpsc_product_quantity {display: block; float:left; margin: 5px 10px 0 0;}

input.wpsc_buy_button {display:block; float:left; margin-right:10px;}
h2.prodtitles {margin-top:0;}

tr.product_shipping {display:none}
tr.product_shipping + tr.total_price {display:none;}

#sliding_cart .items {display:none;}

p.visitshop {display:none;}

.pricedisplay {font-weight:bold;}
span.subtotal, span.subtotal span {display:none;}


/* menu items */
#headermenu-top  .page_item a {font-family: "Arial Black", Tahoma, Arial, sans-serif; font-weight:bold; font-size:15px; line-height:15px; text-transform:uppercase; vertical-align:middle;} 
#headermenu-top  .page_item a, #headermenu-top  .page_item a:visited {color:#ffffff; background-color:#f05150;}

/* calendar */
#headermenu .page-item-40 a, #headermenu .page-item-40 a:visited  {color:#ffffff; background:#55b2c7 url(menu-calendar.gif) center 0 no-repeat; text-indent:-100000px; height:25px; width:150px; padding:0;}
#headermenu .page-item-40 a:hover {background:#ffffff url(menu-calendar.gif) center -25px no-repeat;}

/* tickets */
#headermenu .page-item-44 a, #headermenu .page-item-44 a:visited  {color:#ffffff; background:#f05150 url(menu-tickets.gif) center 0 no-repeat; text-indent:-100000px; height:25px; width:150px; padding:0;}
#headermenu .page-item-44 a:hover {background:#ffffff url(menu-tickets.gif) center -25px no-repeat;} 

/* the berkshire fringe */
#headermenu .page-item-318 a, #headermenu .page-item-318 a:visited  {color:#ffffff; background: #fff200 url(menu-berkshirefringe.gif) center -25px no-repeat; text-indent:-100000px; height:25px; width:210px; padding:0;}
#headermenu .page-item-318 a:hover {background:#55b2c7 url(menu-berkshirefringe.gif) center 0 no-repeat;}

/* 30 live */
#headermenu .page-item-320 a, #headermenu .page-item-320 a:visited  {color:#ffffff; background:#83c05a url(menu-30live.gif) center 0 no-repeat; text-indent:-100000px; height:25px; width:150px; padding:0;}
#headermenu .page-item-320 a:hover {background:#ffffff url(menu-30live.gif) center -25px no-repeat;}

/* earlystages */
#headermenu .page-item-26 a, #headermenu .page-item-26 a:visited  {color:#ffffff; background:#55b2c7 url(menu-earlystages.gif) center 0 no-repeat; text-indent:-100000px; height:25px; width:150px; padding:0;}
#headermenu .page-item-26 a:hover {background:#ffffff url(menu-earlystages.gif) center -25px no-repeat;}

/* workshops */
#headermenu .page-item-217 a, #headermenu .page-item-217 a:visited  {color:#ffffff; background:#fff200 url(menu-workshops.gif) center 0 no-repeat; text-indent:-100000px; height:25px; width:140px; padding:0;}
#headermenu .page-item-217 a:hover {background:#ffffff url(menu-workshops.gif) center -25px no-repeat;}

/* bottom menu */
#headermenu-bottom  .page_item a, #headermenu-bottom  .page_item a:visited { background-color:#f99b23; color:#ffffff; margin:0 5px; font-weight:bold; font-size:14px;}
#headermenu-bottom  .page_item a:hover {color:#24a0bc;}

#headermenu .page-item-17 a, #headermenu .page-item-17 a:visited, #headermenu .page-item-186 a, #headermenu .page-item-186 a:visited { background: #f9bc6d; color:#24a0bc;}
#headermenu .page-item-17 a:hover, #headermenu .page-item-186 a:hover {color:#ffffff;}

/* workshops */
#headermenu .page-item-171 a, #headermenu .page-item-171 a:visited  {color:#fff200; background:#f99b23 url(menu-donate.gif) center 0 no-repeat; text-indent:-100000px; height:32px; width:150px; padding:0; margin-left:15px;}
#headermenu .page-item-171 a:hover {background:#f99b23 url(menu-donate.gif) center -32px no-repeat;}






#sidebar .emaillabel {color:#fff200; font-weight:bold;}

#sidebar h2 {color:#fff200;}
#sidebar a, #sidebar a:visited {color:#ffffff;}
#sidebar a:hover {color:#f05150;}

.wp125ad {margin-left:5px;}



.wpcf7-form textarea {width:620px;}