body.sms .photos,
body.link .photos
{
	margin-right: 0;
	width: 100%;
}

.photos {
	float: left;
	margin-right: 340px;
	width: calc( 100% - 340px );
}

.photos .photo {
	position: relative;
}

.photos .photo .dropdown {
	position: absolute;
	z-index: 100;
	top: 44px;
	width: 280px;
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	
	font-size: 14px;
}

.photos .photo .info {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 34px;
	height: 34px;
}

.photos .photo .info:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(info@2x.png) no-repeat center center;
	background-size: 22px 22px;	
}

.photos .photo .info.selected:before {
	background-color: #198CFF;
	border-radius: 28px;
}

.photos .photo .info .dropdown {
	display: none;
	right: 0;
}

.photos .photo .info.selected .dropdown {
	display: block;
}

.photos .photo .info .dropdown time {
	display: block;
	font-weight: bold;
	margin: 22px 0 0 20px;
}

.photos .photo .info .dropdown .device {
	display: block;
	margin: 0 0 18px 22px;
}

.photos .photo .info .dropdown .exposure {
	background-color: rgba(0,0,0,.6);
	color: white;
	display: table;
	width: 100%;
	height: 41px;
}

.photos .photo .info .dropdown .exposure .standard {
	display: table-row;
	height: 41px;
}

.photos .photo .info .dropdown .exposure .standard div {
	display: table-cell;
	text-align: center;
	padding: 10px;
	height: 41px;
	vertical-align: middle;
}

.photos .photo .info ul.recipe {
	list-style-type: none;
	padding: 0;
	margin: 0 0 3px 0;
}

.photos .photo .info ul.recipe li {
	margin: 0 20px;
	padding: 11px 0 12px 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-repeat: no-repeat;
}

.photos .photo .info ul.recipe li:last-child {
	border-bottom: none;
}

.photos .photo .info ul.recipe li.scene {
	background-image: url(recipe/scene@2x.png);
	background-size: 24px 19px;

	background-position: 3px 9px;
}

.photos .photo .info ul.recipe li.crop {
	background-image: url(recipe/crop@2x.png);
	background-size: 18px 18px;
	
	background-position: 6px 11px;
}

.photos .photo .info ul.recipe li.lab {
	background-image: url(recipe/lab@2x.png);
	background-size: 17px 17px;

	background-position: 6px 10px;
}

.photos .photo .info ul.recipe li.filter {
	background-image: url(recipe/filter@2x.png);
	background-size: 19px 19px;

	background-position: 5px 9px;
}

.photos .photo .info ul.recipe li.frame {
	background-image: url(recipe/frame@2x.png);
	background-size: 17px 17px;

	background-position: 6px 10px;
}


.photos .photo .actions {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 34px;
	height: 34px;
	background: url(actions@2x.png) no-repeat center center;
	background-size: 22px 4px;
}

.photos .photo .actions:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(actions@2x.png) no-repeat center center;
	background-size: 22px 4px;
}

.photos .photo .actions.selected:before,.photos .photo .actions:active:before {
	background-color: #198CFF;
	border-radius: 28px;
}

.photos .photo .actions .dropdown {
	display: none;
	left: 0;
}

.photos .photo .actions:active .dropdown {
	display: block;
}

.photos .photo .actions ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 5px 0;
}

.photos .photo .actions ul li {
	margin: 0 20px;
	padding: 11px 0 12px 3px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.photos .photo .actions ul li:last-child {
	border-bottom: none;
}

.photos .photo .caption {
	color: white;
	padding: 10px 0 20px 10px;
}




.photos .photo img {
	width: 100%;
	height: auto;
}

body.link .details,
body.sms .details
{
	display: none;
}

.details {
	float: right;
	width: 340px;
	margin-left: -340px;
	
	color: white;
	padding: 15px 25px;
}

.details .user {
	overflow: hidden;
	line-height: 1.1;
	margin-bottom: 25px;
}

.details .user a {
	color: inherit;
	display: block;
}


.details .user img {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 45px;
	margin-right: 10px;
	background-color: rgba(255,255,255,.2)
}

.details .user h3 {
	font-size: 24px;
	margin-top: 12px;
	margin-left: 80px;
}

.details .user address {
	font-size: 14px;
	font-style: normal;
	color: #198CFF;
	margin-left: 80px;
}

body.set .details h2 {
	margin: 0;
}

.details .tweet {
	font-size: 20px;
	margin-bottom: 25px;
}

.details .tweet time {
	display: block;
	font-weight: bold;
	color: rgba(255,255,255,.5);
	font-size: 14px;
}

body.set .details .tweet time {
	margin-bottom: 30px;
}

body.set .details .tweet .blurb {
	font-size: 18px;
	line-height: 22px;
}

body.set .details .tweet .blurb ol {
	margin: 10px 0 0 0;
}

.details .stats div {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.details .stats .location {
	background: url(../common/location@2x.png) no-repeat 0px 0px;
	background-size: 11px 14px;
	padding-left: 16px;
}

.details .stats .comments {
	background: url(../common/comments@2x.png) no-repeat 0px 0px;
	background-size: 15px 14px;
	padding-left: 19px;
}

.details .stats .views {
	background: url(../common/views@2x.png) no-repeat 0px 0px;
	background-size: 20px 14px;
	padding-left: 25px;
}

section.comments {
	width: 340px;
	float: left;
	margin-left: -340px;
	clear: right;

	padding: 10px 20px 0 25px;
	font-size: 14px;
	color: white;
}

section.comments article {
	margin: 30px 0;
}

section.comments img {
	float: left;
	width: 32px;
	height: auto;
	min-height: 32px;
	border-radius: 32px;
	background-color: rgba(255,255,255,.2);
}

section.comments time {
	display: block;
	margin-left: 40px;
	color: rgba(255,255,255,.5);
	font-weight: bold;
}

section.comments .author {
	display: block;
	margin-left: 40px;
	font-weight: bold;
}

section.comments p {
	margin: 15px 0 0 40px;
}

section.comments form textarea {
	width: 100%;
	border: none;
	border-radius: 3px;
	height: 130px;
	margin-bottom: 8px;
}



.delete button {
	display: block;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	color: #198CFF;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}


@media (max-width: 680px) {
	.details {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	.photos {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	section.comments {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	footer {
	}
}

