html, body {
    padding: 0;
    margin: 0
}

body {
    background-color: #dfd2bc;
    background-image: url('../images/header_background.gif');
    background-repeat: repeat-x;
    background-position: top left;
    font-size: 16px;
    color: #504632;
    text-align: center;
    font-family: arial, helvetica, 'sans serif';
    letter-spacing: -0.05em;
    line-height: 1.6em;
}

/* =HEADER */
#header, #container {
    width: 936px;
}

#header {
    height: 147px;
    background-position: 0 141px;
    background-repeat: repeat-x;
    position: relative;
    z-index: 100;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: justify;
}

#container {
    margin: 0 auto 0 auto;
    position: relative;
    text-align: justify
}

#logo {
    position: absolute;
    top: 12px;
    left: 27px
}

#search {
    position: absolute;
    top: 140px;
    right: 18px;
    display: none
}

/* =LOGIN OPTIONS */
#loginSmall {
    position: absolute;
    top: 134px;
    right: 12px;
    display: none;
    background-image: url('../images/login_bubble.png');
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 3000;
    width: 371px;
    height: 80px;
    padding: 33px 0 0 5px
}

#loginSmall, #search {
    font-size: 0.95em
}

#loginSmall label {
    display: block;
    font-size: 0.7em;
    color: #DFD2BC;
    margin: 0;
    width: 5em;
    position: relative;
    top: 6px;
    left: 0px
}

#loginSmall .left {
    float: left
}

#loginSmall .gutter {
    width: 2px;
    height: 16px;
    float: left
}

#loginSmall button {
    position: relative;
    top: 26px
}

#loginSmall a {
    float: left;
    font-size: 0.7em;
    clear: both;
    color: #FFFFFF;
    margin-left: 8px
}

#loginName {
    font-family: 'Times New Roman', 'Georgia', serif;
    font-style: italic;
    position: absolute;
    top: 85px;
    color: #9F9177;
    left: 198px;
    font-size: 1.8em;
    text-transform: lowercase;
    line-height: 1.1em
}

/* =USER MENU (Tabs) */
#userTabs {
    width: auto;
    position: absolute;
    top: 95px;
    right: 17px;
    z-index: 50
}

#userTabs a {
    display: block;
    float: right;
    background-color: #68593C;
    background-image: url('../images/uncut_tabbg.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
    font-family: 'Times New Roman', 'Georgia', serif;
    color: #FFF;
    width: 61px;
    height: 21px;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 0 0 8px;
    font-size: 0.7em;
    text-align: center;
    padding: 0 0 16px 0;
    z-index: 50
}

#userTabs a:hover {
    background-color: #786748;
}

/* =MENU (Main Menu) */
#nav {
    position: absolute;
    left: 200px;
    top: 52px;
    z-index: 100
}

/*IE7 FIX*/
ul#nav li:hover, ul#nav li.hover {
    position: static;
}

/*IE7 FIX*/
ul#nav li span {
    font-weight: bold;
    color: #5d5d5d
}

ul#nav, ul#nav ul /* all lists */ {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1em;
    font-family: 'Times New Roman', 'Georgia', serif;
    font-size: 1.1em;
    letter-spacing: -0.05em;
}

ul#nav ul a /* 2nd and 3rd level links */ {
    text-align: left;
    padding: 0 0 0 0.25em;
    font-size: 0.8em;
    border-top-width: 1px;
    border-top-style: solid
}

ul#nav ul a:hover {
    color: #FFF;
}

ul#nav a {
    color: #FFF;
    display: block;
    width: auto;
    margin: 0 0.8em 0 0;
    padding: 0.1em 0.3em 0.1em 0.3em;
    text-decoration: none;
    text-align: center;
}

ul#nav a:hover {
    color: #221e1f
}

ul#nav li /* all list items */ {
    float: left;
    width: auto; /* width needed or else Opera goes nuts */
}

ul#nav li ul /* second-level lists */ {
    position: absolute;
    width: 10em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

ul#nav li ul ul /* third-and-above-level lists */ {
    margin: -0.85em 0 0 8.25em;
    font-size: 1em
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
    left: -999em;
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul /* lists nested under hovered list items */ {
    left: auto;
}

ul#nav ul, ul#nav ul li, ul#nav ul a, ul#nav ul ul {
    width: 10em;
    height: 1.3em;
    margin: 0 0 -0.31em 0
}

.menu_style_1, ul#nav .menu_style_1 ul a {
    background-color: #bb5430;
    border-color: #934226
}

.menu_style_2, ul#nav .menu_style_2 ul a {
    background-color: #db8842;
    border-color: #af6d35
}

.menu_style_3, ul#nav .menu_style_3 ul a {
    background-color: #9acc5c;
    border-color: #7ba34a
}

.menu_style_4, ul#nav .menu_style_4 ul a {
    background-color: #e2ce21;
    border-color: #b5a51a
}

a.menu_style_1:hover {
    background-color: #934226
}

a.menu_style_2:hover {
    background-color: #af6d35
}

a.menu_style_3:hover {
    background-color: #7ba34a
}

a.menu_style_4:hover {
    background-color: #b5a51a
}

/* =IMAGES */
img {
    border: 0px
}

/* =FRONT PAGE STRUCTURE */
#col1_front {
    margin: 4px 0 0 0px;
    width: 562px;
    position: relative;
    float: left
}

#col2_front {
    margin: 32px 16px 0px 590px;
    height: 1%;
}

#col1 {
    margin: 0 0 0 16px;
    float: left;
    width: 314px;
    position: relative;
    overflow: visible;
}

#col2 {
    margin: 27px 16px 16px 346px;
    height: 1%;
    background: #FFF;
    padding: 16px
}

/* =ADVERTS */
#advert {
    background-image: url('../images/advertboxbg.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 268px;
    height: 205px;
    padding: 27px 0 0 30px;
    z-index: 20;
    overflow: hidden
}

#col1 #advert {
    margin: 0 0 16px 0
}

.ad_text_container {
    color: #FFF;
    font-size: 2.2em;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.1em;
    background: #68593C;
    height: 166px;
    overflow: hidden;
    padding: 10px
}

.cf_element {
    width: 244px;
    height: 186px;
    cursor: pointer
}

/* =LINKS */
a, a:link {
    color: #4f86c9;
    text-decoration: none;
    font-weight: bold
}

a:visited {
    color: #6b6db6
}

a:hover, a:active {
    color: #bb5430
}

/* =HEADINGS, TITLES */
h2 {
    color: #796a4d;
    letter-spacing: -0.1em;
    margin: 18px 0 11px 0;
    font-size: 1.9em;
    text-align: left;
    text-transform: lowercase;
}

h1 {
    color: #68593c;
    margin: 0 0 12px 0;
    padding: 0;
    letter-spacing: -0.1em;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: left
}

/* =EVENTS LIST (FRONT PAGE) */
.events {
    font-size: 0.7em;
    text-align: left
}

.events a {
    color: #68593c;
    font-weight: normal
}

.events tr:hover {
    background: #68593C;
    color: #FFF
}

.events th {
    padding: 0 0 0 2px
}

.event:hover {
    color: #bb5430
}

/* =TABLES */
table {
    width: 100%;
    font-size: 100%;
}

#col2 table, table.data {
    background: #FFFFFF;
    margin: 16px 0 16px 0
}

table.data td {
    border-bottom: 2px solid #DFD2BC;
    padding: 4px 4px 0px 4px;
}

#col2 th, table.data th {
    background: #68593C;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
    text-align: left
}

tr.hover:hover, table.data tr.hover:hover {
    background: #f3eee6
}

/* =ARTICLES */
.article {
    width: 48%;
    float: left;
    height: 61px;
    margin: 6px 2% 0 0;
    line-height: 1em;
    text-align: left
}

.article_image {
    margin: 0 0 8px 0;
    width: 61px;
    height: 46px;
    float: left;
    margin: 0 8px 0 0;
    position: relative
}

.article_image .article_cover {
    background-image: url('../images/article_cover.png');
    width: 61px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 0px
}

.article strong {
    color: #68593C;
    text-align: left;
    font-size: 0.8em
}

/* =FOOTER */
#footer {
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 0.8em;
    margin: 16px 16px 0 0;
    color: #8A806F
}

/* =RANDOM/DYNAMIC COLOURS */
.bg1 {
    background-color: #bb5430;
    color: #FFF
}

.bg2 {
    background-color: #db8842;
    color: #FFF
}

.bg3 {
    background-color: #9acc5c;
    color: #FFF
}

.bg4 {
    background-color: #e2ce21;
    color: #FFF
}

a:hover .bg1 {
    background-color: #934226
}

a:hover .bg2 {
    background-color: #af6d35
}

a:hover .bg3 {
    background-color: #7ba34a
}

a:hover .bg4 {
    background-color: #b5a51a
}

/*COLUMN 1 LISTS*/
#col1 ul {
    padding: 0;
    margin: 32px 0 32px 0;
    list-style: none;
    width: 308px
}

#col1 ul a {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 1.15em;
}

#col1 ul a strong {
    position: relative;
    top: 12px
}

#col1 ul a:hover, #col1 ul a:hover strong {
    color: #BB5430
}

/*COLUMN 1 LISTS*/
/* =PAGINATION */
.pager_bar {
    text-align: center;
}

div.pager_bar select, div.pager_bar form {
    display: inline;
    margin: 0 2px 0 2px
}

/* =PAGINATION */
/* =CALENDAR */
td.date {
    width: 170px
}

.date_square {
    width: 60px;
    height: 60px;
    padding: 2px;
    background-color: #bb5430;
    float: left;
    color: #FFFFFF;
    margin: 12px 0 12px 8px;
    text-align: center;
    overflow: hidden;
}

.date_square span {
    width: 100%;
    display: block
}

.date_square span.day {
    font-size: 1.9em;
    position: relative;
    top: 8px
}

tr:hover .date_square {
    background: #db8842
}

.date_square span.month {
    font-size: 1.4em;
    position: relative;
    top: 7px
}

.date_to {
    float: left;
    display: block;
    font-weight: bold;
    position: relative;
    top: 28px;
    left: 4px
}

/* =CALENDAR */
/* =FORM ELEMENTS */
input.checkbox {
    position: relative;
    top: 2px
}

input, select, textarea {
    color: #504632;
    font-family: arial, helvetica, 'sans serif';
    border: 1px solid #b2a488;
}

input {
    padding: 2px
}

textarea {
    width: 98%;
    height: 120px;
    font-size: 1em;
    padding: 2px
}

label {
    display: block;
    font-size: 0.7em;
    font-weight: bold
}

fieldset {
    border: 2px solid #dfd2bc;
    margin-bottom: 1em
}

fieldset input, fieldset select {
    margin-bottom: 1em
}

legend {
    font-weight: bold;
    color: #a99d87;
    font-size: 1.1em
}

input.required {
    background-image: url('../../images/required.gif');
    background-position: top right;
    background-repeat: no-repeat
}

button {
    background: #9acc5c;
    color: #FFF;
    font-weight: bold;
    font-family: arial, helvetica, 'sans serif';
    border: 2px solid #7BA34A;
    cursor: pointer;
    height: 25px;
    font-size: 0.8em;
}

button:hover {
    background: #e2ce21;
    border: 2px solid #B5A51A;
}

/* =FORM ELEMENTS */
/* =POPUPS */
div#popup_body {
    background: #FFFFFF;
    padding: 16px;
    text-align: left
}

div#popup_footer {
    color: #FFFFFF;
    background: #68593C;
    padding: 8px;
    text-align: center
}

div#popup_footer a {
    color: #FFFFFF;
}

/* =POPUPS*/
/* =DEFINITION LISTS (FILE INFO) */
dt {
    font-weight: bold
}

dd {
    margin: 0 0 8px 0
}

/* =DEFINITION LISTS (FILE INFO) */
/*Fsviewr*/
#flashcontent {
    height: 800px;
    z-index: -200
}

#noflash {
    padding: 20px;
    width: 450px;
    margin: 50px auto 50px auto;
    border: 1px dashed #666;
    background-color: #ffc;
    text-align: left;
}

/*Fsviewr*/
/* COMMENTS */
div#comment_box {
    background: #DFD2BC;
    padding: 8px 16px 8px 16px;
    font-weight: bold
}

div#comment_box textarea {
    height: 100px;
    margin-bottom: 8px
}

ul#comments {
    padding: 0;
    margin: 0;
    list-style: none
}

ul#comments li {
    border-bottom: 1px dotted #B9B9B9;
    padding: 4px 4px 8px 28px;
    background-image: url('../../images/comment.gif');
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0 0 16px 0
}

div.comment_footer {
    font-weight: bold;
    font-size: 0.7em;
    height: 20px
}

div.comment_footer div.l {
    text-align: left;
    float: left;
    width: 40%
}

div.comment_footer div.r {
    text-align: right;
    float: right;
    width: 40%
}

span.abusive {
    font-weight: bold;
    font-size: 0.7em;
    color: #DE4759;
    margin: 0 4px 0 4px
}

/* COMMENTS */
/* =MISC STYLES */
a.highlight, span.highlight {
    background: #db8842;
    font-weight: bold;
    padding: 1px 6px 1px 6px;
    color: #FFFFFF;
    font-size: 1.3em;
}

a.highlight:hover {
    background: #9acc5c
}

.inline {
    display: inline;
}

#splat {
    position: absolute;
    width: 212px;
    height: 88px;
    top: 80px;
    right: 220px;
    background-image: url('../images/splat.gif');
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 25;
    display: none
}

.clickable {
    cursor: pointer
}

.spacer {
    width: 100%;
    clear: both;
    height: 16px
}

.spacer0 {
    width: 100%;
    clear: both;
    height: 0px
}

table.media {
    background: #FFF;
    padding: 16px;
    width: 873px
}

table.media td {
    border-bottom: 1px solid #DFD2BC;
    padding: 6px
}

table.calendar td {
    border-bottom: 1px solid #DFD2BC;
}

div.contact_image {
    width: 275px;
    height: 282px;
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    margin: 0 16px 16px 0
}

div.group_contact {
    border-bottom: 4px solid #DFD2BC;
    margin-bottom: 32px;
}

div.group_contact h2 {
    color: #FFF;
    display: inline;
    line-height: 1.1em;
    padding: 0 0.25em 0 0.25em;
    text-transform: none;
    font-size: 1.7em
}

span.subscribed, span.not_subscribed {
    font-size: 0.8em;
    color: #BFB29B;
    position: relative;
    left: 8px;
    bottom: 2px
}

span.subscribed {
    left: 18px;
    color: #7F6F4F
}

div.info_box {
    background: #EFEAE0;
    font-weight: bold;
    padding: 4px;
    text-align: center
}

#col_calendar {
    margin: 27px 16px 16px 16px;
    background: #FFF;
    padding: 16px;
    width: 938px;
    overflow: hidden;
    position: relative;
}

table.calendar_new, table.calendar_list {
    width: 886px;
    border: 1px solid #DFD2BC;
    border-width: 1px 0 0 1px;
}

.calendar_new th, .calendar_list th {
    background: #9F9581;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #8F8674;
    border-width: 0 1px 0 0;
}

.calendar_list td {
    border: 1px solid #DFD2BC;
    border-width: 0 1px 1px 0;
}

.calendar_new td {
    width: 10%;
    border: 1px solid #DFD2BC;
    border-width: 0 1px 1px 0;
    height: 120px;
    overflow: hidden;
}

div.day_container {
    width: 120px;
    height: 100%;
    position: relative;
    overflow: hidden
}

div.day_container span.day_num {
    position: absolute;
    bottom: 22px;
    left: 4px;
    z-index: 1;
    overflow: visible;
    padding-right: 16px
}

div.day_container ul {
    position: absolute;
    top: -16px;
    list-style: none;
    padding-left: 0;
    z-index: 100
}

div.day_container ul li a {
    text-align: left;
    color: #FFF;
    font-size: 0.9em;
    display: block;
    width: 100%;
    padding: 2px;
    margin: 4px;
    font-weight: normal;
}

div.day_container ul li a:hover {
}

div.day_container ul li a span {
    font-weight: bold;
    font-size: 0.8em
}

.calendar_new td span.day_num {
    color: #EFEAE0;
    font-size: 5em;
    letter-spacing: -0.1em;
}

.blank {
    background: #EFEAE0
}

td.today {
    border: 5px solid #9acc5c
}

#cal_layout {
    position: absolute;
    top: 69px;
    left: 820px;
    height: 48px;
}

#cal_layout a {
    float: left;
    display: block;
    margin: 0 4px 0 0
}

#cal_layout a.selected {
    padding-bottom: 4px;
    border-bottom: 5px solid #9acc5c
}

table.calendar_list {
    margin-top: 24px
}

table.calendar_list td {
    padding: 4px
}

table.calendar_list td.date {
    padding-bottom: 12px
}

table.calendar_list td.date, table.calendar_list td.date span, table.calendar_list td.date div {
    background: none;
    color: #68593C;
    position: relative;
    top: -2px;
    overflow: visible;
    width: auto;
    border: 0px;
    font-size: 1em;
    left: 5px
}

td.today div.day_container ul li a {
    width: 100%
}

#slideshow {
    text-align: center;
    background: #000000;
    height: 390px;
    margin: 0 0 32px 0;
    overflow: hidden;
}

#slideshow div {
    background: #0F0F0F;
    color: #FFF;
    font-size: 0.8em;
    padding: 4px 0 4px 0;
    height: 32px
}

#slideshow div a {
    color: #6FF4FF
}

#slideshow_header {
    margin-top: 32px
}

.tk_header {
    background: #569640;
    margin-bottom: 16px;
    width: 100%;
    height: 136px;
    background-image: url('../images/uploaded/uncut_image_259.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

.float_left {
    float: left;
    margin: 16px 16px 16px 0
}

.float_right {
    float: right;
    margin: 16px 0 16px 16px
}

#podcast_box {
    margin: 0 0 24px 0;
}

#podcast_box h2 {
    color: #8a806f;
    font-size: 1.3em
}

#podcast_box h2 strong {
    color: #68593C;
    font-size: 1.4em
}

#podcast_box p {
    font-size: 0.9em;
    font-weight: normal
}

#podcast_box div {
    text-align: center;
    margin: 8px 0 8px 0;
    color: #EAFFCF;
    font-weight: bold;
    background-image: url('../images/podcast_footer.gif');
    height: 44px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 6px 0 0 0
}

#podcast_box div img {
    position: relative;
    top: 5px
}

#podcast_box div a {
    margin: 0 12px 0 12px;
    color: #FFF
}

#podcast_box div a:hover {
    color: #D9EFA4
}

#intro {
    background-image: url('../images/intro_background.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 562px;
    height: 195px;
    position: relative;
    margin: 0 0 16px 0
}

#intro h1 {
    color: #dfd2bc;
    width: 140px;
    position: absolute;
    top: 16px;
    left: 32px;
    font-size: 1.6em
}

#intro div {
    position: absolute;
    top: 0px;
    left: 189px;
    width: 318px;
    color: #FFF;
    font-size: 0.9em
}

#front_events_col1, #front_events_col2 {
    width: 49%;
    float: left
}

#front_events_col1 {
    margin: 0 2% 0 0
}

div.date {
    width: 44px;
    height: 35px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.09em;
    text-transform: lowercase;
    padding-top: 9px;
    background-repeat: no-repeat;
    background-image: url('../images/date_background.gif');
    float: left;
    margin: 0 16px 0 0
}

div.date_style_1 {
    background-position: 0 0;
}

div.date_style_2 {
    background-position: -44px 0
}

div.date_style_3 {
    background-position: 0 -44px
}

div.date_style_4 {
    background-position: -44px -44px
}

.event strong {
    display: block
}

.event {
    margin: 0 0 12px 0;
    height: 44px;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    line-height: 1.3em
}

#front_events_footer {
    background-image: url('../images/calendar_footer.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 562px;
    height: 71px;
    clear: both;
    margin: 0 0 16px 0;
    padding: 8px 0 0 0;
    position: relative
}

#front_events_footer a {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: #FFF
}

#front_events_footer a span {
    font-size: 1.2em;
    position: relative;
    top: -14px;
    left: 8px
}

#front_events_footer a:hover {
    color: #FFCA6F
}

#social_box {
    text-align: left;
    padding-bottom: 16px
}

span#status {
    font-weight: bold;
    color: #68593C;
    font-size: 1.5em;
}

#social_footer {
    text-align: center;
    font-size: 0.9em;
    color: #68593C;
    margin: 16px 0 0 0
}

#social_links {
    margin-left: 8px
}

#social_links a {
    margin-left: 8px
}

#social_links img {
    position: relative;
    top: 4px;
    left: -2px
}

#status span {
    color: #8A806F;
    font-size: 1.4em;
    line-height: 0em;
    position: relative;
    top: 4px;
    margin: 0 1px 0 1px
}

p.loading {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em
}

#col1 a.more {
    text-align: center;
    font-size: 0.9em;
    color: #68593C
}

#col1 a.more img {
    position: relative;
    top: 3px;
    right: 2px
}

table.media td span {
    position: relative;
    top: -9px;
    left: 10px
}

#media_filter {
    list-style-type: none;
    padding: 0px;
    margin: 0 auto 0 auto;
    height: 40px;
    width: 408px;
}

#media_filter li {
    float: left;
    margin: 0 16px 0 0;
    height: 40px
}

#media_filter li a {
    height: 40px
}

#media_filter li span {
    position: relative;
    top: -11px
}

#media_filter li a.selected span {
    text-decoration: underline
}

#col1 #podcast_box {
    margin-top: 32px;
    width: 298px
}

#col1 #podcast_box div {
    background-image: url('../images/podcast_footer_col1.gif')
}

#podcast_ad {
    display: block;
    width: 292px;
    height: 197px;
    background-image: url('../images/podcast_ad.gif');
    position: relative;
    margin: 32px 0 32px 0;
}

#col_media #podcast_ad {
    float: left
}

#podcast_ad strong {
    color: #7BA34A;
    font-size: 2.5em;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 125px;
    text-align: left;
    letter-spacing: -0.05em;
    text-transform: lowercase;
    line-height: 0.9em;
    height: 116px;
    overflow: hidden
}

#podcast_ad span {
    color: #695A3D;
    position: absolute;
    top: 122px;
    right: 0px;
    width: 145px;
    text-align: center;
    line-height: 0.9em;
}

li.event strong {
    font-size: 1.3em;
    position: relative;
    top: 9px
}

#media li a {
    background: #FFF;
    display: block;
    width: 290px;
    padding: 6px;
}

#media li a span {
    color: #695A3D;
    position: relative;
    top: -8px;
    text-align: left
}

#media li a img {
    position: relative;
    top: 2px;
}

#media li a:hover {
    background: #EFEAE0
}

#media li a:hover span {
    color: #DB8840
}

#media li.more a {
    background: none
}

#col_media {
    margin: 27px 16px 16px 16px;
    padding: 16px;
    width: 938px;
    overflow: hidden;
    position: relative;
}

#media_content {
    float: left;
    height: 200px;
    width: 530px;
    margin: 0 0 0 32px;
}

.speaker {
    color: #958d7c
}

#video_col1 {
    float: left;
}

#video_col2 {
    margin-left: 764px
}

#video_col2 p {
    color: #8A806F;
    text-align: center;
    margin: 0 16px 16px 16px;
    font-size: 0.9em;
    line-height: 1.4em
}

#video_col2 a {
    font-weight: bold
}

#blog_col1 {
    margin: 0px 32px 32px 0;
    width: 544px;
    float: left;
}

#blog_col2 {
    width: 260px;
    margin: 32px 0 32px 576px;
    position: relative;
}

.blog_summary, #blog_post_wrapper {
    background-color: #FFF;
    padding: 16px;
    margin: 32px 0 0px 0;
    text-align: left;
    letter-spacing: 0em line-height: 1.8em;
}

.blog_summary_image {
    float: left;
    margin: 16px 16px 16px 0
}

.blog_summary h2, #blog_post_wrapper h1 {
    font-size: 3.1em;
    letter-spacing: -0.1em;
    line-height: 1em;
    margin: 0px;
    display: inline;
}

.blog_summary .date, #blog_post_wrapper .date {
    font-size: 0.75em;
    margin-bottom: 32px
}

.pager_bar {
    background-image: url('../images/pager_bar_background.gif');
    width: 528px;
    height: 45px;
    margin: 16px auto 0 auto
}

.pager_bar_inner {
    width: 496px;
    margin: 0 auto 0 auto;
    position: relative;
    top: 6px;
    color: #FFB87F;
    font-weight: bold;
    font-size: 0.9em
}

.pager_bar_inner a {
    color: #FFE4CF;
    padding: 0 4px;
    font-size: 1.1em
}

.pager_bar_inner a:hover {
    color: #FFF;
    border-bottom: 4px solid #FFB87F;
}

#blog_subscribe {
    display: block;
    background-image: url('../images/subscribe_background.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 241px;
    height: 54px;
    position: relative
}

#blog_subscribe span {
    text-transform: lowercase;
    color: #7ba34a;
    font-size: 2.6em;
    letter-spacing: -0.1em;
    position: absolute;
    top: 2px;
    left: 4px;
    line-height: 1em;
    cursor: pointer
}

#blog_subscribe:hover {
    background-image: url('../images/subscribe_background_hover.gif');
}

#blog_subscribe:hover span {
    color: #8fbe56
}

blockquote {
    color: #888;
    font-style: italic;
    letter-spacing: -0.01em;
}

a.more {
    background-image: url('../images/readmore_background.gif');
    width: 117px;
    height: 35px;
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    color: #F0FFDF;
    position: relative
}

a.more span {
    position: absolute;
    top: 4px;
    left: 20px
}

a.more:hover {
    color: #FFF;
    background-image: url('../images/readmore_background_hover.gif');
}

.side_box_inner {
    text-align: left
}

.side_box ul, .side_box ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.side_box ul li a {
    background: #CFC1A8;
    width: 100%;
    padding: 4px;
    display: block;
    margin: 4px 0;
    color: #8F8062
}

.side_box ul li a:hover {
    background: #dbccb1;
    color: #68593C
}

#share strong {
    color: #796A4D;
    font-size: 1.6em;
    letter-spacing: -0.1em;
    text-transform: lowercase;
    display: block;
    margin: 0 0 16px 0
}

#share a {
    color: #8F8062;
    display: block;
    font-size: 1.1em;
    margin: 0 0 4px 0
}

#share a:hover {
    color: #68593C
}

#share img {
    position: relative;
    top: 3px
}

#blog_box {
    margin: 0 0 24px 0;
}

#blog_box h2 {
    color: #8a806f;
    font-size: 1.3em
}

#blog_box h2 strong {
    color: #68593C;
    font-size: 1.4em
}

#blog_box p {
    font-size: 0.9em;
    font-weight: normal
}

#blog_box div {
    text-align: center;
    margin: 8px 0 8px 0;
    color: #e28f71;
    font-weight: bold;
    background-image: url('../images/blog_footer.gif');
    height: 44px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0 0 0
}

#blog_box div img {
    position: relative;
    top: 5px
}

#blog_box div a {
    margin: 0 12px 0 12px;
    color: #FFF;
    text-transform: lowercase;
}

#blog_box div a:hover {
    color: #e28f71
}

ul#articles_h, ul#articles_h li {
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

ul#articles_h li a {
    width: 18%;
}

ul#articles_h {
    height: 68px;
    padding: 6px 0 0 0
}

#fb_like_box {
    background: #FFF;
    margin: 16px 0 0 0
}