/* = Default styles
----------------------------------------- */
* { margin: 0; padding: 0; }
html, body { height: 100%; }
body { font: 11px/1.5 Lucida Grande, Verdana, Arial, sans-serif; color: #363636; position: relative; background: #EEECE1 url(../images/web/bg.png) repeat-x; text-align: left; position: relative; }
hr { color: #ccc; background-color: #ccc; height: 1px; border: 0px; margin-bottom: 30px; }
img { border: 0px; }
a, a:visited { color: #407f00; text-decoration: none; cursor: pointer; }
a:hover { color: #7db200; text-decoration: none; }
hr { margin: 20px 0; height: 0; clear: both; border-width: 0; border-top: 1px solid #ddd; }
ul { list-style-type:none; }
table { border-collapse: collapse; border-spacing: 0; }
p { margin-bottom: 1em; }

/* = Handy Classes
----------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }
.none { display: none !important; }
.center { margin: 0px auto; }
.block { display: block; }
.inline { display: inline; }
.nomargin { margin: 0px !important; }
.bold { font-weight: bold; }
.center_text { text-align: center; }
.last { margin-right: 0px; }
.first { margin-left: 0px; }
.sprite { background: transparent url(../images/web/sprite.png) no-repeat 0 0; display: inline-block; }


/* = Headers
----------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
h1 { font-size: 26px; letter-spacing: -0.5px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }
h1 a { text-decoration: none; }
h1 span { color: #b4b4b4; font-size: 22px; font-weight: normal; }


/* = General layout & columns
----------------------------------------- */
div#content { position: relative; width: 920px; margin: 20px auto 0; }
div.inner { width: 880px; margin: 0px auto; position: relative; overflow: visible; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 20px; background: #fff; border: 1px solid #DDD9CD; moz-box-shadow: 0px 5px 12px #555; -webkit-box-shadow: 0px 5px 12px;  }
div.top { margin-top: 20px; }
div.top div.inner, div#top_profile div.inner, div#footer div.inner, div#header div.inner, div#teaser div.inner { padding: 0; border: 0; overflow: visible; background: none; width: 920px; }

.left_col { width: 640px; float: left; }
.right_col { width: 220px; float: right; font-size: 11px; }
.right_col h3 { border-bottom: 3px solid #97CF13; padding: 0px 5px; }
.right_col ul.box, .right_col div.box { margin-bottom: 15px; }
.right_col ul.box li a { display: block; padding: 5px 0px 5px 10px; border-bottom: 1px solid #eee; }
.right_col ul.box li a:hover { border-bottom: 1px solid #ddd; }
.right_col .section { margin: 10px 0 20px 0; }


/* = Header, navigation & footer
----------------------------------------- */
div#header { height: 90px; border-bottom: 5px solid #97CF13; }
div#header #logo { position: absolute; left: 5px; z-index: 2; display: block; width: 280px; height: 60px; top: 25px; }

#top_menu { position: absolute; right: 0px; top: 60px; height: 35px; background: #97CF13; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; }
#nav_user { position: absolute; top: 26px; right: 0px; background: #fff; padding: 4px 10px; padding-right: 0px; }
#nav_user li { float: left; display: block; margin-left: 0px; position: relative; }
#nav_user li a { padding: 7px; }
#nav_user #item_profile { font-weight: bold; }
#nav_user .red { color: red; font-weight: bold; }

#nav { font-family: Helvetica, Arial, sans-serif; height: 35px; float: left; margin-right: 25px; }
#nav li { float: left; display: block; margin-left: 0px; position: relative; }
#nav li a { font-size: 14px; font-weight: bold; text-decoration: none; padding-left: 25px; color: #fff; line-height: 35px; }
#nav li a:hover { text-decoration: underline; }

#login_box { display: none; position: absolute; background: #fff; top: 38px; left: 10px; padding: 15px; z-index: 10; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0px 5px 12px #555; -webkit-box-shadow: 0px 5px 16px; color: #666; border: 1px solid #ccc; }
#login_box p { margin-bottom: 6px; overflow: hidden; }
#login_box p label { padding-right: 10px; width: 62px; float: left; }
#login_box p input[type="text"] { width: 120px; }
#login_box p input[type="password"] { width: 120px; }
#login_box p.remember label { float: none; }
#login_box .button { margin-right: 10px; font-size: 13px; padding: 4px 6px; }
#login_box #beak { background-position: 0 -176px; width: 16px; height: 10px; position: absolute; top: -10px; left: 26px; }

div#search { float: left; width: 195px; margin-top: 5px; }
div#search input { border: 1px solid #E0E0E0; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 4px; padding-left: 20px; width: 160px; background-color: #fff; background-position: 3px -155px; color: #aaaaaa; }
div#search input:focus { color: #363636; }

#footer { clear: both; padding: 15px; padding-bottom: 40px; }
#footer ul li { display: inline; }
#footer ul li a { text-decoration: none; font-weight: normal; }
#footer ul li a:hover { text-decoration: underline; }
#footer p.copy { color: #696969; }
#footer p.copy span { color: #999; }

/* = Home page
----------------------------------------- */

body#home div.left_col, body#home div.right_col { width: 420px; }

body#home p.flash { margin-left: 15px; margin-top: 1px; }

body#home div#teaser h1 { font-size: 46px; text-align: center; letter-spacing: -1px; line-height: 1.3; text-shadow: 0 1px #F4F8FC; margin: 10px 0; }

body#home div#home_search { margin: 20px auto 25px; font-family: Helvetica, Arial, sans-serif; }
body#home div#home_search form { position: relative; margin: 0px auto; background: #4F545A; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 7px 8px; margin-bottom: 5px; }
body#home div#home_search #action { position: absolute; text-indent:-9999px; width: 100px; height: 41px; border: 0px; top: 7px; right: 8px; background-position: 0 -32px; cursor: pointer; }
body#home div#home_search #action:hover { background-position: 0 -80px; }
body#home div#home_search input[type="text"] { width: 284px; border: 0; color: #ccc; font-size: 25px; height: 32px; padding: 8px 6px 0px; top: 0; margin: 0px; margin-right: 5px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; }
body#home div#home_search input[type="text"]:focus { color: #363636; }
body#home div#home_search p { font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 14px; margin-bottom: 0; }

body#home #tagline { font-family: Helvetica, Arial, sans-serif; font-size: 18px; color: #808080; margin-bottom: 0px; }


body#home #download input[type="text"] { font-family: Helvetica, Arial, sans-serif; font-size: 20px; font-weight: bold; border-width: 2px; padding-top: 4px; margin-right: 5px; width: 200px; }
body#home #download input[type="submit"] { text-indent:-9999px; width: 110px; height: 35px; background: url(../images/web/download_btn.png) no-repeat scroll 0 0; border: 0px; }
.store_badge { margin-right: 10px; width: 120px; }

body#home .secondary_info { width: 410px !important; position: relative; background: #DDEEF6; padding: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; min-height: 55px; }
body#home .secondary_info h4 { padding-left: 65px; font-size: 14px; }
body#home .secondary_info p { padding-left: 65px; margin-bottom: 0px; }
body#home .secondary_info img { left: 6px; position:absolute; top: 6px; }
#twitter_div ul li { padding-left: 65px; }


ul#features { }
ul#features li { width: 330px; margin-bottom: 10px; display: block; height: 70px; }
ul#features li img { float: left; margin-top: 5px; }
ul#features li div { width: 270px; margin-left: 10px; float: left; }

#more_info { padding: 30px 20px; }
#more_info h2 { font-size: 24px; margin-bottom: 10px; }

div#locator_wizard span.form_label { font-size: 13px; display: block }
div#locator_wizard input.radio { margin-right: 8px; }
div#locator_wizard span.addr { padding-left: 30px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; display: block; }
div#locator_wizard span.addr input { width: 360px; font-size: 13px; border: 2px solid #ddd; padding: 3px; }
div#locator_wizard span.addr input:focus { border: 2px solid #bbb; }
div#locator_wizard .greyed { color: #999; }

div#locator_wizard p { padding: 5px 10px; display: block; margin-bottom: 0; }
div#locator_wizard p.active { background: #FFF6DF; }


/* = Stream
----------------------------------------- */
#confirm_email { -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 20px; padding: 15px 20px; background:#FDFFE3; border: 1px solid #DDD9CD; font-size: 13px; position: relative; }
#confirm_email p { color: #888; } 
#confirm_email #email_field input#id_email { width: 260px; height: 16px;  font-size: 12px; padding: 3px; color: #666; }
#confirm_email a.close { position: absolute; right: 8px; top: 8px; }

#welcome { -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 20px; padding: 15px 20px; background:#FDFFE3; border: 1px solid #DDD9CD; font-size: 13px; position: relative; }
#welcome p { color: #888; }
#welcome ul li { line-height: 32px; float: left; margin-right: 15px; margin-top: 5px; }
#welcome ul li a { font-weight: bold; color: #fff; padding: 0px 10px 0px 5px; background: #97CF13 url('../images/web/btn_gradient.png') repeat-x 0 50%; display: block; border: 1px solid #729b10; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#welcome ul li a:hover { background-image: url('../images/web/btn_gradient_hover.png'); border-color: #618213; }
#welcome ul li img { float: left; margin-right: 5px; }
#welcome a.close { position: absolute; right: 8px; top: 8px; }

#address_box { font-size: 22px; }

#stream { display: block; }
#stream_col { width: 640px; float: left; min-height: 550px; height: auto !important; height: 550px; }
#filter_col { background: #FDFFE3; width: 200px; margin-top: 20px; float: left; padding: 18px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border: 1px solid #DDD9CD; border-left: 0px; -webkit-border-bottom-right-radius: 10px; -webkit-border-top-right-radius: 10px;  }

#num_results { display: none; }
		        
#stream_items .item { margin: 8px 0; border:1px solid #EEECE1; }
#stream_items .item div { overflow: hidden; }

#stream_items .item .stars { float: left; width: 85px; height: 17px; text-indent: -9999px; position: relative; }
#stream_items .item .stars span { width: 17px; height: 17px; background-position: -32px -128px; float: left; z-index: 2; position: absolute; }

#stream_items .item img.avatar { margin-right: 8px; width: 50px; height: 50px; float: left; display: block; }
#stream_items .item h2 { font-size: 16px; line-height: 1.2; float: left; margin-right: 5px; }
#stream_items .item div.title { float: left; width: 565px; }
#stream_items .item img.item_img { float: right; border: 0px; height: 50px; width: 50px; }
#stream_items .item p img.resp_request { display: inline; }

#stream_items .item p { display: block; clear: left; margin-bottom: 0px; }
#stream_items .item p.description { color: #808080; margin-bottom: 10px; }
#stream_items .item p.sec_description { float: right; }
#stream_items .item p.sec_description a { font-weight: normal; }
#stream_items .item p img { display: block; float: left; margin: 5px; margin-left: 0px; }
#stream_items .item p a { font-weight: bold; }
#stream_items .item div.meta { font-size: 10px; display: block; line-height: 17px; padding: 2px; background: #EEECE1; }

#stream_items .item p img { display: block; float: left; margin: 5px; margin-left: 0px; }

#stream_items .item div.meta .feed_src { font-size: 9px; letter-spacing:0.7px; text-transform: uppercase; float: left; padding-left: 22px; background-image: url(../images/logos/feeds_sprite.png); background-repeat: no-repeat; }

#stream_items .item div.summary { background: #fff; padding: 8px; position: relative; }

#stream_items .item .options { display: none; position: absolute; bottom: 3px; right: 5px; font-size: 10px; color: #808080; }
#stream_items .item .options li { border-right: 0px; padding-left: 4px; display: inline; float: left; }

#stream_items .action { background: #D0EAF1; padding: 4px; margin: 6px 0; -moz-border-radius: 5px; border: 0; position: relative; display: block; }
#stream_items .action.yellow_item { background:#ffffcc; } 
#stream_items .action h2 { font-size: 14px; font-weight: normal; }
#stream_items .action img.avatar { width: 35px; height: 35px; margin-right: 5px; float: left; display: block; }
#stream_items .action p.meta { position: relative; }
#stream_items .action .icon_src { position: relative; top: 0px; left: -3px; margin: 0px 2px; float: left; }

#stream_items .action p { display: inline; margin-bottom: 0px; }
#stream_items .action p a { font-weight: bold; color: #008FC4; }
#stream_items .action p a:hover { font-weight: bold; color: #0EAAEF; }
#stream_items .action p a.show_more { float: right; }
#stream_items .action p.meta { color: #808080; font-size: 10px; display: block; margin-top: 2px; }
#stream_items .action p.meta a { color: #808080; font-weight: normal; }
#stream_items .action p.meta a:hover { text-decoration: underline; }
#stream_items .action div.wh_extra_content img.new { padding: 5px; max-width: 500px; }
#stream_items .action div.wh_extra_content p { padding: 10px; }
#stream_items .action .debug { position: absolute; bottom: 5px; right: 0px; color: #ccc; display: none; }

#stream_items .action p img.resp_request { display: inline; float: right; padding-left: 10px; }

#stream_items .item.flickr img { max-height: 100px; margin-right: 4px; float: left; }

#more_stream { background: #EEECE1; border: 1px solid #DCD8CC; padding: 5px 10px; margin: 0px auto; }


#set_location_btn { cursor: pointer; }
#set_location { font-family: Helvetica, Arial, sans-serif; background: #D0EAF1; position: relative; top: -20px; display: none; padding: 10px 0; }
#set_location label { font-size: 16px; font-weight: bold; margin-right: 10px; vertical-align: middle; }
#set_location input[type=text] { font-size: 16px; padding: 3px; font-weight: bold; vertical-align: middle; width: 250px; border: 3px solid #9dd0eb; font-family: Helvetica, Arial, sans-serif; }

#publish_box { margin-bottom: 20px; padding: 8px 0; border-bottom: 1px solid #ddd; }
#publish_box p { margin-bottom: 0; }
#publish_box img.avatar { border: 1px solid #ccc; margin: 0 10px 0px 0; width: 50px; float: left; height: auto; display: block; }
#publish_box form label { display: block; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
#publish_box form textarea { display: block; width: 560px; height: 16px; border: 0px; font-size: 12px; padding: 3px; color: #666; }
#publish_box form input[type=submit] {  }

/* Need to make the images... -_- 
#publish_box .quote { background: url('../images/web/comment_top.png') no-repeat right 0; width: 500px; float: right; margin-bottom: 5px; }
#publish_box .quote div { padding: 5px; padding-left: 15px; background: url('../images/web/comment_bottom.png') no-repeat right bottom; overflow: hidden; min-height: 19px; }
*/

#publish_box .quote { background: #fff; margin: 0px 0px 5px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; float: left; border: 1px solid #ccc; }
#publish_box .quote div { padding: 2px 5px; overflow: hidden; }
#publish_box .buttons { color: #808080; }

#publish_box #prev_status { color: #808080; margin-right: 10px; }
#publish_box #posted_on { color: #808080; font-size: 10px; margin-left: 10px; font-style: italic; }
#char_counter { font-weight: bold; font-size: 12px; }

.profile #stream .item img.avatar { width: 30px; }
.profile #stream .item { padding: 4px; }


#filter { overflow: hidden; margin-bottom: 30px; display: block;  }
#filter ul { margin-bottom: 10px; }
#filter ul li { position: relative; /* height: 25px; */ border-bottom: 1px dotted #ccc; margin: 0px; }
#filter ul li.filter_head label { font-weight: bold; font-size: 14px; background: none; padding: 2px 0; }
#filter ul li.filter_head a { display: inline; font-size: 9px; padding: 0; border: 0; margin-left: 5px; font-weight: bold; float: right; line-height: 20px; }
#filter ul li.filter_head a:hover { background: none; }
#filter ul li a.helptip { background: url(../images/web/help_small.png) no-repeat; padding: 0; top: 6px; cursor: help; float: right; }
.tooltip { background: #ffffcc; color: #363636; }
#filter ul li input { margin-right: 5px; right: 1px; position: absolute; top: 4px; background: none; }
#filter ul li label { margin: 2px 0; padding: 2px 0 2px 22px; display: block; font-size: 11px; line-height: 20px; background-image: url(../images/logos/feeds_sprite.png); background-repeat: no-repeat; }
#filter ul li label img { margin-right: 8px; }
#filter ul li span.collapsed { background: url(../images/web/expand.png) no-repeat scroll 0px 5px; padding: 2px 0px 2px 15px; }
#filter ul li span.expanded { background: url(../images/web/collapse.png) no-repeat scroll 0px 5px; padding: 2px 0px 2px 15px; }

#filter_address { width: 150px; border-width: 1px; margin-right: 2px; margin-bottom: 0px; color: #aaa; }
#filter_address:focus { color: #363636; }

#tb_twitter { background: #33CCFF; color: #fff; }
#tb_lastfm { background: #E01303; color: #fff; }



/* = Profile
----------------------------------------- */
#top_profile { background: #407F00; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0px; border-bottom: 0px; }
#top_profile h1 { font-size: 32px; color: #fff; }

#top_profile + .inner { -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top: 0px; }

#top_profile #profile_title { margin-bottom: 15px; width: 600px; }
#top_profile #profile_title p { color: #fff; font-size: 13px; }
#top_profile #profile_title p span.meta { font-size: 11px; color: #fff; }

#top_profile .address { color: #aaa; font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; display: block; }
#top_profile #avatar { height: auto; padding: 1px; border: 1px solid #ccc; display: block; float: right; position: absolute; right: 20px; top: 15px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 5px 6px #999; background: #fff; z-index: 1; }
#top_profile #avatar img { padding: 7px; padding-bottom: 25px; height: 200px; width: 200px; }

#tabs { display: block; height: 25px; position: absolute; bottom: 0; }
#tabs li { float: left; font-size: 11px; height: 25px; background: #97CF13; margin-right: 3px; }
#tabs li a { display: block; text-decoration: none; color: #00a4bc; padding: 4px 12px; font-size: 11px; font-weight: bold; color: #fff; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; }
#tabs li.active { background: #fff; }
#tabs li.active a { color: #407F00; }
#tabs li.a:hover { color: #008FC4; }

#stream ul li.stream_item { border-bottom: 1px solid #ddd; padding: 4px 0; position: relative; }
#stream ul li.stream_item img { float: left; height: 20px; margin-right: 5px; }
#stream ul li.stream_item p { line-height: 20px; margin: 0; }

#stream ul li span.timeago { display: none; color: #808080; font-size: 9px; position: absolute; right: 3px; top: 3px; }

#stream ul li.stream_item_featured { background: #D0EAF1; overflow: hidden; padding: 4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 6px 0; position: relative; }
#stream ul li.stream_item_featured img.avatar { float: left; width: 35px; height: 35px; margin-right: 5px; }
#stream ul li.stream_item_featured p { font-size: 12px; margin-right: 100px; margin-bottom: 0; }
#stream ul li.stream_item_featured p a { color: #008FC4; }
#stream ul li.stream_item_featured p a:hover { color: #0EAAEF; }
#stream ul li.stream_item_featured .icon_src { vertical-align:top; }
#stream ul li.stream_item .speech_balloon { background: #D0EAF1; font-size: 12px; padding: 2px 5px; margin-left: 30px; -moz-border-radius: 5px; }

#photos div.picture { float: left; margin: 0 10px 20px 0; font-size: 9px; }
#photos div.picture img { padding: 4px; width: 130px; display: block; }
#photos div.picture a { background: #efefef; display: block; border: 1px solid #ccc;}
#photos div.picture a:hover { background: #e5e5e5; }
#photos div.picture span.timestamp { color: #808080; float: left; }

#photos div.user_picture { float: left; margin: 0 10px 20px 0; font-size: 9px; position: relative; }
#photos div.user_picture img { padding: 4px; width: 130px; display: block; }
#photos div.user_picture a { background: #efefef; display: block; border: 1px solid #ccc; position: absolute; padding: 3px 5px; right: 12px; top: 3px; }
#photos div.user_picture a:hover { background: #e5e5e5; }
#photos div.user_picture span.timestamp { color: #808080; float: left; }

#events ul { margin-left: 15px; list-style-type: disc; list-style-position: inside; margin-bottom: 20px; }
#events ul li { line-height: 1.7; }

#sidebar_profile { margin-top: 140px; }
#sidebar_profile p { margin-bottom: 0px; }

#info .icon { float: left; margin-top: 5px; margin-right: 5px; }


#search_friends { padding: 5px 10px; background: #EEECE1; border-bottom: #DDD9CD; display: none; margin-bottom: 10px; }
#create_location { display: none; }

/* Star rating */
#star_rating { display: block; float: left; width: 115px; position: relative; top: -2px; margin-left: 6px; }
#star_rating .star { background-position: 0 -128px; width: 23px; height: 22px; text-indent: -9999px; display: block; float: left; cursor: pointer; }
#star_rating .star.ghost { background-color: #cccccc; }
#star_rating .star.ghost.hover { background-color: #ff9231; }
#star_rating .star.rated { background-color: #ffcc1c; }
#star_rating .star.rated.hover { background-color: #ff9231; }

/* Web services */
#ws li { line-height: 20px; margin: 5px 0; }
#ws .sprite { height: 16px; width: 16px; vertical-align: middle; margin-right: 5px; }
#ws .facebook { background-position: -112px 0px; }
#ws .twitter { background-position: -112px -16px; }
#ws .hyves { background-position: -112px -32px; }
#ws .fireeagle { background-position: -112px -48px; }
#ws .flickr { background-position: -112px -64px; }
#ws .youtube { background-position: -112px -96px; }

/* Photos */
#new_photo {  }
#new_photo #new_photo_sample {  }
#new_photo #photo-form {  }
#new_photo #new_photo_loading { position: absolute; top: 100px; left: 85px; }

/* = Location & Friend lists
----------------------------------------- */
.item_block { background: #f4f4f4; border-top: 1px solid #eee; padding: 4px; min-height: 44px; position: relative; }
.item_block.odd { background: #fff; }
.item_block img.icon_src { vertical-align: top; margin-right: 5px; }
.item_block h3 a { text-decoration: none; }
.item_block .avatar { float: left; padding: 1px; border: 1px solid #ccc; margin-right: 6px; width: 40px; height: 40px; }
.item_block .address a { color: #999; font-size: 10px; text-decoration: none; }
.item_block .address a:hover { text-decoration: underline; }
.item_block .short_info { width: 520px; overflow: hidden; margin-bottom: 0; }
.item_block .online { font-size: 9px; color: #999; background: url('../images/web/online.png') no-repeat 0 0; padding-left: 13px; font-weight: normal; font-family: Lucida Grande, Verdana, Arial, sans-serif; position: relative; top: -1px; margin-left: 5px;}

.item_block .options { position: absolute; right: 10px; top: 13px; }
.item_block .options ul { display: none; z-index: 1000; width: 120px; position: absolute; border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #fff; }
.item_block .options ul li {  }
.item_block .options ul li a { margin:2px 0; padding:4px 5px 4px 10px; display: block; }

#pymk .person { display: block; overflow: hidden; }
#pymk .person .avatar { float: left; }
#pymk .person .avatar img { width: 35px; height: 35px; padding: 1px; border: 1px solid #ccc; margin-right: 5px; }
/* Create location */


/* = Settings
----------------------------------------- */
/* Avatar */
#profile_photo { float: left; width: 150px; height: 155px; }
#profile_photo img { padding: 1px; border: 1px solid #ccc; }
#profile_photo img.center { border: 0px; position: absolute; top: 59px; left: 69px; }
#upload_form { float: left; margin-left: 30px; }
#photo_list ul li { display: inline; }
#photo_list ul li a img { padding: 1px; border: 1px solid #ccc; margin: 2px; }

/* Alerts */
#alerts_form table.form tr td.field, #alerts_form table.form tr th { text-align: center; padding-left: 0; }

/* Web services */
ul#services li { width: 190px; float: left; margin-bottom: 10px; margin-right: 10px; }
ul#services li a { font-size: 15px; }

li.web_service { border-bottom: 1px solid #ccc; padding: 5px 10px; position: relative; }
li.web_service .options { position: absolute; right: 10px; top: 8px; }
li.web_service .options a { background-image: none; }


/* = Inbox
----------------------------------------- */
div#chat_options { float: right; margin-right: 5px; }

div#inbox table { width: 100%; }
div#inbox table td { padding: 8px; padding-right: 0px; border-bottom: 1px solid #E8E8E8; }
div#inbox table tr:hover { background: #FDFFE3; }

div#inbox table #table_header { background: #EEECE1; }
div#inbox table #table_header:hover { background: #EEECE1; }

div#inbox table tr.chat { cursor: pointer; }
div#inbox table tr.message_unread { background: #FFFDCE; }
div#inbox table tr.message_read td.chat_msg { background: url("../images/status/message_read.png") no-repeat 5px 50%; }
div#inbox table tr.message_unread td.chat_msg { background: url("../images/status/message_unread.png") no-repeat 5px 50%; }

div#inbox table tr.message_unread td.chat_msg { font-weight: bold; } 

div#inbox table td.checkbox { width: 16px; }
div#inbox table td.recipients { width: 95px; }
div#inbox table td.recipients a { text-decoration: none; font-weight: bold; }
/* div#inbox table td.recipients img { width: 35px; padding: 1px; border: 1px solid #ccc; margin-right: 5px; float: left; } */
div#inbox table td.recipients p { margin-bottom: 0px; font-weight: bold; }

div#inbox table td.chat_msg p { padding-left: 20px; margin-bottom: 0px; }
div#inbox table td.chat_date { color: #808080; font-size: 9px; width: 90px; text-align: right; padding-right: 3px; }

div#inbox .chat_conversation input[type=text] { width: 400px; font-size: 11px; border: 2px solid #ddd; padding: 3px; }
div#inbox .chat_conversation input:focus { border: 2px solid #bbb; }
div#inbox .chat_conversation td { vertical-align: top; background: #EEECE1; border-bottom: 1px solid #CCC; }
div#inbox .chat_conversation .reply { display: block; float: left; width: 100%; margin-bottom: 5px; }
div#inbox .chat_conversation .reply img { width: 30px; height: 30px; padding: 1px; border: 1px solid #ccc; float: left; }
div#inbox .chat_conversation .reply p { margin-bottom: 0; }
div#inbox .chat_conversation .reply p a { font-weight: bold; }
div#inbox .chat_conversation .reply span.date { color: #808080; float: right; font-size: 9px; margin-right: 10px; }

div#inbox .chat_conversation .reply div.reply_msg { border-top: 1px solid #ccc; padding: 5px 0; } 
div#inbox .chat_conversation .reply div.reply_msg p { padding-left: 40px; margin-bottom: 0; }

div#inbox .chat_conversation .options a { font-weight: bold; }

div#inbox .chat_conversation .options ul { margin-top: 10px; }
div#inbox .chat_conversation .options ul li a { font-weight: normal; }

div#new_message input[type="text"] { width: 410px; padding: 0px; }
div#new_message textarea { width: 410px; height: 100px; margin-top: 10px; font-size: 12px; }

div#inbox .chat_conversation form#reply_chat_form { margin-left: 40px; }


/* = Login & Signup
----------------------------------------- */
#facebook_login .button, #twitter_login .button { font-size: 20px; }

span.facebook.sprite { background-position: -112px 0px; width: 16px; height: 16px; margin-right: 3px; vertical-align: middle; }
span.twitter.sprite { background-position: -112px -16px; width: 16px; height: 16px; margin-right: 3px; vertical-align: middle; }


/* = Forms & buttons
----------------------------------------- */
textarea { font-family: Lucida Grande, Verdana, Arial, sans-serif; }
input { font-family: Lucida Grande, Verdana, Arial, sans-serif; }
fieldset { border: 0px; border-top: 1px solid #ccc; margin-bottom: 50px; margin-top: 10px; }
legend { font-family: Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #363636; }
.form_field { font-size: 11px; border: 2px solid #ddd; padding: 3px; margin-bottom: 15px; }
.form_field:focus { border: 2px solid #bbb; }

table.form { margin: 10px 0; }
table.form tr td { padding: 5px 3px; }
table.form td.label { vertical-align: top; }
table.form td.field { padding-left: 10px; vertical-align: middle; }
table.form td.label label { display: inline; font-size: 12px; float: right; text-align: right; width: 130px; line-height: 20px; }
table.form td.label label span.required { color: red; margin-left: 3px; }
table.form td.field input[type="text"] { width: 200px; font-size: 11px; border: 2px solid #ddd; padding: 3px; }
table.form td.field input[type="password"] { width: 200px; font-size: 11px; border: 2px solid #ddd; padding: 3px; }
table.form td.field input[type="text"].wide { width: 400px; }
table.form td.field input[type="text"]:focus { border: 2px solid #bbb; }
table.form td.field input[type="password"]:focus { border: 2px solid #bbb; }
table.form td.field textarea { font-size: 11px; border: 2px solid #ddd; padding: 3px; width: 400px; height: 100px; }
table.form td.field textarea:focus { border: 2px solid #bbb; }
table.form td.meta { color: #333333; font-size: 10px; }
table.form td.meta span.arrow { width: 7px; height: 9px; background-position: -64px -16px; position: absolute; left: -6px; top: 5px; }
table.form td.meta p.info { background: #FFFDCE; border: 1px solid #FFDE85; padding: 2px 5px; margin-left: 7px; position: relative; display: none; float: left; }
table.form td.meta p.error { background: #f9d5d5; padding: 2px 5px; border: 1px solid #ff8989; }
input.button.disabled { color:#BBBBBB; background: #efefef; }
input.button.loading { color:#999; background: #EFEFEF url('../images/web/layout/loading.gif') no-repeat 6px 50%; padding-left: 26px; }

.button { font-family: Helvetica, Arial, sans-serif; background: #97CF13 url('../images/web/btn_gradient.png') repeat-x 0 50%; display: inline-block; color: #fff; font-weight: bold; line-height: 1; -moz-border-radius: 20px; -webkit-border-radius: 20px; position: relative; cursor: pointer; font-size: 14px; padding: 6px 12px; outline-style: none; outline-width: medium; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); border: 1px solid #729b10; }
.button:hover { background: #97CF13 url('../images/web/btn_gradient_hover.png') repeat-x 0 50%; -webkit-box-shadow: 0 2px 4px #c5ea6e; -moz-box-shadow: 0 2px 4px #c5ea6e; border: 1px solid #618213; }
.button:focus { border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important; }

a.button { color: #fff; }
a.button:hover { color: #fff; }

.button_sending { background: #ccc url(../images/ajax-loader-photo.gif) no-repeat 8px 50% !important; padding-left: 30px !important; color: #363636 !important; border: 1px solid #aaa !important; }
.button_sending:hover { background: #ccc url(../images/ajax-loader-photo.gif) no-repeat 8px 50% !important; color: #363636 !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }

.button.small { font-size: 12px; padding: 4px 7px; }
.button.big { font-size: 20px; padding: 7px 15px; }

.right_col label { display: block; }
.right_col input[type="text"] { width: 150px; font-size: 11px; border: 2px solid #ddd; padding: 3px; margin-bottom: 10px; }

.form_wide { margin: 40px 0; font-size: 13px; }
.form_wide .button { font-size: 20px; padding: 8px 15px 6px; }
.form_wide div.msg { margin-bottom: 10px; }
.form_wide table.form td.label label { font-size: 16px; font-weight: bold; width: 200px; position: relative; top: 5px; }
.form_wide table.form td.field input[type="text"] { font-size: 20px; font-family: Helvetica, Arial, sans-serif; width: 250px; padding: 5px; margin-bottom: 4px; }
.form_wide table.form td.field input[type="password"] { font-size: 20px; font-family: Helvetica, Arial, sans-serif; width: 250px; padding: 5px; margin-bottom: 4px; }


/* = Error messages
---------------------------------------------*/
.msg { padding: 4px; padding-left: 25px; font-size: 10px; color: #333; margin-bottom: 10px; font-weight: bold; }
.msg ul li { margin: 0; }
div.msg p { margin: 0px !important; }
a.close { font-size: 9px; font-weight: bold; float: right; }
.success { background: #CDEB8B url('../images/famfamfam/tick.png') no-repeat 4px 50%; border: 1px solid #96BF3B; }
.error { background: #f9d5d5 url('../images/famfamfam/exclamation.png') no-repeat 4px 50%; border: 1px solid #FF8989; }
.info { background: #fffdce url('../images/famfamfam/bullet_go.png') no-repeat 4px 50%; border: 1px solid #FFDE85; }

#notifier { overflow: visible; z-index: 999999; position: fixed; top: 0px; left: 50%; padding: 10px 20px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; background: url('../images/web/smoke.png'); color: #fff; width: 280px; display: none; margin-left: -140px; }
#notifier p { margin-bottom: 0; }
#notifier a.close { background: url('../images/web/close.png') no-repeat scroll 50% 50%; display:block; float:right; height:16px; text-decoration:none; width:16px; }


/* = Miscellaneous
---------------------------------------------*/
#loading { font-family: Helvetica, Arial, sans-serif; font-size: 14px; letter-spacing: -0.5px; font-weight: bold; background: #FFE691; padding: 10px 0; text-align: center; display: none; }
#loading_bottom { font-family: Helvetica, Arial, sans-serif; font-size: 14px; letter-spacing: -0.5px; font-weight: bold; background: #FFE691; padding: 10px 0; text-align: center; display: none; }
#loading img { vertical-align: top; margin-right: 5px; }
#loading p { margin-bottom: 0px; }
#loading_bottom img { vertical-align: top; margin-right: 5px; }

.loading { background: url('../images/load_16.gif') no-repeat 0 0; padding-left: 22px; }

ul.resetstyle { margin: 10px 0; }
ul.resetstyle li { margin-left: 20px; list-style-type: disc; margin-bottom: 10px; }

.section { margin-bottom: 20px; margin-top: 10px; overflow: hidden; }
.section.featured { padding: 10px 20px; border: 1px solid #DDD9CD; background: #EEECE1; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

a.option_btn { display: block; padding: 3px 8px; background: #eee url(../images/web/btn_arrow_down.png) no-repeat 55px 53%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #ccc; color: #363636; padding-right: 20px; }
a.accept_btn { }
a.accept_btn.wh_stream {float: right; color: #fff; }
a.cancel_btn { }
a.cancel_btn.wh_stream {float: right; color: #fff; }

a.option_btn:hover { background-color: #ddd; }
a.accept_btn.wh_stream:hover { color: #fff; }
a.cancel_btn.wh_stream:hover { color: #fff; }

img.smiley { height: 12px; width: 12px; }

a.x_delete { color: #D8290D; font-size: 18px; font-weight: bold; line-height: 1; }

/* Social networking icons */
#twitter { background: url('../images/logos/twitter_16.gif') no-repeat 0 50%; padding-left: 20px; }
#hyves { background: url('../images/logos/hyves_16.gif') no-repeat 0 50%; padding-left: 20px; }
#facebook { background: url('../images/logos/facebook_16.gif') no-repeat 0 50%; padding-left: 20px; }
#flickr { background: url('../images/logos/flickr_16.gif') no-repeat 0 50%; padding-left: 20px; }
#youtube { background: url('../images/logos/youtube_16.gif') no-repeat 0 50%; padding-left: 20px; }
#fireeagle { background: url('../images/logos/fireeagle_16.gif') no-repeat 0 50%; padding-left: 20px; }
#openid { background: url('../images/logos/openid_16.gif') no-repeat 0 50%; padding-left: 20px; }

/* = Popup
---------------------------------------------*/
#dialog { position: fixed; width: 100%; height:100%; top: 0; left: 0; z-index: 100; text-align: left; background: url('../images/web/smoke.png'); overflow-x: hidden; overflow-y: hidden; }
#dialog .popup { position: relative; padding: 15px 25px; background: #FFFFFF; border: 5px solid #97CF13; width: 420px; margin: auto; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#dialog .wide { width: 720px; }
#dialog .content {  }
#dialog .loading { text-align: center; background: none; padding: 0px; margin: 0px; }
#dialog .image { text-align: center; }
#dialog a.close { position: absolute; top: -13px; right: -13px; }
#dialog h2 { font-size: 24px; }


/* = Map
---------------------------------------------*/
body#map div#header { background: #FFFFFF url(../images/web/bg.png) repeat-x; position: relative; z-index: 2; }
body#map div#footer { display: none; }
body#map div#gmap { height:100%; margin:0; position:relative; top:0; width:100%; z-index:1; margin-top : -95px; }
body#map div#overlays { position: absolute; width: 250px; left: 110px; top: 120px; z-index: 3; padding: 5px 10px; -moz-border-radius: 8px; background: url('../images/web/smoke.png') repeat 0 0; background: #ffffff; border: 5px solid #97CF13; }

body#map div#overlays div { border-bottom: 1px solid #DDD9CD; margin-bottom: 5px; padding-bottom: 10px; }
body#map div#overlays div li { line-height: 20px; }

body#map div#overlays div li img { margin: -2px 5px 0; vertical-align: middle; }

body#map div#overlays a { color: #7db200; }
body#map div#overlays p { margin-bottom: 5px; }
body#map div#overlays p.toggler { color: #fff; padding: 2px 4px; background: #97CF13; font-weight: bold; }
body#map div#overlays p.toggler a { width: 11px; height: 11px; text-indent: -9999px; float: right; margin-top: 2px; }
body#map div#overlays p.toggler a.toggle_visible { background-position: -48px 0; }
body#map div#overlays p.toggler a.toggle_hidden { background-position: -48px -16px; }

body#map div#overlays div#layer_title input { display: block; width: 220px; font-size: 12px; font-weight: bold; }

body#map div#overlays div#layer_stream ol { list-style-position: inside; }
body#map div#overlays div#layer_stream ol li { cursor: pointer; }
body#map div#overlays div#layer_stream ol li:hover { background: #EEECE1; }

body#map div#overlays div#layer_filter { display: none; }
body#map div#overlays div#layer_filter ul { margin: 5px 5px; }
body#map div#overlays div#layer_filter ul#filter_social { display: none; }
body#map div#overlays div#layer_filter ul li.filter_head { font-size: 12px; font-weight: bold; line-height: 16px; }
body#map div#overlays div#layer_filter ul li.filter_head label a.check_filter_cat { position: relative; float: right; font-size: 9px; }
body#map div#overlays div#layer_filter ul li input { position: relative; float: right; }

#map_edit_location { height: 350px; margin: 10px 0 10px 0; }


/* = Friend finder
---------------------------------------------*/
#findfriends #networks td a { display: block; margin-left: 20px; text-align: center; }
#findfriends #steps { padding: 10px 0 20px 33px; }
#findfriends #emails label { display: inline; margin-right: 5px; }

/* = Import contacts
---------------------------------------------*/
#import_contacts {}
#import_contacts table { width: 100%; }
#import_contacts table tr td { padding: 5px; border-bottom: 1px dotted #808080; }
#import_contacts table tr th { background: #CFCFCF; font-weight: bold; padding: 5px 10px; border-bottom: 1px dotted #B5B5B5; border-right: 1px solid #DFDFDF; }
#import_contacts table tr.even {}
#import_contacts table tr.odd { background: #f4f4f4; }
#import_contacts div.networks { margin: 40px 0; }
#import_contacts div.networks a { margin-left: 20px; font-size: 0.9em; }
#import_contacts div.networks a img { height: 45px; }
#import_contacts .scrollable { overflow-y: scroll; height: 335px; }

/* = About pages
---------------------------------------------*/
body#about div#content { font-size: 12px; }
#map_contact { width: 880px; height: 320px; }
div.supported_phones ul li { float: left; width: 200px; }

div#faq ul li { padding: 2px 0 2px 20px; }
div#faq ul li img { margin-right: 5px; vertical-align: text-bottom; }
div#faq ul li a { font-weight: bold; }
div#faq .go_top { font-size: 10px; font-weight: normal; }


/* = Autocomplete search
---------------------------------------------*/
ul.token-input-list { overflow: hidden; height: auto !important; height: 1%; width: 410px; border: 2px solid #ddd; padding: 3px; cursor: text; z-index: 999; background-color: #fff;}
ul.token-input-list img { width: 20px; height: 20px; padding: 1px; border: 1px solid #ccc; margin-right: 7px; float: left; }
ul.token-input-list li input { border: 0; width: 350px; padding: 3px 8px; background-color: white; }

li.token-input-token { overflow: hidden; height: auto !important; height: 1%; margin-bottom: 3px; padding: 1px 3px; background-color: #EEECE1; font-weight: bold; cursor: default; display: block; }

li.token-input-token p { float: left; line-height: 24px; margin-bottom: 0; }
li.token-input-token span { float: right; color: #777; cursor: pointer; }

li.token-input-selected-token { background: #ccc; color: #fff; }
li.token-input-selected-token span { color: #bbb; }

div.token-input-dropdown { border: 2px solid #eee; border-top: 0px; position: absolute; width: 416px; background-color: #fff; overflow: hidden; cursor: default; z-index: 1; }
div.token-input-dropdown p { padding: 3px; font-weight: bold; color: #777; background: #eee; margin-bottom: 0; }
div.token-input-dropdown ul li { background-color: #fff; padding: 3px; list-style-type: none; cursor: pointer; }
div.token-input-dropdown ul li img { width: 20px; height: 20px; padding: 1px; border: 1px solid #ccc; margin-right: 7px; vertical-align: middle; }
div.token-input-dropdown ul li.token-input-dropdown-item { background-color: #fff; }
div.token-input-dropdown ul li.token-input-dropdown-item2 { background-color: #fff; }
div.token-input-dropdown ul li em { font-weight: bold; font-style: normal; }
div.token-input-dropdown ul li.token-input-selected-dropdown-item { background-color: #f4f4f4; }

/* = Search
---------------------------------------------*/
div#search_form { background: #EEECE1; border-bottom: 1px solid #ccc; padding: 10px 20px; margin-bottom: 30px; }
div#search_form .form_field { font-size: 16px; width: 300px; margin-bottom: 5px; }
div#search_form ul li { float: left; margin-right: 15px; }







