/*
Title:		Master screen styles
Author:		actsofgood@gmail.com
*/

/*
COLORS
#
#
#
#
#
*/

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-family: "Trebuchet MS", Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-family: Baskerville, Times, "Times New Roman", serif;
	*/
	color: #bdafa0;
	font-size: 62.5%;
	background: #211c24 url(../i/bg-wide.jpg) no-repeat 50% 0;
}

/* links */
a:link, a:visited{
	color: #c7a004;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #d06c27;
}

/* STRUCTURE */

#wrap{
	width: 950px;
	background: transparent;
	margin: 0 auto;	
	position: relative;
	padding-top: 61px;
}

/* HEADER */

#header{
	height: 175px;
	width: 950px;
	background: transparent url(../i/bg-top-logo.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.home #header{background: transparent url(../i/bg-home-logo.jpg) no-repeat 0 0;}
.special #header{background: transparent url(../i/bg-3-logo.jpg) no-repeat 0 0;}

#logo{
	position: absolute;
	width: 285px;
	height: 65px;
	top: 1px;
	left: 100px;
}

#logo a:link, #logo a:visited {
	text-indent: -9999px;
	outline: none;
	display: block;
	width: 285px;
	height: 65px;
	background: transparent url(../i/purple.png) no-repeat -285 0;
}

#logo a:hover {
	background: transparent url(../i/purple.png) no-repeat 0 0;
}

#header h1{
	position: absolute;
	top: 68px;
	right: 0;
	width: 735px;
	font-size: 25px;
	font-weight: normal;
	color: #d06c27;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	overflow: hidden;
}

.home #header h1{
	text-indent: -9999px;
	top: 0;
	left: 0;
}

#header #topnav{
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 36px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

#header #topnav li{
	display: inline;
	margin-left: 50px;
}

#meat{
	background: transparent url(../i/bg-tile.gif) repeat-y 0 0;
	
	/*CSS3*/
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.75);
}

.special #meat{background: transparent url(../i/bg-tile-3.gif) repeat-y 0 0;}

#innermeat{
	background: transparent url(../i/bg-main-top.gif) no-repeat 0 0;
	padding-top: 111px;
	min-height:442px;
	height:auto !important;
	height:442px;
}

.home #innermeat{
	background: transparent url(../i/bg-home-top.jpg) no-repeat 0 0;
	min-height:408px;
	height:408px;
}

.special #innermeat{background: transparent url(../i/bg-3-top.jpg) no-repeat 0 0;}
	
#main{
	width: 700px;
	float: right;
	display: inline;
	margin-right: 35px;
	margin-bottom: 35px;
	font-size: 1.2em;
	position: relative;
}

.special #main{
	margin-right: 0;
	width: 735px;
}

.special #main #entries{
	width: 565px;
	float: left;
}

#main p{
	font-size: 1.1em;
}

#main.group{
	margin-right: 15px;
	width: 720px;
}

.lcol, .rcol{width: 350px;}
.lcol{float: left;}
.rcol{float: right;}
.column{float: left;width: 49%;padding: 0;margin:0;}

.entry{
	width: 567px;
	float: left;
	
	padding-bottom: 120px;
	background: transparent url(../i/seperator.gif) no-repeat 100% 100%;
	margin-bottom: 20px;
}

.entry div{
	background: #26181b url(../i/entry-bg.gif) repeat-y 100% 0;
	/*background rgba(38,24,27,.75);*/
}

.entry div div{
	background-image: none;
}

p.small{
	margin-top: 0;
	font-size: 11px;
} 

.event p{
	padding-left: 70px;
	position: relative;
}

.event p strong{
	width: 70px;
	position: absolute;
	left: 0px;
}

#subnav{
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;
}

#secondary{
	width: 169px;
	float: left;
	margin: 0;
}

#secondary #sidenav{
	text-transform: uppercase;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#secondary #sidenav li{
	display: block;
	zoom: 1;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}

#secondary #sidenav li a{
	padding: 8px 8px 6px;
	display: block;
	position: relative;
	background: #2c0800 url(../i/sidenav-bg.jpg) repeat-x 0 100%;
}

#secondary #sidenav li ul{
	display: none;
	margin: 0;
	padding: 0;
	zoom: 1;
	margin: 0;
	width: 180px;
	position: absolute;
	left: 169px;
	top: 0;
	font-size: .9em;
	z-index: 5;
}

#secondary #sidenav li:hover ul{
	display: block;
	
	-webkit-box-shadow: 2px 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 0 3px rgba(0,0,0,.4);
}

#secondary #sidenav li ul li a{
background: #40251f url(../i/sidenav-bg2.jpg) repeat-x 100% 100%;
}

#homenav{
	width: 950px;
	height: 163px;
	background: transparent url(../i/bg-homebanner.jpg) no-repeat 0 0;
	position: absolute;
	top: 417px;
	left: 0;
}

#homenav div{
	height: 163px;
	float: left;
	margin: 0;
	font-size: 11px;
	overflow: hidden;
}

#homenav div h2{
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 14px 0;
	padding-left: 7px;
	text-shadow: -1px -2px 4px rgba(0,0,0,.5);
}

#homenav div p{
	padding: 3px 7px;
	line-height: 16px;
	margin: 2px 0;
}

#b1{width: 170px;}
#b2{width: 224px;}
#b3{width:77px;}
#b4{width:210px;}
#b5{width:265px;}

#b3 img{display: block;margin: 0 7px 4px;}

#footer{
	margin: 12px 5px 50px;
	padding-bottom: 40px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.1em;
}

.quote1{
	margin-top: 20px;
	padding: 10px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 14px;
	color: #7C6A88;
	font-style: italic;
}

.quote1 p{
	margin-bottom: 20px;	
}

.quote1 span{
	font-style: normal;
}

#blogsidebar .quote1{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 20px;
}

/* MAIN STYLES */

h2{
	font-weight: bold;
	font-size: 18px;
	color: #7C6A88;
}

h3{
	font-weight: bold;
	font-size: 15px;
	color: #E1C0A0;
}

blockquote p{
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #E1C0A0;
}

p{
	margin: 12px 0;
	line-height: 1.8em;
}

ul{
	padding-left: 25px;
	margin: 12px 0;
}

div.citations{
	font-size: 10px;
	padding-top: 20px;
	margin-top:20px;
	border-top: 1px solid #000;
}

em{
	font-style: italic;
}

/* SECONDARY STYLES */

#sidebar{
	width: 169px;
	margin: 10px 0;
	clear: both;
	float: left;
	
}

#sidebar .innerslim{
	background: #211020 url(../i/sbgrad.jpg) no-repeat 0 0;
}

#sidebar h3{
	padding: 5px 7px;
	border-top: 2px solid #54333B;
	border-bottom: 1px solid #211020;
	background-color: #452029;
	text-shadow: -1px -2px 4px rgba(0,0,0,.5);
}

#performances{
	float: left;
	width: 100%;
	background: rgba(0,0,0,.25);
	margin: 25px 0;
	border: 1px solid #000;
	border-right: none;
	
	/*CSS3*/
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

#performances thead th{
	font-size: 1.4em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	border-bottom: 1px solid #000;
}

#performances tr td, #performances tr th{
	padding: 10px;
	border-right: 1px solid #000;
}

#performances tr.odd{
	background: #1F1B22;
}

#performances tr.even{
	background: #19151A;
}

img.gallery{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	display: inline;
}

form input.input, form textarea{
	background-color: #462E44;
	color: #eee;
	padding: 3px;
	border: 2px inset #333;
	
	/*CSS3*/
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

/* BLOG */

#blogsidebar{
	width: 165px;
	float: right;
}

.com1, .com2{
	clear: both;
	background: #462E44;
	width: 520px;
	float: left;
	margin-bottom: 20px;
	
	/*CSS3*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	
}

.com2{
	background: #372435
}


.composted, .comment{
	padding: 5px 10px;
}

.composted{
	background: #452029;
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 0px rgba(255,255,255,.05);
	border-bottom: 1px solid #000;
}

#commententry, #commenttotal, .dateheading{
	clear: both;
	width: 520px;
}

#commententry textarea{
	width: 510px;
}

/* SPECIAL POSITIONING */

#ppform{
	margin-left: 7px;
}

#play{
	font-size: 1.5em;
	padding: 50px;
	background-color: #FFFDE2;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

#playhead{
	font-family: Georgia, Times, serif;
}

#play h1{
	font-size: 28px;
	text-align: center;
}

#play #playhead h2{
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#play hr{
	display: block;
	border-color: #FFFDE2;
}

#play strong{
	color: #000;
	font-weight: bold;
}

#homeimg {
	height:356px;
	overflow:hidden;
	position:absolute;
	right:1px;
	top:61px;
	width:478px;
}

#homeimg img{
	position: absolute;
	top: 0;
	left: 0;
}

.box{
	background: #000;
	background: rgba(0,0,0,.75);
	width: 295px;
	margin: 10px 0;
}

.rightbox{
	float: right;
	border: 2px solid #000;
	margin: 0 0 20px 50px;
	
	/*CSS3*/
	-webkit-box-shadow: 1px 4px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 1px 4px 6px rgba(0,0,0,.25);
}

.staffbox{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1F0800;
	
	/*CSS3*/
	/*background: transparent;  
	background: -moz-linear-gradient(bottom, rgba(0,0,0,.15), rgba(0,0,0,0));  
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.15)), to(rgba(0,0,0,0)));*/
}

.staffbox h2{
	margin-bottom: 0;
	font-size: 1.3em;
}

.staffbox p{
	margin-top: 4px;
}

.pressbox{
	float: left;
	width: 200px;
	height: 275px;
	margin: 0 15px 30px;
	text-align: center;
}

#main .pressbox p{
	margin-top: 2px;
	line-height: 14px;
	font-size: 11px;
}

.pressbox a img{
	-webkit-box-shadow: 1px 4px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 1px 4px 6px rgba(0,0,0,.25);
}

.specialbox{
	background-color: #473244;
	position: relative;
	right: -35px;
	float: right;
	display: inline;
	zoom: 1;
	margin-bottom: 25px;
}

#perfstuff{
	float: right;
	text-align: right;
}

#slides{
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

#slides img{
	position: absolute;
	top: 0;
	left: 0;
}

.ppb{
	width: 49%;
	float: left;
}

.ppb p{
	margin: 2px 0;
}

#main .imageholder{
	float: right;
	text-align: right;
}

#main .imageholder .rightbox{
	margin-bottom: 4px;
}

#main .imageholder p{
	color: #666;
	font-size: 10px;
	line-height: 11px;
	margin: 2px 0;
	width: 300px;
	float: right;
	clear: right;
}

/*MUSIC PLAYER*/

div#playerholder{
	width: 220px;
	height: 20px;
	background: #31162E;
	margin-top: 12px;
}

div#musicplayer{
	background-color: #31162E;
}

p#listening{
	width: 250px;
	font-size: 11px;
	line-height: 11px;
}

.group:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.group{display:block;}
.inner{padding:20px;}
.innerslim{padding:7px;}
.right{float:right; display:inline; margin:10px 0 10px 20px;}
.left{float:left; display:inline; margin:10px 20px 10px 0;}
.center{text-align: center;}
hr, .hide, form br{display: none}

/* Support: Landing*/

.support #sub-heading {
	position: absolute;
	top: 116px;
	right: 0;
	margin-right: 25px;
	width: 710px;
	overflow: hidden;
}

.support #feature {
    position: relative;
    width: 735px;
    height: 275px;
    margin: 30px 0 45px;
    /* margin-bottom: 45px; */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}

.support #feature .goal {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    min-height: 263px;
    /* height:auto !important; */
    height: 263px;
    padding: 12px 15px 0;
    overflow: hidden;
    background-color: #35253d;
}

.support .box {
    width: 525px; 
    min-height:275px;
    height:auto !important;
    height:275px;
    margin: 0px 0 0;
}

.support #main
{
    margin-top: 40px;
    margin-bottom: 0;
}

.support #main .innerslim {
    height: 250px;
    padding-top: 12px;
    padding-bottom: 0;
    overflow: hidden;
}

.support .specialbox {
    margin-bottom: 0;
    color: #d3cece;
    background-color: #4d344c;
}

.support .specialbox .feat-donor,
.support .specialbox .social {
    position: absolute;
    width: 180px;
    padding: 15px;
    color: #bdafa0;
    background-color: #412b3e;
}

.support .specialbox .feat-donor {
    top: 0;
    right: 0;
    height: 680px;
    overflow: hidden;
}

.support .specialbox .social {
    bottom: 0;
    right: 0;
    min-height: 405px;
    background: url(../i/bg-hippo-jumbo.png) no-repeat center 200px #412b3e;
}

.support .inner { padding-top: 10px; }

.support .feat-donor .inner {
    height: 660px; 
    padding: 0;
    overflow: hidden;
}

.support .goal .inner {
    height: 243px; 
    padding: 0;
    overflow: hidden;
}

.support .donate-misc { width: 250px; }

.support div.ppb,
.support div.ppb-wrap {
    min-height: 85px;
    height: auto !important;
    height: 85px;
    padding: 37px 0 15px 75px;
    background: url(../i/bg-hippo-sm.png) no-repeat 0 0 transparent;
}

.support div.ppb-jumbo {
    min-height: 127px;
    height: auto !important;
    height: 127px;
    padding: 45px 0 45px 75px;
    background: url(../i/bg-hippo-lg.png) no-repeat 0 20px transparent;
}

.support div.ppb { width: 75%; }

.support div.ppb-jumbo,
.support div.ppb-wrap {
    width: 165px;
}

.support form.left { margin: 0; }

.support form select {
    margin-top: 2px;
    margin-left: -15px;
    padding: 3px 0;
    vertical-align: top;
    width: 120px;
}

.fb-like,
.twitter-share-button {
    display: inline;
    float: left;
    margin: 0 0 0 6px;
}

.support .specialbox img { margin: 0 5px; }

.support .specialbox .feat-donor img { margin: 10px 0 5px 45px; }

.support .box img.left { margin-top: 0; }

.support .specialbox h2 { color: #b0a2cc; }

.support .feat-donor h3 { text-align: center; }

.support #main .innerslim h3 {
    font-family: Verdana, Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 15px;
    color: #d9c198;
}

.support .goal h3 {
    font-style: italic;
    color: #9680a6;
}

.support .social h3 { color: #b0a2cc; }

.support #sub-heading p {
    font-family: Verdana, Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
}

.support #feature .innerslim p {
    line-height: 1.4em;
    color: #d9c198;
}

.support .specialbox p,
.support #main .feat-donor p,
.support #main .goal p {
    line-height: 1.4em; 
}

.support #main .goal p {
    font-size: 1em; 
}

.support #main p.donatebig {
    margin: 3px 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #d06c27;
}

.support .ppb p,
.support .ppb-wrap p {
    margin: -5px 0 0 0;
}

.support .ppb-jumbo p {
    margin: -7px 0 0 0;
}

.support address {
    font-style: normal;
    padding-left: 35px;
}

/* .support .social strong { color: #C7A004; } */

.support .goal strong { color: #9680a6; }

