/*Content holders: no variables*/
#content {
	float: right;
	margin: 2% 3% 0 0;
	width: 74%;
}
.title {
	background: #F8F8F8;
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	padding: 6% 3%;
}
/*Basic styles: no variables*/
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	text-transform: uppercase;
}
p {
	line-height: 150%;
	margin: 2% 0% 2% 0;
}
a {
	text-decoration: none;
}
a:hover {
	color: #111111;
}
.sidebar a:hover {
	color: #E4E4E4;
}
a, .sidebar .selector li {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
blockquote {
	background: rgba(238, 238, 238, 0.2);
	border-radius: 0.1em;
	border: 1px solid rgba(145, 145, 145, 0.16);
	margin: 0;
	padding: 3%;
}
iframe, img, embed, object, video {
	max-width: 100%;
}
img {
	height: auto;
	width: auto;
}
.photo img {
	display: block;
}
.tags ul, nav ul, .chat ul, #likes, #followed ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/*Sidebar: no variables*/
.sidebar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.64);
	border-right: 1px solid rgba(0, 0, 0, 0.18);
	float: left;
	text-align: center;
	width: 21%;
}
.slider .item {
	display: none;
	clear: both;
}
.sidebar .selector li {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 100%;
	border: 3px solid #181818;
	color: #F1F1F1;
	margin: 0 2% 2% 0%;
	opacity: 0.5;
	padding: 0.5%;
}
.selector li {
	cursor: pointer;
}
.sidebar .selector li, #social li a {
	background-image: url('http://static.tumblr.com/wgijwsy/Xfmmfmct2/business_sprite.png');
	background-repeat: none;
	background-size: 90px;
	display: inline-block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}
.sidebar div.selected {
	display: inline-block !important;
	width: 94%;
}
.sidebar .selector .profile {
	background-position: -178px -179px;
}
.sidebar .selector .pages {
	background-position: -239px -180px;
}
.sidebar .selector .search {
	background-position: -179px -300px;
}
.sidebar .selector .likes {
	background-position: -179px -240px;
}
.sidebar .selector .following {
	background-position: -239px -240px;
}
.sidebar .selector .selected {
	opacity: 0.9 !important;
}
.item a, .item p {
	margin: 0;
}
.item .credit {
	font-size: 0.75em;
	margin-top: 6%;
	text-transform: uppercase;
}
#masthead, .sidebar .item {
	padding: 5% 3%;
}
.sidebar .selector {
	background: rgba(14, 14, 14, 0.71);
	border-bottom: 1px solid #383838;
	padding: 2% 0;
}
.sidebar .profile img {
	max-width: 30%;
}
.sidebar #pages li a {
	background: rgba(0, 0, 0, 0.55);
	display: block;
	margin: 2% 0;
	padding: 4%;
	width: 92%;
}
.sidebar #pages li a:hover {
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);
}
.sidebar .button {
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.2);
	padding: 0 2%;
}
.sidebar .button:hover {
	background: rgba(0,0,0,0.8);
}
.sidebar .search form input {
	background: url('http://static.tumblr.com/wgijwsy/gC6m2rolv/search.png') no-repeat right rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(0, 0, 0, 0.1);
	clear: both;
	color: 	#FFFFFF;
	font-family: inherit;
	margin-top: 0.5%;
	width: 93%;
}
.like_post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.39);
	padding: 2%;
}
#followed li {
	float: left;
	margin: 0.45% 0.9%;
}
#social li {
	background-color: black;
	float: left;
	margin: 1%;
	opacity: 0.2;
	padding: 0.2%;
	width: 47.6%;
}
#social li:hover {
	box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
	opacity: 0.5;
}
#social #rss {
	background-position: -30px 0px;
}
#social #facebook {
	background-position: -300px -30px;
}
#social #twitter {
	background-position: -300px -60px;
}
#social #google {
	background-position: -60px 0px;
}
#social #flickr{
	background-position: -60px -30px;
}
#social #linkedin {
	background-position: -60px -60px;
}
#social #youtube {
	background-position: -60px -90px;
}
#social #submit {
	background-position: -150px -120px;
}
#social #ask {
	background-position: -120px -120px;
}
#social #archive {
	background-position: -90px -120px;
}
#social #pinterest {
	background-position: -90px -90px;
}
#social #instagram {
	background-position: -300px -90px;
}
#social #vimeo {
	background-position: 0 0;
}
#social #myspace {
	background-position: 0 -30px;
}
#social #lastfm {
	background-position: 0 -60px;
}
/*Header: no variables*/
#masthead {
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
	text-align: center;
}
.home {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.06em;
	margin: 0;
	text-transform: uppercase;
}
/*Article: no variables*/
article {
box-shadow: 0px 1px 1px #EBEBEB;
}
.inner {
	padding: 3%;
}
/*Post specific: No variables*/
.quote blockquote {
	font-size: 2em;
}
.quote .inner {
	text-transform: uppercase;
}
.html_photoset {
	background: rgba(0,0,0,0.8);
	padding: 5%;
	text-align: center;
}
.chat {
	padding: 3%;
}
.chat span {
	background: #FFFDC5;
	border: 1px solid #FFF602;
	float: left;
	margin-right: 1%;
}
.user {
	float: left;
	line-height: 50%;
	margin-right: 5%;
	text-align: center;
	text-transform: uppercase;
}
.arrow_box {
	position: relative;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(248, 248, 248, 0);
	border-top-color: #F8F8F8;
	border-width: 10px;
	left: 7%;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(224, 224, 224, 0);
	border-top-color: #E0E0E0;
	border-width: 11px;
	left: 7%;
	margin-left: -11px;
}
/*Metadata: no variables*/
.metadata {
	background: rgba(243, 243, 243, 0.9);
	border-top: 1px solid rgba(236, 236, 236, 0.68);
	display: inline-block;
	padding: 3%;
	width: 94%;
}
.metadata .links {
	font-size: 0.8em;
	text-transform: uppercase;
}
.metadata .reblogged {
	float: right;
}
.tags ul li {
	float: left;
	margin-right: 1%;
	padding: 0.2% 0.5%;
}
.tags ul li {
	background: #F8F8F8;
	border: 1px solid #D5D5D5;
	position: relative;
}
.tags ul li:after, .tags ul li:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tags ul li:after {
	border-color: rgba(248, 248, 248, 0);
	border-right-color: #F8F8F8;
	border-width: 5px;
	top: 50%;
	margin-top: -5px;
}
.tags ul li:before {
	border-color: rgba(213, 213, 213, 0);
	border-right-color: #D5D5D5;
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
}
.bar {
	display: inline-block;
	margin-top: 2%;
	width: 100%;
}
.bar .item {
	margin-top: 5.5%;
}
.bar .selector li {
	background: #FDFDFD;
	border-radius: 0.3em;
	border: 1px solid #CCC;
	float: left;
	list-style: none;
	margin-right: 2%;
	padding: 0.5%;
}
.bar .selector .selected {
	background: #F0F0F0;
}
.bar div.selected {
	display: block !important;
}
.post_notes ol {
	padding: 0;
}
.note {
	border-bottom: 1px solid #DBDBDB;
	list-style: none;
	margin-bottom: 1.5%;
}
.share ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.share ul li {
	float: left;
	margin-right: 2%;
}
.share ul li a {
	border: 1px solid rgba(58, 41, 41, 0.24);
	color: rgb(247, 247, 247);
	display: block;
	padding: 0.3em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.49)
}
/*Wraps: no variables*/
.results {
	margin: 0;
	padding: 2% 3%;
}
.alert {
	background-color: #FFEF9B;
	border-radius: 0.15em;
	border: 1px solid rgba(0,0,0,0.2);
	display: inline-block;
	font-size: 0.9em;
	margin:  10px;
	opacity: 0.8;
}
.pagination {
	float: right;
	padding: 0.5%;
	width: 40%;
}
.pagination a {
	background: #2C2C29;
	border: 1px solid #353535;
	color: #F3F3F3;
	float: right;
	margin-right: 2%;
	padding: 1%;
}
#infscr-loading {
	bottom: -3%;
	font-family: inherit;
	margin-bottom: 2%;
	margin-left: 2%;
	position: absolute;
}
#infscr-loading img {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
}