/*



Theme Name: display



Theme URI: http://example.com



Description: Customised theme for Display Solutions



Author: TML Web Design



Author URI: http://www.tmlwebdesign.co.nz



version: 1.0



*/







/* basics */







* {
	margin:0;
	padding:0;
}
body {
	background: #00664b url('http://74.53.53.200/~display/wp-content/themes/display/images/bg2.jpg') no-repeat;
	background-position: 50% 0%;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 0;
}
/* use the below in replace of the above if you want a centered background graphic */







/*



body {



background: url(http://74.53.53.194/~tmlweb08/dev/wp-content/themes/TML-2L/images/bg.gif) top no-repeat;



font-family: verdana, arial, tahoma, sans-serif;



font-size: 12px;



margin: 0;



padding: 0



}



*/







h1 {
	font-size: 14px;
}
h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16px;
	font-weight: bold;
	color: #08122E;
	margin-top: 8px;
}
h2.archivetitle {
	margin: 15px 0 0 15px;
}
h3 {
	font-size: 12px;
	margin-top:10px;
}
h4 {
	font-size: 9px;
}
/* images and misc. */







img {
	border: none;
	padding: 0px;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 5px;
}
img.right {
	float: right;
	border: none;
	padding: 5px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
/* links */







a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: none;
	border: none;
}
/* container */







#container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 6px 6px 6px;
	background:transparent;
	color:#fff;
	overflow: visible;
}
/* header */







#header2 {
	background: transparent;
	width: 960px;
	height: 148px;
	color: #fff;
}
#header2 h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 120px 0 0 16px;
}
#header2 h1 a {
	color: #404040;
	text-decoration: none;
}
#header2 h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header2 h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 18px;
}
#header2 img {
	-moz-box-shadow: 7px 5px 8px #025e45;
	-webkit-box-shadow: 7px 5px 8px #025e45;
	box-shadow: 7px 5px 8px #025e45;
}
/* main menu */







#menu {
	background: transparent;
	font-family: verdana, arial, times, serif;
	font-size: 10px;
	width: 100%;
	height:24px;
}
#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: left;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
#menu ul li a:hover {
	color:#333;
}
#menu .current_page_item a {
	color:#333;
}
/* content */



#content {
	float: left;
	width: 73%;
	margin-top: 0px;
	margin-left: -10px;
	min-height: 400px;
}
.post {
	margin: 0 10px 0 0px;
	padding: 10px 10px 10px 0px;
	line-height: 14pt;
}
.post h2 {
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.post h3 {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0px 20px 0px 0px;
	width: 615px;
	border-bottom: 1px solid #fff;
}
.post h2 a {
	color: #08122E;
	text-decoration: none;
}
.post h2 a:hover {
	color: #666;
	text-decoration: none;
}
.post p {
	font-size: 12px;
}
.post a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
.post a:hover {
	color: #fff;
	border: none;
	text-decoration: none;
}
.post ul {
	list-style-type: none;
	list-style-image:none;
	list-style-position:outside;
	margin-left:20px;
	text-indent:-9px;
}
.post li {
}
.post li:before {
	content: " - ";
}
.entry p {
	margin:12px 0;
}
.postmetadata {
	clear: both;
	border-top: 1px dotted #A2A2A2;
	padding:6px 0;
	margin-top: 16px;
}
p.postmetadata {
	font-size: 10px;
	font-weight: bold;
}
.navigation {
	font-size:11px;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
	margin: 10px 10px 0px 0px;
}
.alignright {
	float:right;
	margin:25px;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* sidebar */



textarea {width:273px;}



#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10px;
	width: 150px;
	float:left;
	margin: 12px 0 20px 0;
	padding: 0;
}
#sidebar h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding: 0;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 10px;
	list-style-type: square;
	color: #898989;
}
/* comments */



#commentssection {
	clear: both;
	padding: 0px 12px;
	margin: 0 10px 0 0;
}
#commentssection h3 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
#commentform {
	margin: 0px 12px 10px 12px;
	padding:5px;
	border-top: 1px dotted #A2A2A2;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: underline;
	line-height: 14px;
}
#commentform h3 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}
#submit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 10px 0px;
	border: none;
	background-color: #000;
	color: #fff;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 5px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: none;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: underline;
}
/* search */







#searchform {
	padding: 6px 0 6px 0px;
	margin: 0;
	font-family: verdana, arial, times;
}
#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}
/* footer */







#footer {
	background: #0B1224 url('http://74.53.53.200/~display/wp-content/themes/display/images/footer-bg.gif') repeat-x;
	clear: both;
	width: 100%;
	height: 258px;
	margin-top:15px;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	position: relative;
	z-index: 100;
}
#footer p {
	width: 1100px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto 0px auto;
	color: #00a77e;
}
#footer a {
	color: #00a77e;
	text-decoration: none;
	border-bottom: 1px dotted #00a77e;
}
#footer a:hover {
	color: #00a77e;
	text-decoration: none;
	border: none;
}
#nav {
	position: absolute;
	top: 0;
	z-index: 98;
	margin: 0;
}
#feature-left, #feature-middle, #feature-right {
	background: url('http://74.53.53.200/~display/wp-content/themes/display/images/feature-bg.png') no-repeat;
	width: 208px;
	height: 485px;
	float: left;
	margin: 20px 17px 20px 0px;
}
#feature-left h1, #feature-middle h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	padding: 20px 10px 0px 10px;
	min-height: 40px;
}
#feature-right h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	padding: 20px 10px 0px 10px;
	min-height: 40px;
	letter-spacing: -0.5px;
}
#feature-left img, #feature-middle img, #feature-right img {
	margin: 0px 5px 10px 8px;
	background: transparent;
	-moz-box-shadow: 5px 5px 8px #025e45;
	-webkit-box-shadow: 5px 5px 8px #025e45;
	box-shadow: 5px 5px 8px #025e45;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#025e45', Direction=145, Strength=5);
}
#feature-left p, #feature-middle p, #feature-right p {
	font-size: 13px;
	line-height: 17px;
	font-family: "Arial";
	text-align: left;
	padding: 0px 10px 0px 13px;
}
#note-clip {
	position: absolute;
	bottom: -203px;
	right: 25px;
	z-index:97;
	margin: 0;
}
.clients-say a{
	position: absolute;
	top: 307px;
	right: 0;
	z-index:97;
	margin: 0;
	height: 0;
	overflow: hidden;
	padding: 217px 0 0 0;
	float: right;
	background: url(images/whatourclientssay_button_s1.png) no-repeat;
	width: 235px;
	border-bottom: none!important;
}
.cool-stuff a{
	position: absolute;
	top: 524px;
	right: 0;
	z-index:97;
	margin: 0;
	height: 0;
	overflow: hidden;
	padding: 148px 0 0 0;
	float: right;
	background: url(images/reallycoolstuff_button_s1.png) no-repeat;
	width: 235px;
	border-bottom: none!important;
}
.buttons {
	width: 1050px;
	background: transparent;
	margin: 0 auto 0 auto;
	height: 3px;
	position: relative;
	bottom: 0;
	z-index: 4;
}
#wrapper {
	width: 1200px;
	background: transparent;
	margin: 0 auto 0 auto;
	height: 3px;
	position: relative;
	bottom: 0;
	z-index: 4;
}
#contact-left {
	width: 320px;
	margin: 0px 10px 0px 0px;
	float: left;
	font-size: 12px;
	color: #fff;
	font-family: "Arial";
	line-height: 18px;
}
#contact-right {
	width: 300px;
	margin: -40px 10px 0px 0px;
	float: left;
	font-size: 12px;
	color: #fff;
	font-family: "Arial";
	line-height: 18px;
}
#page-bg {
	background: url('http://74.53.53.200/~display/wp-content/themes/display/images/page-bg.png') no-repeat;
	width: 640px;
	min-height: 620px;
	margin: 0px 0px 0px -30px;
	padding: 15px 20px 15px 25px;
}
#page-bg td {
	padding: 10px 10px 15px 15px;
	background: #01785a;
}
#page-bg img {
	border: 1px solid #fff;
}
#specials {
	position: absolute;
	bottom: -203px;
	right: 25px;
	z-index:99;
	margin: 0;
}
#hometext {
	margin: 20px 0px 20px 0px;
	font-size: 12px;
	line-height: 14pt;
	text-align: center;
	color: #fff;
}
td {
	padding-bottom: 15px;
}
#popup {
	color: #000;
	padding: 10px;
	text-align: left;
	margin: 0;
	border: #e13334 solid 1px;
}
#popup p {
	line-height: 150%;
	margin: 0 0 7px 0;
}
#popup h2 {
	color: #000;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 280px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url(images/arrows.png);
		width: 28px;
		height: 28px;
		top: 120px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: 10px;
		z-index: 9999;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -28px;
	}
	
	.showcase-arrow-next
	{
		right: 10px;
		background-position: -28px 0;
		z-index: 9999;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -28px -28px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url(images/plus.png);
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -24px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

