
body
{
	font-family:Helvetica, Arial,sans-serif;
	font-size:12px;
	color:black;
	margin:54px 0px 0px 0px;
	background-color:#e6e6e6;
        overflow:auto;
}

a
{
	color:#006498;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a img
{
	border:none;
}
#topbar
{
	height:54px;
	background-color:#e6e6e6;
	width:100%;
	min-width:800px;
	position:absolute;
	top:0px;
	left:0px;
}
#topbar.fixed
{
	position:fixed;
}
#notif_bar
{
    background-color:#c9c9c9;
    position:fixed;
    top:54px;
    left:0px;
    width:100%;
    height:0px;
    display:none;
    z-index:10000;
}
#notif_container
{
    margin:0px 0px 0px 0px;
    height:100%;
    width:auto;
}
#notif_container ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
    height:100%;
}
#notif_container ul li
{
    display:block;
    margin:0px;
    padding:0px;
    padding-top:18px;
    width:162px;
    float:left;
    height:100%;
}
#notif_container ul li.tab_placeholder
{
    width:18px;
    height:100%;
    position:relative;
    padding:0px;
}
#notif_container a.tab,
#notif_container a.tab:link,
#notif_container a.tab:visited
{
    position:absolute;
    padding:0px;
    z-index:100000;
    display:block;
    background-color:#C9C9C9;
    height:100%;
    width:18px;
    text-align: center;
    font-size:20px;
    line-height:162px;
    outline:none;
}
#notif_container a.tab img
{
    margin-top:72px;
}
#notif_container a.tab:hover
{
    text-decoration: none;
    background-color:#ffd200;
}

#notif_container a.right
{
    top:0px;
    right:0px;
    border-left:1px solid #e6e6e6;
}
#notif_container a.left
{
    top:0px;
    left:0px;
    border-right:1px solid #e6e6e6;
}
#notif_container ul li.empty_error
{
    padding:18px;
    width:auto;
    color:#666666;
    font-size:18px;
    line-height:1.25em;
    width:432px;
}
#notif_container ul li.empty_error h1
{
    font-size:36px;
    margin:0px;
    padding:0px;
    margin-bottom:18px;
    line-height:1em;
}
#notif_container ul li.old
{
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#notif_container ul li.old.hover
{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
#notif_container ul li .small
{
    font-size:10px;
}
#notif_container ul li img
{
    height:126px;
    width:126px;
    display:none;
}
#notif_container ul li .notif_pic_wrapper
{
    height:126px;
    width:126px;
    margin:0px 18px 18px 18px;
}
#notif_container ul li.tab img
{
    position:absolute;
    top:72px;
    left:0px;
    height:18px;
    width:18px;
    display:block;
    margin:0px;
}
#notif_container ul li a, #notif_container ul li a:link, #notif_container ul li a:visited
{
    color:black;
    font-weight:bold;
}
#notif_container ul li.notification.hover
{
    background-color:#c1c1c1;
    color:black;
}
#notif_container ul li .inactive_text,
#notif_container ul li .active_text
{
    position:relative;
    padding:0px 18px;
    overflow:visible;
    line-height:auto;
}
#notif_container ul li .inactive_text div.border,
#notif_container ul li .active_text div.border
{
    position:absolute;
    top:92px;
    left:18px;
    right:0;
    bottom:0;
    width:128px;
    border-bottom:1px solid #a1a1a1;
}
#notif_container ul li .inactive_text
{
    display:block;
}
#notif_container ul li.hover .inactive_text,
#notif_container ul li .active_text
{
    display:none;
}
#notif_container ul li.hover .active_text
{
    display:block;
    overflow:hidden;
}
#notif_container .spaced_out
{
    line-height:1.25em;
}
#subnav
{
	position:absolute;
	z-index:1000;
	width:100%;
	height:34px;
	background-color:#cfcfcf;
	display:none;
}

#subnav #subnavContent
{
	margin:11px 39px 11px 39px;
}
a#meedeor_home
{
	text-decoration:none;
}
#topbar img#logo,
#topbar img#logo_inactive
{
	display:block;
	float:left;
        padding:18px;
        position: relative;
        z-index:200;
}

#topbar img#logo_inactive
{
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    display:none;

}

#topbar a img
{
	border:none;
}
#topbar #buttons
{
	height:34px;
}
#topbar #buttons a,
#rightButtons a
{
	color:#c9c9c9;
	display:block;
	padding:11px 14px 11px 14px;
	text-decoration:none;
	float:left;
}
a#logout,
a#logout:link,
a#logout:visited
{
    position:absolute;
    top:0px;
    right:108px;
    outline:none;
    padding:0px;
    height:54px;
    width:54px;
    text-align:center;
    font-size: 12px;
    color: #FF8342;
    font-weight:bold;
    background-image:url('/images/browser/top_menu_logout.png');
    background-position: 18px 18px;
    background-repeat: no-repeat;
}
a#logout:hover
{
    background-color:#c9c9c9;
    background-image:url('/images/browser/top_menu_logout_hover.png');
}
#rightButtons #login
{
	font-size:10px;
	padding:12px 14px 12px 14px;
}
#rightButtons a#out span
{
	margin-right:8px;
	color:white;
}
#rightButtons a#out:hover span
{
	color:black;
}

#topbar #buttons a:hover,
#rightButtons a:hover,
div#post_new_selector a:hover
{
	color:black;
	text-decoration:none;
}
#topbar input#search_field
{
    background-color:#d3d3d3;
    font-size:10px;
    line-height:16px;
    height:16px;
    padding-left:2px;
    padding-right:2px;
    width:50px;
    display:block;
    color:#909090;
    position:absolute;
    top:0px;
    right:0px;
    text-align:center;
    border-top: 18px solid #e6e6e6;
    border-bottom: 18px solid #e6e6e6;
    font-family:Helvetica, Arial, sans-serif;
    border-left:none;
    border-right:none;
}
#topbar input#search_field:hover
{
    background-color:#ffd200;
    color:black;
}
#topbar input#search_field:focus
{
    text-align: left;
    text-decoration:none;
    background-color:#ffd200;
    color:black;
    outline:none;
}

#topbar input#search_field.loading
{
    background-image: url('/images/browser/search_loading.gif');
    background-repeat: no-repeat;
    background-position: 151px 3px;

}
#topbar #search_delta
{
    position:absolute;
    top:2px;
    right:204px;
    color:black;
    line-height:54px;
    font-size:20px;
    display:none;
}
#topbar #search_delta .desc
{
    font-size:10px;
    position:relative;
    top:-5px;
}
#topbar #feedstring_holder
{
    height:18px;
    line-height:18px;
    position:absolute;
    left:50%;
    top:17px;
    background-color:#d3d3d3;
    overflow:hidden;
    border-top-right-radius:9px;
    border-bottom-right-radius:9px;
    -moz-border-radius-topright:9px;
    -moz-border-radius-bottomright:9px;
    -webkit-border-top-right-radius:9px;
    -webkit-border-bottom-right-radius:9px;
}
#topbar #feedstring_holder a,
#topbar #feedstring_holder a:link,
#topbar #feedstring_holder a:visited
{
    position:relative;
    display:block;
    float:left;
    background-repeat: no-repeat;
    background-position: right center;
    border-right:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    padding:0px 27px 0px 27px;
    background-color: #d3d3d3;
    margin-top:-1px;
    margin-left:-9px;
    font-size:10px;
    color:#6c6c6c;
    border-top-right-radius:9px;
    border-bottom-right-radius:9px;
    -moz-border-radius-topright:9px;
    -moz-border-radius-bottomright:9px;
    -webkit-border-top-right-radius:9px;
    -webkit-border-bottom-right-radius:9px;
}
#topbar #feedstring_holder a:first_child
{
    margin-left:-0px;
    padding-left:18px;
}
#topbar #feedstring_holder a.current,
#topbar #feedstring_holder a:hover
{
    background-color: #c4c4c4;
    text-decoration:none;
}
#topbar #feedstring_holder a.current
{
    font-style:italic;
}
#topbar #feedstring_holder a.current:hover
{
    color:#e6e6e6 !important;
    background-color:black;
}
#search_results
{
    width:198px;
    position:fixed;
    top:54px;
    right:0px;
    z-index:20000;
    background-color:#e6e6e6;
    border-left:1px solid #d1d1d1;
}
#search_results ul
{
    margin:0;
    padding:0;
    list-style-type: none;
}
#search_results ul li
{
    margin:0px 0px 0px 0px;
    border-bottom:1px solid #e6e6e6;
    min-height:17px;
}
#search_results ul li a,
#search_results ul li a:link,
#search_results ul li a:visited
{
    position:relative;
    display:block;
    width:auto;
    background-color:#f8f8f8;
    color:black;
}
#search_results ul li.result a,
#search_results ul li.result a:link,
#search_results ul li.result a:visited
{
    font-weight:bold;
    line-height:16px;
    padding-top:9px;
    height:43px;
    padding-left:58px;
}
#search_results ul li.more a,
#search_results ul li.more a:link,
#search_results ul li.more a:visited
{
    font-weight:normal;
    line-height:16px;
    padding-left:9px;
    padding-top:0px;
    height:auto;
}
#search_results ul li.tags a,
#search_results ul li.tags a:link,
#search_results ul li.tags a:visited
{
    font-weight:normal;
    line-height:18px;
    padding-left:9px;
    padding-top:3px;
    padding-bottom:4px;
    font-size:10px;
    height:43px;
}
.livesearch_hashtag
{
    padding:4px;
    font-size:12px;
    background-color:#ffd200;
    color:black;
}
#search_results ul li.place a,
#search_results ul li.place a:link,
#search_results ul li.place a:visited
{
    padding-left:9px;
    font-weight:normal;
}
#search_results ul li a:hover,
#search_results ul li a.current
{
    text-decoration:none;
    background-color:#ffd200;
    outline:0px;

}
#search_results ul li img
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    height:52px;
    width:52px;
    background-color:#d1d1d1;
}
#search_results ul li.result
{
    height:53px;
}
#search_results ul li.more
{
    height:auto;
    font-size:10px;
}
#search_results ul li.section
{
    padding: 1px;
    background-color:#d1d1d1;
    font-weight:bold;
    line-height:17px;
    padding-left:9px;
    font-size:10px;
}
#search_results ul li.section:first-child
{
    margin-top:0px;
}
#search_results ul li.empty
{
    padding: 1px;
    background-color:#e6e6e6;
    line-height:16px;
    padding-left:9px;
}
#search_results ul li.small
{
    font-size:10px;
}
#sidebar
{ 
    overflow:hidden;
    width:0;
    background-color: #dadada;
    position:fixed;
    z-index:400;
    height: 100%;
    top:0px;
}
#sidebar #rightline
{
    position:absolute;
    height:100%;
    width:18px;
    top:54px;
    right:0px;
    background-color:#c9c9c9;
}
#sidebar a#sb_top_block,
#sidebar a#sb_top_block:link,
#sidebar a#sb_top_block:visited
{
    display:block;
    background-color: #e6e6e6;
    height:54px;
    width:162px;
    background-image: url('/images/browser/top_menu_logo.png');
    background-position: 18px 18px;
    background-repeat: no-repeat;
}
#sidebar #sb_links
{
    line-height:18px;
    font-size:12px;
    color:black;
    width:162px;
    float:right;
    text-align:left;
}
#sidebar #sb_links ul
{
    list-style-type: none;
    padding:0px;
    margin:0px;
    margin-bottom:54px;
}
#sidebar #sb_links li
{
    padding:0px;
    margin:0px;
}

#sidebar #sb_links ul li a,
#sidebar #sb_links ul li a:link,
#sidebar #sb_links ul li a:visited
{
    padding-left:18px;
    padding-top:18px;
    padding-bottom:18px;
    display:block;
    color:black;
}
#sidebar #sb_links ul li a div.square_bullet
{
    float:left;
    width:9px;
    height:9px;
    margin-right:9px;
    margin-top:4px;
}
#sidebar #sb_links ul li a div.square_bullet.green { background-color: #41c057; }
#sidebar #sb_links ul li a div.square_bullet.blue { background-color: #006498; }
#sidebar #sb_links ul li a div.square_bullet.red { background-color: #ff7d5d; }
#sidebar #sb_links ul li a div.square_bullet.gray { background-color: #252525; }
#sidebar #sb_links ul li a:hover div.square_bullet { background-color: black; }
#sidebar #sb_links ul.strong_links li a
{
    font-weight:bold;
}
#sidebar #sb_links p
{
    margin-top:18px;
    margin-left:18px;
}
#sidebar #sb_links ul li a:hover,
#sidebar a#sb_top_block:hover
{
    background-color:#ffd200;
    text-decoration: none;
}

.clear
{
	clear:both;
}

#contentBody
{
	position:relative;
	clear:both;
	min-width:800px;
}
#rightButtons
{
	float:right;
	font-size:12px;
	padding-right:4px;
}
div#post_new_selector
{
	position:absolute;
	padding:11px 0px 11px 0px;
	top:0px;
	left:121px;
	background-color:white;
	display:none;
}
div#post_new_selector a
{
	color:black;
	padding:0px 6px 0px 6px;
	display:inline;
	margin:0px;
}
div#post_new_selector a.close
{
	color:#c9c9c9;
	padding:2px 0px;
}
div#photo_post_form,
div#text_post_form,
div#view_notifications,
div#find_form
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:34px;
	background-color:white;
	z-index:500;
}
div#photo_post_form .pad
{
	margin-left:18px;
	margin-right:18px;
	margin-top:11px;
}
div#photo_post_form a.close,
div#text_post_form a.close,
div#view_notifications a.close,
div#find_form a.close
{
	float:left;
	display:block;
	padding-left:18px;
	padding-top:11px;
	padding-bottom:10px;
	padding-right:10px;
	color:#8A8A8A;
	font-size:12px;
	text-decoration:none;
}
div#photo_post_form form,
div#text_post_form form
{
	margin-top:6px;
}
div#photo_post_form form input#file
{
	float:left;
	color:#A2A2A2;
	border:none;
	position:relative;
}
div#photo_post_form form .text_input_holder,
div#text_post_form form .text_input_holder
{
	display:block;
	width:auto;
	position:relative;
	top:1px;
	margin-right:54px;
	height:22px;
	margin-left:auto;
	overflow:hidden;
	border-right:1px solid #CBCBCB;
}
div.find_input_holder
{
	width:95%;
	position:absolute;
	top:6px;
	right:18px;
	z-index:1000;
}
input.find_text
{
	width:100%;
	color:#CBCBCB;
	border:1px solid #CBCBCB;
	margin-top:0px;
	font-size:12px;
	padding:3px;
	outline:none;
}
input.topbar_text
{
	overflow:visible;
	width:100%;
	border:none;
	color:#CBCBCB;
	border-left:1px solid #CBCBCB;
	border-top:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
	margin-top:0px;
	font-size:12px;
	padding:5px 2px 0px 2px;
	outline:none;
}
div.countdown
{
	position:absolute;
	right:32px;
	z-index:600;
	padding-top:1px;
	top:10px;
	color:white;
	font-size:10px;
	width:20px;
}
div#photo_post_form form div#filetypes
{
	float:left;
	margin:8px;
	position:relative;
	color:#CBCBCB;
	font-size:10px;
}
div#photo_post_form form a.submit,
div#text_post_form form a.submit
{
	position:absolute;
	top:7px;
	right:12px;
	display:block;
	font-size:12px;
	width:32px;
	text-align:right;
	padding:3px 6px 5px 6px;
	line-height:14px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background-color:#CBCBCB;
}
div#photo_post_form form a.submit:hover
div#text_post_form form a.submit:hover
{
	background-color:#B1B1B1;
}

/* Notifications */

#view_notifications {
	overflow: hidden;
}
#view_notifications ul {
	width:500%;
}
#view_notifications a {
	color: #000;
	font-weight: bold;
}

#view_notifications li {
	float: left;
	list-style-type: none;
	margin-right: 12px;
	position:relative;
}

#notifications_readout {
	margin-top: -6px;
}
#view_notifications li .tt_bridger
{
	display:none;
	position:absolute;
	top:24px;
	left:0px;
	width:48px;
	height:4px;
	background:rgba(0,0,0,0.7);
}
#notif_tt
{
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.7);
	color: #fff;
	min-height:24px;
	min-width:228px;
	position:fixed;
	top:34px;
	z-index:100000;
}
#view_notifications li span {
	font-size: 10px;
	color: #aaa;
}

#notifications_readout li.old {
	color: #555;
	
}

#notifications_readout li a:hover {
	text-decoration: none;
}

#view_notifications li.old a {
	color: #555;
}
#subscriptions_badge {
	position:absolute;
	top:12px;
	left:110px;
	font-size: 11px;
	color: #FF8000;
}
a#notifications_badge, a#notifications_badge:link, a#notifications_badge:visited {
        position:absolute;
        top:0px;
        right:54px;
        outline:none;
        padding:18px 0px;
        line-height:18px;
        width:54px;
        text-align:center;
	font-size: 18px;
	color: #FF8342;
        font-weight:bold;

}
a#notifications_badge.tabbed
{
    
}
a#notifications_badge.gray
{
    color:#909090;
    font-size: 12px;
}
a#notifications_badge:hover
{
    color:black;
    background-color:#ffd200;
}
a#subscriptions_badge:hover, a#notifications_badge:hover
{
	text-decoration:none;
}
#notifications_readout img {
	margin: 0 0 -6px 0;
	padding: 0;
	float: left;
}

#notifications_readout li {
	padding: 0;
}

.more {
	font-size: 12px;
}

.notification_prefix {
	text-align:center; 
	font-size:20px; 
	font-weight: bold; 
	line-height:24px;
	height: 24px;
	float: left;
	color: #fff !important;
	background: #c9c9c9;
	margin: 0 0 0 0;
	min-width: 24px;
}
.notification_prefix.green
{
	background: #94D229;
}
a.notification_comcount,a.notification_comcount:link, a.notification_comcount:visited {
	text-align:center; 
	font-size:16px; 
	font-weight: bold; 
	line-height:24px;
	height: 24px;
	float: left;
	color: #fff !important;
	background: #c9c9c9;
	margin: 0 0 0 0;
	min-width: 24px;
}
a.notification_comcount.mine
{
	background:#7A7A7A;
}
.notif_caption
{
    margin-bottom:18px;
    color:#303030;
}
.notif_etc
{
    line-height:18px;
    border-bottom:1px solid #c9c9c9;
    padding-bottom:8px;
    margin-bottom:9px;
    font-size:12px;
}
.notif_etc a, .notif_etc a:link, .notif_etc a:visited
{
    color:#909090;
    font-size:10px;
}
.notif_comment
{
    border-bottom:1px solid #c9c9c9;
    padding:0px 3px 8px 3px;
    margin-bottom:9px;
    line-height:1.25em;
}
.notif_comment:last-child
{
    border-bottom:none;
}
.notif_comment p
{
    margin:0px;
    padding:0px;
}
a.orientation_complete_check
{
    display:block;
    width:128px;
    height:128px;
    margin:0 18px 18px 18px;
}
a.orientation_complete_check img
{
    display:block;
    width:128px;
    height:128px;
}
.text_post_prefix {
	width:24px; 
	text-align:center; 
	font-size:20px; 
	font-weight: bold; 
	height: 24px;
	line-height:26px;
	float: left;
	color: #fff;
	margin: 0 0 0 0;
}

p.action_icon {
	text-align:center; 
	font-size:20px; 
	font-weight: bold; 
	float: left;
	color: #fff;
	margin: 0;
	height:20px;
	padding:2px 0px;
	width: 24px;
	background: #c9c9c9;
}
p.action_icon:hover
{
	background: #9F9F9F;
}
.hover {
	color: #666;
}

p.more {
	font-weight: normal;
	padding: 6px;
	float: left;
	background: #c9c9c9;
	font-size:12px;
	height:12px;
	color:white;
	margin:0px;
}

p.no_new {
	padding-top: 5px;
}

/* Find */

img.searchIcon
{
	float:left;
	margin-right:10px;
	height:36px;
	width:36px;
}
div.searchDetails
{
	font-size:10px;
	line-height:10px;
	margin-top:3px;
}
div.searchDetails span.gray
{
	color:#6C6C6C;
}
div#report_bug
{
	height:16px;
	width:16px;
	position:fixed;
	bottom:4px;
	left:4px;
}


.ui-corner-all
{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.ui-widget-content
{
	border:none;
}
p.confirm_email
{
    width:auto;
    color:#666666;
    font-size:18px;
    margin:0px;
    margin-left:18px;
    padding:0px;
    line-height:1.25em;
    width:432px;
}
h1.confirm_email
{
    font-size:36px;
    color:black;
    margin:0px;
    padding:0px;
    margin-bottom:18px;
    padding-left:18px;
    padding-top:18px;
    border-top:1px solid #d1d1d1;
}

/* Connect */
.instruction_step div#fbconnect_area,
.instruction_step div#twitteranywhere_area
{
    width:270px;
    line-height:18px;
    font-size:10px;
    margin-bottom:18px;
}
div#fbconnect_area,
div#twitteranywhere_area
{
	margin-top:17px;
	height:50px;
	position:relative;
	line-height:1.2em;
}
div#fbconnect_area .loading_text,
div#twitteranywhere_area .loading_text
{
    line-height:50px;
}
#fbconnect_area img,
#twitteranywhere_area img#tw_img
{
	float:left;
	margin-right:18px;
        height:50px;
        width:50px;
}
#fbconnect_area #perms
{
	font-size:10px;
}
#fbsync_toggle a.red,
#twsync_toggle a.red
{
	color:red;
}
#fbsync_toggle a.green,
#twsync_toggle a.green
{
	color:green;
}
a#fb_unlink,
a#twitter_unlink
{
	color:red;
}
a.hashtag
{
    color:#ff8d1e;
}
.user_color
{
    color:#006498 !important;
}
a.findfriends_link,
a.findfriends_link:link,
a.findfriends_link:visited
{
   -moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari, Chrome */
  border-radius: 9px; /* CSS3 */
  color:#ebebeb;
  padding:0 18px;
  text-align:center;
  font-size:10px;
  line-height:18px;
  font-weight:bold;
  height:18px;
  min-width:12px;
  padding:3px 12px;
    background-color:#006498;
    line-height:18px;
}

a.findfriends_link:hover
{
 text-decoration:none;
 background-color:#004f79;
}
a.greenbutton,
a.greenbutton:link,
a.greenbutton:visited
{
   -moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari, Chrome */
  border-radius: 9px; /* CSS3 */
  color:#ebebeb;
  padding:0 18px;
  text-align:center;
  font-size:10px;
  line-height:18px;
  font-weight:bold;
  height:18px;
  min-width:12px;
  padding:3px 12px;
    background-color:#41c057;
    line-height:18px;
}

a.greenbutton:hover
{
 text-decoration:none;
 background-color:#00af26;
}
a.redbutton,
a.redbutton:link,
a.redbutton:visited
{
   -moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari, Chrome */
  border-radius: 9px; /* CSS3 */
  color:#ebebeb;
  padding:0 18px;
  text-align:center;
  font-size:10px;
  line-height:18px;
  font-weight:bold;
  height:18px;
  min-width:12px;
  padding:3px 12px;
    background-color:#ff7d5d;
    line-height:18px;
}

a.redbutton:hover
{
 text-decoration:none;
 background-color:#ff4c30;
}
.function_color
{
    color:#41c057;
}

div.gridular_top
{
    margin-top:18px;
}