/*
Theme Name: Temple Creative Theme
Theme URI: http://www.templecreative.com
Description: The official Temple Creative Wordpress theme
Author: Designed by Dijon Correia and implemented by Jon van Rooyen
Author URI: http://www.templecreative.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

/*body {
	background:#a8a7a3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}*/
	
body {
	height: 100%;
	background: url(images/header-bg.jpg) repeat-x;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
h1 {font-size: 16px; margin-bottom:8px;}
h2 {font-size: 14px;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.defaultwidth {
	width: 790px;
	margin: auto;
}

.white {
	color: #fff;
}
.redtext {
	color: #911e20;
}
.largertext {
	font-size: 14px;
	font-weight: bold;
}
.largesttext {
	font-size: 16px;
	font-weight: bold;
}

h1.bizcard-heading {
	background-image:url(images/bizcard-heading.png);
	background-repeat:no-repeat;
	font-size:19px;
	min-height:48px;
	padding-left:60px;
	padding-top:5px;
}

/* Font Customisation */
@font-face {
	font-family: 'Delicious Heavy';
	src: url('Delicious-Heavy.eot');
	src: local('Delicious Heavy'), local('Delicious-Heavy'), url('Delicious-Heavy.svg#Delicious-Heavy') format('svg'), url('Delicious-Heavy.otf') format('opentype');
}

/* links */

a{
	color:#911E20;
	text-decoration:underline;
	}

a:hover{color: #ac696a;text-decoration: underline;}

/* Container Classes */

.container-content {
	background: #e7e6e2;
	float:left;
	width:100%;
}

/* container */


#container {
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

/*#header {
	background-image: url('images/header-shadow.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 157px;
	}

	#header .container-header {
		background-image: url('images/bg-header.jpg');
		background-repeat: no-repeat;
		height: 157px;
		position: relative;
	}
		#header .container-header .logo {
			float:left;
			width:159px;
			height:80px;
		}
		#header .container-header .slogan {
			float:left;
			font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size:19px;
			margin-left:43px;
			margin-top:20px;
			width:515px;
		}
		
		#header .container-header .slogan {
			float:left;
			font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
			color:#b8b8b6;
			font-size:13px;
			line-height:80px;
		}*/
		
/*	##################################
   	HEADER - NEW
	################################## */
#header {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

#header-top {
	margin: 0 auto;
	height: 81px;
}

#logo-wrap {
	float: left;
	width: 539px;
	height: 81px;
}

a.logo {
	float: left;
	display: block;
	width: 159px;
	height: 81px;
	background: url(images/logo.png) no-repeat top left;
}

#header .slogan {
			float:left;
			width: 380px;
			font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
			color:#b8b8b6;
			font-size:12px;
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing:-0.5pt;
			padding:20px 0 0;
		}		

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */
#menu-wrap {
	float: left;
	width: 250px;
	height: 81px;
}

#menu {
	color: #FFFFFF;
	font-size: 8pt;
	overflow:hidden;
	padding: 22px 0px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	height:32px;
	list-style-type:none;
	margin:0 0;
	padding:3px 0 0;
	text-align:center;
	width:100px;.
}
#menu ul li.current_page_item {
	background-image:url(images/nav-speechbubble.png);
	background-repeat: no-repeat;
	background-position: center;
}
	#menu ul li.current_page_item a {
		color: #494f57;
		text-shadow: #FFFFFF 0px 1px 0px;
	}

#menu ul li a {
	padding:2px 10px;
	margin: 0;
	color: #FFFFFF;
	display:block;
	font-size: 16px;
	font: 18px 'Delicious Heavy', Arial, sans-serif;
	text-decoration: none !important;
}

#menu ul li a:hover {
	text-decoration: none;
}

/*	##################################
   	SLIDESHOW
	################################## */

#display {
	position: relative;
	width: 790px;
	height: 319px;
	margin: 0 auto 0;
	z-index: 1;
	overflow: hidden;
}

.slide {
	width: 790px;
	height: 319px;
	background: transparent;
    z-index: 4; 
    opacity: 1;
}

.hide {
	display: none;
}

.display-text {
	padding: 20px 0 0;
	color: #6f6f6f;
}

.display-img {
	
}

.display-img img {
	border: none;
}

.display-img a img {
	text-decoration: none;
}

.no-shadow {
	background: none!important;
}

#controller-wrap {
	position: relative;
	width: 790px;
	height: 10px;
	top: -4px;
	left: 12px;
	margin: 0 auto 0;
	z-index: 5;
}

#controller {
	position: relative;
	width: 790px;
	margin: 0 auto;
}

#controller #prev {
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 30px;
	outline: none;
	cursor: pointer;
}

#controller #next {
	position: absolute;
	bottom: -10px;
	left: 30px;
	width: 30px;
	outline: none;
	cursor: pointer;
}

/*	##################################
   	QUICK LINKS
	################################## */
	
#quick-links {
	margin: -2px auto 0;
	width: 790px;
	height: 69px;
}

#quick-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quick-links ul li {
	float: left;
}

a.qlink01 {
	display: block;
	width: 326px;
	height: 69px;
	background: url(images/qlink01.png) no-repeat top left;
}

a:hover.qlink01 {
	background-position: bottom right;
}

a.qlink02 {
	display: block;
	width: 315px;
	height: 69px;
	background: url(images/qlink02.png) no-repeat top left;
}

a:hover.qlink02 {
	background-position: bottom right;
}

a.qlink03 {
	display: block;
	width: 149px;
	height: 69px;
	background: url(images/qlink03.png) no-repeat top left;
}

a:hover.qlink03 {
	background-position: bottom right;
}	

/* Promotional Space */

.promotion-container .upper {
	background-color: #44d2df;
	height: 220px;
	position: relative;
}
	.promotion-container .upper .spotlight {
		background-image: url(images/bg-promoarea.png);
		background-repeat: no-repeat;
		background-position: center;
		height: 220px;
	}
		.promotion-container .upper .spotlight .buzzphrase {
			float: left;
			margin-top: 46px;
			margin-right: 12px;
		}
.promotion-container .lower {
	background-color: #FFFFFF;
	background-image: 
	height: 60px;
	position: relative;
	border-bottom: solid 1px #d2d2ce;
}
	.promotion-container .lower .actionarea {
		background-image: url(images/promopic-base.png);
		background-repeat: no-repeat;
		background-position:405px 0;
		height: 51px;
		padding-top: 9px;
	}


/* Forms */
.cform {
	width: auto !important;
}
.cform textarea, .cform input {
	width: 357px !important;
}
.cform legend {
	font-size:13px !important;
	letter-spacing: inherit !important;
	color: inherit !important;
}
.cform label {
	font-size: inherit !important;
	width:159px !important;
	color: inherit !important;
}
.cform label span {
	width: auto !important;
}
ol.cf-ol {
	padding: 0px !important;
	border-color: inherit !important;
}
ol.cf-ol li.textonly {
	letter-spacing: inherit !important;
	margin-top: 5px !important;
	color:inherit !important;
}
ol.cf-ol li.fieldset-description {
	padding-left: 0px !important;
}
ol.cf-ol li.field-tip {
	background-color:#FFFFFF !important;
	border:1px solid #DDDDDD !important;
	font-size:10px !important;
	margin-left:169px !important;
	padding:6px !important;
}
span.reqtxt, span.emailreqtxt {
	margin-left: 168px !important;
}
ol.cf-ol li.cf-box-title {
	color: inherit !important;
	padding: 0px !important;
	letter-spacing: inherit !important;
}
ol.cf-ol li.cf-box-group {
	padding-left: 178px !important;
}
input.cf-box-a, input.cf-box-b {
	width: 16px !important;
}
label.cf-after {
	width: auto !important;
}
label.cf-after span {
	width: auto !important;
}
.linklove {
	display: none !important;
}

/* Notices */
.notice {
	padding: 5px;
	border: solid 1px #CCCCCC;
}
	.notice p {
		color: #911e20 !important;
	}


/* content */


#content {
	float: right;
	width:561px;
	overflow: hidden;
	margin:12px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
	margin-bottom:10px;
	margin-left:22px;
	margin-top:10px;
}

.post li {}

.entry p{margin:12px 0;}

.container-panel {
	padding-top: 15px;
	background-image: url(images/bg-panelheader.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	color: #494f57;
}
	.container-panel .inner {
		background-color: #f1f1f1;
		border: solid 1px #dbdbdb;
		padding:7px 12px 5px;
	}


/* No Template */
#no-template {
	background-color: #E7E6E2;
}
#no-template .container-content {
	margin-top: 20px;
}
#no-template #content {
	float: none !important;
	margin: auto !important;
}	
	
/* Testimonials */

.testimonials {
	margin-bottom: 10px;
}
	.testimonials h1 {
		margin: 0px;
		margin-bottom: 12px;
	}
	.testimonials h2 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.testimonials p {
		margin: 0px;
	}
	.testimonials p.name {
		text-align: right;
		font-weight: bold;
	}
	.testimonials p.web {
		text-align: right;
	}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:204px;
	float:left;
	margin:12px 0 0;
	padding: 0;
	}

/*#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}*/

#sidebar label{
	display:block;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:6px 0 0;
	padding:0;
}

#sidebar form .button {
	margin-top: 5px;
}
#sidebar form input.text {
	width:187px;
}
#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin-top: 12px;
	padding:0;
	}

#sidebar ul li {
	border:1px solid #CCCCCC;
	line-height:14pt;
	list-style-type:none;
	margin:0 0 5px;
	padding:3px;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
#sidebar .container-panel .inner {
	padding-left:6px;
	padding-right:6px;
}

/* Tables */
table.bizcard-features {
	width: 400px;
	margin-top:10px;
}
	table.bizcard-features td.icons {
		width: 40px;
	}
	table.bizcard-features td.caption {
		width: 360px;
	}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#a8a7a3;
	background-image: url(images/bg-footershadow.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

