div#feedHolder
{
    position:relative;
    height:508px;
    width:100%;
    overflow:visible;
    z-index:200;
}
div#feed_bg
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:432px;
    background-color:#d0d0d0;
    z-index:100;
}
#postsArea
{
	height:432px;
	background-color:#c9c9c9;
	position:absolute;
	width:100%;
	z-index:0;
}
div.feedEntry, div#feedUsercard
{
    position:absolute;
    width:432px;
	height:432px;
}
div#feedUsercard
{
    height:514px;
    border-right:18px solid #e6e6e6;
}
div#feedUsercard img#userpic
{
	position:absolute;
	top:0px;
	left:0px;
    width:auto;
    height:432px;
	z-index:1;
}

div.feedEntry div.contentArea,
div#usercardArea
{
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:432px;
    height:432px;
    background-color: #e6e6e6;
}

div.feedEntry div.contentArea img.photoEntry
{
    display:none;
    position:absolute;
    z-index:0;
	width:auto;
	height:432px;
	top:0px;
    left:0px;
    border:0px;
    background-color:#c9c9c9;
}
div.feedEntry div.contentArea div.entryCaptionHolder a.entryCaption hr
{
    border: none;
    width:450px;
    position:absolute;
    top:450px;
    left:18px;
    color: black;
    background-color: black;
    height: 1px;
}
div#feedUsercard div#usercardContents
{
	font-size:12px;
	font-weight:normal;
}
div#feedUsercard div#usercardContents h3
{
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
div#feedUsercard div#usercardContents a,
div#feedUsercard div#usercardContents a:link,
div#feedUsercard div#usercardContents a:visited
{
    color:black;
    font-weight:bold;
}
div#feedUsercard div#usercardContents a.photo_credit:hover,
div#feedUsercard div#usercardContents a#admin_override:hover
{
	text-decoration:underline;
}
div.feedEntry div.contentArea div.entryCaptionHolder div.entryCaptionBackground,
div#feedUsercard div#usercardContentsBackground
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    width:432px;
    height:432px;
    background-color:white;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
}

div.infoArea,
div#feedUsercard div#usercardContentsHolder
{
    position:absolute;
    top:432px;
    left:0px;
    width:432px;
    height:50px;
}
div#feedUsercard div#usercardContentsHolder
{
    left:18px;
    width:414px;
}
div.infoArea div.postName
{
    position:absolute;
    top:18px;
    left:0px;
    font-size:10px;
    color:#a1a1a1;
    z-index:1;
}
div.infoArea div.userDetails
{
    position:absolute;
    top:10px;
    left:0px;
    font-size:12px;
    color:#000000;
    z-index:1;
}
div.feedEntry p
{
	margin:0;
}
div.feedEntry div.infoArea div.postDetails,
div#feedUsercard div#usercardContents
{
    position:absolute;
    top:0px;
    left:0px;
    padding:18px 0px 5px 0px;
    width:432px;
    height:72px;
    z-index:2;
    font-size:10px;
    overflow:hidden;
}

div.feedEntry div.infoArea div.postDetails img
{
	margin-top:3px;
    display:block;
    float:left;
    margin-right:18px;
    padding-bottom:1000px;
}
div.feedEntry div.infoArea div.postDetails div.leftDetails
{
    width:432px;
}
div.feedEntry div.infoArea div.postDetails div.leftDetails.padded
{
    width:414px;
    padding-left:18px;
}
div.feedEntry div.infoArea div.postDetails p
{
    margin:0px;
    line-height:14px;
}
div.feedEntry div.infoArea div.postDetails p span.small
{
    font-size:10px;
}
div.feedEntry div.infoArea div.postDetails p img
{
    float:none;
    display:inline;
    position:relative;
    margin-top:-3px;
    margin-left:-3px;
    margin-right:7px;
    top:3px;
    left:3px;
}
div.feedEntry div.infoArea div.postDetails p span.weekday
{
    font-weight:normal;
}
div.feedEntry div.infoArea div.postDetails p span.month
{
    font-weight:normal;
}
div.feedEntry div.infoArea div.postDetails p a.geocode_link, 
div.feedEntry div.infoArea div.postDetails p a.geocode_link:link, 
div.feedEntry div.infoArea div.postDetails p a.geocode_link:visited
{
	color:black;
	border-bottom:1px dotted black;
}
div.feedEntry div.infoArea div.postDetails p a.geocode_link:hover
{
	text-decoration:none;
	border-bottom:1px solid black;
}

div.feedEntry div.postDetails a.entryCaption
{
    text-decoration:none;
    display:block;
    color:black;
    background-color:#e6e6e6;
    margin-bottom:7px;
    margin-right:36px;
    padding-top:3px;
    line-height:18px;
}
a.activity_bubble,
a.activity_bubble:link,
a.activity_bubble:visited
{
    -moz-border-radius: 9px; /* Firefox */
      -webkit-border-radius: 9px; /* Safari, Chrome */
      border-radius: 9px; /* CSS3 */
      color:#e6e6e6;
      padding:0 3px;
      text-align:center;
      font-size:10px;
      line-height:18px;
      float:left;
      height:18px;
      min-width:12px;
      background-color:#006498;
      position:absolute;
      top:21px;
      right:0px;
      display:block;
}
a.activity_bubble:hover
{
    text-decoration:none;
}

div#feedUsercard div#usercardContents div.optional,
div#feedUsercard div#usercardContents div.avatar_instructions
{
    text-decoration:none;
    display:block;
    overflow:hidden;
    position:absolute;
    top:18px;
    right:0px;
    width:216px;
    color:black;
    min-height:64px;
    padding-left:18px;
    border-left:1px solid #c9c9c9;
    background-color:#e6e6e6;
    z-index:2;
}

div#feedUsercard div#usercardContents #leftText
{
    width:180px;
}
div#feedUsercard div#usercardContents div.avatar_instructions
{
    z-index:1000;
    font-size:10px;
}
div#feedUsercard div#usercardContents div.optional p.topnetworks
{
   width:50%;
   float:left;
}
div#feedUsercard div#usercardContents div.optional p.nearhere
{
   

}
div#feedUsercard div#usercardContents a.photo_credit
{
	font-weight:normal;
}
div#feedUsercard div#usercardContents a#admin_override
{
	font-weight:normal;
}
div.feedEntry div.postDetails a.entryCaption
{
    font-size:18px;
    font-weight:bold;
}

div.feedEntry div.postDetails a.entryCaption p,
div#feedUsercard div#usercardContents p
{
    line-height:1em;
}
div#feedUsercard div#usercardContents div.optional a,
div#feedUsercard div#usercardContents div.optional a:link,
div#feedUsercard div#usercardContents div.optional a:visited
{
    font-weight:normal;
}
div#feedUsercard div#usercardContents div.optional p
{
    margin-top:0px;
    margin-bottom:1em;
    line-height:1.25em;
}
div.feedIndex
{
    display:none;
	margin-top:5px;
	width:100%;
	padding:0px;
	position:fixed;
	top:550px;
	left:0px;
	clear:both;
	text-align:center;
	cursor:default;
}
div.feedIndex #padding
{
	margin:0px 16px 0px 16px;
}
div.feedIndex a
{
	padding:1px;
	color:black;
	text-decoration:none;
	line-height:18px;
}
div.feedIndex img
{
	margin-top:-2px;
	vertical-align:middle;
	border:none;
}
div.feedIndex a:hover
{
	border-bottom:1px solid black;
}
div.feedIndex span#currentPageDisplay
{
	padding:1px;
	border-bottom:1px solid black;
}
a#viewContacts
{
	color:black;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-top:15px;
}
div#subscriptionsArea
{
	color:black;
	margin-top:18px;
        line-height:18px;
}
div#subscriptionsArea a
{
    
    display:block;
}

div#feedUsercard div#usercardContents a.unsubscribe_from,
div#feedUsercard div#usercardContents a.unsubscribe_from:link,
div#feedUsercard div#usercardContents a.unsubscribe_from:visited
{
	font-weight:normal;
        text-decoration:none;
        border:none;
        font-size:10px;
}
div#feedUsercard div#usercardContents a.subscribe_to,
div#feedUsercard div#usercardContents a.subscribe_to:link,
div#feedUsercard div#usercardContents a.subscribe_to:visited
{
	font-weight:normal;
        text-decoration:none;
        border:none;
        font-size:10px;
}
div#feedUsercard div#usercardContents div#subscriptionsArea a div
{
      -moz-border-radius: 9px; /* Firefox */
      -webkit-border-radius: 9px; /* Safari, Chrome */
      border-radius: 9px; /* CSS3 */
      color:#e6e6e6;
      padding:0 3px;
      text-align:center;
      font-size:18px;
      line-height:20px;
      font-weight:bold;
      float:left;
      margin-right:18px;
      height:18px;
      min-width:12px;
      font-family:Courier, monospace;
      
}
div#feedUsercard div#usercardContents div#subscriptionsArea a span,
div#feedUsercard div#usercardContents div#subscriptionsArea a:link span,
div#feedUsercard div#usercardContents div#subscriptionsArea a:visited span
{
    display:none;
}
div#feedUsercard div#usercardContents div#subscriptionsArea a:hover span
{
    display:inline;
    font-size:10px;
    line-height:12px;
    font-weight:normal;
    position:relative;
    top:-2px;
    padding-right:3px;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
}
div#feedUsercard div#usercardContents div#subscriptionsArea a.subscribe_to div
{
    background-color:#41c057;
}
div#feedUsercard div#usercardContents div#subscriptionsArea a.unsubscribe_from div
{
    background-color:#ff7d5d;
}
div#feedUsercard div#usercardContents div#subscriptionsArea a.subscribe_to:hover div
{
    background-color:#00af26;
}
div#feedUsercard div#usercardContents div#subscriptionsArea a.unsubscribe_from:hover div
{
    background-color:#ff4c30;
}
a.navTab
{
	color:white;
	position:absolute;
	display:block;
	background-color:#CBCBCB;
	width:108px;
	text-align:center;
	height:432px;
	font-size:60px;
        line-height:432px;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}
a.navTab#nextPage
{
    width:990px;
    text-align:left;
    padding-left:18px;
}
a.navTab:hover
{
	background-color:#ADADAD;
}
a.feed_user_link, a.feed_user_link:link, a.feed_user_link:visited
{
	color:black;
	text-decoration:none;
}
a.feed_user_link:hover
{
	text-decoration:underline;
}
#error_private
{
	height:382px;
	background-color:#c9c9c9;
	padding:18px;
}
#error_private h1
{
	color:white;
	margin:0px;
	font-size:36px;
}
#error_private h2
{
	color:white;
	margin:14px 0px 0px 0px;
	font-size:24px;
}
div.instruction_step
{
    position:absolute;
    width:432px;
    height:432px;
    color:rgba(0,0,0,0.3);
    top:0px;
    border-left:18px solid #e6e6e6;
    background-color:#e6e6e6;
}
div.instruction_step:last-child
{
    border-right:18px solid #e6e6e6;
}
div#instruction_step1 .arrows
{
    height:36px;
    width:36px;
    background-repeat:repeat-y;
    background-image:url('/images/browser/instruction_arrow.png');
    background-position:left top;
    position:absolute;
    bottom:36px;
    left:0px;
}
div.instruction_step.current,
div.instruction_step.hover
{
    color:rgba(0,0,0,1);
}
div.instruction_step div.bignumber
{
    font-size:72px;
    font-weight:bold;
    color:rgba(0,0,0,0.3);
    border-top:1px solid rgba(0,0,0,0.3);
    padding-top:18px;
    line-height:72px;
}
div.instruction_step.current  div.bignumber,
div.instruction_step.hover  div.bignumber
{
    color:black;
    border-top:1px solid black;
}
div.instruction_step div.description
{
    font-size:18px;
    line-height:18px;
    margin-top:-6px;
    margin-bottom:6px;
}

div.instruction_step div.instructions
{
    font-size:10px;
    line-height:18px;
    width:270px;
}
.green
{
    color:#41c057;
}
div.instruction_step a.hider,
div.instruction_step a.hider:link,
div.instruction_step a.hider:visited
{
    width:270px;
    padding-top:9px;
    font-size:10px;
    color:rgba(0,0,0,0.3);
    border-top:1px solid rgba(0,0,0,0.3);
    position:absolute;
    bottom:0px;
    left:0px;
}
div.instruction_step.current a.hider,
div.instruction_step.current a.hider:link,
div.instruction_step.current a.hider:visited,
div.instruction_step.hover a.hider,
div.instruction_step.hover a.hider:link,
div.instruction_step.hover a.hider:visited
{

    color:rgba(0,0,0,0.3);
    border-top:1px solid rgba(0,0,0,1);
}
div.instruction_step.current a.hider:hover,
div.instruction_step.hover a.hider:hover
{
    color:black !important;
    text-decoration:none;
}
/* Avatar Upload */
div#avatar_tool
{
	height:432px;
	width:412px;
	position:relative;
	padding-left:0;
	padding-right:20px;
	padding-top:0;
}
#avatar_tool #slider_container
{
    background-color:#d3d3d3;
    height:18px;
    width:432px;
}
#avatar_tool .ui-slider-horizontal
{
	width:360px;
        margin:0px 36px;
        border:none;
        position:relative;
}
#avatar_tool .ui-slider-horizontal .ui-slider-handle
{
    display:block;
    background-color:#41c057;
    width:36px;
    height:18px;
    margin-left:-18px;
    position:absolute;
    outline:none;
    background-image: url('/images/browser/avatar_slider_bg.gif');
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 9px; /* Firefox */
      -webkit-border-radius: 9px; /* Safari, Chrome */
      border-radius: 9px; /* CSS3 */
}
#avatar_tool .ui-widget-content
{
	background:#d3d3d3;
	height:18px;
}
div#avatar_tool #viewport img
{
	cursor:move;
}
div#avatar_tool #viewport
{
	height:414px;
	width:432px;
	position:relative;
	overflow:hidden;
	background-color:black;
}
div#avatar_tool a#submit
{
	width:300px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	color:white;
	background-color:#c9c9c9;
}
img#avatar_preview
{
	position:absolute;
	top:0px;
	left:0px;
	height:432px;
	width:432px;
}
div#status_indicator
{
	/*padding:141px 0px 141px 0px;*/
        line-height: 432px;
	text-align:right;
	height:18px;
	width:432px;
        height:432px;
	font-size:10px;
	font-weight:bold;
        padding-right:18px;
	color:white;
	background-color:black;
	position:absolute;
	text-decoration:none;
	top:0px;
	left:0px;
	z-index:0;
}
/*
a#avatar_upload_link
{
	display:block;
	padding:10px 0px 10px 10px;
	text-align:left;
	height:18px;
	width:290px;
	font-size:18px;
	font-weight:bold;
	color:white;
	background-color:#c9c9c9;
	position:absolute;
	text-decoration:none;
	top:262px;
	left:0px;
	z-index:100;
}*/
div#feedUsercard div#usercardContents a#avatar_upload_link
{
    display:block;
    font-weight:normal;
    text-decoration:none;
    border:none;
    -moz-border-radius: 9px; /* Firefox */
    -webkit-border-radius: 9px; /* Safari, Chrome */
    border-radius: 9px; /* CSS3 */
    color:#e6e6e6;
    text-align:center;
    font-size:10px;
    line-height:18px;
    font-weight:bold;
    float:left;
    margin-right:18px;
    padding:0px 9px;
    height:18px;
    background-color:#41c057;
    position:relative;
    overflow:hidden;
    margin-top:18px;
}
div#feedUsercard div#usercardContents a#avatar_upload_link:hover
{
    background-color:#00af26;
}
div#feedUsercard div#usercardContents a#avatar_cancel
{
    display:none;
    font-weight:normal;
    text-decoration:none;
    border:none;
    -moz-border-radius: 9px; /* Firefox */
    -webkit-border-radius: 9px; /* Safari, Chrome */
    border-radius: 9px; /* CSS3 */
    color:#e6e6e6;
    text-align:center;
    font-size:10px;
    line-height:18px;
    font-weight:bold;
    float:left;
    margin-right:18px;
    padding:0px 9px;
    height:18px;
    background-color:#ff7d5d;
    position:relative;
    overflow:hidden;
    margin-top:18px; 
}
div#feedUsercard div#usercardContents a#avatar_cancel:hover
{
    background-color:#ff4c30;
}
div#feedUsercard div#usercardContents a#avatar_upload_link div#the_actual_uploader
{
    height:100%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
}
#avatar_upload
{
	width:432px;
	height:432px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	z-index:200;
}
img#avatar_loading_graphic
{
    margin-top:21px;
    display:none;
}

a.newposts_button,
a.newposts_button:link,
a.newposts_button:visited
{
    width:0px;
    background-color:#ffd200;
    height:414px;
    padding-top:18px;
    font-size:10px;
    color:black !important;
    font-weight:bold;
    display:block;
    position:absolute;
    overflow:hidden;
    padding-right:0px;
    text-align:center;
}
a.newposts_button:hover
{
    color:#e6e6e6 !important;
    text-decoration: none;
}
strong.larger
{
    display:inline;
    padding:3px;
    font-size:1.4em;
    letter-spacing:0.25em;
    line-height:2em;
}
.instruction_step.current strong.larger
{
    background-color:#ffd200;
}
.hashtag_preview
{
    padding:4px;
    font-size:10px;
    line-height:18px;
    background-color:#ffd200;
    color:black;
}
div.empty_feed_info
{
    display:block;
    width:396px;
    height:396px;
    background:transparent;
    color:#e6e6e6;
    padding:18px;
    position:absolute;
}
div.empty_feed_info .big_feed_name
{
    font-size:36px;
    margin-bottom:18px;
    font-weight:bold;
}
div.empty_feed_info .empty_details
{
    font-size:18px;
}