.dashboardonly { display: none; }

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial;
	font-size: 11px;
	background: #1E1E1E;
}
		
a {color: inherit;}
a:active,a:focus {outline: none;}
		
.clear {clear: both;}

#content {
	margin: 0 0 85px 0;
}
		
#content #post {
	width: 875px;
	color: #969696;
	font-weight: normal;
	margin: 0 0 0 0;
	clear: both;
	font-family: Georgia;
	font-size: 16px;
}
			
#content #post .body {
	width: 875px;
	font-family: Times, Georgia, serif;
	line-height: 18px;
	float: left;
}
				
#content #post .body a {color: #969696;}
#content #post .body a:hover {color: #F2F2F2;}
#content #post .body p {margin: 10px 0 0 0;}
				
#content #post blockquote {
	border-left: 2px solid #626262;
	padding: 0 0 0 15px;
	margin-left: 0px;
}
				
#content #post img {
	max-width: 100%;
	/*max-height: 100%;*/

}
				
#content #post h2 {
	font-family: Georgia, Times, Serif;
	font-size: 20px;
	font-weight: normal;
	color: #F2F2F2;
	margin: 0;
	padding: 10px 0;
	border-top: 2px solid #393939;
	border-bottom: 2px solid #393939;
}
				
#content #post h2.quote {
	width: 875px;
}
				
#content #post a.h2 {
	font-size: 20px;
	font-weight: normal;
	color: #F2F2F2;
	text-decoration: none;
}
				
#content #post a.h2:hover {color: #FFFFFF;}
				
#content #post a.h2.link {
	width: 875px;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px solid #969696;
}
				
#content #post a.h2.link:hover { border-bottom: 2px solid #F2F2F2; }
					
		
/* this is for chat */
#content #post table {
	width: 875px;
	border-collapse: collapse;
	font-family: Georgia;
	line-height: 18px;
	border-top: 1px solid #393939;
	margin: 15px auto auto auto;
}
				
#content #post table tr {
	margin: 0;
	border-bottom: 1px solid #393939;
}
					
#content #post table tr:hover { color: #F2F2F2; cursor: default;}
					
#content #post table tr td {
	padding: 5px 0;
	vertical-align: top;
}
					
#content #post table tr td.name {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}
					
#content #post table tr td.words {
	width: 100%;
	text-align: left;
}
/* that was for chat */
				

/*PERMALINK*/
#content #post .permalink {
	width: auto;
	text-decoration: none;
	text-align: left;
	margin: 14px 0 0 0;
	position: relative;
	float: left;
	font-family: Georgia;
	font-size: 12px;
}
			
#content #post .permalink a { color: #626262; text-decoration: none; font-weight: normal; }
#content #post .permalink a:hover { color: #F2F2F2; }
					
/*#content #post .permalink a.comments { 
	overflow: visible !important;
	text-align: right !important;
	position: absolute !important;
	bottom: -20px !important;
	right: 0 !important;
}*/
					
#content #post .permalink.ceiling { margin: 0 0 0 0; }
/*END PERMALINK*/


/*TAGS*/
#content #post .tags {
	width: 875px;
	color: #626262;
	font-weight: normal;
	margin: 10px 0 0 0;
	clear: both;
}
				
#content #post .tags a {
	color: #626262;
	margin: 0 6px 0 0;
}
					
#content #post .tags a:hover { 
	color: #F2F2F2; 
	background: #303030; 
	text-decoration: none; 
	border-bottom: 1px solid #F2F2F2;
}
/*END TAGS*/

		
#footer {
	width: 100%;
	color: #969696;
	font-weight: bold;
	background: #232323 url(http://static.tumblr.com/thpaaos/OA1JoxySQ/footer-gradient.png) bottom repeat-x;
	border-top: 1px solid #393939;
	padding: 15px 20px;
	position: fixed;
	bottom: 0;
}
			
#footer .alt a { color: #969696; }
#footer a:hover { color: #F2F2F2; }

#footer a.searchButton {
	width: 32px;
	height: 32px;
	background: url(http://static.tumblr.com/thpaaos/1dMO051SQ/sprite-master.png);
	background-position: top left;
	margin: 5px 20px 0 0;
	float: left;
}
		
#footer a.searchButton:hover { background-position: bottom left; cursor: pointer; }
			
#footer #search {
	width: 204px;
	height: 21px;
	background: #171717;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 8px;
	position: absolute;
	left: 12px;
	top: -38px;
	display: none;
}
		
#footer #search .search-query {
	width: 174px;
	height: 18px;
	font-weight: bold;
	color: #F2F2F2;
	background: #282828;
	border: 1px solid #3E3E3E;
	outline: 0;
}
			
#footer #search .search-button {
	width: 19px;
	height: 18px;
	border: none;
	background: url(http://static.tumblr.com/thpaaos/1dMO051SQ/sprite-master.png) -32px -42px;
	position: absolute;
	top: 9px;
	right: 8px;
}
			
#footer #search .search-button:hover { background-position: -50px -42px; cursor: pointer;}
		
#footer .alt {
	text-align: right;
	padding: 6px 20px 0 0;
	float: left;
}
		
#footer .alt a { text-decoration: none; }
	
#footer a.h1 {
	height: 35px;
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #F2F2F2;
	text-decoration: none;
	padding: 0 20px 0 0;
	float: left;
}
			
#footer a.h1:hover { color: #FFFFFF; }

#footer .description {
	width: 50%;
	padding: 5px 20px 0 0;
	float: left;
}
			
#footer #navigation {
	height: 21px;
	color: #F2F2F2;
	line-height: 21px;
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -10px;
	margin-left: 20px;
	z-index: 999;
}
			
#footer #navigation p {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
}
			
#footer #navigation div.button {
	width: 21px;
	height: 21px;
	background: url(http://static.tumblr.com/thpaaos/1dMO051SQ/sprite-master.png);
	float: right;
}
				
#footer #navigation div.button.left { background-position: -32px 0px; margin: 0 10px 0 0;}
#footer #navigation div.button.right { background-position: -53px 0px; }
#footer #navigation div.button.left:hover { background-position: -32px -21px; }
#footer #navigation div.button.right:hover { background-position: -53px -21px; }
			
#credit {
	width: 141px;
	position: absolute;
	top: 26px;
	right: 9px;
	color: #3A3A3A;
	font-weight: normal;
	text-align: right;
}
			
#credit a { color: #3A3A3A; text-decoration: none; }
#credit:hover { color: #626262; }
#credit:hover a { color: #626262; text-decoration: underline; }
#credit a:hover { color: #F2F2F2; }
			
{block:PermalinkPage}
	#content #post {
		margin: 100px auto auto auto !important;
	}
{/block:PermalinkPage}
			
{CustomCSS}