/* ========== Navigation Tabs ========== */

#nav_tab_menu 
  { background-image: url('images/events_menu.png'); }

#nav_tab_links
  { margin-left: 610px; }

/* ========== Sidebar ========== */

#sidebar_event
  { background-color: #FEFBF0; }

#sidebar
  { background-color: #FEFBF0; }

#side_main_bg
  { background-image: url('images/events_sidebar_title.png'); }

#side_main_content
  { background-image: url('images/events_sidebar_main.png'); }

/* --- Video section of sidebar --- */

#video_bg
  { background-color: #FFFEFB; }

/* ========== Main content on right ========== */

#content_heading
  { color: #93511A; }

#content_subheading
  { color: #F5E3D0; } /* guess; no content right now */

/* --- No hover for content text links, however --- */
#content_text a:link, #content_text a:visited,
#content_text a:hover, #content_text a:active
  { color: #9C750B; }


/* --- Article section --- */
#article_container
  { border: 1px solid #F0F0F0; padding: 15px; margin: 15px 0px; }

.article_title
  { color: #9B740B; font-family: Verdana; font-weight: bold; font-size: 14px; }

.article_subtitle
  { color: #901717; font-family: Verdana; font-size: 11px; }

.article_table
  { margin: 20px 0px; width: 670px; }

.article_text
  { line-height: 160%; margin-left: 20px; }

.article_more
  { text-align: right; font-family: arial; margin: -10px auto 0 auto; }

#headlines_table
  { width: 670px; }

#headlines_table tr
  { vertical-align: top; }

.headlines_list
  { list-style-image: url('images/events_bullet.png'); line-height: 183%; }

.headlines_list li
  { margin-left: -20px; }

.headlines_list a:link, .headlines_list a:visited,
.headlines_list a:hover, .headlines_list a:active
  { font-weight: normal !important; color: #000000 !important; }

.spacer
  { height: 15px; }

#rounded_main_bottom
  { background-image: url('images/events_main_bottom.png'); }

