/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Jquery tabs */
.ui-tabs .ui-tabs-hide {
  display: none;
}

 /* Primary Styles
    Author: Steply
 */

.error, .notice, .success {padding:11px;margin-bottom:1em;border:1px solid #ddd;}
.error {background:#FBB4BC;color:#494949;border-color:#B43E46;}
.notice {background:#FCFFC1;color:#494949;border-color:#FABF1A;}
.success {background:#B1DFA8;color:#494949;border-color:#50BF46;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

body {
  background-image: url(../../images/v1/navigation_bar.png);
  background-repeat:repeat-x;
  background-color: #F3F3F3;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Generic */

.tab {
  float: left;
  color: #FFF;
  height: 22px;
  padding-top: 8px;
  text-align: center;
  background-color: #CCC;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

.tab.current  {
  background-image: url(../../images/v1/button.png);
}

.no-sidebar {
  width: 750px;
  margin: 0 auto;
}

.no-sidebar h2 {
  margin-bottom: 20px;
  color: #999;
}

.full-width {
  width: 100%;
}

input.button {
  background-image: url(../../images/v1/button.png);
  font-size: 12px;
  height: 30px;
  border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
}

input.button:hover {
  background-position: 0 -30px;
}

span.next-symbol {
  background-image: url(../../images/v1/next_symbol.png);
}

h1,h2,h3,h4,h5,h6 { margin-bottom: 5px; }
h1 { font-size:250%; }                       /* 30px */
h2 { font-size:200%; }                       /* 24px */
h3 { font-size:150%; }                       /* 18px */
h4 { font-size:133.33%; }                    /* 16px */
h5 { font-size:116.67%; }                    /* 14px */
h6 { font-size:100%; }                       /* 12px */

a, a:hover, a:active, a:visited {color: #0694D1; text-decoration: none;}

input[type="submit"] {
  padding: 6px 25px;
  margin: 0;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
}

.relative {
  position: relative;
}

.gray {
  color: #999;
}

.little {
  font-size: 83.33%;
}

.append-little-bottom {
  margin-bottom: 10px;
}

.prepend-little-top {
  margin-bottom: 10px;
}

#join-banner {
  width: 828px;
  height: 86px;
  padding: 10px 20px;
  border: 1px solid #76C6D8;
  background-color: #DBEBF1;
}

#join-banner p {
  margin: 4px 0;
  font-size: 16px;
  text-shadow: 0 1px #fff;
}

#join-banner .facebook_connect {
  margin-top: 5px;
}

#join-banner-left {
  width: 600px;
  float: left;
}

#join-banner-right {
  float: right;
}

#join-banner-button {
  display: block;
  width: 210px;
  height: 40px;
  background-image: url(../../images/v1/join_steply.png);
  margin-top: 23px;
}

#container {
  margin: 0 auto;
  width: 870px;
  padding: 0 20px;
}

#header {
  height: 40px;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}

#header a {
  color: #FFFFFF;
  text-decoration: none;
}

#header a.navigation_button {
  display: block;
  text-align: center;
  height: 18px;
  padding-top: 2px;
  margin-top: -5px;
}

#header a.current {
/*  background-image: url(../../images/v1/navigation_indicator.png);*/
  font-weight: bold;
}

.account_button {
  display: block;
  float: right;
  text-align: right;
  font-size: 11px;
  margin-top: -3px;
  padding: 0 0 0 20px;
}

#footer {
  margin: 0 auto 20px -7px;
  font-size: 11px;
}

#footer span {
  display: inline-block;
  padding: 0 10px 0 7px;
  border-right: 1px solid #999;
}

#footer span.last {
  border-right: none;
}

#main-container {
  margin-top: 20px;
  padding-bottom: 20px;
}

#main {
}

#main-header {
  background-color: #000;
}

#main-header a {
  color: #FFF;
  display: block;
  float: left;
  width: 295px;
  text-align: center;
  height: 23px;
  padding-top: 7px;
  background-color: #CCC;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

#main-header a.current {
  background-image: url(../../images/v1/button.png);
  border-color: transparent;
}

#main-content {
  padding: 20px;
  background-color: #FFF;
  /*-webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;*/
}

#sidebar {
  padding: 0 20px;
}

#sidebar .map {
  margin-bottom: 20px;
  position: relative;
}

#sidebar .category {
  position: absolute;
  z-index: 1000;
}

#sidebar a.overlay {
  position: absolute;
  display: block;
  width: 230px;
  height: 280px;
  background-image: url(../../images/v1/map_overlay.png);
  top: 0;
}

#sidebar .map a{
  color: #222;
}

#sidebar .liked_people {
  margin-top: -5px;
}

#sidebar .liked_people {
  width: 240px;
}

#sidebar .liked_person a {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#sidebar .liked_person {
  float: left;
}

#main-map {
  background-color: gray;
  height: 290px;
  margin-bottom: 20px;
}

.profile-grid {
  color: #666;
}

.profile-grid a{
  color: #444;
}

.profile-grid a:hover {
  color: #088ABE;
}

.profile-grid .profile-picture {
  margin-bottom: 5px;
}

.profile-grid div.name a {
  color: #666;
}

.profile-grid p.display-name {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px #fff;
  color: #222;
}

.profile-grid p.username {
  margin-top: 5px;
}

.profile-grid .more {
  margin-top: 10px;
}

.profile-grid .more span {
  height: 20px;
  margin-top: 10px;
}

.profile-grid .more span.name{
  display: inline-block;
  width: 30px;
}

.liked_by {
  margin-top: 10px;
}

.counts  {
  text-align: center;
  min-height: 50px;
  margin-bottom: 20px;
}

.counts span  {
  display: block;
}

.counts .count {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-shadow: 0 1px #fff;
}

.counts .count-name {
}

a.follow-big {
  display: inline-block;
  width: 210px;
  height: 26px;
  background-image: url(../../images/v1/follow_big_button.png);
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 4px;
  margin-bottom: 20px;
  color: #FFF;
}

a.follow-big span {
  display: inline-block;
  color: #FFF;
}

a.follow-big:hover {
  background-position: 0 -210px;
}

a.unfollow-big {
  white-space: nowrap;
  overflow: hidden;
  background-image: none;
  background-color: #999;
}

a.unfollow-big span {
  display: inline-block;
  width: 210px;
  height: 25px;
  text-indent: 0px;
  color: #FFF;
}

a.unfollow-big:hover {
  background-position: 0 -210px;
  background-image: url(../../images/v1/follow_big_button.png);
  text-indent: -210px;
}

#follow-grid .follow {
}

a.follow-small span {
  display: inline-block;
  width: 60px;
  height: 17px;
  padding-top: 3px;
  text-indent: 0px;
  color: #FFF;
  text-align: center;
}

a.follow-small {
  font-size: 10px;
  display: inline-block;
  width: 60px;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../../images/v1/follow_small_button.png);
}

a.unfollow-small {
  background-color: #999;
  background-image: none;
  border-radius: 5px;
  -moz-border-radius: 5px 5px;
}

a.follow-small:hover {
  background-position: 0 -20px;
}

a.unfollow-small:hover {
  text-indent: -60px;
  background-image: url(../../images/v1/follow_small_button.png);
  background-position: 0 -20px;
}

#sidebar div.follow {
  text-align: center;
}

#sidebar .unfollow a:link {
  color: #0694D1;
}

#sidebar .unfollow a:hover {
  color: #999;
}

.items-grid h3 {
  margin-bottom: 10px;
}

.items-grid h6 {
  color: #444;
  text-shadow: 0 1px #fff;
}

.items-grid-item {
  float: left;
  width: 75px;
  height: 75px;
}

#main-photos .photo {
  min-height: 100px;
  padding-bottom: 20px;
}

#main-photos .photo img {
  max-width: 310px;
}

#main-photos .category{
  height: 40px;
}

#main-photos .category a{
  color: #222;
}

#main-photos .no-photos {
  text-align: center;
  margin: 100px auto;
}

#main-photos .no-photos p {
  font-size: 26px;
  color: #999;
  margin-top: 1em;
}

.photo .category-icon {
  height: 40px;
}

.photo .category-details {
  margin-bottom: 5px;
}

.location-details {
  padding-left: 40px;
  margin-bottom: 10px;
}

.location-details .name {
  color: #666;
}

.location-details p.address {
  font-size: 10px;
  margin-top: -5px;
  color: #999;
}

#photo-page .photo-details-wrapper {
  margin-bottom: 10px;
}

#photo-page .photo-details {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

#photo-page #actions{
  font-size: 11px;
}

#photo-page #actions span.action{
  display: inline-block;
  border-right: 1px solid #666;
}

#photo-page #actions span.action:last-child {
  border-right: none;
}

#photo-page #actions .border {
  padding-right: 10px;
}
#main-photos .photo .photo-details {
  font-size: 20px;
  color: #222;
  margin-bottom: 70px;
}

#main-photos .photo-meta {
  margin-left: 320px;
  position: absolute;
  top: -85px;
}

#main-photos .with-user .profile-picture {
  position: relative;
  top: 30px;
  width: 40px;
}

#main-photos .with-user {
  top: -140px;
}

#main-photos .with-user p {
  padding-left: 50px;
}

.photo-meta .number {
  width: 38px;
  height: 15px;
  background-image: url(../../images/v1/like_comment_count.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 3px;
  padding-left: 5px;
  float: left;
  margin: 0px 10px 0 2px;
  font-size: 10px;
  font-weight: bold;
}

.photo-meta .like-button-small {
  display: block;
  width: 17px;
  height: 15px;
  background-image: url(../../images/v1/like_icon_gray.png);
  float: left;
  text-indent: -9999px;
  margin-top: 2px;
}

.photo-meta .like-button-small:hover {
  background-position: 0 15px;
}

.photo-meta .unlike-button-small {
  display: block;
  width: 17px;
  height: 15px;
  background-image: url(../../images/v1/like_icon_gray.png);
  float: left;
  text-indent: -9999px;
  background-position: 0 -15px;
  margin-top: 2px;
}

.photo-meta .unlike-button-small:hover {
  background-position: 0 0;
}

.photo-meta .comment_icon_gray {
  display: block;
  width: 18px;
  height: 16px;
  background-image: url(../../images/v1/comment_icon_gray.png);
  float: left;
  padding: 0;
  margin: 2px 2px 0 0;
}

.photo-meta-wrapper {
  position: relative;
}

#page-buttons {
  height: 30px;
  margin-top: 50px;
}

.older_button {
  height: 30px;
  width: 100px;
  float: right;
}

.newer_button {
  height: 30px;
  width: 100px;
  float: left;
}

#photo-page {
  background: #FFF;
}

#photo-page .image img{
  max-height: 640px;
  max-width: 550px;
}

#photo-page .photo-wrapper {
  text-align: center;
}

#photo-page div.photo {
  position: relative;
  min-width: 1px;
  margin: 0 auto;
  display: inline-block;
}

#photo-page .nav {
  display: block;
  position: absolute;
  background-repeat:no-repeat;
  height: 100%;
  width: 35%;
  z-index: 1000;
}

#photo-page a.nav-left {
  background-position: center left;
}

#photo-page a.nav-right {
  background-position: center right;
  left: 65%;
}

#photo-page a.nav-left:hover {
  background-image: url(../../images/v1/photo_hover_left.png);
}

#photo-page a.nav-right:hover {
  background-image: url(../../images/v1/photo_hover_right.png);
}

#photo-page .social {
  margin-right: -18px;
  float: right;
  vertical-align:baseline;
  width: 210px;
}

#photo-page .social .facebook_share_button {
  margin-right: 10px;
  float:right;
}

#photo-page .social .twitter_share_button {
  float:right;
}

.photo-meta {
  margin-top: 5px;
}

.photo-meta span {
  display: inline-block;
  padding-left: 2px;
  padding-right: 8px;
}

a.like-button-big {
  display: block;
  width: 42px;
  height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px 5px;
  font-size: 36px;
  float: right;
  text-indent: -9999px;
  background-image: url(../../images/v1/like_button.png);
}

a.like-button-big:hover {
  background-position: 0 -38px;
}

a.unlike-button-big {
  display: block;
  width: 42px;
  height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px 5px;
  font-size: 36px;
  float: right;
  text-indent: -9999px;
  background-image: url(../../images/v1/like_button.png);
  background-position: 0 -38px;
}

a.unlike-button-big:hover {
  background-position: 0 0;
}

#other-photos {
  margin: 40px auto 0 auto;
  width: 546px;
  height: 78px;
  background-image: url(../../images/v1/other_photos_background.png);
}

#other-photos .other-photo {
  display: block;
  border: 9px solid transparent;
  width: 60px;
  height: 60px;
  float: left;
}

#other-photos div.other-photo-nil {
  display: block;
  border: 9px solid transparent;
  width: 60px;
  height: 60px;
  float: left;
}

#other-photos div.other-photo-nil div {
  background-color: #DDD;
  width: 100%;
  height: 100%;
}

#other-photo img {
}

#other-photos a.other-photo:hover {
  border: 9px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

#other-photos .current {
  border: 9px solid #5AAEC7;
  border-radius: 5px;
}

#comments {
  margin-top: 40px;
}

#comments h3 {
  text-shadow: 0 1px #fff;
}

#comments .comment {
  margin-bottom: 20px;
}

#comments .commenter {
  font-size: 12px;
  font-weight: bold;
}

#comments .comment_meta {
  font-size: 11px;
  color: #999;
  float: right;
}

#comment .content span {
  padding: 0 20px;
}

#comment_text {
  width: 529px;
  height: 100px;
  padding: 10px;
  margin-bottom: 5px;
  line-height: 15px;
}

#comments .user-profile-pic {
  float: left;
  width: 50px;
  height: 50px;
}

#comments .content {
  padding-left: 60px;
}

#post_comment {
}

#post_comment .share_to_social {
  float: left;
}

#post_comment .share_to_social span {
  display: block;
  float: left;
  margin-right: 5px;
}

#post_comment .share_to_social span.text {
  padding-top: 2px;
}

#post_comment input[type=submit] {
  float: right;
}

#login_to_comment {
  font-weight: bold;
  font-size: 15px;
}

#map {
  margin-bottom: 30px;
  color: #666;
}

#map a {
  color: #666;
}

#map .category {
  float:left;
  width: 340px;
  height: 40px;
}

#location_map {
  width: 590px;
  height: 290px;
}

.map-counts {
  width: 250px;
  height: 40px;
  float: right;
  height: 40px;
  margin-bottom: 0;
  text-align: right;
}

.map-counts span {
  display: inline-block;
}

.map-counts .number {
  font-size: 25px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
}

h6.vip-header {
  margin-top: 40px;
}

#sidebar .vip {
  height: 50px;
}

#sidebar .vip img {
  float: left;
}

#sidebar .vip .meta {
  float: left;
  width: 110px;
  padding: 0 10px;
}

#sidebar .vip .follow-small {
  margin-top: 10px;
}

#sidebar .vip p.username {
  padding-top: 10px;
}

#sidebar .vip p.recommends {
  font-size: 11px;
  color: #999;
}

#sidebar .vip a.follow {
  background-image: url(../../images/v1/follow_small_button.png);
  width: 60px;
  height: 17px;
  float: left;
  margin-top: 18px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  padding-top: 3px;
}

#sidebar .vip a.follow:hover {
  background-image: url(../../images/v1/follow_small_hover_button.png);
}

#sidebar .app-source {
  margin-bottom: 40px;
}

#sidebar .app-source a {
  color: #0694D1;
}

#sidebar .app-source .picture {
  width: 50px;
  height: 50px;
  float: left;
}

#sidebar .app-source .none {
  background-color: #CCC;
}

#sidebar .app-source .details {
  padding-left: 60px;
}

#follow-grid .header {
  height: 20px;
  text-align: center;
  color: #666;
  text-shadow: 0 1px #fff;
  font-weight: bold;
}

#follow-grid hr {
  margin-bottom: 10px;
}

#follow-grid .row{
  margin: 10px 0;
  padding-bottom: 10px;
  height: 40px;
  border-bottom: 1px solid #eee;
}

#follow-grid .element-1 {
  width: 150px;
  margin-right: 10px;
  float: left;
}

#follow-grid .element-2 {
  width: 90px;
  margin: 0 5px;
  float: left;
  text-align: center;
}

#follow-grid span.number {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

#follow-grid .follow {
}

#follow-grid .last {
  margin: 0;
}

#follow-grid .user img {
  float: left;
}

#follow-grid .user p {
  padding-left: 50px;
  font-weight: bold;
}

/* Settings */

#settings {
  width: 750px;
  margin: 0 auto;
}

#settings input.text {
  font-size: 15px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 12em;
}

#settings h1 {
  color: #999;
  margin-bottom: 20px;
}

#settings ul.header {
  list-style-type: none;
  margin: 0px;
}

#settings ul.header li {
  float: left;
  width: 250px;
  height: 30px;
  background-color: #DEDEDE;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

#settings ul.header li span {
  padding-top: 8px;
  display: inline-block;
  text-align: center;
  float: left;
  width: 100%;
  height: 22px;
}

#settings ul.header li.ui-state-active {
  background-color: #5ABACF;
}

#settings ul.header a {
  color: #FFF;
}

#settings .content {
  background-color: #FFF;
  padding: 20px 0 0 0;
}

#settings .field-group {
  margin-bottom: 20px;
}

#settings .field-element {
  padding: 8px 0;
}

#settings .field-name {
  width: 190px;
  padding: 3px 20px;
  text-align: right;
  float: left;
}

#settings .field-name label {
  color: #444;
  font-size: 15px;
  font-weight: bold;
}

#settings .field{
  width: 420px;
  float: left;
}

#user-profile p{
  margin-bottom: 10px;
}

#user-profile img{
  float: left;
}

#user-profile .upload p{
  margin-left: 10px;
  float: left;
}

#user-profile .buttons{
  margin-top: 10px;
}

#settings input[type=submit] {
  float: none;
  background-color: #5ABACF;
}

#social-accounts p {
  padding-top: 5px;
  margin-bottom: 10px;
}

#social-accounts .linked-as {
  float: left;
  width: 380px;
}

#social-accounts .unlink{
  float: right;
  text-align: right;
}

#notifications p {
  padding-top: 5px;
  margin-bottom: 10px;
}

#settings .statement {
  float:left;
  width: 400px;
}

#settings .checkbox {
  float:right;
}

/* Photo Wall*/
#photo-wall {
  width: 870px;
  margin: 0 auto;
}

#photo-wall .photos{
  margin-bottom: 10px;
}

#photo-wall .photo{
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  position: relative;
}

#photo-wall .last{
  margin-right: 0;
}

#photo-wall .photo_overlay{
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  position: absolute;
  display: block;
}

#photo-wall .photo_overlay:hover {
  background-color: rgba(0,0,0,0.50);
}

#photo-wall #page-buttons {
  margin-top: 20px;
}

/* Login */
#login {
  width: 750px;
  margin: 0 auto;
}

#login h2 {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #999;
}

.form .fieldWithErrors {
  color: #F00;
}

.form .field-element {
  margin: 10px 0 30px 0;
}

.form .field-name {
  text-align: right;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
}

.form .field {
  padding: 0 30px;
  margin-bottom: 0;
}

.form input.text {
  font-size: 15px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 260px;
}

form .sub-link {
  width:470px;
  text-align:right;
}
form .sub-link a {
  color:#999;
  font-size:11px;
}

form .sub-text {
  color:#999;
  font-size:11px;
  margin-top: 2px;
}

#login input[type=submit] {
  float: none;
}

#form span.little{
  color: #666;
}

#remember {
  margin-top: 10px;
}

input.facebook_connect {
  background-image: url(../../images/facebook_connect.gif);
  background-color: transparent;
  text-indent: -9999px;
  width: 194px;
  height: 25px;
}

.form input.login {
  margin: 20px 0 10px 0;
}

/* Register */

#register .tab {
  width: 240px;
}

#new_step2 {
  width: 620px;
  margin: 0px auto 10px auto;
  text-align: center;
}

#new_step2 h3 {
  font-weight: normal;
  margin-bottom: 20px;
}

#new_step2 .column1 {
  width: 100px;
  padding: 11px 20px 0 0 ;
  text-align: right;
  float: left;
}

#new_step2 .column2 {
  width: 500px;
  margin: 10px 0;
  text-align: left;
  float: left;
}

#new_step2 .app {
  float: left;
  margin: 0 25px 25px 0;
}

#new_step2 .app_name {
  text-align: center;
  font-size: 12px;
  width: 75px;
}

#new_step2 .blue {
  height: 30px;
  background-image:url('../../images/v1/button_bg.png');
}

#new_step2 .buttons {
}

#new_step2 .button{
  float: right;
}

#new_step2 p.button{
  margin: 8px 10px;
  max-width: 200px;
}

#new_step2 p.edit_profile_button{
  width: 80%;
  padding-right: 15px;
  float: right;
  text-align: right;
}

#new_with_fb .tab {
  width: 240px;
}

#new_with_fb .field-element {
  min-height: 29px;
}

#new_with_fb .field span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}

#new_with_fb h2 {
  color: #999;
  margin-bottom: 20px;
}

#new_with_fb h3 {
  text-align: center;
  margin-bottom: 20px;
}

#new_with_fb_center {
  margin: 0 5px;
  height: 360px;
  text-align: center;
}

#new_with_fb_center .vertical-line {
  background-image: url('../../images/divide_line_vertical.gif');
  background-repeat: repeat-y;
  height: 80%;
  width: 2px;
  margin: 0 auto;
}

#new_user .button {
  margin: 0px;
}

#new_user .reset {
  margin-left: 110px;
}

#new_user span.little {
  display: inline-block;
  margin-top: 10px;
}

#new_user .errorExplanation {
  margin-left: 120px;
}

#new_user .errorExplanation p {
  font-size: 16px;
}

#network-apps {
  margin-bottom: 40px;
}

#network-apps p {
  color: #999;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}

#network-apps h2 {
  font-weight: normal;
  color: #666;
  margin: 10px 0 20px 10px;
}

#network-apps .app {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

#network-apps .last {
  border-bottom: 1px solid #999;
}

#network-apps .app-details {
  float: left;
  width: 300px;
}

#network-apps .app-icon {
  float: left;
  margin-right: 15px;
}

#network-apps .app-name {
  font-size: 14px;
  font-weight: bold;
}

#network-apps .app-company {
  font-size: 11px;
  color: #aaa;
}

#network-apps .app-description {
  margin-top: 10px;
  float: left;
  color: #666;
}

#network-apps span.store-button {
  width: 100px;
  height: 40px;
  float: right;
  margin: 20px 0 0 0;
  display: block;
}

#network-apps .store-button-iphone {
  background-image: url(../../images/v1/store_button_iphone.png);
}

#network-apps .store-button-android {
  background-image: url(../../images/v1/store_button_android.png);
}

#network-apps a.back-to-top {
  float: right;
  display: block;
  margin: 10px 20px;
  font-size: 11px;
}

#network-sidebar {
  background-color: #fff;
  margin-top: 62px;
  padding: 20px;
}

#network-sidebar h4 {
  font-weight: normal;
  border-bottom: 1px solid #999;
  color: #777;
}

#network-sidebar .content {
  padding-top: 1em;
  font-size: 12px;
  color: #999;
}

#network-sidebar p {
  margin-bottom: 1em;
}

a.reset {
  display: inline-block;
  width: 80px;
  height: 23px;
  padding-top: 7px;
  background-color: #CCC;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}

a.reset:hover {
  background-color: #DDD;
}

.static-page {
  width: 590px;
  margin: 0 auto;
}

.static-page {
}

.static-page p, .static-page li {
  margin: 10px 0;
  font-size: 11px;
  line-height: 1.5em;
  color: #888;
}

#location_stat {
  margin-top: 40px;
}
#location_stat table {
  background-color: #EEEEEE;
}

#location_stat td.label {
  color: grey;
  font-size: 10px;
}

#location_stat td {
  padding: 5px;
}

#item {
  margin: 20px 0 40px 0;
  text-align: center;
}

.item_meta {
  width: 400px;
  margin: 0px auto;
  text-align: center;
}

.item_meta .item_name {
  font-size: 35px;
  font-weight: bold;
}

.item_meta .item_description {
  font-size: 20px;
  font-weight: bold;
  color: #525252;
}

/* Password reset */
#password-reset-content {
  width: 440px;
  margin: 0 auto;
  padding-top: 30px;
}

#password-reset h2 {
  color: #ccc;
}

#password-reset-content p {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

#password-reset-content .email-address {
  margin: 30px 0 50px 0;
}

#password-reset-content label {
  font-weight: bold;
}

#password-reset-content input[type=text] {
  border: 1px solid #999;
  width: 250px;
  height: 24px;
  font-size: 16px;
  margin-top: 5px;
}

#password-reset-content input[type=submit] {
  margin: 5px 0 0 -4px;
  font-size: 12px;
  height: 28px;
  width: 180px;
  background-image:url('../../images/v1/button_bg.png');
}

#change-my-password {
}

#change-my-password h2 {
  color: #ccc;
}

#change-my-password-content {
  padding: 50px 50px 100px 50px;
}


#change-my-password .field-name {
  color: #666;
}

#change-my-password input[type=password] {
  border: 1px solid #999;
}

#change-my-password input[type=submit] {
  background-image:url('../../images/v1/button_bg.png');
  height: 30px;
  padding: 6px 10px;
}

/* Developer page */
#developer-page {
  padding: 20px;
  min-height: 480px;
}

#developer-page h3 {
  color: #ccc;
}

#developer-page .application {
  margin: 30px 0;
}

#developer-page .application p {
  margin: 5px 0;
  color: #B2B2B2;
}

#developer-page .application p.name {
  font-size: 15px;
  color: #444;
  font-weight: bold;
}

#developer-page .application .picture {
  width: 100px;
  height: 100px;
  float: left;
}

#developer-page .application .none {
  background-color: #ccc;
}

#developer-page .application .details {
  padding-left: 120px;
}

#developer-page #sdk p {
  margin: 20px 0;
}

/* Docs */
#api-doc {
  padding: 20px;
}

#api-doc p {
  margin-top: 10px;
}

#api-doc-content {
  margin-top: 20px;
}

#api-doc-content .session {
  margin-top: 40px;
}

#api-doc-content .session .content {
  padding-left: 20px;
}


/* end */


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

