/* @override 
    http://david.nzfestivalcorporate2009.springload.co.nz/css/main_293.css
    http://david.nzfestivalcorporate2009.springload.co.nz/css/main.css?version=20090804-114546
    http://david.nzfestivalcorporate2009.springload.co.nz/css/main.css?version=20091022-122104
    http://david.nzfestivalcorporate2009.springload.co.nz/css/main.css?version=20091022-142155
    http://david.nzfestivalcorporate2009.springload.co.nz/css/main.css?version=20091022-142539
*/

/* CSS Author: Springload */
    
/* =general
---------------------------------------------------------------------*/
* {
    padding:  0;
    margin: 0;
}

img {
    border: none;
}

body {
    font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    background: transparent url('/images/body-tile.png') repeat-x scroll 0 0;
    color: #555;
    line-height: 1.6em;
    font-size: 75%;
}

/*---------- links ----------*/

a {
    color: #222
}

a.home_link {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px 2px;
    padding: 0 0 0 20px;
    height: 17px;
    display: block;
    margin: 5px 0 0 0;
}

a.home_link:hover {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px -64px;
    height: 17px;
}


a.event_link {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px 2px;
    padding: 0 0 0 20px;
    height: 17px;
    display: block;
    margin: -8px 0 0 0;
}

a.event_link:hover {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px -64px;
    height: 17px;
}

.home_link a {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px 2px;
    padding: 0 0 0 20px;
    height: 17px;
    display: block;
    margin: 8px 0 0 0;
}

.pdf_wrap a {
    background: transparent url('/images/pdf-icon.png')  no-repeat scroll 0 0;
    padding: 2px 0 0 22px;  
}

div#content a {
    color: #005fb7;
    text-decoration: none;
}

div#content a:hover {
    color: #222;
}

img#lexus_logo {
    margin: 0 0 0 13px;
}

/*---------- clearfix ----------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
.clearfix {display: inline-block;}

.clear {
    clear: both;
}

/*---------- general lists ----------*/

#content ul.team_list li.no_bullet {
    background: none;
    padding: 0 0 5px 0;
}
div#content ul {
    list-style: none;
    margin: 0 0 10px 13px;
}

div#content ul li { /* main lists with arrow bullet */
    background: transparent url('/images/contact-bullet.png')  no-repeat scroll 0px 6px;
    padding: 0 0 0 15px;    
}

ol { /* appears only on the enter lexus song quest page */
    list-style-position: outside;
    margin: 0 0 15px 33px;
    line-height: 1.8em;
}

/* =flashplayer
---------------------------------------------------------------------*/
div.flash-wrap { /* player thats being used */
    margin: 0 0 20px 13px;  
}
 
/* =jukebox - not been used
---------------------------------------------------------------------*/
a.flash_link {
    color: #005fb7;
    text-decoration: none;
}



/* =navigation
---------------------------------------------------------------------*/

/*---------- #main_nav 1st level ----------*/

ul#main_nav { /* also creates line on final list item */
    margin: 134px 0 0 34px;
    list-style: none;
    font-size: 1.083em; 
    background: transparent url('/images/nav-divider.png') no-repeat scroll left bottom;
    padding-bottom: 1px;
    overflow: hidden;
}

ul#main_nav li {
    background: transparent url('/images/nav-divider.png') no-repeat scroll left top;
    padding: 0;
}

ul#main_nav li a {
    color: #005fb7;
    text-decoration: none;
    display:  block;
    font-weight: bold;
    background: transparent url('/images/nav-icon.png ') no-repeat scroll 0 10px;
    padding: 6px 0 6px 20px;
    width: 230px;
}

ul#main_nav li a:hover {
    color:  #222;
    background: transparent url('/images/nav-icon.png ') no-repeat scroll 0 -120px;
}

ul#main_nav li.current_level1 {
    background: transparent url('/images/nav-back2.png') no-repeat scroll left top;
    padding: 0;
}

ul#main_nav li.current_level1 a {
    color:  #222;
    background: url('/images/nav-icon.png ') no-repeat 0 -120px;    
}

ul#main_nav li.current { /* on state for level1 with subnav */
    background: transparent url('/images/nav-back.png') no-repeat scroll 0 0;
}

ul#main_nav li.current a {
    color: #222;
    background: transparent url('/images/nav-icon.png ') no-repeat scroll 0 -120px;
}

/*---------- .main_nav_sub 2nd level -----------*/

ul#main_nav ul.main_nav_sub {
    font-size: 0.923em;
    list-style: none;
    padding: 0px 0 11px 20px;
    line-height: 2em;
}

ul#main_nav li ul.main_nav_sub li a {
    background: transparent url('/images/main-sub-nav.png ') no-repeat scroll 0 7px ;
    padding: 0 0 0 15px;
    color: #005fb7;
    display: block;
    font-weight: normal;
}

ul#main_nav li ul.main_nav_sub li {
    background: none;
    padding: 0;
    line-height: 17px;
    margin-bottom: 10px;
}

ul#main_nav li ul.main_nav_sub li a:hover, ul#main_nav li ul.main_nav_sub li.current2 a  { /* on state for second level nav */
    color: #222;
    background: transparent url('/images/main-sub-nav.png ') no-repeat scroll 0 -89px ;
    padding: 0 0 0 15px;
}

/*---------- second navigation block bottom ----------*/

ul.sub_nav {
    margin: 26px 0 0 35px;
    list-style: none;
    line-height: 1.75em;
}

ul.sub_nav li {
    background: none;
}

ul.sub_nav li a {
    color: #005fb7;
    text-decoration: none;
    display:  block;
    display:inline;
    background: transparent url('/images/subnav2.png ') no-repeat scroll 0 7px;
    padding: 0 0 0 15px;
    font-size: 11px;
}

ul.sub_nav li a:hover, ul.sub_nav li.sub_nav_current a  { /* hover, selected for bottom nav */
    background: transparent url('/images/subnav2.png ') no-repeat scroll 0 -134px;
    padding: 0 0 0 15px;
    color: #222;
}

/*----------funders (sidenav) ----------*/

div#core_funders {
    margin: 61px 0 0 36px;
}

img#core_funders_img {
    margin: 0 0 15px 0;
}

/* =header
---------------------------------------------------------------------*/

#header img#banner-top, img#banner-bot {
    float: left;
}

.img_title_wrap {
    float:  left;
}

/*---------- javascript container ----------*/

.no_show { /* javascript related */
    display: none;
}

.top1 {
    opacity: 0.9999;
    position: absolute;
    top: 0px;
    left: 357px;
    width: 625px;
}

.img_holder { /* holds photo */
    width:  405px;
    margin: 4px 0 0 0;
}

.title_holder { /* holds title */
    position:  relative;
    top: 8px;
    left: 14px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.083em;
    font-style: italic;
    color:  #8b8b8b;
}

.text_holder p.head { /* quote head */
    color:  #ffc923;
    font-size:  11px;
    text-transform: uppercase;  
}

.text_holder p.head_08 { /* specific color for 08 page */
    color: #222;
}

#container .text_holder p.head_quote { /* general quote */
    color: #f2f2f2;
    font-family: Georgia, Times New Roman, Times, serif;
    font-style:  italic;
    font-size: 15px;
    line-height: 1.65em;
    font-weight: normal;
    padding:  0;
    margin: 0 0 8px 0;
    text-indent: -0.4em;
}

.text_holder {  /* contains quote details */
    position: absolute;
    width: 170px;
    margin:25px 0 0 28px;
    top: 0;
    left: 405px;
}

.text_holder p.head_author { /* general author */
    color: #ffc923;
}

.text_holder p.head_author_08 { /* color for arts festival 08 page */
    color: #222;
}

img#head_side {
    position:  absolute;
    top: 224px;
    left: 982px;
}

/*---------- yellow banner section on homepage ----------*/

#header_details { /* welcome section */ 
    position: absolute;
    width:  375px;
    top: 255px;
    left: 371px;
    color:  #222;
}

/* ---------- next festival info ----------*/
#next_festival {    
    position: absolute;
    top:  240px;
    left:  790px;
    font-size: 11px;
    height: 85px;
    width:  185px;
}

#next_festival .intro {
    margin: 0 0 12px 0;
    color: #222;    
}

#next_festival .fest_month {
    color: #9B0015;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    margin: 0 0 4px 0;
}

#next_festival .fest_year {
    font-size: 26px;
    color: #9B0015;
    font-family: Georgia, Times New Roman, Times, serif;    
}

#header_details p {
    font-size: 0.916em;
}

#header_details p a {
    color: #005fb7;
    text-decoration: none;
}

#header_details p a:hover {
    color: #222;
}

div#header_details #welcome { /* welcome heading */
    font-size: 1.833em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

/* =headings
---------------------------------------------------------------------*/

h1 a { /* nz arts festival logo */
    background: url('/images/nz-arts-festival.png')  no-repeat 0 0;
    text-indent: -9999px;
    display:  block;
    width:  167px;
    height: 74px;
    position: absolute;
    top: 28px;
    left: 51px;
}

h2 { /* first level heading */
    color: #222;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 0 0 24px 13px;
}

h2.news_heading {
    margin: 0 0 0 13px;
}

h3 {
    padding: 0;
    color:  #9b0015;
    margin: 0 0 10px 12px;
    font-size: 1.15em;
}

h3.jazz_festival {
    color: #70266a;
}

h3.arts_festival {
    color: #ec3598;
}

h4 {
    padding: 6px 0 12px 12px;
    color:  #9b0015;
    margin: 0 0 5px 0;
    font-size: 1.15em;
    background: url('/images/update-divide.png')  no-repeat left bottom;
}

h4 span {
    color: #555;
}

h5 {
    color: #222;
    font-size:  1.083em;
    line-height: 1em;
    padding: 0 0 10px 0;
}

h5.left_margin {
    margin-left: 13px;   
}

h6 {
    padding: 0;
    color: #9b0015;
    margin: 0 0 4px 12px;
    font-size: 1em;     
}

h6.funders {
    padding-bottom: 11px;
}

.sub_heading {
    font-size: .65em;
    font-weight: normal;
    line-height: 1em ;
}

/* =layout
---------------------------------------------------------------------*/

div#container {
    width: 985px;
}

div.copy_wrap { /* text container for 2 col layouts */
    width: 380px;
}

img#content_divide {
    margin: 18px 0 0 0;
}

div#img_wrap { /* Column that holds images - Lexus */
    font-size: .917em;
    width: 210px;
    float: right;
    margin: -16px 0 0 0;
    line-height: 1.5em;
    background: transparent url('/images/sidebar-back.png') no-repeat scroll 0 0 ;
    padding-top: 20px;
}

div#container p {
    margin-bottom: 1.5em;
}

div#content { 
    background: transparent url('/images/top-content-divide1.png') 0 27px scroll no-repeat;
    width:  628px;
    float: left;
    padding: 0;
    margin-top: 25px;
}

div#content.homepage {
    background: none;
}

div#content p {
    padding: 0 0px 0 12px;
}

div#sidebar {
    width: 326px;
    float: left;
    margin-right: 31px;
    background: transparent url('/images/bird-icon2.png') no-repeat scroll 0px 89px;    
}

.content_holder {
    background: transparent url('/images/content-divide.png') no-repeat scroll left bottom;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

div#content .content_holder p, div#content p, ol, div.content_holder ul {
    padding-right: 30px;
}

div#content div.copy_wrap p {
    padding-right: 0;
} 

/* =specific pages
---------------------------------------------------------------------*/

/*---------- homepage ----------*/
.project {
    float:  left;
    margin: 0 0 30px 0;
}

.project img {
    background: transparent url('/images/side-divide.png') no-repeat scroll right top;
    padding: 0 8px 0 0;
}

.project.first_project img {
    background: none;
}

.project.first_project {
    margin-top: -16px;
    background: transparent url('/images/top-content-divide1.png') no-repeat scroll 0 0 ;
}

.project.first_project img {
    padding-top: 20px;
}

.project_details {
    width:  185px;
    float:  left;
    padding: 0 0 8px 17px;
}

.project.first_project .project_details {
    width:  185px;
    float:  left;
    background: transparent url('/images/sidebar-back.png') no-repeat scroll 0 0;   
    padding-top: 20px;
}

#content .project_details p {
    padding: 0;
    margin: 0;
}

.project img {
    float:  left;
}

.project_date {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.666em;
    color: #9B0015;
    font-weight: normal;
    margin: 0 0 0px 0;
}

.project_name {
    color: #222222;
    padding: 0 0 8px 0;
    display:  block;
    background: url('/images/home-divide.png') no-repeat left bottom;
    margin: 0 0 8px 0;
    font-size:  1.083em;
    line-height: 1.50em;
    font-weight: bold;
}

/*---------- news section - homepage ----------*/

#news {
    background: transparent url('/images/news-back2.png') no-repeat scroll 0 0;
    float: left;
    padding: 22px 0 0 14px;
    margin: 2px 0 35px 0;
    width:  613px;
}

#news a.home_link {
    margin: 0;
}   

#news a.home_link:hover {
    color: #222;
}

#content #news p {
    padding: 0;
}

.news_col {
    width: 165px;
    float: left;
    margin-right: 44px;
}

.news_col.last {
    margin-right: 0;
}

#content #news p {
    margin-bottom: 5px;
}

.news_title {
    color: #005fb7;
    font-weight: bold;
    font-size: 1.083em;
}

.news_date {
    font-size: .916em;
    color: #7e7e7e;
}

.news_head {
    background: transparent url('/images/news-divide.png') no-repeat scroll left bottom;
    padding: 0 0 7px 0;
    margin: 0 0 7px 0;
}

/*---------- about page ----------*/

div.competitor_holder {
    background: transparent url('/images/content-divide.png') no-repeat scroll left bottom;
    margin: 0 0 12px 0;
    padding-bottom: 12px;   
}

div.winners_list {
    list-style: none;
    margin: 0 0 0 13px;
    font-size: .917em;
}

dl {
    width: 208px;
    float: left;
    margin-bottom: 20px;
    background: transparent url('/images/dl-back2.png') repeat-y scroll 185px 0;
}

dd {
    font-weight: bold;
}

dl.last {
    background: none;
    width:  170px;
}

dt {
    float:  left;
    width: 45px;
}

/*---------- updates page ----------*/

div.img_wrap2 {
    font-size: .917em;
    width: 210px;
    float:  right;
    margin: -16px 0 0 0;
    line-height: 1.5em;
    padding-top: 20px;  
}

/*---------- contact page ----------*/

div#content ul.team_list {
    list-style: none;
    background: transparent url('/images/content-divide.png') no-repeat scroll left bottom;
    padding: 0 0 24px 0;
    margin: 0 0 20px 0;
}

ul.team_list li {
    background: transparent url('/images/contact-bullet.png')  no-repeat scroll 0px 5px;
    padding: 0 0 0 15px;
    margin: 0 0 0 13px;
}

div#content ul.contact_list {
    list-style: none;
    padding: 0 0 12px 0;
    margin-bottom: 0px;
}

div#content ul.contact_list li {
    background: transparent url('/images/contact-bullet.png')  no-repeat scroll 0px 5px;
    padding: 0 0 0 15px;
    margin: 0;
}

div#content .content_col p {
    margin-bottom: 11px;
}

.content_col h3 {
    margin-bottom: 6px;
}
.content_col {
    width: 200px;
    float:  left;
    margin: 0 14px 0 0;
}

.contact_box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px;
}

.contact_box.last_box {
    border-bottom: none;
}

.content_col.last_col {
    margin-right: 0;
}

div#content p.contact_subhead {
    color: #9b0015;
    margin: 0;
}

/*---------- master classes page ----------*/

div.recital_wrap {
    margin-left: 13px;
    font-size: .917em;
}

#content p.recital_details {
    float: left;
    border-top: 1px solid #dadada;
    margin: 0 0 15px 0;
    padding: 10px 55px 0 0;
    width:  280px;
}

#content p.recital_details.last_recital {
    width:  220px;
}

/*---------- sponser page ----------*/

.logo_left {
    float:  left;
    width: 330px;
}

.logo_right {
    float:  left;
}

.logo_left.bottom {
	margin-top: 40px;
}

.row {
    margin: 0 0 0 18px;
    padding: 0 0 30px 0;
}

.level {    
    background: transparent url('/images/content-divide.png') no-repeat scroll left bottom;
    margin: 0 0 20px 0;
}

.level.last_row {
    background: none;
}

div.row.first_row {
    padding-top:10px;
}

/*---------- news page ----------*/

.news_listing_date {
    font-size: 0.916em;
    color: #7e7e7e;
    margin-left: 13px;
}

.news_item {
    background: transparent url('/images/content-divide.png') no-repeat scroll left bottom; 
    padding: 0 0 2px 0;
    margin: 0 0 10px 0;
}

.news_item img {
    float: right;
    padding: 0 0 0 18px;
    background: transparent url('/images/side-divide.png') no-repeat scroll 0 0; 
    margin: 0 18px 20px 20px;
}

/*---------- gallery page ----------*/

#gallery_wrap {
    background: url('/images/gallery-back2.png') no-repeat 206px 0px;
    padding:  8px 0 0 0;
    margin: -15px 0 0 0;
}

div#content #gallery_wrap ul {
    padding: 0;
    margin:  0;
}

#gallery_wrap img {
    margin: 0 0 5px 0;
}
#content #gallery_wrap a {
    border-bottom:  1px solid #ccc;
    color: #555;
    float:  left;
}

#content #gallery_wrap a:hover {
    border-bottom:  1px solid #ccc;
    color: #a20016;
}

#gallery_wrap a img {
    border:  2px solid #fff;
}

#gallery_wrap a:hover img {
    border: 2px solid #a20016;
}

div#content #gallery_wrap li {
    background: none;
    background: transparent url('/images/side-divide.png') no-repeat scroll right top;
    padding: 0 17px 0 0;
    margin: 11px 2px 19px 14px;
    float:  left;   
    display:  inline;
}

div#content #gallery_wrap li.no_image {
    background: none;   
}

div#content #gallery_wrap li.last {
    background: none;
    padding-right: 0;
    margin-right: 0;
}
div#content #gallery_wrap span {
    padding:  0;
    margin: 0 0 6px 0;
    font-size: .916em;
    font-weight: bold;
    display: block;
}

div.hide_image_links {
    display: none;
}



span.gallery_title {
    width: 160px;     
}

span.gallery_credit {
    color:  #666;
    font-size:  11px;
}

span.gallery_desc {
    color: #333;
    font-size: .916em;
}

/*----- Pretty Photo -----*/

span.gallery_head {
    color: #9b0015;
    font-size: 1.083em;
    font-weight: bold;
    display: block;
    padding: 0 0 4px 0;
    margin: 0 0 5px 0;
    width: 80%;
}

/*---------- subscribe page + buy tickets----------*/
a#privacy_security {
    font-size: 0.916em;
    margin: 20px 0 0 18px;
    display: block;
}

/*----- hide xtra form -----*/
#teacher_details.hide, #contact_person2.hide {
    display: none;
}

#student_details.hide {
    display: none;
}

/*-----general-----*/

#content form p {
    font-size: .916em;
    padding: 0;     
    margin: 0 13px 13px 13px;
}

form {
    background: #fffcf1 url('/images/content-divide.png') no-repeat scroll 0 0;
}

/*form#buy_tickets {
   width: 550px;
}
*/
legend {
    display: none;
}

fieldset {
    border: none;
    padding: 10px 0 0 0;
}

form ol {
    list-style: none;
    margin: 0 13px 0 13px;
}


form li {
    border-bottom: 1px solid #e2e2e2;
    padding: 6px 0 6px 0;
    font-weight: bold;
}

label {
    float:  left;
    width: 135px;
}

#buy_tickets label {
    width: 173px;
    margin-right: 20px;
}


form input.prefix {
    width: 27px; 
}

form input.phone_num {
    width: 133px;
}

#buy_tickets fieldset {
    margin-bottom: 16px;
}


/*-----heading-----*/
.radio label {
    width: auto;
}
#content form p.regular {
    font-size: 12px;
}
input#postcode {
    width: 50px;
}
form h6 {
    margin-bottom: 8px;
}

.no_bold {
    font-weight: normal;
}
/*----- checkboxes -----*/
h3 .sub_italic {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

form ol.check {
    float:  left;
    margin-right: 20px;
    margin-bottom: 25px;
    padding: 0;
    display: inline;
}

form li.checkbox {
    padding: 0;
    border: none;
}

form li.checkbox input {
    width: auto;
    float:  none;
    border: none;
    padding: 0;
    margin: 0 5px 0 0;
    font-size: 1em;
    display: inline;
}

form li.checkbox label {
    float:  none;
    display:  inline;
    width: 0;
}

/*----- text inputs -----*/

form li input {
    width: 175px;
    border: 1px solid #a1a1a1;
    float: left;
    padding: 2px 0 2px 3px;
    color: #555;
    margin: 0 10px 0 0;
    font-size: 1em;
    display: inline;
}

textarea {
    border: 1px solid #a1a1a1;
    width: 205px;
}

form li.last_input {    
    margin-bottom: 15px;
}

ol.radio li input {
    width: 15px;
    border: none;
}
/*----- error display -----*/

p.error_message {
    color: red;
}

form li span {
    font-weight: normal;
    border: none;
}

form li.error input {
    border: 1px solid #ff0000;
}

form li.error textarea {
    border: 1px solid #ff0000;
}

form li.error {
    color: #ff0000;
}

form .error_msg {
    font-size: .916em;
    font-weight: normal;
    color: #ff0000;
    float:  left;
}

#buy_tickets .radio label {
    width: auto;
}

.label_example {
    font-weight: normal; 
    font-size: 0.916em;
    color: #888888;
}
/*----- submit button -----*/

form .button {
    background: #fff url('/images/content-divide.png') no-repeat left top;
    padding: 21px 0 0 0;    
}

.button #sign_up_button {
    background: url('/images/sign-up-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 79px;
}

.button #sign_up_button:hover {
    background: transparent url('/images/sign-up-button.png') no-repeat scroll left bottom;
}

.button #checkout_button {
    background: url('/images/checkout-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 155px;
}

.button #checkout_button:hover {
    background: transparent url('/images/checkout-button.png') no-repeat scroll left bottom;
}

.button #continue_button {
    background: url('/images/continue-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 89px;
}

.button #continue_button:hover {
    background: transparent url('/images/continue-button.png') no-repeat scroll left bottom;
}

.button #confirm_details_button {
    background: url('/images/confirm-details-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 169px;
}

.button #confirm_details_button:hover {
    background: transparent url('/images/confirm-details-button.png') no-repeat scroll left bottom;
}

.button #edit_your_details_button {
    background: url('/images/edit-your-details-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 129px;
}

.button #edit_your_details_button:hover {
    background: transparent url('/images/edit-your-details-button.png') no-repeat scroll left bottom;
}

/*---------- buy tickets ----------*/
.summary {
    width: 185px;
    float: left;
    margin-right: 20px;
}

#contact_person2 h3 {
    margin-top: 20px;
}
/*---------- event pages ----------*/

a.button_link {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px 2px;
    padding: 0 0 0 20px;
    display: block;
    margin: 8px 0 0 0;
}

a.button_link_bold {
     background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px 2px;
    padding: 0 0 0 20px;
    display: block;
    margin: 0; 
    width: 95px;
    float: left;
    font-weight: bold;
}

a.purchase_online {
  font-weight: bold;
  font-size: 13px;
}

a.button_link span {
    color: #555;
}

#content p.event_button {
    background: transparent url('/images/icons/icon-button2.png') no-repeat scroll 0 2px;
    padding: 10px 0 17px 13px;
}

#content .event_button2 {
    background: transparent url('/images/icons/icon-button3.png') no-repeat scroll 0 2px;
    padding: 18px 0 17px 13px;
}

.event_button2 {
    background: transparent url('/images/icons/icon-button3.png') no-repeat scroll 0 2px; 
}

img#icon_rule {
    margin-bottom: 17px;      
}

a.button_link:hover {
    background: transparent url('/images/icons/home-icon-sprite2.png') no-repeat scroll 0px -64px;
}

#img_event_wrap {
    background: transparent url('/images/content-divide.png') no-repeat scroll left bottom;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}

#img_event_wrap img {
    padding: 0 0 8px 0;
}

#img_event_wrap .home_link {
    margin: 0;
}
#content #img_event_wrap p {
    margin: 0 0 0 13px;
    padding: 0;
    font-size: .916em;
}

#event-main {
    float:  left;
}

#event-gallery {
    float:  left;
    padding:  0 0 0 19px;
    margin: 0 0 0 9px;
    background: #fff url('/images/side-divide.png') no-repeat left top;
    display: inline;
}

blockquote {
    background: #fff url('/images/quote-back.png') no-repeat left top;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    overflow: hidden;
}

#content blockquote p {
    background: url('/images/content-divide.png') no-repeat left bottom;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.083em;
    color: #70266a;
    padding: 0 13px 16px 13px;
    margin: 0;
}

#content blockquote p.quote_2010 {
    color: #9B0015;
}


#content blockquote p.arts_festival_quote {
    color: #ec3598;
}

blockquote span.author {
    font-family: Lucida Grande, Lucida, Verdana, sans-serif;
    color: #555;
    font-size: 11px;
}

/*---------- funders ----------*/
.funders_blurb {
    margin: 0 0 20px 0;
}
.funders_blurb p {
    font-size: 0.916em;
}

/* =side boxes
---------------------------------------------------------------------*/
div#content ul.update_list {
    list-style: none;
    float:  left;
    margin: 0 0 13px 13px;
    width: 170px;
    line-height: 1.75em;
    display: inline;
}

#content ul.update_list li {
    border-bottom: 1px solid #ccc;
    background: none;
    margin-left: 0;
    padding: 0;
}

ul.update_list.first {
    margin-right: 30px;
}

.update_subhead {
    color: #222;
}

.side_box {
    width:  175px;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 17px 0;
    margin: 0 0 20px 20px;
}

div.side_box2 {
    width:  175px;
    border-bottom: none;
    padding: 0 0 17px 0;
    margin: 0 0 20px 20px;
}

div.side_box img {
    padding: 0 0 10px 0;
}

 p.side_title {
    color: #a20016;
    padding: 10px;
}

div#img_wrap p {
    padding: 0;
    margin: 0;
}

div#img_wrap .side_box p.side_title {
    margin-bottom: 6px;
}

/* =footer
---------------------------------------------------------------------*/

div#footer {
    width: 100%;
    min-height: 140px;
    min-width: 1034px;
    clear: both;
    background: #161616 url('/images/footer-tile.png') repeat-x;
}

div#footer #footer_copyright p {
    float: left;
    margin: 20px 0 0 188px;
}

ul#footer_nav {
    margin: 0 0 0 52px;
    padding: 20px 0 0 0;
    list-style: none;
    float: left;
    display: inline;
}

ul#footer_nav li a {
    color: #7abee5;
    text-decoration: none;
    border-bottom: 1px dotted #4c4c4c;
    padding-bottom: 2px;
    display: block;
    width:  135px;
    margin: 0 0 6px 0;
}

ul#footer_nav li a:hover {
    color: #fff;
}

img#bird-logo {
    margin-top: 149px;
}

/* =admin section forms 
---------------------------------------------------------------------*/
form input {
    width: 175px;
    border:  1px solid #a1a1a1;
    padding: 2px 0 2px 3px;
    color: #555;
    margin: 0 10px 0 0;
    font-size: 1em;
}

form input#login-submit {
    background: transparent url('/images/sign-up-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 79px;
    margin: 0 0 0 13px;
}

form #login-submit:hover {
    background: transparent url('/images/sign-up-button.png') no-repeat scroll left bottom;
}

form #reset-button {
    background: transparent url('/images/email-password-button.png') no-repeat scroll left top;
    border: medium none;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    width: 126px;
    margin: 0 0 0 13px;
}

form #reset-button:hover {
    background: transparent url('/images/email-password-button.png') no-repeat scroll left bottom;
}

p.reset {
    margin: 25px 0 0 0; 
}

li.checkbox input {
    margin:  20px;
}
/* =debug info
---------------------------------------------------------------------*/

div#yk_debug_info {
    width:  500px;
    display:  block;
    margin: 0 0 0 50px;
    padding: 15px 0 40px 0;
    clear:  both;
}

p.logged_in a {
    color:  #555;
}

p.logged_in {
    clear:  both;
    margin: 0 0 0 50px;
    color:  #666;
    padding:  30px 0 0 0;
}

.hide {
    display: none;
}

/* =2010
---------------------------------------------------------------------*/

.preview_holder {
    background: #fff url('/images/side-divide.png') no-repeat scroll left top;
    float:  left;
    padding-left: 20px;
    margin-top: 4px;
}

.content_holder.last {
    background: none;
}

.preview_inner {
    width:  412px;
    float:  left;
}

h1.festival_2010 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: -16px;
    left: 2px;
    line-height: 25px;
}

h2.festival_2010_sub {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    margin: 0;
    margin-bottom: 6px;
}

h2.rule {
    background: transparent url(/images/top-content-divide1.png) no-repeat      bottom left;
    padding-bottom: 15px;
    width: 625px;
    padding-left: 12px;
}

a.banner_icon {
    background: url('/images/icons/banner-icon.png') no-repeat left 0px;
    color: #3394ee;
    padding-left: 20px;
    text-decoration: none;
}

a.banner_icon:hover {
    background: url('/images/icons/banner-icon.png') no-repeat left -40px;
    color: #fff;
}

.italic_subhead {
    color:  #222;  
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.166em;
}

.italic_subhead2 {
    color:  #222;  
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 13px;
}

.line_big {
    line-height: 1.85em;
}


/* =countdown
---------------------------------------------------------------------*/
body#countdown_bod {
    background: transparent url('/images/countdown/bg-body.png') repeat 0 0;
    height: 100%;
    padding: 1px;

}

div#countdown {
    background: url('/images/countdown/bg-countdown.png') no-repeat 0 0;        
    margin: -189px  0 0 -331px;
    width: 552px;
    height: 379px;
    padding: 65px 55px 0 55px;
    position: fixed;
    left: 50%;
    top: 50%
}

h1.countdown {
    background: url('/images/countdown/heading.png') no-repeat 0 0; 
    color: #fff;
    text-indent: -9999px;
    width: 542px;
    height: 67px;
    margin-bottom: 35px;
}

a.enter_site {
    background: url('/images/countdown/icon-countdown.png') no-repeat 0 3px;    
    font-size: 16px;
    color: #3399ff;
    text-decoration: none;
    padding-left: 20px;
    height: 15px;
}

a.enter_site:hover {
    color: #fff;
}

.cd_flash_holder_wrap {
       margin-bottom: 30px;
}

div.countdown_flash_mini_wrap {  
    width:  145px;
    height: 55px;
    position: absolute;
    top: 59px;
    left: 3px;
}

div.ticket_hold {
    width: 300px;
    position: absolute;
    top:  55px;
/*  left: 161px;*/
}

a.white_link {
    color: #666;
}

a.white_link:hover {
    color: #666;
    text-decoration: none;
}

p.flash_error {
    font-size: 13px;
    color:  #666;   
}

p.countdown_alt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

p.countdown_alt_sm {
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    position: relative;
    top: -5px;
}