html, body, #mainwrap, #wrap {
	height: 100%;
}
html, body {
	margin: 0;
	background-color: #d3c3fc;
}
a, a:visited {
	color: #150049;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
html, body, #mainwrap {
	width: 100%;
	position: relative;
}
#wrap {
	width: 70%;
}
#sidebar {
	width: 334px;
	left: 71%;
	top: 0;
	position: absolute;
	z-index: 1;
	background: url('http://static.tumblr.com/mqv3qbx/DOKmaxosc/sidebarbg.gif') center repeat-y;
	padding-bottom: 2.5em;
	font-size: 13px;
}
#sidebarfloat {
	position: relative;
	width: 334px;
}
.image {
	width: 334px;
	min-height: 310px;
}

.imageborder {
	width: 334px;
	height: 310px;
	background: url('http://static.tumblr.com/mqv3qbx/JMUmaxorq/sidebar.png');
}
.imageborder div {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 40px;
	right: 50%;
	margin-right: -101px;
}
.imageborder a {
	z-index: 99;
}
.pagination {
	position: relative;
	width: 160px;
	font-size: 26px;
	top: -130px;
	z-index: 0;
}
.pagination a, .sidebarlinks a {
	color: #eee8fd;
}

.pagination span {
	width: 30px;
	z-index: 88;
}
.pagination .prev {
	left: -40px;
	float: left;
}
.pagination .next {
	float: right;
}
.pagination .prev span:hover {
	padding-right: 20px;
	margin-left: -20px;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagination .next span:hover {
	padding-left: 20px;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebarlinks {
	position: relative;
	top: 0px;
	width: 180px;
	color: #FFF;
	overflow: hidden;
}
.sidebarlinks .desc {
	width: 166px;
	font-size: 13px;
}
.sidebarlinks h5 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFF;
	margin-top: 1.5em;
}
.sidebarlinks span {
	display: block;
	width: 180px;
	margin: 0.3em;
	margin-left: 0em;
	padding: 0.1em;
	font-size: 13px;
	letter-spacing: 0.2em;
	background: #d3c3fc;
	text-transform: uppercase;
	color: #000;
}
.sidebarlinks .link, .pagination a {
	text-decoration: none;
}
.sidebarlinks .link span:hover {
	background: #2a038a;
	color: #FFF;
	font-weight: bold;
}
#pages {
	float: left;
	position: relative;
	width: 77%;
	z-index: 99;
}
.post {
	margin-top: 0.7em;
	margin-bottom: 1.8em;
}
.post h1 {
	color: #2a038a;
	margin: 0;
	font-size: 2em;
	text-align: right;
	padding-right: 1em;
	padding-top: 0.2em;
}
.post .content {
	background-color: #eee8fd;
	border: 5px #642fe5 solid;
	text-align: left;
	padding-top: 0.7em;
	color: #000;
	overflow: hidden;
}

.post p {
	padding-left: 0.7em;
	padding-right: 0.7em;
}
.post a {
	color: #150049;
	text-decoration: underline;
}
.post a:hover {
	color: #FFF;
	text-decoration: none;
}
.post blockquote {
	border-left: 2px #2a038a solid;
	margin-left: 1.5em;
	padding-left: 0.5em;
}
.post img {
	max-width: 100%;
	height: auto;
}
.post .tools {
	font-size: 0.7em;
	height: 1.2em;
	background-color: #642fe5;
	padding: 0.3em;
	margin-bottom: 0.5em;
	margin-right: -50%;
	padding-left: 100%;
	color: #eee8fd;
	text-transform: uppercase;
	overflow: hidden;
	text-align: left;
	cursor: default;
}
.post .tools:hover {
	padding-left: 1%;
}
.post .tools img {
	border: 0;
	float: middle;
}
.post .tools a {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}
.post .tags {
	position: relative;
	top: 0.7em;
	font-size: 0.9em;
}
.post .notes {
	text-align: left;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
}
.post .photowrap {
	background-color: #642fe5;
	padding: 2em;
	text-align: left;
	color: #FFF;
}
.photowrap .photo {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	max-width: 100%;
}
.photowrap .photo img {
	max-width: 100%;
	height: auto;
}
.photo .content {
	margin-top: -1em;
}
.quote .content {
	padding-top: 0;
	text-align: right;
	font-size: 0.9em;
}
.quote .quote {
	background-color: #642fe5;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 2em;
	font-family: Times, Times New Roman, serif;
	font-style: italic;
	margin-top: -0.3em;
	color: #FFF;
}
.quote .quote:before {
	content: "“";
	font-size: 2em;
	position: relative;
	top: 0.1em;
}
.quote .quote:after {
	content: "”";
	font-size: 2em;
	position: relative;
	top: 0.3em;
}
.link .link {
	font-size: 1.6em;
	text-align: left;
	background-color: #642fe5;
	padding: 0.3em;
	padding-left: 1em;
}
.link .content {
	padding-top: 0;
}
.link a#link {
	text-decoration: none;
	font-weight: 900;
	color: #FFF;
}
.link a#link:hover, .post .tools a:hover {
	color: #150049;
}
.chat .content .odd {
	background: #d3c3fc;
}
.chat .content .even {
	background: #642fe5;
	color: #eee8fd;
}
.chat .content .chat {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 0.4em;
}
.audio .content #info {
	font-size: 0.8em;
	padding: 0.5em;
	margin-left: 1em;
}
.answer .content {
	padding-top: 0;
}
.answer .question {
	background-color: #642fe5;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #FFF;
}
.answer .question a {
	color: #eee8fd;
}
.video .content {
	padding-top: 0;
}
.video .videocontainer {
	background-color: #642fe5;
}
.video .video {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.post .tools, .post .tools:hover {
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
}
.sidebarlinks span, .sidebarlinks span:hover, .pagination span {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
a, a:hover, a h1:hover, .pagination span:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}