*{
	margin: 0;
	padding: 0;
} 
html,body{ 
	margin: 0; 
	padding: 0; 
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px; 
}
body{			
	font-size: 14px;
	overflow: auto;
	position: relative;
}
#container{
	width: 630px;
	margin: 0 auto; 
	padding: 0; 
}
header{
	width: 100%;
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
header #header-bounds{
	width: 600px;
	margin: 0 auto;
}
header h1,header h1 a{
	text-shadow: #000000 2px 2px 3px;
	padding: 20px 0 10px;
	clear: both;
	text-decoration: none;
}
header img#header_image{
	max-width: 600px;
	border: 0px solid #000;
}
header #about, header #following{
	clear: both;
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
.profile-96-border{
	background: transparent url('http://static.tumblr.com/txhtikj/HnTl4alpj/profile_96_bg.png') no-repeat top left;
	width: 96px;
	height: 96px;
	padding: 1px 3px 3px 1px;
}
.profile-40{
	background: transparent url('http://static.tumblr.com/txhtikj/hjSl4alnq/profile_40_bg.png') no-repeat top left;
	padding: 1px;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
}
header #about .profile-96-border{
	float: left;
	margin: 0 5px 0 0;
}
.floatfix{
	clear: both;
}
nav ul li{
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	font-weight: bold;
	padding: 0 5px;
	white-space: nowrap;
}
nav a{
	color: #bfbfbf;
	text-decoration: none;
}
nav a:hover{
	text-decoration: underline;
}
#following ul li{
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	margin: 3px;
	opacity: .60;
}
#following ul li:hover{
	opacity: 1;
}
header #search{
	text-align: center;
	clear: both;
	width: 600px;
	margin: 0 auto;
	height: 60px;
}
#search form input{
	display: inline;
	font-size: 16px; 
	font-family: euphemia, Georgia, arial,sans-serif,times;
	padding: 4px;
	margin: 10px 0 0 0;
}
#search form .search_input{
	background: transparent url('http://static.tumblr.com/txhtikj/flXl4aljj/header_bg.png') repeat top left;
	font-style: italic;
	width: 300px;
	border-width: 1px;
	border-style: solid;
}
#search form .search_submit{
	font-weight: bold;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
	border-width: 1px;
	border-style: solid;
}
.author_image img.author{
	padding: 8px 15px 16px 9px;
	border: 0px solid #000;
	width: 64px;
	height: 64px;
	float: left;
}
.post_content_container{
	width: 533px;
	float: right;
}
.author_image img.author, .post_content_top, .post_content_bottom, .author_image img.parent{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
.post_content_top{
	width: 533px;
	height: 12px;
}
.post_content_bottom{
	width: 533px;
	height: 22px;
}
.post_content{
	width: 500px;
	padding: 3px 21px 0 12px;
	position: relative;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: top left;
}
.post{
	margin: 10px 0;
	clear: both;
	word-wrap: break-word;
}
.image_comment{
	width: 480px;
	/* padding: 10px; */
	padding: 0 10px;
	background: transparent url('http://static.tumblr.com/txhtikj/OTZl4alix/black_75op.png') repeat top left;
	position: absolute;
	bottom: 4px;
	left: 12px;
	max-height:100%;
	max-width:100%;
	overflow:auto;
	z-index: 5;
	/*white-space:pre-wrap;*/
}
.author_image img.parent{
	padding: 27px 16px 16px 8px;
	border: 0px solid #000;
	width: 64px;
	height: 64px;
	float: left;
	position: relative;
	top: -14px;
}
.author_image img.root{
	top: -28px;
}
.author_image{
	width: 88px;
}
.post_content h2.title{
	text-shadow: #000000 2px 2px 3px;
	font-size: 26px;
	padding: 0 0 0 5px;
}
.post_content p + p{
	padding: 10px 0 0 0;
}
.quote_body{
	background: transparent url('http://static.tumblr.com/txhtikj/z2Ol4almn/post_quote_open.png') no-repeat top left;
	padding: 4px 0 24px 42px;
	margin: 0 0 0 10px;
}
.quote_body:after{
	content: url('http://static.tumblr.com/txhtikj/yaSl4alm6/post_quote_close.png');
	position: absolute;
	right: 20px;
	bottom: 0px;
	margin: 10px 0 0 10px;
}
.quote_post .quote_source{
	position: absolute;
	bottom: 0px;
}
.quote_post .quote_source_name{
	position: absolute;
	bottom: 4px;
	left: 60px;
	padding: 0 0 0 15px;
}
.quote_post .quote_source_name a{
	text-decoration: none;
}
.quote_post .quote_source_name a:hover{
	text-decoration: underline;
}
.post_link{
	max-width: 400px;
	text-align: center;
	display: block;
	padding: 7px 0;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-family: arial,sans-serif,times;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
.post_link:hover{
	color: #cccccc;
	border: 1px solid #ccc;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
.link_description{
	/*padding: 10px 10px 0 15px;*/
	padding: 10px 0px 0px;
}
ul.chat_list li{
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	margin: 2px 2px 0 2px;
	padding: 0 0 0 5px;
}
ul.chat_list li strong{
	color: #ffffff;
}
ul.chat_list li.odd{
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
ul.chat_list li.even{
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
ul.chat_list li:hover{
	color: #dddddd;
}
ul.chat_list{
	margin: 7px 2px 0 0;
	border-left-width: 7px;
	border-left-style: solid;
}
.text_scroller{
	overflow: hidden;
	white-space: nowrap;
}
img.album_art{
	width: 128px;
	height: 128px;
	padding: 5px;
	float: left;
	border-width: 1px;
	border-style: solid;
}
/*.album_info div{
	height: 32px;
	width: 344px;
	border-bottom: 1px solid #bbbbbb;
	padding: 0 5px 0;
	background: #2e2e2e none repeat top left;
	color: #575757;
}*/
.album_info{
	width: 354px;
	/* height: 138px; */
	float: left;
	margin: 0 0 0 4px;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0px !important;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
.album_info div.player{
	height: 27px;
	padding: 2px 5px 4px;
	height: 27px;
	width: 344px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
.album_info div.player div.player_container{
	width: 207px;
	height: 27px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
}
.album_info div.player div.play_count{
	margin: 0 auto;
	background: transparent none repeat top left;
	width: 135px;
	float: right;
	text-align: center;
	line-height: 18px;
	padding: 5px 0 5px;
}
.album_info .info_label{
	position: absolute;
	top: 0;
	padding: 7px 0 7px;
}
.album_info .text_scroller{
	margin: 0 0 0 50px;
}
.album_info div.song_name,.album_info div.song_artist,.album_info div.song_album{
	height: 18px;
	padding: 8px 5px 8px;
	width: 344px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
.album_info div.song_name:hover,.album_info div.song_artist:hover,.album_info div.song_album:hover{
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
}
.song_comment,.video_caption{
	padding: 15px 0px 3px;
	/* padding: 15px 5px 3px; */
}
.question_body{
	padding: 20px 10px 5px 58px;
	min-height: 66px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url('http://static.tumblr.com/txhtikj/VUIl57m2j/post_question_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.answer_body{
	background: transparent url('http://static.tumblr.com/txhtikj/qbPl4all5/post_question_ans.png') no-repeat top right;
	padding: 5px 90px 5px 10px;
	min-height: 77px;
}
.answer_body img{
	max-width: 400px;
}
.asker{
	clear: both;
	text-align: right;
	color: #ffffff;
	display: block;
}
.asker a{
	color: #ffffff;
	text-decoration: none;
	display: inline;
}
.asker a:hover{
	text-decoration: underline;
}
.text_post .post_content a, .audio_post .post_content .song_comment a, .photo_post .post_content .image_comment a, .photoset_post .post_content .photoset_comment a, .video_post .post_content .video_caption a, .quote_post .post_content a, .link_post .post_content .link_description a, #about a{
	text-decoration: none;
}
.text_post .post_content a:hover,.audio_post .post_content .song_comment a:hover, .photo_post .post_content .image_comment a:hover, .photoset_post .post_content .photoset_comment a:hover, .video_post .post_content .video_caption a:hover, .quote_post .post_content a:hover, .link_post .post_content .link_description a:hover, #about a:hover{
	text-decoration: underline;
}
.text_post .post_content img, .photo_post .post_content img,.video_post .post_content embed{
	border: 0px solid #000;
}
.text_post .post_content ul,.video_post .post_content ul,.photo_post .post_content ul, .photoset_post .post_content ul, .link_post .post_content ul, .question_post .answer_body ul, .text_post .post_content ol,.video_post .post_content ol,.photo_post .post_content ol, .link_post .post_content ol, .question_post .answer_body ol{
	padding: 5px 0 5px 40px;
}
/*.text_post .post_content blockquote, .photo_post .post_content .image_comment blockquote,.video_post .post_content .video_caption blockquote, .link_post .post_content blockquote, .audio_post .post_content .song_comment blockquote, .photoset_post .post_content .photoset_comment blockquote{
	border:1px solid #6a6a6a;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: transparent url('http://static.tumblr.com/txhtikj/sO4l5saht/5_percent_trans.png') repeat top left;
}
.photo_post .post_content .image_comment blockquote a{
	text-shadow: #000000 1px 1px 1px;
}*/

.photo_post .post_content > img, .photo_post .post_content > a > embed{
	width: 500px;
}
#footer, .page_divider{
	width: 535px;
	height: 54px;
	float: right;
}
#footer .nav_previous img,#footer .nav_previous,#footer .nav_previous_click img, .nav_previous_click, .page_divider .nav_previous img,.page_divider .nav_previous,.page_divider .nav_previous_click img,.page_divider .nav_previous_click{
	width: 104px;
	height: 54px;
	border: 0px solid #000;
}
#footer .nav_previous, .page_divider .nav_previous{
	background-color: transparent;
	background-position: 0px -54px;
	background-repeat: no-repeat;
}
#footer .nav_previous_click, .page_divider  .nav_previous_click{
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#footer .nav_previous_click:hover, .page_divider .nav_previous_click:hover{ 
	background-color: transparent;
	background-position: 0px -108px;
	background-repeat: no-repeat;
}
#footer .nav_mid, #footer .nav_mid a, .page_divider .nav_mid, .page_divider .nav_mid a{
	width: 321px;
	/* height: 54px; */
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat-x;
	font-family:Helvetica;
	font-size:24px;
	font-weight:bold;
	height:40px;
	padding:7px 0;
	text-align:center;
	text-shadow:0 0 3px #000000;
	text-decoration: none; 
	color: #ffffff;
}
#footer .nav_forward img,#footer .nav_forward,#footer .nav_forward_click img,#footer .nav_forward_click, .page_divider .nav_forward img,.page_divider .nav_forward,.page_divider .nav_forward_click img,.page_divider .nav_forward_click{
	width: 110px;
	height: 54px;
	border: 0px solid #000;
}
#footer .nav_forward, .page_divider .nav_forward{
	background-color: transparent;
	background-position: 0px -54px;
	background-repeat: no-repeat;
}
#footer .nav_forward_click, .page_divider .nav_forward_click{
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#footer .nav_forward_click:hover, .page_divider .nav_forward_click:hover{
	background-color: transparent;
	background-position: 0px -108px;
	background-repeat: no-repeat;
}
#footer .nav_previous, #footer .nav_mid, #footer .nav_forward,#footer .nav_previous_click, #footer .nav_forward_click, .page_divider .nav_previous, .page_divider .nav_mid, .page_divider .nav_forward,.page_divider .nav_previous_click, .page_divider .nav_forward_click{
	float: left;
}
.image_comment .inner_padding_element{
	padding: 5px 0;
	height:0px;
	width: 100%;
}
.post_metadata{
	width: 488px;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.post_metadata .simple_data{
	width: 100%;
	white-space: nowrap;
}
.post_metadata .simple_data .posted_date{
	float: left;
}
.post_metadata .simple_data .note_count{
	float: right;
}
.post_metadata .simple_data .note_count a, .post_source a{
	text-decoration: none;
}
.post_metadata .simple_data .note_count a:hover,.post_source a:hover{
	text-decoration: underline;
}
.post_info{
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: top left;
	width: 500px;
	padding: 3px 21px 0 12px;
	position: relative;
	display: none;
}
.post .post_info.has_date, .post .post_info.has_notes, .post .post_info.has_date.has_notes{
	display: block;
}
.advanced_data .tags ul{
	display: inline;
}
.advanced_data .tags ul li{
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	display: inline;
	padding: 0 1px 0 0;
}
.advanced_data .tags ul li a{
	text-decoration: none;
}
.advanced_data .tags ul li a:hover{
	text-decoration: underline;
}
.advanced_data .tags ul li + li:before{
	content: ", ";
}
#content_notes li span.action{
	font-family: euphemia,Georgia,arial,sans-serif,times;
	font-size: 14px;
	font-style: normal;
	padding: 0 0 0 5px;
}
#content_notes li a{
	text-decoration: none;
}
#content_notes li a:hover{
	text-decoration: underline;
}
#content_notes li embed{
	border: 0px solid #000;
}
#content_notes ol.notes{
	font: italic 12px Georgia,Times,serif;
	list-style-type: none;
	max-width: 100%;
	vertical-align: middle;
}
#content_notes ol.notes a img.avatar{
	position: relative;
	top: 2px;
}
#content_notes ol.notes li.note{
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
}
#content_notes ol.notes li.note + li.note{
	border-top: 0px solid #000;
}
#content_notes ol.notes li.more_notes_link_container{
}
#content_notes ol.notes li.more_notes_link_container:hover{
}
.advanced_data .link_label .link_permalink{
	background: transparent none no-repeat scroll left top;
	border: 0 solid #000000;
	font-style: italic;
	overflow: visible;
	width: 250px;
}
#search_box_content{
	text-align: center;
	font-style: italic;
	font-family: Georgia,Times,serif;
}
#search_box_content .no_search_results{
	font-style: normal;
}
.photo_post .post_content:hover > img + div.image_comment, .photo_post .post_content:hover > a + div.image_comment{
	visibility: visible;
}
.photo_post .post_content > img + div.image_comment, .photo_post .post_content > a + div.image_comment{
	visibility: hidden;
}
.img_clickthrough_link a{
	display: block;
	background: transparent url('http://static.tumblr.com/txhtikj/MTml5bloz/img_link.png') no-repeat top left;
	width: 60px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0 30px 0 0;
	z-index: 10;
}
.photo_post .post_content .img_clickthrough_link{
	visibility: hidden;
}
.photo_post .post_content:hover .img_clickthrough_link{
	visibility: visible;
}
.image_comment embed{
	max-width: 480px;
	height: auto;
}
.no_search_results_image{
	width: 500px;
	height: 215px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
.post_source a{
	float: right;
}
.post_source a embed{
	border: 0px solid #000;
}
.post_source img{
	border: 0 solid #000;
}
.has_notes .post_metadata .post_source{
	display: none;
}
.photo_post .post_content > img, .photo_post .post_content > a > img{
	width: 500px;
}
.question_post .not_asker{
	display: none;
}
div#quickjump_container{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: url('http://static.tumblr.com/txhtikj/fcjlp4nev/untitled-1.png') repeat scroll top left transparent;
	/* Opacity at 60% black image */
}
div#quickjump_display{
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -267px;
}
div#quickjump_header{
	padding: 0 0 5px;
}
div#quickjump_header, div.quickjump_option{
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 3px #000000;
}
div#quickjump_instructions{
	font-size: 12px;
}
div.quickjump_pageopt{
	display: inline-block;
	width: 15%;
}
div.quickjump_pageopt#pageselected{
	font-size: 26px;
}
div#highres_container{
	display: none;
	width: 100%;
	position: absolute;
	top: 0px;
}
div#highres_imgcont{
	position: absolute;
	margin: 10px 0 0;
}
.quickjump_option{
	cursor: pointer;
}
hr{
	margin: 10px;
}