body {
    font-size: 100%;
    text-align: center;
    margin: 0 auto;
    }

/* change background by page - ultimately we'll want to switch out dividers, etc. */
body#news { background: url(../img/backgrounds/news-bg.jpg) top; }

/* HTML defaults */
a { 
    color: #dd6900;
    text-decoration: none; 
    }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: "Georgia", serif; }

h1 {
    font-size: 1.375em;
    line-height: 1.25em;
    font-weight: lighter;
    margin: 0.125em 0 0.250em 0;
    color: #57300a;    
    }
    
h2 {    
    font-size: 1.05em;
    line-height: 1.15em;
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #57300a;
    }
    
h4 {    
    font-size: 1.0 em;
    line-height: 1.5em;
    font-weight: 500;
    margin: -.05em 0 .5em 0;
    color: #57300a;
    }
    
a img, map { border: 0; }

p {
    font-family: "Georgia", serif;
    font-size: 0.814em;
    color: #57300a;
    font-weight: normal;
    line-height: 1.4em;
    }   
    
/* structure */
#footer {
    width: 780px;
    height: 69px;
    background: url(../img/backgrounds/footer-bg.png) no-repeat;
    margin-top: -1px;
    }
    
#header {
    width: 780px;
    height: 129px;
    position: relative;
    background: url(../img/backgrounds/banner-home.jpg) no-repeat left top;
    }

    
#header img { float: right; }

#header ul {   
    display: block;
    position: absolute;
    left: -40px;
    top: 56px;
    width: 613px;
    height: 47px;
    }
    
#header li {
    display: block;
    list-style: none;
    float: left;
    height: 47px;
    padding: 0;
    }
    
#navbar {
    width: 780px;
    height: 41px;
    text-align: left;
    }
    
#navbar img { float: left; }

#container {
    width: 780px;
    /* background-color: white; */
    margin: 0 auto;
    position: relative;
    /*
    background: url(../img/news-divider-vert.png) repeat-y;
    background-position: 424px 131px;
    */
    }
    
#content {
    width: 780px;
    margin: 0;
    text-align: left;
    /* background: url(../img/backgrounds/news-right-bg-hash.jpg) repeat-y right top; */
    background: url(../img/bg-both.jpg) repeat-y 477px 127px;
    }
    
#content div.left {
    float: left;
    width: 392px;
    margin-left: 60px;
    /* background: url(../img/news-divider-vert.png) repeat-y right top; */
    padding: 0 45px 20px 0; /* padding above each posting; */
    }

#content div.right {
    float: left;
    width: 283px; 
    background-color: white;
    }
    
/* layout, adjustment & compensation */
#content div.left img.divider { margin-left: -60px; } /* undo container's margin */
#content div.right img { border-left: 10px solid white; }
#content div.right p img { border-left: none; }
#content div.right img.divider { border-left: 0 !important; display: block; clear: both; }
#content div.right img.vspace { 
    border-top: 10px solid white; 
    border-bottom: 10px solid white;
    }

/* right-column stuff */    
#content div.right h3 {    
    font-size: 1em;
    line-height: 1.15em;
    font-weight: 300;
    color: #57300a;
    }
    
td h3 { margin: 0; }

td p { margin: 0.50em 0 0 0; }
#content div.left p { margin: .7em 0 .9em 0; }

#content div.right h3 {
    line-height: 1em;
    padding: 0 0 5px 10px;    
    margin: .075em 0 -.05em 0;
    }
    
#content div.right h3.cap { margin: 0; }


#content div.right p {
    padding: 0 0 16px 10px;
    line-height: 1.438em;
    color: #888;
    margin: 0;
    width: 260px;
    }
    
#content div.right td p { width: 100% !important; }
    
#content div.right p.date {
    padding: 9px 0 10px 10px; 
    font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
    font-size: 0.625em;
    line-height: 0.625em;
    color: #b0b0b0;
    text-transform: uppercase;
    margin: 0;
    }

div.clear {
    width: 100%;
    height: 1px;
    clear: both;
    }
    
img.bb { 
    position: absolute; 
    right: 5px; 
    bottom: 70px 
    }
    
img.block { display: block; }

img.nowrap { margin-bottom: 100%; }

span.wh { line-height: .25em; }

#footer p { display: inline-block; margin: 23px 0 0 60px; }
#footer span {
    display: inline-block;
    width: 80px;
    }

/* text styles and colors */
.orange { color: #dd6900; }
.brown { color: #57300a; }
.gray { color: #888; }
.smallcap {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 0.715em;
    color: #888;
    text-transform: uppercase;
    }
    
.caption {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 0.715em;
    color: #888;
    }
    
.venue {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 0.715em;
    color: #888;
    text-transform: uppercase;
    margin: 0 0 0 0;
    }
    
/* Image Transitions */
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
