/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	
}
html, body {
	position:relative;
}

body {
	background:#121212;
	min-width:916px;
	min-height:800px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	color:white;
	text-align:right;
}

a img {
	border:0;
	outline:0;
}

/*  Header  */

#side {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:280px;
	overflow:hidden;
	border-left:1px solid white;
	
	font-size:14px;
	line-height:18px;
	text-align:left;
}
#tagline {
	padding:14px 14px 0;
}
#smallTitle {
	padding:14px 14px 0;
	font-size:19px;
	display:none;
	overflow:visible;
}
#smallTitle a {
	text-decoration:none;
	color:white;
}
#links {
	padding:14px;
	list-style:none;
}
#links a {
	color:white;
	text-decoration:none;
}
headImg {
	display:block;
}
/*  content  */

h1 {
	font-weight:300;
	font-size:36px;
	padding:36px 68px 24px;
}
h1 a {
	text-decoration:none;
	color:white;
}

#main {
	margin-right:280px;
}

/*  Posts  */

.post {
	margin:0 0 0 auto;
	padding:18px 68px;
}

.postFoot {
	text-align:left;
	font-size:14px;
	overflow:hidden;
}
.postFoot a {
	color:white;
	text-decoration:none;
}
.pushRight {
	float:right;
	text-align:right;
}

.imgPost {
	width:500px;
	min-width:400px
}
.txtPost {
	width:500px;
	/*text-align:left;*/
}
.quotePost {
	width: 500px;
}
.audioPost, .videoPost {
	width:500px;
}

/*  Pagination  */

#AEnextpage, #AEnextpageloading, .AEpageno, #prevPage {
	display:inline-block;
	margin: 24px 0 18px auto;
	padding:1px 68px 2px 24px;
	text-decoration:none;
	border: 1px solid white;
	font-size:14px;
}
#AEnextpage, #prevPage {
	background:white;
	color:black;
}
#AEnextpageloading, .AEpageno {
	color:white;
	background:none;
}

#creatorTag {
	margin: 18px 68px;
	display:block;
	text-decoration:none;
	color:#444;
	font-size:14px;
}

/*  Image Posts */

.hires {
	width:100%;
	height:auto;
}

/*  Text Posts  */

h2 {
	font-weight:300;
	font-size:18px;
	margin-bottom:10px;
}
.textBody {
	font-size:14px;
	margin:4px 0 10px;
	overflow:hidden;
}
.textBody p {
	margin-top:0;
	margin-bottom:0.4em;
}
.textBody a {
	color: white;
}

/*  Quote Posts  */

.quoteAttr {
	font-size:14px;
	margin:4px 0 10px;
	display:inline-block;
}
.longQuote {
	font-size:14px;
	display:inline-block;
	margin:4px 0 10px;
}
.longQuote p {
	margin-bottom:0.4em;
	margin-top:0;
}
.mediumQuote, .shortQuote {
	font-size:18px;
	margin:4px 0 10px;
	display:inline-block;
}

/*  Link Posts  */

.linkPostTitle {
	font-size:18px;
	text-decoration:none;
	display:block;
	color:white;
	margin:4px 0 10px;
}
.linkPostSub {
	font-size:14px;
	margin:10px 0;
}

/*  Audio Posts  */

.audioCont {
	margin-bottom:10px;
}
.audioAttr {
	font-size:18px;
}
.audioAlbum {
	font-size:14px;
	margin:4px 0 10px;
}
.audioArt {
	margin-bottom:10px;
}

/*  Answer Posts  */

.asker, asker a {
	margin-bottom:10px;
	color:white;
	text-decoration:none;
	font-size:14px;
}
	

/*  Permalink  */

#postNotes {
	font-size:14px;
	margin:0 0 0 auto;
	padding:18px 68px;
	width:400px;
	overflow:hidden;
}
#postNotes a {
	color:white;
	text-decoration:none;
}

/*  Debugging  */

#tumblr_controls {
    right:auto;
    left:0px;
}

#postNotes ol {
    list-style:none;
    text-align:right !important;
}
.more_notes_link_container {
    text-align:right !important;
}
#postNotes ol li .avatar_frame {
    display:none;
}