/*
Theme Name: MATA
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: "Trebuchet MS",Arial,Helvetica,sans-serif;
color:#000000;
background:#ffffff;
font-size:75%;
	background: url(bg.jpg) 0 0 no-repeat;

	}

a, a:link, a:active, a:visited {color:#cc6600; outline:none; text-decoration:none;}
a:hover {color:#dc7600; text-decoration:underline;}

#page {
	text-align: left;
	background: url(bg.jpg) 0 0 no-repeat;
	}

#logo {margin:0; padding:0;}
#logo a {display:block; height: 150px; width:240px; 
margin:0; padding:0;
text-indent:-100000px;
}

#content {
background: #ffffff url(hatchmarks.gif) top right no-repeat;
border: 1px solid #dfaf7e;
border-bottom:none;
margin:30px 0 0 0;
padding:5px 60px 5px 5px;
	}

.post {border: 1px solid #dfaf7e;
border-bottom:none;
padding: 15px;
}



.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
padding:15px;
border: 4px solid #aaaaaa;
	}

.thread-alt {}

.thread-even {}

.depth-1 {}

.even, .alt {}

#footer {
	}

small {
	font-size: 0.8em;
	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, h2 a:hover, h3 a:hover {
	}

a:hover {
	}

#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: 0;
	padding: 5px;
	width: 1030px;
	}

#header {
	border: 1px solid black;
	width: 950px;
	}

.narrowcolumn, widecolumn {
	float: right;
	padding: 0 45px 20px 0px;
	margin: 0px 0 0;
	width: 710px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	}

.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 {
	padding: 20px 0 0;
	margin: 0px 0 0 274px;
	width: 450px;
	clear: both;
	}

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



/*	Begin Headers */
h1 {font-size:2em}

h2 {font-size:1.7em;}



h2.page-title {
margin:0 0 20px;
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 2.6em;
text-transform:uppercase;
color:#cc6600;
font-weight:normal;
letter-spacing:.1em;
}



#TB_window #TB_ajaxWindowTitle {width:450px;}

#TB_window #TB_title {height: auto; background:none;}
#TB_ajaxWindowTitle {
margin:0 0 0px;
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 2.0em;
text-transform:uppercase;
color:#cc6600;
font-weight:normal;
letter-spacing:.1em;
}

#TB_closeAjaxWindow, #TB_closeWindow {text-indent:-999999px; font-size:0.01em;}
#TB_closeWindowButton img {display:none;}
#TB_closeWindowButton {display:block; height:18px; width:18px; background:url(x3.gif) #ffffff 0 0 no-repeat; }
#TB_closeWindowButton:hover {text-decoration:none;}


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

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: 130px;
	}

#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
{ float:left;
	padding: 5px;
	margin-right: 0px;
	width: 240px;
	}
#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 {margin-left:260px;}

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





#sidebar {font-size:1em;}

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


#sidebar ul#sidebarbox {margin: 0 0 0 53px; width:185px;}


ul#menu1 li.current_page_item a, ul#menu1 li.current_page_ancestor a {background:#bc5600;}
ul#menu1 li.current_page_ancestor ul li.page_item a {background:#cccccc;}
ul#menu1 li.current_page_ancestor ul li.page_item a:hover {background-color:none;}

ul#menu1 li ul li.current_page_item a, 
ul#menu1 li.current_page_item ul li a, 
ul#menu1 li.current_page_ancestor ul li.current_page_item a,
ul#menu1 li.current_page_ancestor ul li.current_page_ancestor a {background: none;}
ul#menu1 li a.haschildren { background-image: url(plus.gif); background-position: 95% center; background-repeat: no-repeat;}
ul#menu1 li a.haschildren.minus { background-image: url(minus.gif);}

#subpages-menu {padding:5px; background:#eeeeee;}


div#breadcrumbs {margin-top:20px;}
div#breadcrumbs + .page-title {margin-top:3px;}

p.postedon {margin:3px 0; color:#666666; font-size:.9em;}
p.thetags {margin:3px 0; color: #999999; font-size:.9em; }
.ar-entry, 
.tb-entry {padding:5px; background:#eeeeee; margin:5px 50px 5px 0;}
.ar-entry p,
.tb-entry p {margin:3px 0;}
.ar-entry h4,
.tb-entry h4 {margin:3px 0; font-size:1.2em;} 

.tb-entry {font-size:.8em;}

#searchform {margin: 0 5px 0 50px;}

#archivesbox ul li {list-style:none;}
#archivesbox ul li a {display:block; float:left; padding:3px; margin:3px; background:#eeeeee; text-decoration:none; color:#000000;}
#archivesbox ul li a.current_year_item {background:#ccccff;}



#contactbox {font-size:.9em; padding:5px; border: 1px solid #dfaf7e;
border-bottom:none; background:#ffffff; color:#cc6600; margin: 0 0 0 10px;}
#joinemailbox {font-size:1.2em; text-align:right; border: 1px solid #dfaf7e;margin: 10px 0 10px 10px; padding:5px;}


.hideme {display:none; float:left;}



.bios {border: 4px solid #666666; padding:0px; width:326px; float:left;}
#biosl {margin:5px 10px 20px 0;}
#biosr {margin:5px 0 20px 0;}
#aboutinterval {width:668px; margin:5px 0 20px;}
.bios h2 {background:#666666; color:#FFFFFF; margin:0; padding:2px;
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 1.2em;
text-transform:uppercase;
font-weight:normal;
letter-spacing:.1em;
}
.bios .biolist {padding:4px;}
.bios a.thickbox {display:block; float:left; margin:0px 15px 4px 0px;}
.bios a.ai-link {display:block; float:left; margin:0px 20px 4px 0px; font-size:1.1em;}


.festevent {clear:both; border: 4px solid #666666; padding:0px; margin:20px 0px; min-height:120px;}
.festevent h3.date {margin:0; padding:3px; background:#666666; color:#FFFFFF;
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 1.5em;
text-transform:uppercase;
font-weight:normal;
letter-spacing:.1em;
}
.festevent h4.title {margin:0; padding:3px; color:#cc6600;
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 1.6em;
text-transform:uppercase;
font-weight:normal;
letter-spacing:.05em;
}
.festcontent, .festexcerpt {padding:4px;}


.archivedate {color:#666666;}


.category-interval-blog h2.post-title {margin: 5px 0; padding:5px; background:#dacc23; color:#FFFFFF;}
.category-interval-blog h2.post-title a {color:#ffffff;}
.category-interval-blog h2.post-title a:hover {text-decoration:none; color:#cccccc;}

.category-festival-blog h2.post-title {margin: 5px 0; padding:5px; background:#CC6600; color:#FFFFFF;}
.category-festival-blog h2.post-title a {color:#ffffff;}
.category-festival-blog h2.post-title a:hover {text-decoration:none; color:#cccccc;}

.archive-title {margin: 5px 0; padding:5px; background:#cc6600; color:#ffffff;}
.archive-title a {color:#ffffff;}
.archive-title a:hover {text-decoration:none; color:#cccccc;}

.navigation {padding:15px; margin: 10px 0; background:#eeeeee;}


.volume {font-size:.5em; letter-spacing:.7em; color:#bbbbbb; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

.archiveyear {
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 1.6em;
text-transform:uppercase;
color:#cc6600;
font-weight:normal;
letter-spacing:.1em;
margin: 20px 0 5px;
}

.archive ul {padding: 0; display: inline;}
.archive ul li.festarchivelisting {list-style:none; padding: 0 0 3px 55px; text-indent:-30px;}
.archive ul li.intervallisting {list-style:none; padding: 0 0 3px 55px; text-indent:-30px;}



#post-18 td {vertical-align:top; width:220px;}
#post-18 ul li {list-style:none; padding:0;}
#post-18 ul {margin:0; padding:0 10px 0 20px;}



#archive-left {float:left; width:312px; padding-right:30px;}
#archive-left :first-child {margin-top:0;}

#archive-right {float:left; width:322px; padding:0; margin:0;}
#archive-right :first-child {margin-top:0;}
