@charset "utf-8";
/*
	BANDIT.CO.NZ TUMBLR STYLESHEET
	Visit: http://blog.bandit.co.nz
*/

body {
	background: #222 url('58original.gif') /*url('/themes/4/bg.gif')*/;
	margin: 0px 0px 50px 0px;
	font: Normal 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #555;
}

a:hover { text-decoration: none; }
:focus { outline: 0; }

code { background-color: #FFC; }
li { margin-bottom: 0.5em; }

#container {
	float: left;
	width: 500px;
	padding: 25px;
	margin: 20px 0px 20px 60px;
	background-color: #fff;
	border-bottom: solid 8px #408bb6;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

	img#rss {
		width: 36px;
		height: 19px;
		border-width: 0px;
		float: right;
		margin-left: 30px;
		margin-bottom: 10px;
	}

h1 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -1px;
}

h1 a {
		text-decoration: none;
	}

h1,h2,h3,h1 a,h2 a,h3 a {
	color: #408bb6 !important;
}

.hide { display: none; }

#description,#description a {
	color: #003366;
	font-size: 14px;
	line-height: 18px;
	padding-right: 70px;
	margin-bottom: 30px;
}

.date {
	margin: 30px 0px 10px 0px;
	color: #ccc;
	font-size: 24px;
	text-align: right;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
}

div.post {
	margin-bottom: 40px;
	position: relative;
}

	div.post:hover a.permalink {
		/*display: block;*/
	}

div.post h2 {
	font-size: 16px;
	color: #003366;
	margin: 0px 0px 5px 0px;
}

div.post h2 a {
	color: #003366;
	text-decoration: none;
}

a {
	color: #333;
}
		a:hover {
			color: #408BB6;
		}

/* Regular Post */
div.post div.regular {
	font: Normal 14px 'Lucida Grande', Verdana, Arial, sans-serif;
	line-height: 18px;
}

	div.post div.regular blockquote {
		font-style: italic;
	}

/* Photo Post */
div.post div.photo img {
	border-width: 0px;
}

div.post div.photo div.caption {
	font-size: 14px;
	margin-top: 5px;
	color: #555;
}

	div.post div.photo div.caption a {
		color: #555;
	}

/* Quote Post */
div.post div.quote {
	padding: 0px 30px 0px 35px;
}

	div.post div.quote span.quote {
		font-size: 24px;
		color: #555;
		position: relative;
	}

		div.post div.quote span.quote a {
			color: #555;
		}

		div.post div.quote span.quote big.quote {
			font: Bold 60px Georgia, serif;
			line-height: 1px;
			vertical-align: -23px;
			opacity: 0.4;
			-moz-opacity: 0.4;
			filter: alpha(opacity=40);
			position: absolute;
			top: 28px;
			left: -35px;
		}

			div.post div.quote span.quote big.quote a {
				text-decoration: none;
			}

	div.post div.quote div.source {
		font-size: 16px;
		color: #888;
	}

		div.post div.quote div.source a {
			color: #888;
		}
	
	/* IE6 Fix */
	div.post div.quote span.quote big.quote {
		_line-height: 40px;
	}

/* Link Post */
div.post div.link {
	color: #333;
	font-size: 24px;
	letter-spacing: -1px;
}

	div.post div.link a.link {
		color: #666;
		text-decoration: none;
		border-bottom: dotted 1px #333;
	}
		div.post div.link a.link:hover {
			color: #444;
		}
			

	div.post div.link div.description {
		font-size: 15px;
		letter-spacing: 0px;
		line-height: 20px;
	}

/* Conversation Post */
div.post div.conversation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	border-left: solid 5px #555;
}

	div.post div.conversation ul li {
		font-size: 12px;
		padding: 4px 0px 4px 8px;
		color: #333;
		margin-bottom: 1px;
	}

		div.post div.conversation ul li span.label {
			font-weight: bold;
		}

		div.post div.conversation ul li.odd {
			background-color: #f4f4f4;
		}

		div.post div.conversation ul li.even {
			background-color: #e8e8e8;
		}

/* Video Post */
div.post div.video div.caption {
	margin-top: 5px;
	color: #555;
	font-size: 14px;
}

	div.post div.video div.caption a {
		color: #777;
	}
	div.post div.video div.caption a:hover {
			color: #555;
		}

#navigation {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

#navigation a, a.rss {
	color: #fff;
	text-decoration: none;
	background: #408BB6;
	padding: 3px 7px 4px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: #206994 0px 1px 0px;
}	        
	#navigation a:hover, a.rss:hover {
		/*text-decoration: underline;*/
		background: #74AFCF;
	}

div.permalink {
	position: absolute;
	top: 0px;
	left: -53px;
	width: 16px;
}
	div.permalink a {
		display: block;
		
		width: 16px;
		padding: 2px 6px;
		margin: 0px 0px 5px 0px;
		
		text-align: center;
		font-size: 16px;
		background: #fff;
		color: #408BB6;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: -0.03em;
		
		border-bottom: 4px solid #408BB6;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		
	}
		div.permalink a:hover {
			color: #74AFCF;
			border-bottom: 4px solid #74AFCF;
		}
		div.permalink a.hd, div.permalink a.home {
			text-transform: lowercase;
			font-variant: small-caps;
			font-size: 14px;
			
			text-indent: -9999px;
		}
			div.permalink a.hd {
				background: #fff url(icon-zoom.png) no-repeat center;
			}
			div.permalink a.home {
				background: #fff url(icon-home.png) no-repeat center;
			}

a.rss {
	float: right;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

#footer {
	margin-top: 15px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

	#footer a {
		color: #408bb6;
	}
		#footer a:hover {
			color: #74AFCF;
		}

	.sidebar {
		width: 240px;
		float: left;
		/*position: fixed;
		left: 610px;*/
	}
        .sidebar.right {
            left: 850px;
        }

	pre { width: 500px; overflow-x: scroll; _overflow: scroll; }

	div.module {
		margin: 20px 0px 20px 20px;
		background: #fff;
		padding: 20px;
		border-bottom: solid 8px #408bb6;
		overflow: hidden;
		/*
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		*/
	}
		div.module:hover {
			border-bottom: 8px solid #74AFCF;
		}
		div.module.tr {
			-moz-border-radius-topright: 10px;
			-webkit-border-top-right-radius: 10px;
		}
		
		div.module p {
			margin: 0px 0px 1em 0px;
		}
		div.module h3 {
			margin-top: 0;
		}
		div.module #featured {
			list-style-type: none;
			padding: 0; margin: 0;
		}
			div.module #featured li {
				margin: 0px 0px 10px 0px;
			}

#tumblr_controls { top: 116px !important; right: 20px !important; }

#twitter_div {
	
}
		#twitter_div ul {
			list-style-type: none;
			margin: 0; padding: 0;
		}

.message { background: #010B0A; color: #FFC000; margin: 20px 0px 0px 0px; padding: 15px; font-size: 14px; text-align: center; }
		/*img.logo { float: left; margin: 0px 15px 0px 0px; }*/

	#search_div {

	}
		#search_div input {
			font-size: 12px;
			width: 169px;
			border: 2px solid #408bb6;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			color: #333;
			padding: 6px 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
	#search_div input:hover,#search_div input:focus {
		border: 2px solid #74AFCF;
	}
			
	.searchmatch {
		background-color: yellow;
	}
	.searchresultbox {
		
	}
	.searchresultrow {
		display: block;
		background: #EAEAEA;
		font-size: 11px;
		padding: 5px;
		margin-top: 10px;
		overflow: hidden;
		cursor: pointer;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
		.searchresultrow:hover {
			background: #FAFAFA no-repeat 98% 4%;
		}
		.searchresultrow strong {
			font-weight: bold;
			text-decoration: none;
			color: #408bb6;
		}
		
		/* post types */
		.searchresultrow.link:hover { background-image: url(icon-link.gif); }
		.searchresultrow.photo:hover { background-image: url(icon-photo.gif); }
		.searchresultrow.quote:hover { background-image: url(icon-quote.gif); }
		.searchresultrow.regular:hover { background-image: url(icon-regular.gif); }
		.searchresultrow.video:hover { background-image: url(icon-video.gif); }
		
	.searchexcerpt {
		color: #999;
		font-size: 10px;
	}
		.searchexcerpt span {
			background: yellow;
			font-size: 10px;
		}
	.totalresults {
		text-align: right;
		font-size: 10px;
		color: #ccc;
		line-height: 14px;
	}
		.totalresults a { color: #ccc; }
	
/* Matthew Buchanan AJAX Notes */
/* http://matthewbuchanan.name/post/71515023/tumblr-notes-plugin */
.notes-button, .notes-container { display: none; }
	.notes-button {
		background: url(icon-heart-fave.png) no-repeat 5px center;
		padding: 0px 0px 0px 30px;
		margin: 10px 0px 5px 0px;
		line-height: 30px;
		font-weight: bold;
		display: block;
		border-top: 1px solid #ccc;
	}
.notes-container ol { list-style: none; margin: 0; padding: 0px 0px 0px 30px; }
	.notes-container ol li { margin: 0px 0px 5px 0px; line-height: 20px; }
		.notes-container ol li img { vertical-align: middle; }

/*
	JQUERY LIGHTBOX
	> http://leandrovieira.com/projects/jquery/lightbox/
*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;*/
	margin: 15px 0px 0px 60px;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 100px;
	height: 100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 20px; }
#lightbox-loading {
	position: absolute;
	top: 33%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	display: none;
	visibility: collapse;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}