/*
 Title: Tinga Tinga Website
 Description: Grownups - About CSS for Tinga Tinga Website
 */
body {
    background: #efc3d7 url(../images/background_pink.jpg) 0 0 repeat;
}

#main {
    background: url(../images/grownups_content_back.jpg) 0 0 no-repeat;
}

/*
 Main Content
 */
#grownups {
    height: 1073px;
    overflow: hidden;
}

.flash_footer {
    height: 100%;
    overflow: hidden;
    clear: both;
}

.flash_lion {
    margin-top: 68px;
    float: left;
}

.flash_elephant {
    float: right;
}

/* Grownups Content Section */
#grownups #content {
    margin: 0px 20px 0 20px;
    width: 600px;
    color: #560c66;
    float: left;
}

h2.grownups_abouttheshow_header {
    background: url(../images/grownups_abouttheshow_header.png) 0 0 no-repeat;
    width: 459px;
    height: 51px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

h3 {
    margin-bottom: 10px;
}

h3.grownups_abouttheshow_subheader {
    margin: 10px 0;
    background: url(../images/grownups_abouttheshow_subheader.png) 0 0 no-repeat;
    width: 438px;
    height: 43px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

h3.grownups_wherecomesfrom_subheader {
    margin: 10px 0;
    background: url(../images/grownups_wherecomesfrom_subheader.png) 0 0 no-repeat;
    width: 438px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

/* Grownups right column */
#right_column {
    width: 150px;
    float: left;
}

.lunchbox_ad {
    /*margin-bottom: 60px;*/
    height: 294px;
    display: block;
}

/*
 Footer
 */
#footer {
    background: #775999;
}

#footer_nav {
    color: #fff;
}

#footer_nav a {
    color: #fff;
    border-right: 1px solid #fff;
}
