/*
Theme Name: Asphalt Orchestra
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 {
margin:0; padding:0;
background: #f6f5f3;
font-family:Arial, Helvetica, sans-serif;
color:#888888;
font-size: 62.5%; /* Resets 1em to 10px */
outline:0;
}


#bodyouter {
background: #f6f5f3 url(bg2.jpg) center 0 no-repeat;
margin:0 auto; padding:0; height:797px; width: 100%;
}
#bodycontainer {
background: #f6f5f3 url(bg2.jpg) center 0 no-repeat;
margin:0 auto; padding:0; height:797px; width: 1000px;
}


a, a:visited, a:active {color: #666666; text-decoration:none; outline:none;}
a:hover {color:#aaaaaa; text-decoration:underline;}

#page {
	margin:0 auto;
	padding:0;
	text-align: left;
	width: 1000px;
	}

#page-inner { position:relative; margin:0; padding:0; }

#header {
	}

#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, 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 {
	}

#page {
}

#header {
}

.narrowcolumn {
	padding: 10px;
	margin:0;
	}

.widecolumn {
	padding: 10px;
	margin:0;
	}

.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 {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

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



/*	Begin Headers */
h1 {}

h2 {}

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. */
	text-align:center;
	}

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
{
	padding: 20px 10px 10px 10px;
	margin-left: 590px;
	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: 6px 30px 0 10px;
	padding-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	line-height:1.2em;
	font-style:italic;
	}
.press-entry p {margin-bottom:0px;}
.press-entry blockquote p {margin:0; text-align:right;}


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 */





.box {padding:0px; margin:0px; background:none; 
/* border:1px dashed #333333; */ 
}


#newsbox {position:absolute; top:382px; left:370px; width:260px; 
background:url(news.gif) 0 0 no-repeat; }
#newstitle {margin:0; padding:0; display:block; height:55px; text-indent:-100000px;}
#newsbox h4 {margin: 10px 0 5px 0; padding:0; color:#ff7b53; text-transform:uppercase; font-size:1.4em; letter-spacing:0.05em;}
#newsbox .news-entry {font-size:1.3em; color:#000000;}
#newsbox p {margin:5px 0;}
#videobox {position:absolute; top:33px; left:60px; width:320px; }
#videobox p, #audiobox p {margin:0; padding:0;}
#videotitle, #audiotitle, #bethefristtoknow, #emaillistlabel {margin:0; padding:0; text-indent:-100000px; height:1px; display:block;}
#audiobox {position:absolute; top:15px; left:370px; width:300px; }
#moreaudio {position:absolute; top:100px; left:361px; background:#f6f5f3; z-index:100; width: 260px; border:5px solid #0691dd; padding:15px; display:none; }
#audiotoggle {font-size:1.2em; color:#0691dd; position:absolute; top:66px; left:531px; cursor:pointer;}
#audiotoggle:hover {color:#16a1ed;}
#audioclose {text-align:right; background: #666666; padding:3px; color:#FFFFFF;}
#pressbox {position:absolute; top:55px; left:668px; width:295px; height:170px; text-align:right; 
	font-size:1.5em; font-family:Georgia, "Times New Roman", Times, serif; color:#000000; font-style:oblique;}
#pressbox p {margin:0 0 5px 0;}
#presstitlecontainer {margin:0; padding:0;}
#presstitle {position:absolute; display:block; top:10px; left:680px; margin:0; padding:0; width:90px; height:25px; text-indent:-100000px; }
#pressboxmore {font-family:Arial, Helvetica, sans-serif; font-size:.8em; font-style:normal;}
#pressboxmore a, #pressboxmore a:visited {color:#0f456a;}
#storebox {position: absolute; top:96px; left:540px; width:120px; height:100px;}
#emaillistbox {position: absolute; top:251px; left:771px; width:240px;}
#idydkl-idydkl {width:110px; font-size:9px; height:13px; padding:0.2em;}
#zip {width:44px; font-size:9px; height:13px; padding:0.2em;}
#aboutusbox {position:absolute; width: 210px; height:70px; left: 744px; top: 297px;}
#aboutus a {display:block; height: 28px; width:208px; text-indent:-100000px;}
#members a {display:block; height: 22px; width:120px; margin-top:15px; text-indent:-100000px;}

#photobox {position:absolute; width:323px; height:260px; left:677px; top:398px;}
#photobox p {margin: 0;}
#morephotos {display:block; position:absolute; top:620px; left:855px; z-index:10; background:url(morephotos.gif) 0 0 no-repeat; width:147px; height:22px; text-indent:-100000px;}
#eventsbox {position: absolute; top: 306px; left:38px; height:270px; width:252px; color:#FFFFFF; font-size:1.2em;}
#eventsbox a {color:#DDDDDD;}
#eventsbox a:hover{color: #3366FF;}
#eventsbox h3 {margin:0;}
#eventsbox p {margin: 10px 0 15px 0;}
#upcomingevents {display:block; background:url(upcomingevents.gif) 0 0 no-repeat; width:136px; height:65px; text-indent:-100000px;}
#pastevents {position: absolute; top: 573px; left:200px; width:282px; color:#FFFFFF;}
#moreupcoming {position: absolute; top: 560px; left:153px; width:300px; color:#FFFFFF; font-size:1.1em;}
#subscribeevents {position: absolute; top: 607px; left:38px; font-size:1.1em;}
#subscribeevents, #subscribeevents a {color:#283ba1}
 #subscribeevents a {font-weight:bold;}
#footer1 {position:absolute; top: 664px; left:0;}
#footer2 {position:absolute; top:664px; right:0; text-align:right;}

#listformgo {background:url(go.gif) 0 0 no-repeat; border:none; text-indent:-100000px; width:40px; cursor:pointer;}

#bangonacan {display:block; background:url(bangonacan.gif) right 4px no-repeat; width:100%; height:27px; text-indent:-100000px; text-align:left; }
#facebook {display:block; background:url(facebook.gif) 0 0 no-repeat; width:75px; height:40px; text-indent:-100000px; text-align:left; }
#youtube {display:block; background:url(youtube.gif) 0 0 no-repeat; width:54px; height:31px; text-indent:-100000px; text-align:left; }
#storelink {display:block; background:url(store.gif) 0 0 no-repeat; width:120px; height:100px; text-indent:-100000px; text-align:left; }

#morevideoslink {color:#098a7a; font-size:1.1em;}

body #TB_title {background:#f6f5f3; height:56px;}
#TB_iframeContent { margin:0; padding:0;}
body #TB_ajaxContent {padding: 0 30px 15px 0px; background:#f6f5f3;}
#singlepage {background:#f6f5f3 url(logo-bg3.jpg) 0 10px no-repeat fixed; padding: 10px 15px 0 30px; min-height: 392px; color:#000000; font-size:1.2em;}

#post-2 h2 { text-transform:uppercase; }

body #TB_ajaxWindowTitle {font-size:1.8em; text-transform:uppercase; color:#c61e1e; font-weight:bold; padding:15px;}

#membersbody { background:#f6f5f3 url(logo-bg2.gif) 0 300px no-repeat fixed;}
#memberspage {margin: 0; padding:0px 15px 0 15px;}
#memberspage img {border:2px outset #c61e1e; background: #ffffff; padding:2px;}
#memberspage h3.theselector a {color:#901616; font-weight:bold; letter-spacing:.1em;}
#memberspage h3.theselector.ui-state-active a {color:#c61e1e;}
#memberspage h3.theselector.ui-state-default a {color:#FFFFFF;}
#memberspage h3.theselector.ui-state-default {background:#901616 url(memberbar2.gif) right bottom no-repeat;}

.thestuff p {margin:0;}
div.ui-widget-content.thestuff {background: #ffffff url(memberbg2.jpg) left bottom no-repeat;}


.date, .time {font-size:1.2em;}
.upcomingtitle {font-weight:bold;}
.whatsnext {font-size:1.2em;}
.gcal, .maplink {font-size:.8em; font-style:italic;}
.whatsnext .date {font-weight:bold; color:#283a9d;}
.whatsnext .time {font-weight:bold; color:#63b8e6;}

.audioplayer_container {font-size:.9em; width:260px;}
.theselector {clear:both;}
#footermenu {font-size:16px; text-align:center; color:#0066FF; margin:10px; clear:both;}
#footermenu a {color:#0066FF;}