/* Layout Styling */
body {
    font-size: small;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

#wrapper {
    width: 925px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#globaltools {
    width: 911px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 6px;
}

#globaltools .audioplayer {
}

#globaltools .rssfeed {
}

#globaltools .email {
}

#globaltools .search {
}

#header {
    background: #565656 url(/images/site/nav_main_bg.jpg) no-repeat;
    height: 224px;
    position: relative;
}

#content {
    background-color: #565656;
    padding: 10px;
}
/* FULL WIDTH BLACK BOX */
#main.box_full {
    background: url(/images/site/full_box_body.gif) repeat-y;
    color: #fff;
    width: 904px
}

#main .box_full_head {
    height: 77px;
    padding-bottom: 5px;
    background: url(/images/site/full_box_head.gif) no-repeat;
    position: relative;
}

#main .box_full_title {
    position: absolute;
    top: 20px;
    left: 20px
}

#main .box_full_title h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    padding-top: 5px;
}
/* 2/3 Width Black Box Background */
#main.blackbox {
    background: url(/images/site/main_bg_body.jpg) repeat-y;
    color: #fff;
    width: 637px;
    float: left;
}

#main .blackbox_head {
    height: 71px;
    padding-bottom: 5px;
    background: url(/images/site/main_bg_head.jpg) no-repeat;
    position: relative;
    border-bottom: 1px solid #565656;
}

#main .blackbox_title {
    position: absolute;
    top: 20px;
    left: 20px
}

#main .blackbox_title h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    padding-top: 5px;
}
/* OTHER BODY STYLES */
#main p {
    padding: 10px 20px 0px 30px;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
}

#main a {
    text-decoration: none;
}

#footer {
    background: #afafaf url(/images/site/footer_bg.jpg) no-repeat;
    height: 94px;
	font-size: .92em;
}

#footer a,
#footer a:visited {
	
	color: #000;
}
/* Main Navigation */
#globalnav a {
    position: absolute;
    z-index: 50;
    top: 52px;
    height: 0;
    padding-top: 104px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-right: 30px;
}

#globalnav #gn-bse {
    background: url(/images/site/nav_bse.gif) no-repeat;
    width: 215px;
    left: 15px;
}

#globalnav #gn-bsm {
    background: url(/images/site/nav_bsm.gif) no-repeat;
    width: 213px;
    left: 263px;
}

#globalnav #gn-bsp {
    background: url(/images/site/nav_bsp.gif) no-repeat;
    width: 168px;
    left: 509px;
}

#globalnav #gn-hwb {
    background: url(/images/site/nav_hwb.gif) no-repeat;
    width: 207px;
    left: 705px;
}
/* Sub Navigation */
#subnav {
    position: absolute;
    left: 0px;
    top: 151px;
    height: 73px;
    width: 925px;
    font-size: 1.2em;
}

#subnav ul {
    margin-top: 38px;
    margin-left: 15px;
    list-style: none;
    padding: 0px;
}

#subnav li {
    display: inline;
    color: #fff;
    margin-right: 5px;
}

#subnav li a {
    color: #fff;
    text-decoration: none
}

#subnav li a.current {
    text-decoration: underline
}
/* Call out buckets */
.bucket {
    width: 258px;
    margin-bottom: 10px;
    background: url(/images/site/bucket_bg.gif) repeat-y;
    position: relative;
}

.bucket .body {
    padding-top: 60px;
}

.bucket .press {
    background: url(/images/site/bucket_news.gif) no-repeat;
}

.bucket .archive {
    background: url(/images/site/bucket_archive.gif) no-repeat;
}

.bucket .events {
    background: url(/images/site/bucket_shows.gif) no-repeat;
}

.bucket .near_bowl {
    background: url(/images/site/bucket_near_bowl.gif) no-repeat;
}

.bucket .bowl_info {
    background: url(/images/site/bucket_bowl_info.gif) no-repeat;
}

.bucket .footer {
    height: 15px;
    background: url(/images/site/bucket_footer.gif) bottom no-repeat;
}

.bucket h3 {
    font-weight: normal;
    padding: 3px 0px 0px 8px;
    margin: 0px 0px 0px 2px;
    font-size: .92em;
}

.bucket p {
    margin: 0px;
    color: #fff;
    padding: 0px 10px 3px 40px;
    font-size: 10px;
    border-bottom: 1px solid #565656;
    height: 11px;
    overflow: hidden;
}

.bucket a {
    text-decoration: none;
}

.bucket .more {
    z-index: 100;
    position: absolute;
    height: 16px;
    top: 46px;
    right: 5px
}
/* Expanding arrows */
.arrow_open {
    cursor: pointer;
    width: 9px;
    height: 12px;
    background: url(/images/site/arrow_open.gif) no-repeat;
}

.arrow_closed {
    cursor: pointer;
    width: 9px;
    height: 12px;
    background: url(/images/site/arrow_closed.gif) no-repeat;
}

/* Search Styles */
#cse-search-results {
	background-color: #000;
}
