/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/************************* CONTAINING FLOATS HACK */

.contain_floats:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.contain_floats{display:inline-block;}
/* Hides from IE Mac \*/
* html .contain_floats{height:1%;}
.contain_floats{display:block;}
/* End Hack */

/************************* REAL CSS */

html, body {
    font: normal 13px Arial, Helvetica, sans-serif;
    padding: 10px 0;
}

p { margin-bottom: 1em; }
a { color: #abc83f; }
strong { font-weight: bold; }

#wrapper {
    width: 900px;
    margin: 0 auto;
}

#column_left {
    display: inline;
    float: left;
    width: 300px;
    margin-right: 15px;
}

#column_right {
    display: inline;
    float: left;
    width: 585px;
}

.home_sponsor {
    background: #ff912a;
    padding: 10px;
    height: 325px;
    text-align: center;
    color: #fff;
    margin-bottom: 3px;
}

.home_sponsor img {
    margin-bottom: 15px;
}

.home_sponsor .sponsor {
    font-size: 16px;
    font-weight: bold;
}

.home_sponsor .sponsor em {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}

.home_sponsor strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.home_about {
    height: 348px;
}

.home_about .main_logo {
    text-align: center;
}

.home_about h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.home_about .bigger {
    font-size: 15px;
}

.home_date-time {
    background: #53b5e0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 3px;
    height: 65px;
    overflow: hidden;
}

.home_header {
    background: #a0c54a;
    padding: 8px 15px 2px;
    margin-left: -12px;
    margin-bottom: 3px;
    text-align: right;
    height: 65px;
    margin-bottom: 10px;
}

.home_header h1 { font-size: 28px; font-weight: bold; }
.home_header h2 { font-size: 18px; font-weight: bold; }

.home_events-list {
    background: #e0f0f9;
    color: #53b5e0;
    font-size: 18px;
    padding: 20px;
}

.home_make-a-difference { font-size: 15px; }

.home_make-a-difference h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #a0c54a;
    margin-bottom: 10px;
}

.common_header_logo { text-align: center; height: 175px; }
.common_header_info { color: #a0c54a; font-weight: bold; height: 160px; padding-top: 15px; }
.common_header_logo_btm { height: 3px; margin-bottom: 3px; background-color: #53B5E0; }
.common_header_info_btm { height: 3px; margin-bottom: 3px; margin-left: -12px; background-color: #FF912A; }

.common_header_info h2 {
    font-size: 18px;
    font-weight: bold;
}

.common_header_info h1,
.common_header_info .time {
    font-size: 28px;
    font-weight: bold;
}

.side_green {
    background: #a0c54a;
    padding: 10px;
}

.side_time {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.side_time strong {
    font-weight: bold;
    font-size: 28px;
}

.side_location { color: #fff; font-weight: bold; text-align: center; }

.side_info h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
}

.side_info h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
}
.side_info h4.nomargin { margin: 0; }

h5 {
    font-weight: bold;
    font-size: 14px;
}

#footer {
    clear: both;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.side_info ul { margin-bottom: 1em; }

.side_info li {
    margin-left: 15px;
    list-style: disc;
}

.side_info a { color: #000; }

.inner_content h3 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
    color: #2893c0;
    text-align: center;
}

.inner_content h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.inner_content ul { margin-bottom: 25px; }

.inner_content li {
    margin-left: 25px;
    list-style: disc;
}

.artist_description {
    font-size: 26px;
    margin-bottom: 25px;
    color: #2893c0;
}

.imgfloatright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.imgfloatleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.healing_side {
    color: #fff;
    font-size: 14px;
}

.healing_side h3 {
    text-align: center;
    font-size: 28px;
}

.healing_content h4 {
    font-size: 22px;
    font-weight: bold;
    color: #a0c54a;
    text-align: center;
}

.healing_content, .large_font { font-size: 16px; }

.sponsor_content p { text-align:center; }
.sponsor_content h4 a { color: #000; }

.main_nav li {
    padding-bottom: 10px;
}

.main_nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.main_nav li a:hover { text-decoration: underline; }

.section_image {
    text-align: center;
    margin-bottom: 15px;
}

.concert_content h4 {
    clear: both;
}




