


/* ======== Layout (overrides) ============================ */

body, 
#header,
#main_content,
#footer
{
	background:#fff;
}
#header .gutter,
#main_content .gutter,
#footer .gutter
{
	background:#fff;
	width: 800px;
}

#main_content {
	border:0;
}

#sidebar {
	display:block;
	margin-top:15px;
	width: 100px;
}

#sidebar2 {
	display:block;
	margin-top:15px;
	width: 150px;
}

#main {
	width: 550px;
}

#footer .gutter {
	border-top: 3px double #8FE3FF;
}


/* ======== Masthead ============================ */

#bt-masthead,
#bt-masthead a,
#bt-masthead h1,
#bt-masthead p {
	width:800px;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
#bt-masthead {
	background: #fff url(img/hdr.gif) no-repeat 0 0;
}
#bt-masthead a {
	height: 120px;
	width: 100px;
	text-indent:-9999px;
}
#bt-masthead h1 {
	height: 120px;
	width: 150px;
	text-indent:-9999px;
}
#bt-masthead p {
	width:500px;
	margin: 62px 0 0 10px;
}


/* ======== Navigation ============================ */

#sidebar2 ul,
.nav-list
{
	margin:0;
	padding: 10px 0 0 0;
	list-style:none;
}
#sidebar2 ul li,
.nav-list li
{
	margin:0;
	padding: 0 0 .5em 0;
	list-style:none;
	line-height:1.25em;
}
#sidebar2 ul li a,
.nav-list li a
{
	color:#666;
	text-decoration:none;
}
#sidebar2 ul li a:hover,
.nav-list li a:hover
{
	color:#333;
	text-decoration:underline;
}
#page_home #nav-home a,
#page_about #nav-about a,
#page_news #nav-news a,
#page_artists #nav-artists a,
#page_contact #nav-contact a,
#page_library #nav-library a,
#page_get-involved #nav-involved a,
#page_donate #nav-donate a,
ul li a.active
{
	color:#59C8FB;
}
#nav-blog a
{
	text-indent:-9999em;
	background: url(img/blog_btn.gif) no-repeat 0 0;
	display:block;
	width:90px;
	height:65px;
	margin:0;padding:0;
}
#nav-blog a:hover
{
	background: url(img/blog_btn.gif) no-repeat 0 -65px;
}





/* ======== Assorted Styles ============================ */


h2 { /* Section Header */
	text-transform:uppercase;
}
h2 a { /* Anchor tags to top */
	font-size: .5em;
	padding-left:10px;
	color: #666;
	text-decoration:none;
}



.post
{
	padding-top: 3em;
	border-bottom: 3px double #48C8F4;
}
.post a
{
	color: #48C8F4;
}
.post h3 i
{
	display:block;
	font-style:normal;
	font-size:.5em;
	color:#666;
}






/* ======== Individual Page Styles ============================ */

#page_home #sidebar2
{ display:none; }





/************************** Contact Form ****************/


.contact_form
{
	width:95%;
	margin:0;
	background:#fff;
}
.contact_form .form_top,
.contact_form .form_bottom
{
	width:100%;
	display:none;
}




/************************** Donation Form ****************/

#donation_form
{
	float:left;
	width:130px;
	height:150px;
	overflow:hidden;
	margin:0;
	text-align:center;
	background: #fff url(img/donate_bgd.gif) no-repeat 0 0;
}
#donation_form form
{
	padding: 65px 10px 10px 10px;
}
#donation_form input
{
	display:block;
	margin: 0 auto 5px auto;
}
#donation_amount
{
	width:70px;
	font-size:1.5em;
	color:#666;
	background: #fff url(../../img/dollar.png) no-repeat 0 50%;
	padding: 3px 3px 0px 16px;
}

