/*
Theme Name: Dakta 3
Theme URI: http://www.thedaktory.org.nz
Description: The theme for New Zealand's Cannabis Club.
Version: 3.0
Author: Cameron Wright (Dakta Bourbon)
Tags: cannabis, green

*/

	html {
		background: #b2d3ef url(_assets/_img/bg-page.png) repeat-x 0 100% fixed;
		color: #000;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		}

	body {
		width: 940px;
		background: #FFF;
		margin: 0 auto;
		color: #1c2507;
		text-rendering: optimizeLegibility;
		}

	a {
		color: #568722;
		border-bottom: 1px solid #568722;
		text-decoration: none;
		}
	
	a:hover {
		color: #1c2e07;
		}
		
	a:active {
		outline: none;
		}

	a:focus {
		-moz-outline-style: none;
		outline: none;
		}
	
	h1 {
		font-family: 'Droid Sans', arial, serif;
		font-size: 20px;
		font-weight: bold;
		color: #2f4d0e;
		}
	
	h2 {
		font-family: 'Droid Sans', arial, serif;
		font-size: 18px;
		font-weight: bold;
		color: #333;
		margin: 0 0 4px;
		}
		
		h2 a {
			border-bottom: 0px;
			}
			
		h2 a:hover {
			color: #1c2e07;
			}
	
	h3 {
		color: #999;
		margin: 0 0 10px;
		font-weight: bold;
		}
	
	h4 {
	
		}
	
	p {
	
		}
	
	strong {
		font-weight: bold;
		}
	
	em {
		font-style: italic;
		}
		
	.alignleft {
		float: left;
		display: inline-block;
		}
			
	.alignright {
		float: right;
		display: inline-block;
		}
		
	blockquote {
		padding: 10px 10px 0px;
		border: 1px solid #e1e8d9;
		background: #eef3e9;
		margin: 0 0 10px;
		}
		
/* HEADER
------------------------------------------------------ */

	#header {
		background: #3e4e1c url() no-repeat 0 0;
		overflow: hidden;
		_height: 1%;
		height: 150px;
		}
		
		#header h2 {
			float: left;
			width: 400px;
			margin: 28px 10px 10px;
			}
			
			#header h2 a {
				height: 115px;
				width: 200px;
				display: block;
				text-indent: -9999px;
				background: url(_assets/_img/logo-web.png) no-repeat 0 0;
				}
				
	#headerimg {
		position: absolute;
		height: 150px;
		overflow: hidden;
		width: 940px;
		}
		
		#headerimg img {
			position: absolute;
			}
		
	#headercontent {
		position: absolute;
		height: 150px;
		overflow: hidden;
		width: 940px;
		}
		
		#searchform {
			float: right;
			height: 40px;
			padding: 0px 10px;
			}
			
			#searchform label {
				display: none;
				}	
				
			#searchform input {
				border: 1px solid #1e3407;
				padding: 5px 5px;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
				border-top: 0px;
				line-height: 16px;
				}
				
			#searchform input#searchsubmit {
				background: #b1cf90;
				font-weight: bold;
				padding: 5px 10px;
				color: #2f4d0e;
				}
				
				#searchform input#searchsubmit:hover {
					cursor: pointer;
					color: #000;
					}
				
/* NAVIGATION
------------------------------------------------------ */

	#navigation {
		float: right;
		text-align: right;
		width: 500px;
		margin: 90px 10px 0 0;
		}
		
		#navigation li {
			display: inline-block;
			}
			
			#navigation a {
				display: inline-block;
				border: 0px;
				background: #b1cf90 url(_assets/_img/bg-navitem.png) repeat-x 0 0;
				padding: 3px 10px;
				font-weight: bold;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				border: 1px solid #1e3407;
				border-bottom: 0px;
				color: #2f4d0e;
				}
				
			#navigation a.selected {
				background: #e7e3b9;
				}
				
			#navigation a:hover {
				background-position: 0 4px;
				color: #000;
				}

/* CONTENT
------------------------------------------------------ */

	#content {
		overflow: hidden;
		_height: 1%;
		background: url(_assets/_img/bg-sidebar.png) repeat-y 100% 0;
		}
		
		#topbar {
			padding: 10px 20px;
			background: #e7e3b9 url(_assets/_img/bg-topbar.png) repeat-x 0 100%;
			}
				
		#postpage {
			float: left;
			width: 680px;
			padding: 0 10px;
			}
			
			#postpage p {
				width: 560px;
				margin: 0 0 10px;
				text-align: left;
				}

/* LEFTCOL
------------------------------------------------------ */

	#leftcol {
		float: left;
		width: 340px;
		padding: 0 0 0 10px;
		}
		
		#leftcol img {
			max-width: 340px;
			margin: 0 0 4px;
			}
		
		#leftcol p {
			text-align: left;
			}
			
		#leftcol ul {
			
			}
			
			#leftcol li {
				padding: 0 0 10px;
				margin: 0 0 10px;
				border-bottom: 1px solid #2f4d0e;
				}
				
				#leftcol p.post-details {
					color: #666;
					margin: 0 0 4px;
					}

/* RIGHTCOL
------------------------------------------------------ */

	#rightcol {
		float: left;
		width: 340px;
		padding: 0 0 0 10px;
		}
		
		#rightcol img {
			max-width: 340px;
			margin: 0 0 4px;
			}
			
		#rightcol p {
			text-align: left;
			}
			
			#rightcol ul {

				}

				#rightcol li {
					padding: 0 0 10px;
					margin: 0 0 10px;
					border-bottom: 1px solid #2f4d0e;
					}
					
					#rightcol p.post-details {
						color: #666;
						margin: 0 0 4px;
						}
/* LISTINGS
------------------------------------------------------ */		
	
	#listings {
		width: 690px;
		float: left;
		}
		
		#listings li {
			overflow: hidden;
			_height: 1%;
			padding: 10px 20px;
			background: url(_assets/_img/bg-listingitem.png) repeat-x 0 0;
			border-top: 1px solid #b9c0aa;
			}
			
		#listings li.category-featured {
			background: #e1e5d9 url(_assets/_img/bg-featured.jpg) repeat 0 0;
			}
			
		#listings li.category-armistice-tour-2010 {
			background: url(_assets/_img/bg-featured-armistice.png) repeat-x 0 0;
			}
			
			#listings li li,
			#singlepage li {
				padding: 0px;
				background: none;
				border: 0px;
				margin: 0 0 10px 20px;
				list-style-type: square;
				overflow: visible;
				}
			
			#listings .listing-right {
				float: right;
				width: 300px;
				}
				
			#listings .listing-img-container {
				float: left;
				margin: 0 10px 10px 0;
				max-height: 255px;
				overflow: hidden;
				}
				
				#listings img {
					max-width: 650px;
					}
			
				#listings img.listings-img {
					float: left;
					width: 340px;
					}
				
			#listings h2 {
				border-bottom: 1px solid #e9efe2;
				padding: 0 0 3px;
				}
				
			#listings li.category-featured h2 {
				border-color: #ccd0c5;
				}
				
			#listings p {
				margin: 0 0 1em;
				text-align: left;
				line-height: 14px;
				}
				
			#listings p.post-details {
				font-size: 10px;
				color: #666;
				line-height: 12px;
				}
				
/* ARMISTICE CALENDAR
------------------------------------------------------ */

	#armistice-calendar {
		color: #455039;
		}
		
		#armistice-calendar li {
			border-bottom: 1px solid #DDD;
			list-style: none;
			margin: 0px;
			overflow: hidden;
			padding: 3px 2px;
			}
			
		#armistice-calendar li:last-child {
			border-bottom: 0px;
			}
			
		#armistice-calendar li.month-heading {
			background: #ddd;
			font-weight: bold;
			margin: 10px 0 0;
			padding: 2px;
			}
			
		#armistice-calendar li.legend {
			background: #eee;
			font-weight: bold;
			padding: 2px;
			}
			
			#armistice-calendar .date {
				float: left;
				width: 100px;
				}
			
			#armistice-calendar .day {
				float: left;
				width: 100px;
				}
				
			#armistice-calendar .location {
				float: right;
				width: 400px;
				}
				
/* ARMISTICE TOUR SIDEBAR
------------------------------------------------------ */
				
	#sidebar li#armistice-tour-sidebar {
		background: url(_assets/_img/armistice-tour-sidebar.png) no-repeat -249px 0;
		height: 147px;
		margin: 0px;
		padding: 42px 0px 0px 8px;
		}
		
		#armistice-tour-sidebar a {
			border: 0px;
			display: block;
			height: 37px;
			margin: 0 0 12px;
			text-indent: -9999px;
			width: 144px;
			}
		
		#armistice-tour-sidebar a.first-link {

			}
			
			#armistice-tour-sidebar a.first-link:hover {
				background: url(_assets/_img/armistice-tour-sidebar.png) no-repeat -8px -42px;
				}
			
		#armistice-tour-sidebar a.second-link {

			}
			
			#armistice-tour-sidebar a.second-link:hover {
				background: url(_assets/_img/armistice-tour-sidebar.png) no-repeat -8px -91px;
				}
			
		#armistice-tour-sidebar a.third-link {

			}
			
			#armistice-tour-sidebar a.third-link:hover {
				background: url(_assets/_img/armistice-tour-sidebar.png) no-repeat -8px -140px;
				}

/* SINGLE PAGE
------------------------------------------------------ */
	
	#singlepage {
		background: url(_assets/_img/bg-listingitem.png) repeat-x 0 0;
		width: 650px;
		float: left;
		padding: 10px 20px;
		border-top: 1px solid #b9c0aa;
		}
		
		#singlepage #singlepage-img {
			float: right;
			margin: 0 0 10px 10px;
			text-decoration: none;
			border: 0px;
			height: 255px;
			width: 340px;
			overflow: hidden;
			}
			
			#singlepage #singlepage-img span.image {
				position: absolute;
				height: 255px;
				width: 340px;
				overflow: hidden;
				display: block;
				}
				
				#singlepage #singlepage-img img {
					width: 340px;
					}
				
			#singlepage #singlepage-img span.caption {
				position: absolute;
				opacity: 0.6;
				background: #000;
				color: #fff;
				display: block;
				padding: 5px;
				width: 330px;
				margin: 232px 0 0;
				font-weight: bold;
				}
				
			#singlepage #singlepage-img:hover span.caption {
				opacity: 0.9;
				}
			
		#singlepage p.post-details {
			color: #666;
			font-size: 11px;
			border-bottom: 1px solid #999;
			padding: 0 0 1em;
			}
			
		#singlepage p {
			margin: 0 0 1em;
			font-size: 12px;
			line-height: 18px;
			}

/* SIDEBAR
------------------------------------------------------ */

	#sidebar {
		width: 249px;
		float: right;
		border-top: 1px solid #b9c0aa;
		}
		
		#sidebar li {
			background: url(_assets/_img/bg-sidebaritem.png) repeat-x 0 0;
			padding: 10px 10px 20px;
			border-bottom: 1px solid #b9c0aa;
			font-size: 12px;
			font-weight: bold;
			color: #929d85;
			}
			
			#sidebar li span {
				color: #333;
				}
			
			#sidebar ul ul {
				background: none;
				border: 0px;
				padding: 5px 0 0;
				font-size: 11px;
				font-weight: normal;
				}
				
				#sidebar ul ul li {
					list-style: square;
					margin: 0 0 0 18px;
					color: #a9b29f;
					background: none;
					border: 0px;
					padding: 0px;
					font-size: 11px;
					font-weight: normal;
					}
				
					#sidebar ul ul a {
						border: 0px;
						}
						
			#sidebar .img-link {
				border: 0px;
				}
				
				#sidebar .img-link:hover {
					opacity: 0.9;
					}
				
			#sidebar #socialnet {
				overflow: hidden;
				_height: 1%;
				padding: 20px 24px;
				}	
						
			#sidebar #socialnet a {
				width: 60px;
				height: 60px;
				display: block;
				background: url(_assets/_img/bg-socialnetworkingicons.jpg) no-repeat 0 0;
				text-indent: -9999px;
				border: 0px;
				float: left;
				margin: 0 10px 0 0;
				}
				
			#sidebar #socialnet a.sn-fb {
				background-position: 0 -120px;
				}
				
				#sidebar #socialnet a.sn-fb:hover {
					background-position: 0 -180px;
					}
				
			#sidebar #socialnet a.sn-tw {
				background-position: 0 -240px;
				}
				
				#sidebar #socialnet a.sn-tw:hover {
					background-position: 0 -300px;
					}
				
			#sidebar #socialnet a.sn-rs {
				background-position: 0 0;
				}
				
				#sidebar #socialnet a.sn-rs:hover {
					background-position: 0 -60px;
					}
					
			#sidebar #socialnet a.sn-yt {
				background-position: 0 -360px;
				margin: 0px;
				}

				#sidebar #socialnet a.sn-yt:hover {
					background-position: 0 -420px;
					}
					
/* STICKAM
------------------------------------------------------ */
					
	#widecol.stickam {
		
		}
		
		#widecol.stickam #singlepage {
			background-color: #fff;
			padding: 10px 59px;
			width: 820px;
			}
			
			#widecol.stickam #singlepage .stickam-container {
				border: 1px solid #B9C0AA;
				height: 490px;
				width: 820px;
				}

/* FOOTER
------------------------------------------------------ */

	#footer {
		padding: 20px;
		background: #EEE;
		color: #666;
		border-top: 1px solid #b9c0aa;
		}
		
		#footer ul {
			border-bottom: 1px solid #b9c0aa;
			margin: 0 0 20px;
			overflow: hidden;
			padding: 0 0 10px;
			}
		
			#footer ul li {
				float: left;
				width: 180px;
				}
				
			#footer ul li.footer-posts {
				width: 400px;
				}
			
			#footer ul li.footer-right-lists {
				width: 140px;
				}
			
				#footer ul li li {
					float: none;
					list-style: square;
					margin: 0 0 0 18px;
					color: #a9b29f;
					background: none;
					border: 0px;
					padding: 0px;
					font-size: 11px;
					font-weight: normal;
					line-height: 16px;
					width: 162px;
					}
					
					#footer ul li ul {
						border: 0px;
						margin: 4px 0 10px;
						padding: 0px;
						}
					
						#footer ul li.footer-posts ul li {
							width: 362px;
							}
					
						#footer ul li.footer-right-lists li {
							width: 122px;
							}
			
		#footer p {
			clear: both;
			}
			
		#footer ul li a {
			text-decoration: none;
			border: 0px;
			}
		
/* PAGENAVI
------------------------------------------------------ */
	
	.wp-pagenavi {
		border-top: 1px solid #b9c0aa;
		display: block;
		background: #FFF;
		color: #e9efe2;
		overflow: hidden;
		_height: 1%;
		}
		
		.wp-pagenavi span {
			display: inline-block;
			border-right: 1px solid #b9c0aa;
			padding: 10px;
			font-size: 12px;
			color: #666;
			text-align: center;
			}
			
		.wp-pagenavi span.pages {
			padding: 10px 10px 10px 20px;
			width: auto;
			}
			
		.wp-pagenavi span.current {
			font-weight: bold;
			color: #000;
			background: url(_assets/_img/bg-listingitem.png) repeat-x 0 0;
			}
			
		.wp-pagenavi a {
			display: inline-block;
			border-right: 1px solid #b9c0aa;
			border-bottom: 0px;
			padding: 10px;
			text-align: center;
			font-size: 12px;
			}
			
			.wp-pagenavi a:hover {
				background: #b9c0aa;
				color: #000;
				}
	
/* COMMENTS
------------------------------------------------------ */

	.social-bar {
		border-top: 1px solid #ccc;
		margin: 0;
		padding: 14px 0 0;
		}

	#comment-container {
		clear: both;
		margin: 0;
		padding: 20px 0 0;
		border-top: 1px solid #ccc;
		}
		
		.commentlist {
			padding: 0px 0px 20px;
			}
		
		#comment-container li {
			margin: 0px 0px 10px;
			list-style: none;
			}
		
		#comment {
			width: 600px;
			}
		
		li.comment {
			margin: 0 0 10px;
			padding: 0 0 10px;
			}
			
			.comment-author {
				float: left;
				width: 380px;
				padding: 10px;
				background: #e9efe2;
				}
				
				.comment-author img {
					display: none;
					}
					
			.comment-meta {
				float: right;
				width: 230px;
				padding: 10px;
				background: #e9efe2;
				text-align: right;
				}
			
			.comment-body p {
				clear: both;
				padding: 10px 0 0;
				margin: 0;
				}
				
		.post-foot {
			font-size: 10px;
			color: #666;
			padding: 10px 0 0;
			}

/* Armistice Tour Calendar
------------------------------------------------------ */
	
	#eventContainer1 {
		
		}
		
		#eventContainer1 .day {
			padding: 2px 0 2px;
			margin: 0 0 8px;
			}
			
			#eventContainer1 .day .date-label {
				background: #eee;
				color: #568722;
				font-weight: bold;
				padding: 2px;
				}
				
				#eventContainer1 .day.current {
					background: url(http://thedaktory.org.nz/wp-content/themes/dakta2/_assets/_img/bg-sidebaritem.png) #eaefe3 repeat-x 0px 0px;
					font-size: 1.2em;
					}
					
					#eventContainer1 .day.current .date-label {
						background: transparent;
						color: #333;
						}
						
				#eventContainer1 .day.old-event {
					display: none;
					overflow: hidden;
					}
					
				#eventContainer1 .day .first-event {
					padding: 2px 0 0;
					}
					
					#eventContainer1 .day .event-time {
						color: #666;
						display: block;
						float: left;
						margin: 0px;
						padding: 0px;
						width: 50px;
						}
						
	.large-button {
		background: url(/wp-content/themes/dakta2/_assets/_img/bg-sidebaritem.png) repeat-x 0px 0px;
		border: 1px solid #B9C0AA;
		color: #666;
		display: inline-block;
		font-weight: bold;
		padding: 4px 10px;
		margin: 0 0 10px;
		width: auto;
		}
	
/* LIGHTBOX
------------------------------------------------------ */

	div#fancy_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 30;
		background: #000;
		opacity: 0.5;
		}

	div#fancy_loading {
		position: absolute;
		height: 40px;
		width: 40px;
		cursor: pointer;
		display: none;
		overflow: hidden;
		background: transparent;
		z-index: 100;
		}

	div#fancy_loading div {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 480px;
		background: transparent url('_assets/_img/fancybox/fancy_progress.png') no-repeat;
		}

	div#fancy_outer {
		position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 90;
	    padding: 20px 20px 40px 20px;
	    margin: 0;
	    background: transparent;
	    display: none;
		}

	div#fancy_inner {
		position: relative;
		width:100%;
		height:100%;
		background: #FFF;
		}

	div#fancy_content {
		margin: 0;
		z-index: 100;
		position: absolute;
		}

	div#fancy_div {
		background: #000;
		color: #FFF;
		height: 100%;
		width: 100%;
		z-index: 100;
		}

	img#fancy_img {
		position: absolute;
		top: 0;
		left: 0;
		border:0; 
		padding: 0; 
		margin: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		}

	div#fancy_close {
		position: absolute;
		top: -12px;
		right: -15px;
		height: 30px;
		width: 30px;
		background: url('_assets/_img/fancybox/fancy_closebox.png') top left no-repeat;
		cursor: pointer;
		z-index: 181;
		display: none;
		}

	#fancy_frame {
		position: relative;
		width: 100%;
		height: 100%;
		display: none;
		}

	#fancy_ajax {
		width: 100%;
		height: 100%;
		overflow: auto;
		}

	a#fancy_left, a#fancy_right {
		position: absolute; 
		bottom: 0px; 
		height: 100%; 
		width: 35%; 
		cursor: pointer;
		z-index: 111; 
		display: none;
		background-image: url("data:image/gif;base64,AAAA");
		outline: none;
		overflow: hidden;
		}

	a#fancy_left {
		left: 0px; 
		}

	a#fancy_right {
		right: 0px; 
		}

	span.fancy_ico {
		position: absolute; 
		top: 50%;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		z-index: 112; 
		cursor: pointer;
		display: block;
		}

	span#fancy_left_ico {
		left: -9999px;
		background: transparent url('_assets/_img/fancybox/fancy_left.png') no-repeat;
		}

	span#fancy_right_ico {
		right: -9999px;
		background: transparent url('_assets/_img/fancybox/fancy_right.png') no-repeat;
		}

	a#fancy_left:hover, a#fancy_right:hover {
		visibility: visible;
		background-color: transparent;
		}

	a#fancy_left:hover span {
		left: 20px; 
		}

	a#fancy_right:hover span {
		right: 20px; 
		}

	#fancy_bigIframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: transparent;
	}

	div#fancy_bg {
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		z-index: 70;
		border: 0;
		padding: 0;
		margin: 0;
		background: url(_assets/_img/bg-listingitem.png) repeat-x 0 0;
		}

	div.fancy_bg {
		position: absolute;
		display: block;
		z-index: 70;
		border: 0;
		padding: 0;
		margin: 0;
		}

	div#fancy_bg_n {
		top: -20px;
		left: 0;
		width: 100%;
		height: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_n.png') repeat-x;
		}

	div#fancy_bg_ne {
		top: -20px;
		right: -20px;
		width: 20px;
		height: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_ne.png') no-repeat;
		}

	div#fancy_bg_e {
		right: -20px;
		height: 100%;
		width: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_e.png') repeat-y;
		}

	div#fancy_bg_se {
		bottom: -20px;
		right: -20px;
		width: 20px;
		height: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_se.png') no-repeat;
		}

	div#fancy_bg_s {
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_s.png') repeat-x;
		}

	div#fancy_bg_sw {
		bottom: -20px;
		left: -20px;
		width: 20px;
		height: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_sw.png') no-repeat;
		}

	div#fancy_bg_w {
		left: -20px;
		height: 100%;
		width: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_w.png') repeat-y;
		}

	div#fancy_bg_nw {
		top: -20px;
		left: -20px;
		width: 20px;
		height: 20px;
		background: transparent url('_assets/_img/fancybox/fancy_shadow_nw.png') no-repeat;
	}

	div#fancy_title {
		position: absolute;
		z-index: 100;
		display: none;
		}

	div#fancy_title div {
		color: #FFF;
		font: bold 12px Arial;
		padding-bottom: 3px;
		white-space: nowrap;
		}

	div#fancy_title table {
		margin: 0 auto;
		}

	div#fancy_title table td {
		padding: 0;
		vertical-align: middle;
		}

	td#fancy_title_left {
		height: 32px;
		width: 15px;
		background: transparent url('_assets/_img/fancybox/fancy_title_left.png') repeat-x;
		}

	td#fancy_title_main {
		height: 32px;
		background: transparent url('_assets/_img/fancybox/fancy_title_main.png') repeat-x;
		}

	td#fancy_title_right {
		height: 32px;
		width: 15px;
		background: transparent url('_assets/_img/fancybox/fancy_title_right.png') repeat-x;
		}
		
		
