body {
  background: #f2f2f2 url(../images/headbar_bg.gif) repeat-x;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

hr {
  background: url(../images/divide_line.gif) repeat-x;
  height: 2px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #0694d1;
}

.bold {
  font-weight: bold;
}

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

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

#main_general label.checkbox{
  color: #000000;
}

#main_general textarea.description{
  height: 50px;
}

#header {
	color: #fffeff;
	padding-top: 10px;
	padding-bottom: 30px;
	height: 20px;
	font-size: 11px;
}

#header-left {
	font-weight: bold;
}

#header-left a, #header-right a {
	color: #ffffff;
}

#welcome_index_container {
  margin: 0 0 0 97px;
  padding: 15px 0;
  width: 785px;
  background-image: url('../images/welcome_index.png');
  background-repeat: no-repeat;
  color: #FFFFFF;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
}

#welcome_index_container a {
  color: #FFFFFF;
}

#welcome_index_container p {
}

#welcome_index_container p + p {
  text-indent: 0;
}

#welcome_index_content > #join_button {
  background-color:#FF9C05; color:white;
  margin: 30px 0 0 0;
  padding: 5px 5px 13px 5px;
  float: none;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: bold;
  width: 140px;
}

#welcome_index {
  padding: 0;
  margin: 0 100px;
}

#welcome_index_content {
  margin: 0 0 0 200px;
  padding: 50px 0px;
}

#welcome_index_content p {
  color: #6E6E6E;
  font-size: 15px;
  margin: 0 0 0.3em;
}

#welcome_index_content p:first-child  {
  font-size: 25px;
  font-weight: bold;
  color: #262626;
}

div#welcome_container {
  background-color: #F5F6E0;
  width: 865px;
  margin: 0px 60px 20px 60px;
  padding: 20px 0px;
}

div#welcome {
  width: 75%
  margin: 0;
  padding: 0 20px;
  float: left;
}

div#welcome_title {
  margin: 0 0 0px 0;
  font-size: 17px;
  font-weight: bold;
}

div#welcome span {
  display: block;
  font-size: 14px;
  color: #6D6D6D;
  font-weight: normal;
  margin-top: 10px;
}

div#welcome_container a {
  width: 180px;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #0481c4;
  text-transform: none;
  letter-spacing: 0;
  font-size: 23px;
  padding: 3px 0 15px 0px;
}

#main {
	padding-top: 20px;
	padding-bottom: 30px;
}
#metadata {
	height: 50px;
}

#metadata img {
	padding-right: 10px;
}

#photographer {
	font-size: 24px;
	line-height: 30px;
}

#photographer a {
  color: #222222;
}

.photo_meta {
	font-size: 11px;
	color: #aaaaaa;
}

#photo #photo_copyright {
	font-size: 11px;
	color: #b0b0b0;
}
#photo_placeholder {
	padding: 0;
	width: 600px;
	text-align: left;
	margin-bottom:12px;
}

#sidebar #social_icons {
	padding-bottom: 20px;
}
#sidebar #social_icons img {
	padding-right: 15px;
}

#sidebar hr {
	width: 240px;
}

#sidebar h3 {
	margin-bottom: 5px;
}

#header-right {
	text-align: right;
}

.photos_outer {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

.photos_nav {
	clear: both;
	padding-top: 10px;
	width: 786px;
}

.users_nav {
	clear: both;
}

.photos_nav > .prev, .users_nav > .next {
	float: left;
}

.photos_nav > .next, .users_nav > .next {
	float: right;
}

.photos {
	clear: both;
	padding-top:10px;
	margin-top:-12px;
}

.photos > .photo {
	display: block;
	position: relative;
}

.photos > .photo .photo_overlay {
	width: 75px;
	height: 75px;
	display: block;
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0;
	left: 0;
	color: #f1f1f1;
	font-size: 24px;
	display: none;
	text-indent: 6px;
}

.photos img {
	height: 75px;
	width: 75px;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}

.photos_avatar img {
	height: 44px;
	width: 44px;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}

.photos h4 {
	margin-bottom: 10px;
}

#footer {
	font-size: 11px;
	padding-bottom: 20px;
}

#set_locale {
  padding-right: 10px;
  padding-left: 10px;
}

#set_locale div{
  display: inline;
}

span.rightsep {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #d9d9d9;
}

span.startsep {
	padding-left: 0px;	
}

span.endsep {
	padding-left: 10px;
}

/* @group Login
 */

#main_general {
	padding-top: 50px;
	padding-bottom: 30px;
}

#main_general label {
	color: #aaa;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#main_general input[type=text], #main_general input[type=password] {
	padding: 10px;
	border-color: #ddd;
	width: 480px;
}

#main_general input[type=submit] {
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	border-style: none;
	font-weight: bold;
//	margin-right: 310px;
	float: left;
}

#main_general input[readonly=readonly] {
  color: #AAA;
}

#main_general form a {
	padding-top: 10px;
	float: right;	
}

#main_general form img {
	float: left;
	margin-right: 20px;
}

#main_general p {
	color: #888;	
	font-size: 11px;
	margin-bottom: 30px;
}

#main_general ol {
	padding-left: 20px;
	font-size: 11px;
	color: #888;
}

.time_log {
	color: #CCCCCC;
	font-size: 10px;
}

.block {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
/* @end */


/* @group Comments
 */
#comments{
	margin-top:40px;
}

.single_comment{
	margin-top:0px;
	margin-bottom:15px;
	position:relative;
	min-height: 50px;
}

.commenter{
	font-weight: bold;
	margin-right:5px;
}

.commenter a{
  color: #222222;
}

.comment_meta {
	color: #999;
}

.comment_text_content{
	font-size:11px;
	line-height:1.6em;
	padding-left: 62px;
}

p.user_comment{
	margin:0px;
}

.userpic {
	margin:0 0 0 0;
	position:absolute;
}

#post_comment textarea {
	margin-top: 0px;
	font-size: 14px;
	height: 80px;	
	width: 99%;
}

#post_comment input[type=submit] {
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	border-style: none;
	font-weight: bold;
	cursor: default;
}

#like_button, #prev_button, #next_button, #join_button{ 
	height:29px;
	width:234px;
	line-height: 1.7em; 
	letter-spacing: 0.2em; 
	font-size: 0.8em; 
	font-weight: bold; text-transform: uppercase; 
	color: white; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	text-align:center;
	padding-top: 12px;
	text-decoration: none; 
	margin-bottom:15px;
	margin-top:-3px;
  display: block;
}

#like_button.like {
  background-color: #FF5165;
}

#like_button.dislike {
  background-color: #222222;
}

#like_button:hover { 
	background-color: #E34758; 
}

#like > .photos_avatar {
  margin-top: 5px;
}


#prev_button, #next_button{
	background-color:#444444; color:white;
	width: 290px;
}

#prev_button:hover , #next_button:hover { 
	background-color: #222222; 
}

#prev_button{
	float:left;
}

#next_button{
	float:right;
}

#join_button {
  background-color:#444444; color:white;
  margin: 27px 25px 0 0;
  float: right;
}

#photo_description {
	font-size:18px;
	line-height:140%;
	margin-bottom:10px;
	width:240px;
}

a.upload_button {
	height:29px;
	width:234px;
	line-height: 1.7em; 
	letter-spacing: 0.2em; 
	font-size: 0.8em; 
	font-weight: bold; text-transform: uppercase; 
	color: white; 
  background: #222222;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	text-align:center;
	padding-top: 12px;
	text-decoration: none; 
	margin-bottom:15px;
	margin-top:-3px;
  display: block;
}

#photo_location, #location_people{
	margin-top:-6px;
	line-height:140%;
}

#photo_location span.name {
	font-size: 12px;
	font-weight: bold;
  display: block;
  color: #111111;
}

#location_address{
	color:#B0B0B0;
	font-size:11px;
  display: block;
}

#location_map{
	margin: 12px 0px;
  display: block;
}

#social{
float:left;
margin-right:10px;
}


.list_info{

font-size:11px;
color:#aaaaaa;
line-height:100%;
margin-left:90px;
margin-bottom:20px;
}

.list_photo h4 {
  margin-bottom: 5px;
}


.list_photo img {
float:left;
}


.list_photo_description{
	font-size:13px;
	color:#222222;
  height: 4.3em;
	line-height:140%;
	margin-bottom:5px;
  overflow: hidden;
}

h6{
margin-bottom:12px;
font-size:14px;
font-weight:normal;
}

h3{
font-size:18px;
}

#sidebar h6{
margin-top:8px;
margin-bottom:15px;
}

#photo #location_map{
	margin-top: 0px;
	margin-bottom: 10px;
  width: 600px;
  height: 300px;
}

#location_name {
	font-size: 24px;
	line-height: 30px;
}

#location_meta{
	font-size: 11px;
	color: #aaaaaa;
}

.new_photo span.name {
  display: block;
}

.login_to_comment{
	font-size:14px;
	margin:0 0 10px 0;
}

/* rankings */
#rankings h3{
  float: left;
}

#rankings .info {
  margin-left: 650px;
}
.rank_container {
  width: 430px;
  float: left;
}
.profile_picture {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  float: left;
}
.profile_picture img {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.rank_container {
  height: 60px;
}

.rank_container .meta {
  margin: 0px 25px 2px 60px;
}

.rank_container .username {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.rank_container .username a {
  color: #000000;
}

.rank_container .bar {
  background: #1E90FF;
  color: #1E90FF;
  height: 11px;
  font-size: 0px;
  margin: 2px 0;
}

.rank_container .points {
  display: block;
  font-size: 11px;
  color: #AAAAAA;
}

/* Items */

div.user_item {
  float: left;
}

div#item {
  margin: 50px 0;
}

div#item_placeholder {
  width: 200px;
  margin: 0px auto;
}

div.item_meta {
  width: 400px;
  margin: 0px auto;
}

div.item_name {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

div.item_description {
  font-size: 20px;
  font-weight: bold;
  color: #525252;
  text-align: center;
}

img.sidebar_item {
  width: 75px;
  height: 75px;
  padding: 0 4px 4px 0;
}

/* iPhone Slider */
#iphone {
  width: 154px;
  height: 302px;
  margin: 0px;
  float: left;
  background-image: url('../images/iphone_slide/body.png');
  position: relative;
}

#iphone_slider_shadow {
  position: relative;
  top: 54px;
  left: 28px;
  width: 0px;
  height: 0px;
  border-left: 70px solid transparent;
  border-right: 45px solid #FFFFFF;
  border-top: 0 solid transparent;
  border-bottom: 175px solid #FFFFFF;
  position: absolute;
  opacity: 0.1;
  z-index: 1000;
}

#iphone_slider {
  position: relative;
  top: 54px;
  left: 13px;
}

#iphone_slider ul, #iphone_slider li {
  margin:0;
  padding:0;
  list-style:none;
}

#iphone_slider li {
  width: 130px;
  height: 195px;
}

/* @end */

/* AB TEST */

#welcome_old_index_container {
  margin: 0 0 0 97px;
  width: 785px;
  background: #0F9BD7;
  color: #FFFFFF;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
}

#welcome_old_index_container a {
  color: #FFFFFF;
}

#welcome_old_index_container p + p {
  text-indent: 0;
}

#welcome_old_index_container > #join_button {
  background-color:#FCBA63; color:white;
  margin: 70px 25px 0 0;
  float: right;
  font-size: 18px;
  padding: 5px 5px 5px 5px;
  letter-spacing: 0;
  font-weight: bold;
}

#welcome_old_index {
  padding: 15px 20px 0px 25px;
  width: 55%;
  float: left;
}

