/*
 
Theme Name: JUNKIEPORN
 
Theme URI: http://www.junkieporn.net
 
Description: Exclusive for junkieporn.net
 
Version: 2.0
 
Author: SpiryMedia Inc.
 
Author URL: http://www.spirymedia.com/
 
/* --------------------------------------------- */
/* 00 - GLOBAL ELEMENTS
 
/* ----------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: #21262a url(images/background-repeat.gif) repeat-x top left;
	font: 0.69em Arial, Helvetica, sans-serif;
	color: #465159;
	line-height: 18px; }
 
img {
	margin: 0;
	padding: 0;
	border: 0; }
 
/* 01 - TYPOGRAPHY
 
/* ----------------------------------------------*/
/* Logo */
h1 {
	margin: 0 0 0 30px;
	padding: 0;
	text-indent: -9999px; }
 
#logo h1 a:link, #logo h1 a:active, #logo h1 a:visited {
	position: relative;
	top: 20px;
	width: auto;
	height: 113px; /*IE 6 is a few pixels less. W0nky! */
	background: url(images/logo.png) no-repeat top left;
	display: block; }
 
.post-content h1 {
	margin: 10px 0;
	padding: 0 0 5px 0;
	width: auto;
	height: auto;
	font: bold 1.27em Arial, Helvetica, sans-serif;
	color: #465159;
	background: none;
	text-indent: 0;
	border-bottom: 1px solid #CCCCCC; }
 
/* Post Title */
h3 {
	margin: 0;
	padding: 8px 0 0 20px;
	font: 1.37em Verdana, Arial, Helvetica, sans-serif;
	color: #161a1d;
	width: 400px; }
 
.quickpress h3 { width: 150px; }
 
.post-content h3 {
	font: bold 1.27em Georgia, "Times New Roman", Times, serif;
	color: #465159; }
 
h3 a:link, h3 a:visited, h3 a:active { color: #161a1d; }
 
/* Sidebar */
h4 {
	margin: 0 auto;
	padding: 15px;
	font: 1.64em Georgia, "Times New Roman", Times, serif;
	color: #dbeaf4;
	background: url(images/sidebar-top.gif) no-repeat bottom center; }
 
#tag_cloud h4 { background: none; }
 
.post-content h4 {
	font: 1.17em Arial, Helvetica, sans-serif;
	color: #465159; }
 
/* Header
 
/* -------------- */
#about {
	margin: 0;
	padding: 0;
	font: 1.09em Arial,Helvetica,sans-serif;
	color: #697279;
	text-align: right; }
 
	#about a:link,#about a:visited,#about a:active {
		font-weight: bold;
		color: #8797a1;
		text-decoration: none; }
 
	#about a:hover { color: #c6dcea; }
 
#categories li a {
	margin: 0;
	padding: 18px 19px 0 19px;
	width: auto!important;
	width: 152px;
	height: 52px;
	font: 1.64em Arial,Helvetica,sans-serif;
	color: #dae9f3;
	text-decoration: none;
	display: block; }
 
#categories li:hover,#categories li.current_page_item { background: url(images/cat-hover-left.gif) no-repeat bottom left; }
 
#categories li:hover a,#categories li.current_page_item a { background: url(images/cat-hover-right.gif) no-repeat bottom right; }
 
#categories li a span {
	font: .61em Georgia,"Times New Roman",Times,serif;
	color: #d1d9df;
	display: block; }
 
#categories li:hover a,#categories li:hover a span,#categories li.current_page_item a,#categories li.current_page_item a span { color: #FFF; }
 
#subscribe { color: #d1d9df; }
 
	#subscribe a:link,#subscribe a:visited,#subscribe a:active { color: #fff; }
 
.live-sort {
	font: italic 1.09em Arial,Helvetica,sans-serif;
	color: #61707d; }
 
.wp-pagenavi .on {
	margin: 0 3px 0 0;
	padding: 2px 6px; }
 
.wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active,.wp-pagenavi span.current {
	margin: 0 3px 0 0;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #c5c7c8;
	font: bold 1.00em Arial,Helvetica,sans-serif;
	color: #5e6d7a;
	background: #ddd url(images/pagination.gif) repeat-x top center; }
 
.wp-pagenavi a:hover,.wp-pagenavi span.current {
	text-decoration: none;
	color: #ee8000;
	border: 1px solid #abadad; }
 
.wp-pagenavi span.pages,.wp-pagenavi span.pages a:link,.wp-pagenavi span.pages a:visited,.wp-pagenavi span.pages a:active {
	margin: 0 5px 0 0;
	padding: 0;
	color: #8192a1;
	border: 0;
	background: none; }
 
#sidebar { color: #848d94; }
 
	#sidebar a:link,#sidebar a:visited,#sidebar a:active {
		font-weight: bold;
		color: #97a4af; }
 
.copyright,.powered {
	font: 1.00em Verdana,Arial,Helvetica,sans-serif;
	color: #848d94; }
 
#footer a:link,#footer a:visited,#footer a:active {
	font-weight: bold;
	color: #97a4af; }
 
#footer a:hover {
	text-decoration: none;
	color: #FFF; }
 
#container {
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 940px;
	height: auto;
	background: url(images/footer-glow.gif) no-repeat bottom center; }
 
#body-top-left {
	margin: 0;
	padding: 0;
	background: url(images/background.png) no-repeat top left; }
 
.col-642 { width: 642px; }
 
.col-278 { width: 278px; }
 
.left,.alignleft { float: left; }
 
.right,.alignright { float: right; }
 
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
 
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clearfix { height: 1%; }
 
#header {
	margin: 0;
	padding: 0;
	width: auto;
	height: 115px; }
 
#logo {
	margin: 0 0 0 -30px;
	padding: 0;
	width: 530px;
	height: 115px;
	float: left;
	background: url(images/logo-back.gif) no-repeat top left; }
 
#about {
	margin: 40px 0 0 0;
	padding: 5px 25px 0 0;
	width: 410px;
	height: auto;
	background: url(images/about-quote.gif) no-repeat top right;
	float: right; }
 
#top-nav {
	margin: 0;
	padding: 0;
	width: auto;
	height: 119px;
	background: url(images/top-nav-back.gif) repeat-x top center; }
 
#categories {
	margin: 0;
	padding: 0;
	width: auto;
	height: 70px;
	list-style: none;
	line-height: 1; }
 
	#categories li {
		margin: 0;
		padding: 0;
		float: left;
		display: block; }
 
		#categories li:hover,#categories li.sfhover { cursor: pointer; }
 
		#categories li ul {
			margin: -1px 0 0 0;
			padding: 10px;
			list-style: none;
			line-height: 1;
			position: absolute;
			width: 1em;
			width: 168px;
			left: -999em;
			z-index: 10;
			border: 1px solid #afbdc6;
			border-width: 0 1px 1px;
			background: #9bacb7; }
 
		#categories li:hover ul,#categories li.sfhover ul { left: auto; }
 
		#categories li ul li {
			font-weight: normal;
			background: none;
			float: none; }
 
		#categories li:hover ul li:hover,#categories li:hover ul li:hover a,#categories li.sfhover ul li:hover,#categories li.sfhover ul li:hover a { background: none; }
 
		#categories li:hover ul li a {
			margin: 8px 0;
			padding: 0 10px;
			width: 148px;
			height: auto;
			font: 1.00em Georgia,"Times New Roman",Times,serif;
			color: #d1d9df;
			background: none; }
 
		#categories li ul li a:hover {
			color: #FFF;
			background: none; }
 
		#categories li ul li ul {
			margin: -35px 0 0 188px;
			border-width: 1px; }
 
		#categories li:hover ul ul,#categories li.sfhover1 ul ul { left: -999em; }
 
		#categories li:hover ul,#categories li li:hover ul,#categories li.sfhover ul,#categories li li.sfhover ul { left: auto; }
 
		#categories li:hover,#categories li.hover { position: static; }
 
#top-meta {
	margin: 0;
	padding: 0;
	width: auto;
	height: 49px; }
 
#search {
	margin: 8px 0 0 0;
	padding: 0;
	width: 188px;
	height: 28px;
	background: url(images/search-form-back.gif) no-repeat center left;
	float: left; }
 
#sidebar #search {
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	float: none; }
 
#search #s {
	margin: 0;
	padding: 8px 5px;
	width: 152px;
	height: auto;
	border: 0;
	background: none;
	float: left;
	font-size: 1.00em;
	color: #d1d9df; }
 
#sidebar #search #s {
	margin: 0;
	padding: 6px 8px;
	width: 175px;
	height: auto;
	background: #30383d;
	border: 1px solid #3b4044; }
 
#search #go {
	float: right;
	margin: 0; }
 
#sidebar #search #go {
	margin: 0;
	padding: 4px 5px;
	background: #30383d url(images/sidebar-back.jpg) repeat-x bottom center;
	border: 1px solid #393e41;
	font: bold 1.00em Georgia,"Times New Roman",Times,serif;
	color: #97a4af; }
 
#subscribe {
	margin: 0;
	padding: 0 28px 0 0;
	float: right;
	line-height: 42px;
	background: url(images/rss.gif) no-repeat center right; }
 
#main-content {
	margin: 0;
	padding: 25px 0 0 0;
	width: auto;
	height: auto;
	background: url(images/main-content-back.gif) no-repeat top center; }
 
#latest-info {
	margin: 0;
	padding: 0 0 0 63px;
	width: auto;
	height: auto; }
 
#content {
	margin: 0;
	padding: 0 0 46px 0;
	background: url(images/content-bottom.gif) no-repeat bottom center; }
 
#navigation {
	margin: 0;
	padding: 0 0 8px 25px;
	list-style: none;
	background: url(images/content-top.gif) no-repeat bottom left; }
 
	#navigation li {
		margin: 0;
		padding: 0;
		float: left;
		width: auto; }
 
		#navigation li a {
			margin: 0;
			padding: 0 23px 8px 0;
			text-decoration: none;
			display: block;
			font: bold 1.09em Arial,Helvetica,sans-serif;
			color: #FFF; }
 
		#navigation li:hover a,#navigation li.sfhover a { color: #ee8000; }
 
		#navigation li.current_page_item a:link,#navigation li.current_page_item a:visited,#navigation li.current_page_item a:active {
			background: url(images/nav-right.png) no-repeat top right;
			color: #252b2f; }
 
		#navigation li span {
			margin: 0;
			padding: 8px 0 0 19px;
			display: block; }
 
		#navigation li.current_page_item a:link span,#navigation li.current_page_item a:visited span,#navigation li.current_page_item a:active span { background: url(images/nav-left.gif) no-repeat top left; }
 
		#navigation li li span {
			margin: 0;
			padding: 5px 0 5px 10px;
			display: block; }
 
		#navigation li:hover,#navigation li.sfhover { cursor: pointer; }
 
		#navigation li ul {
			margin: -1px 0 0 0;
			padding: 5px;
			list-style: none;
			line-height: 1;
			position: absolute;
			width: 1em;
			width: 168px;
			left: -999em;
			z-index: 10;
			border: solid #a7a7a7;
			border-width: 0 1px 1px;
			background: #bdbdbd; }
 
		#navigation li:hover ul,#navigation li.sfhover ul { left: auto; }
 
		#navigation li ul li {
			font-weight: normal;
			background: none;
			float: none; }
 
		#navigation li:hover ul li:hover,#navigation li:hover ul li:hover a,#navigation li.sfhover ul li:hover,#navigation li.sfhover ul li:hover a { background: none; }
 
		#navigation li:hover ul li a {
			margin: 4px 0;
			padding: 0 5px;
			width: 148px;
			height: auto;
			font: 1.00em;
			color: #333;
			background: none; }
 
		#navigation li ul li a:hover {
			color: #FFF;
			background: none; }
 
		#navigation li ul li ul {
			margin: -30px 0 0 160px;
			border-width: 1px;
			border: solid #999;
			border-width: 1px;
			background: #a7a7a7; }
 
		#navigation li:hover ul ul,#navigation li.sfhover1 ul ul { left: -999em; }
 
		#navigation li:hover ul,#navigation li li:hover ul,#navigation li.sfhover ul,#navigation li li.sfhover ul { left: auto; }
 
		#navigation li:hover,#navigation li.hover { position: static; }
 
.navigation .right,.navigation .left {
	margin: 0 3px 0 0;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #c5c7c8;
	font: bold 1.00em Arial,Helvetica,sans-serif;
	color: #5e6d7a;
	background: #ddd url(images/pagination.gif) repeat-x top center; }
 
#page-meta {
	margin: 0;
	padding: 5px 18px 12px 18px;
	border: 1px solid #cccdce;
	border-width: 0 1px;
	background: #d7d9da url(images/content-color-divider.gif) no-repeat bottom center; }
 
	#page-meta .right,#page-meta .left {
		margin: 0 3px 0 0;
		padding: 2px 6px;
		text-decoration: none;
		border: 1px solid #c5c7c8;
		font: bold 1.00em Arial,Helvetica,sans-serif;
		color: #5e6d7a;
		background: #ddd url(images/pagination.gif) repeat-x top center; }
 
.live-sort {
	margin: 0;
	padding: 0;
	float: left; }
 
.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right; }
 
	.pagination li {
		margin: 0;
		padding: 0;
		float: left; }
 
#page-content {
	margin: 0;
	padding: 5px 18px;
	border: 1px solid #ccccde;
	border-width: 0 1px;
	background: #e0e0e0; }
 
#posts {
	margin: 0;
	padding: 0;
	list-style: none; }
 
	#posts li ul,#posts li ol {
		margin: 10px 0;
		padding: 0;
		list-style: disc;
		list-style-position: inside; }
 
	#posts li ul li ul { margin: 5px 0 0 0; }
 
	#posts li ul li,#posts li ol li,#posts li ul li ul li,#posts li ol li ol li {
		margin: 0 0 0 18px;
		padding: 0;
		width: auto;
		height: auto;
		background: none;
		border: 0;
		float: none; }
 
	#posts li {
		margin: 10px 0;
		padding: 0;
		width: 600px;
		height: auto;
		background: #e9e9e9 url(images/post-back.gif) repeat-x bottom center;
		border-left: 1px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
		border-bottom: 1px solid #b9b9b9;
		float: left; }
 
		#posts li.blank {
			margin: 0;
			border: 0; }
 
		#posts li.last { margin: 10px 0; }
 
		#posts li.single {
			margin: 0;
			padding: 0;
			width: 602px;
			border-top: 1px solid #d3d3d3; }
 
			#posts li.single .post-content {
				margin: 0;
				padding: 10px 20px; }
 
		#posts li.quickpress {
			margin: 10px 5px;
			width: 290px; }
 
		#posts li .categories a:link,#posts li .categories a:visited,#posts li .categories a:active {
			margin: 0;
			padding: 5px 10px 7px 10px;
			font: bold 1.00em Arial,Helvetica,sans-serif;
			color: #FFF;
			display: block; }
 
.categories {
	float: right;
	background-color: #465159;
	max-width: 105px; }
 
.post-content {
	margin: 0;
	padding: 0 20px 10px 20px; }
 
.larger { font-size: 2.2em; }
 
.page-meta-meta {
	font-size: 10px;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 20px 20px;
	color: #aaa; }
 
#posts li #commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside; }
 
	#posts li #commentlist li {
		margin: 10px 0;
		padding: 15px;
		background: #f1f1f1;
		border: 1px solid #d3d3d3; }
 
.comment-author {
	margin: 0;
	padding: 0;
	width: 15%;
	height: auto;
	float: left; }
 
	.comment-author img {
		margin: 0;
		padding: 3px;
		background: #FFF;
		border: 1px solid #d3d3d3; }
 
.depth-4 img {
	width: 70px;
	height: 70px; }
 
.depth-5 img {
	width: 62px;
	height: 62px; }
 
.comment-text {
	margin: 0;
	padding: 0;
	width: 80%;
	height: auto;
	float: right; }
 
.pingback .comment-text {
	width: auto;
	text-align: left; }
 
.reply {
	width: 50px;
	text-align: right; }
 
	.reply a:link,.reply a:active,.reply a:visited {
		font: .92em Georgia,"Times New Roman",Times,serif;
		color: #666; }
 
.comment-text h3 {
	margin: 0;
	padding: 0;
	width: 280px; }
 
#commentform .input,#commentform .textarea {
	margin: 0 5px 0 0;
	padding: 4px 6px;
	width: 200px;
	height: auto;
	border: 1px solid #d3d3d3;
	font: .92em Georgia,"Times New Roman",Times,serif;
	color: #666; }
 
#commentform .textarea {
	font: .97em Georgia,"Times New Roman",Times,serif;
	width: 400px; }
 
.ad-block {
	margin: 0;
	padding: 10px 0;
	border: 1px solid #cccdce;
	border-width: 0 1px;
	background: #d7d9da url(images/content-color-divider.gif) no-repeat bottom center; }
 
	.ad-block p {
		margin: 0;
		padding: 0;
		text-align: center;
		background: url(images/divider-single.gif) no-repeat top center; }
 
		.ad-block p img {
			margin: 0 auto;
			display: block; }
 
.wp-caption-thumb {
	margin: 0 10px 0 0;
	padding: 0;
	width: 311px;
	height: 142px;
	display: block;
	background: url(images/post-image-back.gif) no-repeat top center; }
 
.quickpress .wp-caption-thumb {
	width: 128px;
	height: 112px;
	background: url(images/post-image-back-quick.gif) no-repeat top center; }
 
.wp-caption {
	margin: 0;
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC; }
 
.wp-caption-text {
	margin: 0 auto;
	padding: 0;
	font-style: italic;
	text-align: center;
	display: block; }
 
img.alignleft,img.alignright,img.aligncenter {
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC; }
 
.alignleft { margin: 0 10px 0 0; }
 
.alignright { margin: 10px 0 10px 10px; }
 
.aligncenter { margin: 0 auto; }
 
.wp-caption-text { margin: 20px; }
 
.wp-caption img,.wp-caption-thumb img { margin: 4px 0 0 4px; }
 
#sidebar {
	margin: 0 auto;
	padding: 0;
	width: 276px;
	list-style: none; }
 
	#sidebar li {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto; }
 
		#sidebar li ul,#sidebar li #calendar_wrap,#sidebar .sidebar_ul {
			margin: 0;
			padding: 15px;
			list-style: none;
			background: #30383d url(images/sidebar-back.jpg) repeat-x bottom center;
			border: 1px solid #3b4044;
			border-width: 0 1px 1px 1px; }
 
		#sidebar li ul li ul {
			margin: 0 0 0 15px;
			padding: 0;
			border: 0;
			background: none; }
 
		#sidebar li ul li,#sidebar li ul li:before,#sidebar ul ul li:before {
			margin: 0;
			padding: 0;
			width: auto;
			height: auto;
			background: none; }
 
	#sidebar #popular ul li { margin: 0 0 15px 0; }
 
		#sidebar #popular ul li p {
			margin: 0 0 5px 0;
			padding: 0 0 0 8px; }
 
		#sidebar #popular ul li a:link,#sidebar #popular ul li a:visited,#sidebar #popular ul li a:active {
			margin: 5px 0 0 10px;
			padding: 0 0 0 16px;
			background: url(images/comment-dude.gif) no-repeat center left; }
 
	#sidebar li .lifestream {
		margin: 0;
		padding: 0; }
 
.flickr_badge_image {
	float: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid #333;
	background: #414b53; }
 
.hr {
	border-bottom: #ccc 1px solid;
	margin: 10px;
	height: 10px; }
 
.read-more {
	background: url(images/read-more.gif) left center no-repeat;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase; }
 
	.read-more:hover,.read-more:active {
		padding-left: 22px;
		text-decoration: none; }
 
#sidebar ul.lifestream,ul.lifestream { padding: 10px 5px!important; }
 
#footer {
	margin: 0;
	padding: 0;
	width: 642px;
	height: 40px;
	background: url(images/footer.gif) no-repeat top center; }
 
.copyright {
	margin: 13px 0 0 20px;
	float: left;
	display: inline; }
 
.powered {
	margin: 13px 20px 0 0;
	float: right;
	display: inline; }
 
 