body {
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size:12px;
}

a {
	border:none;
	color:#FFF;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size:12px;
}

.holder {
	float:left;
	width:100%;
	height:100%;
}

.frame {
	background-color:#222222;
	width:900px;
	padding:10px;
	margin:auto;
	border:1px solid #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06);
}

.header {
	text-align:left;
}

.gallery {
	margin:auto;
}

.social {
	margin:auto;
	width:900px;
	text-align:left;
}

.share-button {
	float:left;
	padding-left:4px;
}

#site {
	font-size:14px;
	margin-bottom:4px;
}

#title {
	font-size:13px;
	margin-bottom:4px;
	font-weight:bold;
}

a.title-link {
	font-size:13px !important;
}

#caption, #tags {
	color:#CCC;
}

#photo {
	text-align:center;
}

#tags {
	margin-bottom:12px;
}

.footer {
	margin-top:12px;
	color:#aaa;
	font-size:11px;
	text-align:center;
}

#comments {
	margin-top:4px;
}

.terms-default {
	font-style:italic;
	color:#999;
}

.terms {
	color:#222;
}

#result-header {
	margin:4px 0px;
}

.result-row {
	border:1px solid #999;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.06);
	padding:10px;
	margin:12px 0px;
	background-color:#333;
}

td {
	display:table-cell;
	vertical-align:middle;
}

.row {
	margin-bottom:4px;
	font-size:11px;
}

.row a {
	font-size:11px;
}

.result-text {
	margin-left:10px;
}

.result-row #title {
	font-size:13px;
}

.result-row #caption {
	font-size:13px;
}
.result-row #date {
	font-size:11px;
}
.result-row #tags, #tags a {
	font-size:11px;
	color:#CCC;
}

#tags a:hover {
	text-decoration:underline;
}

.result-row img {
	border:1px solid #000;
}