/* profile_text_color */
html, h1,h2,h3,h4,h5,h6 { color: #333333; }

/* profile_link_color */
a, a:link, a:active, a:visited { color: #fc0000; }

/* profile_sidebar_fill_color */
#multicol { background: #ededed; }

/* profile_sidebar_border_color   Also set the main body to be white to mimic twitter */
#col_wrapper { background-color:#fff; border-color:#ffffff; }

/* Main Nav */
ul#nav li { background: #ededed; border-right:1px solid #ffffff; border-left:0px}
ul#nav li:hover { background: #ffffff; }
ul#nav li#logged_in_profile_pic:hover { background: #ededed; }
ul#nav li a,ul#nav li a:active,ul#nav li a:link,ul#nav li a:visited, ul#nav li a span.subtext { color:#333333; }

/* Colors for boxes on the page */
.box, #main_media_img { background-color: #ededed; border-color: #ffffff; }
#date_time h3, #location h3 { font-weight:bold; background-color: #ededed; border: 1px solid #ffffff; border-bottom:0px; color:#333333; }
#date_time .box, #location .box { border-top-style: dotted; }
#main_media_img { border-color: #ededed; }

/* Divider Colors */
.section_divider { border-top-color:#ffffff; border-bottom:0px; }

/* Navigation Button */
ul#invitation_nav li { background:#ededed; border-bottom-color: #ffffff; }
ul#invitation_nav li:hover { background:#ffffff; }
ul#invitation_nav li a, ul#invitation_nav li a:link, ul#invitation_nav li a:active, ul#invitation_nav li a:visited { color:#333333}

/* Change RSVP Link */
.inner_sidebar.rsvp_buttons .show_hide_change_rsvp { color:#333333;}
.inner_sidebar.rsvp_buttons .show_hide_change_rsvp span { color:#fc0000;}

/* Comment Board Nav */
ul#feed_nav li { background-color: #ffffff;border:1px solid #ffffff; border-bottom:0px}
ul#feed_nav li:hover { background-color:#ffffff;}
ul#feed_nav li.selected, ul#feed_nav li.selected:hover { background-color: #ededed;}

/* Twitter Widget */
.comment_board_inner #twtr-search-widget .twtr-doc, .comment_board_inner #twtr-search-widget .twtr-hd a { background: #ededed none repeat scroll 0 0 !important;  color: #333333 !important; }
.comment_board_inner #twtr-search-widget .twtr-tweet a { color: #fc0000 !important; }          
.comment_board_inner #twtr-search-widget .twtr-bd, #twtr-search-widget .twtr-timeline i a { color: #333333 !important; }
.twtr-widget .twtr-tweet { border-bottom:1px dotted #ffffff !important; }

/* Username Link Name */
.ind_user .ind_user_name, .ind_user .ind_user_name a, .ind_user .ind_user_name a:link, .ind_user .ind_user_name a:active, .ind_user .ind_user_name a:visited { color:#fc0000; }

/* Footer */
#footer_nav li { border-right:0px; }
#footer_nav li a, #footer_nav li a:link,#footer_nav li a:active, #footer_nav li a:visited, #copyright  { color:#fc0000; }

/* Remove Borders for IE */
* html #content { border: 1px solid #ffffff; }
*:first-child+html #content { border: 1px solid #ffffff; }
* html ul#nav { border: 1px solid #ffffff; }
*:first-child+html ul#nav { border: 1px solid #ffffff; }
* html #footer { border: 1px solid #ffffff; }
*:first-child+html #footer { border: 1px solid #ffffff; }

    
    html, body {
    
        background-image:url(http://a1.twimg.com/profile_background_images/19991930/bg.gif);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: top left;
    
                background-color: #ffffff;
            
    }
    