/*
Theme Name: NORML NZ
Theme URI: http://norml.org.nz
Description: NORML New Zealand Wordpress Theme
Author: Bourbon
Version: 1.0
*/

/*  -- RESET
--------------------------------------------------------------------------------  */

	body{color:#000;background:#eee;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:0;}
	address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
	li{padding:0;margin:0;list-style:none;}
	caption,th{text-align:left;}
	h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
	abbr,acronym{border:0;font-variant:normal;}
	sub{vertical-align:text-bottom;}
	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
	
	header,footer,nav,aside,section { display: block;}
	
/* Links
---------------------------------------- */
	
	a, a * {
		-webkit-transition-property: color, background-color, text-shadow, border-color, opacity;
		-webkit-transition-duration: 0.15s; /* Webkit */
		-moz-transition-property: color, background-color, text-shadow, border-color, opacity;
		-moz-transition-duration: 0.15s; /* Gecko */
		-o-transition-property: color, background-color, text-shadow, border-color, opacity;
		-o-transition-duration: 0.15s; /* Opera */
		transition-property: color, background-color, text-shadow, border-color, opacity;
		transition-duration: 0.15s; /* The Future */
		}
	
/*  -- GENERAL
--------------------------------------------------------------------------------  */

	html {
		background: 
		font-family: Georgia, serif;
		font-size: 13px;
		text-rendering: optimizeLegibility;
		}
		
	body {
		
		}
		
	a {
		color: #3b6127;
		text-decoration: none;
		}
	
	a:hover {
		color: #000;
		}
		
	h1 {
		border-bottom: 1px solid #c3cbbd;
		color: #1c3c0b;
		font-family: 'Brawler', Times, serif;
		font-size: 32px;
		font-weight: bold;
		line-height: 1em;
		margin: 0 0 0.5em;
		padding: 5px 0 0.5em;
		}
		
	h2 {
		color: #1c3c0b;
		font-family: 'Brawler', Times, serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3em;
		margin: 0 0 0.4em;
		}
		
	h3 {
		color: #1c3c0b;
		font-family: 'Brawler', Times, serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3em;
		margin: 0 0 0.4em;
		}
		
	h4 {
		color: #1c3c0b;
		font-family: 'Brawler', Times, serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2em;
		margin: 0 0 0.4em;
		}
		
	h5 {
		color: #1c3c0b;
		font-size: 13px;
		font-weight: bold;
		line-height: 1em;
		margin: 0 0 0.4em;
		}
		
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	ul + h2,
	ul + h3,
	ul + h4,
	ul + h5,
	ol + h2,
	ol + h3,
	ol + h4,
	ol + h5,
	blockquote + h2,
	blockquote + h3,
	blockquote + h4,
	blockquote + h5,
	table + h2,
	table + h3,
	table + h4,
	table + h5 {
		margin-top: 1.6em;
		}
		
	p {
		line-height: 1.6em;
		margin: 0 0 1.6em;
		text-align: left;
		}
		
		p a {
			text-decoration: underline;
			}
			
		p a:hover {
			color: #000;
			}
		
	strong {
		font-weight: bold;
		}
		
	em {
		font-style: italic;
		}
		
	hr {
		background: transparent;
		border: 0px;
		border-bottom: 1px solid #C3CBBD;
		height: 0px;
		margin: 10px 0;
		}
		
	blockquote {
		background: #DCE3D8;
		border: 3px solid #5a7948;
		margin: 0 0 1.4em;
		padding: 10px 10px 10px;
		}
		
	blockquote p:last-child {
		margin: 0;
		}
		
	.wrapper {
		margin: 0 auto;
		width: 960px;
		}
		
	.clear {
		clear: both;
		}
		
	#body-wrapper {
		
		}
		
/*  -- HEADER
--------------------------------------------------------------------------------  */
		
		
	#header {
		background: url(_assets/img/header-bg.png) repeat-x 0 0;
		height: 58px;
		margin: 0 0 20px;
		padding: 12px 0 0;
		overflow: hidden;
		}
		
		#logo {
			display: block;
			float: left;
			width: 203px;
			}
			
			#logo a {
				background: url(_assets/img/logo.png) no-repeat 0 0;
				display: block;
				height: 43px;
				text-indent: -9999px;
				width: 203px;
				}
				
			#logo a:hover {
				opacity:  0.8;
				}
				
		#header-right {
			border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			float: right;
			padding: 12px 0 0;
			}
			
		.ie7 #header-right {
			width: 250px;
			}
			
			#header-right a {
				color: #8ab673;
				display: block;
				float: left;
				font-family: Arial, Helvertica, sans-serif;
				font-size: 12px;
				margin: 0 10px 0 0;
				padding: 4px 0;
				}
				#header-right a:hover {
					color: #0f3a07;
					}
				
			#searchform {
				float: right;
				}
				
			#content #searchform {
				float: none;
				overflow: hidden;
				}
			
				#searchform .screen-reader-text {
					display: none;
					}
				
				#searchform #s {
					background: #5b8d41;
					display: block;
					float: left;
					border: 1px solid #0f3a07;
					border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;
					border-bottom-left-radius: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					line-height: 16px;
					padding: 2px;
					width: 150px;
					}
					
				#content #searchform #s {
					background: #fff;
					color: #333;
					width: 300px;
					}
				
				#searchform #s:focus {
					background: #b4d7a3;
					color: #0e3207;
					}
				
				#searchform #searchsubmit {
					background: #0f3a07 url(_assets/img/search-btn.png) no-repeat -17px 2px;
					border: 1px solid #0f3a07;
					border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
					border-bottom-right-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
					border-left: 0px;
					color: #b2c4a5;
					display: block;
					float: left;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					text-indent: -9999px;
					width: 21px;
					padding: 2px 4px 3px;
					}
					
				.ie7 #searchform #searchsubmit {
					font-size: 0px;
					line-height: 12px;
					}
				
				#searchform #searchsubmit:hover {
					background-color: #1d5512;
					background-position: 3px 2px;
					cursor: pointer;
					}
					
/*  -- HOME
--------------------------------------------------------------------------------  */

	#home-header {
		background: url(_assets/img/home-intro.png) no-repeat 100% 100%;
		border-bottom: 1px solid #c3cbbd;
		height: 177px;
		margin: 0 0 20px;
		padding: 20px 0 20px 20px;
		}
		
		#home-header h1 {
			border: 0;
			margin: 0;
			padding: 0;
			}
			
		#home-header h3 {
			margin: 0 0 30px;
			}

		
/*  -- LEFT COLUMN
--------------------------------------------------------------------------------  */

	#left-column {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		float: left;
		position: relative;
		width: 170px;
		}
		
		.navigation ul {
			border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-bottom-left-radius: 5px;
			font-family: 'Brawler', Times, serif;
			font-size: 12px;
			}
			
			.navigation li {
				background: #d1d9cd;
				border: 1px solid #90a186;
				border-bottom: 0px;
				border-right: 0px;
				display: block;
				}
				
			.navigation li:first-child {
				border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				}
				
			.navigation li:last-child {	
				border-bottom-left-radius: 5px;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
				}
				
				.navigation li:first-child a {
					border-top: 0px;
					}
				
				.navigation li a {
					-webkit-transition-property: background-color;
					-webkit-transition-duration: 0.2s;
					border-right: 1px solid #90a186;
					border-top: 1px solid #e6eee2;
					color: #41473d;
					display: block;
					padding: 10px;
					text-shadow: 1px 1px 1px #e6eee2;
					}
					
				.navigation li.current_page_item,
				.navigation .page-item-107.current_page_parent {
					background: #e7eee3;
					}
				
				.navigation .page-item-107.current_page_parent a,
				.navigation .page-item-107.current_page_parent a:hover,
				.navigation li.current_page_item a,
				.navigation li.current_page_item a:hover {
					background: #e7eee3;
					border-right: 0px;
					color: #1C3C0B;
					}
					
				.navigation li a:hover {
					background: #b5c0b0;
					color: #1C3C0B;
					}
					
				.navigation li a:active {
					padding: 11px 9px 9px 11px;
					}
					
					/* define pages without children */
					.navigation .page-item-107 .expand-btn, /*  Press releases */
					.navigation .page-item-107 .contract-btn,
					.navigation .page-item-57 .expand-btn, /*  Homepage */
					.navigation .page-item-57 .contract-btn {
						display: none;
						}
						
					
					.navigation .expand-btn,
					.navigation .contract-btn,
					.navigation li.current_page_item .expand-btn,
					.navigation li.current_page_item .contract-btn {
						background: url(_assets/img/navigation-btns.png) no-repeat 0 -17px;
						border: 0px;
						height: 17px;
						padding: 0px;
						position: absolute;
						margin: -26px 0 0 143px;
						text-indent: -9999px;
						width: 17px;
						}
						
					.navigation .expand-btn:hover,
					.navigation li.current_page_item .expand-btn:hover {
						background: url(_assets/img/navigation-btns.png) no-repeat -17px -17px;
						}
						
					.navigation .expand-btn:active,
					.navigation li.current_page_item .expand-btn:active {
						background: url(_assets/img/navigation-btns.png) no-repeat -34px -17px;
						padding: 0px;
						}
						
					.navigation .contract-btn,
					.navigation li.current_page_item .contract-btn {
						background: url(_assets/img/navigation-btns.png) no-repeat 0 0;
						}
						
					.navigation .contract-btn:hover,
					.navigation li.current_page_item .contract-btn:hover {
						background: url(_assets/img/navigation-btns.png) no-repeat -17px 0;
						}
						
					.navigation .contract-btn:active,
					.navigation li.current_page_item .contract-btn:active {
						background: url(_assets/img/navigation-btns.png) no-repeat -34px 0px;
						padding: 0px;
						}
					
					.navigation li .children {
						background: #dce3d8 url(_assets/img/navigation-shadow2.png) repeat-x 0 100%;
						border-top: 1px solid #90a186;
						border-left: 1px solid #90a186;
						border-bottom: 0px;
						display: none;
						font-family: Georgia, serif;
						font-size: 11px;
						margin-left: 4px;
						}
						
						.navigation li .children li {
							background: transparent;
							border: 0px;
							}
							
						.navigation li .children li:first-child {
							background: url(_assets/img/navigation-shadow.png) repeat-x 0 0;
							}
							
							.navigation li .children li:first-child a {
								border-top: 0px;
								}
							
							.navigation li .children li a {
								border-top: 1px dotted #aab4a4;
								padding: 5px 10px 5px 10px;
								width: 143px;
								}
								
							.navigation li.current_page_item .children li {
								border-right: 1px solid #90a186;
								}
								
							.navigation li.current_page_item .children li a {
								background-color: transparent;
								color: #41473d;
								}
								
							.navigation li .children li.current_page_item a,
							.navigation li .children li.current_page_item a:hover,
							.navigation li .children li.current_page_parent a,
							.navigation li .children li.current_page_parent a:hover {
								background-color: #e7eee3;
								border-right: 0px;
								}
								
							.navigation li .children li:first-child a:hover {
								border-top: 0px;
								color: #1C3C0B;
								}
								
							.navigation li .children li a:hover {
								background: #BDC7B8;
								color: #1C3C0B;
								border-top: 1px solid #aab4a4;
								}
								
							.navigation li .children li a:active {
								padding: 6px 9px 4px 11px
								}
								
								.navigation li .children li .children2 {
									border: 0px;
									}
									
									.navigation li .children li .children2 li {
										background-image: none;
										border: 0px;
										}
										
									.navigation li .children li.current_page_item .children2 li a {
										border-top: 1px dotted #aab4a4;
										background-color: transparent;
										}
										
									.navigation li .children li.current_page_item .children2 li {
										border-right: 1px solid #90a186;
										}
											
										.navigation li .children li .children2 li a,
										.navigation li .children li.current_page_item .children2 li a {
											background-image: url(_assets/img/navigation-itemstyle.png);
											background-repeat: no-repeat;
											background-position: 15px 10px;
											padding: 5px 10px 5px 25px;
											}
											
										.navigation li .children li .children2 li a:active {
											background-position: 16px 11px;
											padding: 6px 9px 4px 26px;
											}

/*  -- RIGHT COLUMN (GENERAL) + COLUMN FRAMEWORK
--------------------------------------------------------------------------------  */

	#right-column {
		border-top: 1px solid #90A186;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		-moz-box-shadow: 4px 4px 5px #091702;
		-webkit-box-shadow: 4px 4px 5px #091702;
		box-shadow: 4px 4px 5px #091702;
		float: right;
		width: 790px;
		}
		
		#right-column-inner  {
			background: #e7eee3;
			border-top: 0;
			border-left-color: #90a186;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-top-left-radius: 0px;
			-moz-border-radius-topleft: 0px;
			-webkit-border-top-left-radius: 0px;
			min-height: 400px;
			overflow: hidden;
			padding: 0 0 19px;
			position: relative;
			width: 790px;
			}
			
			#content ul {
				line-height: 1.5em;
				margin: 1.4em 0 2.8em;
				max-width:95%;
				}
				
				#content ul.shortlist li {
					margin: 0 4px 0.7em 4px;
					}
					
				#content ul.long-list li {
					margin: 0 0 2.8em 4px;
					}
				
				#content ul li,
				#content ol ul li {
					list-style-type: disc;
					margin: 0 0 1.4em 4px;
					}
					
				#content .page-index li {
					margin: 0 0 0 16px;
					}
				
			#content ol {
				line-height: 1.5em;
				margin: 1.4em 0 2.8em;
				}
				
				#content ol.shortlist li {
					margin: 0 0 0.7em 16px;
					}
					
				#content ol.long-list li {
					margin: 0 0 2.8em 16px;
					}
				
				#content ol li,
				#content ul ol li {
					list-style-type: decimal;
					margin: 0 0 1.4em 16px;
					}
					
					#content ol ol li {
						list-style-type: lower-alpha;
						}
						
						#content ol ol ol li {
							list-style-type: lower-roman;
							margin: 0 0 0.7em 16px;
							}
					
			#content p.caption {
				position: relative;
				top: -0.8em;
				}
				
			#content .media-label {
				color: #666;
				display: inline-block;
				margin: 0 6px 0 0;
				width: 74px;
				}
				
			#content .lawyer-label {
				display: inline-block;
				margin: 0 10px 0 0;
				width: 130px;
				}
				
			#content p.caption-top {
				margin: 0 0 0.7em;
				}
				
			#content .recommendation {
				background: #DCE3D8;
				border: 3px dashed #5a7948;
				margin: 2.8em 0 1.4em;
				padding: 10px 10px 10px;
				}
				
				#content .recommendation p:last-child {
					margin: 0;
					}
					
			#content table {
				background: #DCE3D8;
				border: 3px solid #5a7948;
				margin: 1.4em 0 1.4em;
				text-align: left;
				}
				
			#content table.contacts {
				text-align: left;
				}
				
				#content table thead {
					background: #5a7948;
					color: #fff;
					}
				
					#content table tr {
						border-bottom: 1px solid #90a186;
						}
						
					#content table tr:last-child {
						border-bottom: 0px;
						}
						
					#content table th {
						padding: 5px;
						text-align: center;
						}
						
					#content table td {
						border-left: 1px solid #90a186;
						padding: 5px;
						text-align: left;
						}
						
					#content table.contacts th,
					#content table.contacts td {
						text-align: left;
						width: 150px;
						}
						
			#content img {
				margin: 0 1.4em 1.5em 0;
				}
											
		
			.colspan1 {
				float: left;
				padding: 10px;
				width: 40px;
				}
			
			.colspan2 {
				float: left;
				padding: 10px;
				width: 100px;
				}
			
			.colspan3 {
				float: left;
				padding: 10px;
				width: 160px;
				}
			
			.colspan4 {
				float: left;
				padding: 10px;
				width: 220px;
				}
			
			.colspan5 {
				float: left;
				padding: 10px;
				width: 280px;
				}
			
			.colspan6 {
				float: left;
				padding: 10px;
				width: 340px;
				}
				
			h3.colspan6 {
				margin: 0 10px;
				padding: 0;
				}
			
			.colspan7 {
				float: left;
				padding: 10px;
				width: 400px;
				}
				
			.colspan7#content {
				padding: 10px 10px 10px 20px;
				}
			
			.colspan8 {
				float: left;
				padding: 10px;
				width: 460px;
				}
			
			.colspan9 {
				float: left;
				padding: 10px;
				width: 520px;
				}
				
			.colspan9#content,
			.colspan9#listings {
				padding: 10px 20px;
				width: 510px;
				}
			
			.colspan10 {
				float: left;
				padding: 10px;
				width: 580px;
				}
				
			.colspan11 {
				float: left;
				padding: 10px;
				width: 640px;
				}
					
			.colspan12 {
				float: left;
				padding: 10px;
				width: 700px;
				}
						
			.colspan13 {
				float: left;
				padding: 10px;
				width: 760px;
				}
				
			.colspan13#content {
				padding: 10px 20px;
				width: 750px;
				}
			
/*  -- SIDEBAR
--------------------------------------------------------------------------------  */

	aside {
		border-bottom: 5px solid #90a186;
		margin: 0 0 15px;
		padding: 0 0 15px;
		}
		
	.home-sidebar {
		float: left;
		padding: 10px;
		width: 330px;
		}
		
		.home-sidebar .colspan3 {
			border: 0;
			clear: none;
			margin: 0 0 15px;
			padding: 7px;
			}
			
		.home-sidebar aside {
			border-bottom: 0;
			border-top: 5px solid #90a186;
			clear: both;
			margin: 15px 0 0;
			padding: 15px 0 0;
			}
		
	aside:last-child,
	aside.colspan3 {
		border-bottom: 0;
		}
		
		aside li {
			margin: 0 0 4px;	
			}
			
			aside li ul {
				margin: 0 0 0 10px;
				}

	#sidebar {
		margin: 70px 0 0;
		}
		
		#sidebar h4 {
			background: #dae0d7;
			border-bottom: 1px solid #90a186;
			border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-right-radius: 5px;
			font-weight: normal;
			margin: 0px;
			padding: 10px;
			}
			
		#sidebar #section-nav h4 {
			border-left: 1px solid #90a186;
			}
			
		#sidebar #section-nav a {
			color: #41473D;
			display: block;
			-webkit-transition-property: background-color;
			-webkit-transition-duration: 0.2s;
			border-top: 1px dotted #aab4a4;
			border-left: 1px solid #90a186;
			padding: 4px 10px 4px 10px;
			}
			
		#sidebar #section-nav a:hover {
			background: #BDC7B8;
			color: #000;
			border-top: 1px solid #aab4a4;
			}
			
		#sidebar #section-nav .current_page_item a {
			background: #e7eee3;
			border-left: 1px solid #e7eee3;
			position: relative;
			left: -1px;
			width: 220px;
			}
		
		#sidebar #section-nav {
			background: #dce3d8;
			border-bottom: 1px solid #90a186;
			border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-right-radius: 5px;
			font-size: 11px;
			}
			
			#sidebar #section-nav ul {
				border-top: 0px;
				}

				#sidebar #section-nav li:first-child {
					border-top: 0px;
					}
					
					#sidebar #section-nav ul.children {
						padding: 0px;
						}
						
							#sidebar #section-nav .current_page_item ul.children a {
								background: transparent;
								border-top: 1px dotted #aab4a4;
								border-left: 1px solid #90a186;
								padding: 4px 10px 4px 10px;
								}
								
							#sidebar #section-nav .current_page_item a:hover {
								background: #e7eee3;
								}
						
							#sidebar #section-nav ul.children li a {
								padding: 4px 10px 4px 20px
								}
							
							#sidebar #section-nav a:hover {
								background: #BDC7B8;
								color: #000;
								}
								
/*  -- BLOG POSTS
--------------------------------------------------------------------------------  */
								
	#blog-list {
		border-top: 1px solid #C3CBBD;
		}
		
	.social4i {
		margin: 40px 0 0;
		}
		
	#post-listings .post,
	#post-listings .page {
		border-top: 5px solid #90A186;
		margin: 30px 0 0;
		padding: 30px 0 0;
		}
		
	#post-listings li:first-child {
		border: 0;
		margin: 0;
		padding: 0;
		}
		
	.post-details {
		color: #666;
		font-size: 11px;
		}
	
	
/*  -- CONTACT
--------------------------------------------------------------------------------  */	

	.contact-label {
		color: #565b52;
		display: inline-block;
		width: 70px;
		}
		
	.contact-box {
		clear: both;
		float: left;
		width: 370px;
		}	
		.contact-box.right {
			clear: none;
			}
			
		.contact-box.clear {
			float: none;
			}
			
			.contact-box p {
				width: 350px;
				}
			
	.contact-page h2 {
		border-top: 1px solid #C3CBBD;
		clear: both;
		margin: 24px 0;
		padding-top: 24px;
		}
		.contact-page p + h2 {
			margin: 16px 0;
			}
		
	.contact-page h3 {
		border-top: 1px solid #C3CBBD;
		clear: both;
		margin-top: 12px;
		padding-top: 12px;
		}
		
	.contact-page h1 + h2 {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
		}
		
	.contact-page h2,
	.contact-page h3,
	.contact-page h4 {
		
		}
		
	.button {
		background: #eee;
		border: 1px solid #C3CBBD;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #666;
		display: inline-block;
		padding: 0 6px;
		text-decoration: none;
		}
		
		.button:hover {
			border-color: #bbb;
			}
			
/*  -- CONTACT
--------------------------------------------------------------------------------  */	

	.wpcf7-form {
		margin: 0 0 10px;
		overflow: hidden;
		}
		
		.wpcf7-form {
			overflow: hidden;
			}
			
		.wpcf7-form p {
			margin: 0;
			overflow: hidden;
			}
		
		.wpcf7-form label {
			clear: both;
			color: #666;
			display: block;
			float: left;
			margin: 10px 0 0;
			padding: 3px 0 0;
			width: 140px;
			}
			
		.wpcf7-form input {
			background: #fff;
			border: 1px solid #C3CBBD;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			margin: 10px 0 10px 10px;
			padding: 4px 3px;
			width: 200px;
			
			-webkit-transition-property: color, border-color, background-color;
			-webkit-transition-duration: 0.2s;
			}
			
		.wpcf7-form .long-text {
			width: 260px;
			}
			
		.wpcf7-form .wpcf7-submit {
			background: #547a40;
			border: 1px solid #162e0a;
			clear: both;
			color: #eee;
			margin: 10px 0 10px 150px;
			padding: 4px 16px;
			width: auto;
			
			-webkit-transition-property: color, border-color, background-color;
			-webkit-transition-duration: 0.2s;
			}
			.wpcf7-form .wpcf7-submit:hover {
				background: #0b1c03;
				color: #fff;
				cursor: pointer;
				}
			
		.wpcf7-form textarea {
			background: #fff;
			border: 1px solid #C3CBBD;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			margin: 10px 0 10px 10px;
			padding: 4px 3px;
			width: 200px;
			
			-webkit-transition-property: color, border-color, background-color;
			-webkit-transition-duration: 0.2s;
			}
		
		.wpcf7-form .long-textarea {
			width: 300px;
			}
			
		.wpcf7-form .wpcf7-not-valid-tip {
			position: absolute;
			top: 0;
			right: 0;
			z-index: 100;
			background: transparent;
			border: 0;
			font-size: 10px;
			width: auto;
			padding: 10px 0 0;
			color: #FF0000;
			}
			
		#content .wpcf7-form img.ajax-loader {
			margin: 25px 0 0 10px;
			}
		
	
/*  -- Tweets
--------------------------------------------------------------------------------  */

	.tweets {
		margin: 10px 0 0;
		}
		
		.tweets li {
			border-top: 1px solid #C3CBBD;
			margin: 5px 0 0;
			padding: 5px 0 0;
			}
			
		.tweets li:first-child {
			border-top: 0;
			margin: 0;
			padding: 0;
			}
			
		.tweets a {
			font-size: 11px;
			}
	
/*  -- Pagination
--------------------------------------------------------------------------------  */
	
	.wp-pagenavi {
		border-top: 1px solid #C3CBBD;
		margin: 30px 0 0;
		padding: 30px 0 0;
		}
	
		.wp-pagenavi a, .wp-pagenavi span {
			display: inline-block;
			padding: 4px 6px;
			}
			
		.wp-pagenavi .current {
			border: 1px solid #C3CBBD;
			padding: 3px 5px;
			}

				
/*  -- FOOTER
--------------------------------------------------------------------------------  */

	#footer {
		background: url(_assets/img/footer-bg.png) repeat-x 50% 0;
		color: #4c5746;
		margin: 40px 0 0;
		padding: 0 0 40px;
		}
		
		#footer a {
			color: #4c5746;
			}
		
		#footer a:hover {
			color: #7e8b77;
			}
		
		#footer .wrapper {
			background: url(_assets/img/logo2.png) no-repeat 0 20px;
			overflow: hidden;
			padding: 10px 0 0 170px;
			width: 790px;
			}
		
			#footer .footer-widget {
				float: left;
				padding: 10px;
				width: 240px;
				}
				
			#footer .footer-widget:last-child {
				width: 250px;
				}
				
				#footer ul li {
					
					}
					
					#footer ul li ul li {
						padding: 0px;
						width: auto;
						}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('_assets/img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('_assets/img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('_assets/img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('_assets/img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('_assets/img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('_assets/img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('_assets/img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('_assets/img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('_assets/img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('_assets/img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('_assets/img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('_assets/img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('_assets/img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('_assets/img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('_assets/img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('_assets/img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_assets/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



#comments {
background: #e7eee3;
			border-top: 0;
			border-left-color: #90a186;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-top-left-radius: 0px;
			-moz-border-radius-topleft: 0px;
			-webkit-border-top-left-radius: 0px;
			min-height: 400px;
			overflow: hidden;
			padding: 0 0 19px;
			position: relative;
			width: 790px;
			margin-left: 170px;
			}


