@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Kenzan
Theme URI: www.kenzan.com.au
Description: Kenzan - custom wordpress theme
Author: TITAN WEBWORKS
Author URI: http://www.titanwebworks.com
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* RESET END */

/* HELP ME SHOW A BLOCK PLEASE! */
article, aside, details, figcaption, figure,   footer, header, hgroup, menu, nav, section {
	display: block;
}
/* blockout end */

/*PRE code */
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/*Pre code end */


/*Master Styles BEGIN*/
@include 'lionbars.css';

/*body and any global styling*/
body {
	background:#FFF url(images/common/body-bg.png) top center repeat-y fixed;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
/*wrapper*/
#wrapper {
	width:100%;
	margin:0 auto;
}
/*FRONT PAGE STYLING*/
header#frontpageheader {
	width:100%;
	height:25px;
	position:relative;
	margin:0 auto;
	max-width:1366px
}
#fp_logo {
	position:absolute;
	top:200px;
	margin-left:20px;
	z-index:2;
	}
#fp_container {
	width:100%;
	background:rgb(83,71,65) url(images/common/crest03.png) bottom center scroll no-repeat;
	height:590px;
	position:relative;
	margin:0 auto;

}
#fp_main {
	width:960px;
	background:/*rgb(83,71,65) url(images/common/crest02.png) bottom left scroll no-repeat*/; 
	height:550px;
	position:relative;
	margin:0 auto;

}
#fp_contentwindow {
	position:absolute;
	width:940px;
	bottom:30px;	
	margin:0;
		z-index:2;


	}
#welcome_message {
	display:none;
	position:absolute;
	left:0;
	width:650px;
	height:130px;
	background: rgba(83,71,65,.7);
	border:rgba(999,999,999,.75) 1px solid;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:20px 15px 5px 15px;
	box-shadow:5px 5px 7px rgba(0,0,0,.4);

}
#welcome_message p {
	line-height:1.3em;	
	margin-bottom:10px;	
	
	}
#fp_menu_links {
	position:absolute;
	left:0px;
	bottom:12px;
	width:620px;
	height:25px;
	background: rgba(83,71,65,.7);
	border:rgba(999,999,999,.75) 1px solid;
	color:rgb(211,164,80);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:5px 0px 5px 0px;
		z-index:2;
	text-align:center;

}
#fp_menu_container{
	width:620px;
	}
#fp_menu_links div{
float:left;
padding:0px 43px;
}
#fp_menu_links a, #fp_aside a {
		color:rgb(211,164,80);
text-decoration:none;
	
	}
#fp_menu_links a:hover, #fp_aside a:hover{
	text-decoration:underline;
	color:#FFF;
	
	}	
#fp_aside_mobile {
	display:none;
}
#fp_aside {
position:absolute;
	top:48px;
	right:-2px;
	min-width:780px;
	height:25px;
	background: rgba(83,71,65,.7);
	border:rgba(999,999,999,.75) 1px solid;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:10px 0px 5px 0px;
	z-index:2;
	text-align:center;

}
#fp_message {
	position:absolute;
	top:150px;
	right:90px;
	max-width:420px;
	min-height:80px;
	background: rgba(63,51,45,.9);
	border:rgba(999,999,999,.75) 1px solid;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:5px 10px 5px 10px;
	box-shadow:5px 5px 7px rgba(0,0,0,.4);
	z-index:2;

}
#fp_message .textwidget a {
	color:rgba(244,174,66,1.00);	
}

/*MASTER2-PAGE STYLING*/	
header#mainheader {
	width:960px;
	height:140px;
	position:relative;
	margin:0 auto;
}
/*MAIN NAVIGATION */
.skip-link {
	display:none;
}
.skip-link:focus {
	display: inline;
}
.mobilenav {
	display:none;
}
#navigation {
	width:100%;
	height:32px;
	color:rgb(211,164,80);
}
#navigation nav {
	margin: 0 auto;
	border: none;
	font-size:14px;
	text-align:center;
	height:25px;
	width:960px;
	position:relative;
	color:rgb(211,164,80);
}
#navigation nav ul {
	width:880px;
}
#navigation nav .menu-header, div.menu {
	float: left;
	margin: 1px 0 0 0;
	border: none;
	font-size:16px;
	text-align:center;
	height:25px;
	width:100%;
}
#navigation nav .menu-header ul, div.menu ul {
	margin: 0;
	padding: 0;
	z-index:10;
	border:none;
}
#navigation nav .menu-header li, div.menu li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	height:44px;
	top:-1px;
	font-weight:bold;
}
#navigation nav a {
	color:rgb(83,71,65);
	display: block;
	line-height: 3em;
	padding: 0 ;
	text-decoration: none;

}
#navigation nav ul ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	float: left;
	width: 8em;
	z-index: 99999;
	background:none;
		box-shadow:5px 5px 7px rgba(0,0,0,.4);

}
#navigation nav ul ul li {
	width: 8em;
	height:44px !important;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	border-bottom:#CCC 1px solid;
}
#navigation nav ul ul ul {
	left: 8em;
	top: -1px;
	display:none;
}

#navigation nav ul ul ul a{
		border-top:#CCC 1px solid;
		border-bottom:#CCC 1px solid;

}
#navigation nav ul a {
color:#FFF;
}
#navigation nav ul ul a {
	line-height: 3em !important;
	width: 8em;
	font-weight:bold;
	background:rgba(83,71,65,.8);
	height:44px;
			color:rgb(211,164,80);

	
}

#navigation nav li:hover > a {
		color:rgb(83,71,65);
		background:rgba(211,164,80,.8);
}
#navigation nav ul ul :hover > a {
	color:rgb(83,71,65);
	background:rgba(211,164,80,.8);
	background-attachment:none;
}
#navigation nav ul li:hover > ul {
	display: block;
}
#navigation nav ul li.current_page_item > a, #navigation nav ul li.current-menu-ancestor > a, #navigation nav ul li.current-menu-item > a, #navigation nav ul li.current-menu-parent > a {
		color:rgb(211,164,80);
}
#navigation nav ul li.current_page_item:hover > a, #navigation nav ul li.current-menu-ancestor:hover > a, #navigation nav ul li.current-menu-item:hover > a, #navigation nav ul li.current-menu-parent:hover > a {
	color:rgb(83,71,65);
}
#navigation nav ul ul li.current_page_item > a, #navigation nav ul ul li.current-menu-ancestor > a, #navigation nav ul ul li.current-menu-item > a, #navigation nav ul ul li.current-menu-parent > a {
	color:rgb(83,71,65);
}
* html #navigation nav ul li.current_page_item a, * html #navigation nav ul li.current-menu-ancestor a, * html #navigation nav ul li.current-menu-item a, * html #navigation nav ul li.current-menu-parent a, * html #navigation nav ul li a:hover {
	color: #fff;
}
/* END NAVIGATION */
#header h1, #site-description {
	display:none;
}
#logo01 {
	position:absolute;
	left:20px;
	top:20px;
}
#main_container {
	width:100%;
	background:/*rgb(28,20,20)*/ rgb(83,71,65) url(images/common/crest03.png) bottom center scroll no-repeat;
	min-height:550px;
	position:relative;
	margin:0 auto;
	padding:0 0 20px 0;
}
#main {
	width:960px;
	min-height:550px;
	position:relative;
	margin:0 auto;
	margin-top:16px;
	
}
/* FOOTER */
#mainfooter {
	width:960px;
	height:50px;
	position: relative;
	margin:0 auto;
	bottom:0;
}
#mainfooterleft {
	width:400px;
	position:absolute;
	left:10px;
	top:10px;
}
#mainfooterleft p {
	font-size:10pt;
	margin-bottom:5px !important;
}
#mainfooterright {
	width: 265px;
	height:20px;
	position:absolute;
	top:10px;
	right:0px;
}

#titanfooter {
	display:none;
	margin:0 auto;
	font-size:9px;
	width:140px;
	padding-top:10px;	
}
#frontpageribbon {
	position:absolute;
	bottom:-35px;
	right:-15px;
	width:280px;
	height:160px;
background:url(http://www.kenzan.com.au/wp-content/uploads/2016/02/GFG2016-Ribbon.png);	
z-index:1;
}
#frontpageribbon a{
	display:block;
width:280px;
height:160px;	
}
/*MAIN CONTENT WINDOW - STYLIN'*/

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main table, #main cite, #main ol, #main ul {
	margin-bottom:20px;
}
#main h1 {
	font-size:20px;
}
#main h2 {
	font-size:18px;
	font-weight:bold;
}
#main h3 {
	font-size:18px;
	text-decoration:underline;
}
.page h3, .page h3 a {font-size:24px; text-decoration:none !important; color:rgb(221,164,80); }
#main h4 {
	font-size:16px;
	font-weight:bold;
}
#main h5 {
	font-size:16px;
	text-decoration:underline
}
#main h6 {
	font-size:14px;
	font-weight:bold;
}
#main p {
	font-size:13px;
}
#main a {
	color:#C93;
}
#main cite {
	margin-left:40px;
	margin-right:40px;
}
/* One Column - full(ish) width with no sidebar*/

#content1col {
	width:auto;
	margin:0 10px;
	padding:10px 0;
	line-height:1.3em;
}
#content1col h3 {
	margin-bottom:20px;
}
#content1col p {
}
/* Two Column - main with Sidebar*/
#content2col {
	width:auto;
	margin:0 10px;
	padding:10px 300px 10px 0px;
	line-height:1.3em;
}
#content1col table, #content2col table {
	width:550px;
	margin:20px auto;
}
#content1col td, #content2col td, #content1col th, #content2col th {
	border: #999 1px solid;
	text-align:center;
	font-size:13px;
}
#content1col th, #content2col th {
	color:#FFF;
	background-color:#000;
}
.sidebar {
	position:absolute;
	top:12px;
	right:10px;
	width: 245px;
	margin: 0 0 0 10px;
	min-height:400px;
	font-size: 14px;
	list-style: none;
	background:url(images/common/page_bg.jpg);
	padding:20px;
	box-shadow:5px 5px 3px rgba(0,0,0,.4);

}
.sidebar h4{font-size:18px !important; text-decoration:none !important; color:rgb(221,164,80); font-weight:normal !important;}
.sidebar p, .sidebar td{font-size:12px;}
.sidebar table{ width:245px !important;}
.sidebar th{background-color:rgb(83,71,65) !important;}
.sidebar a{	color:rgb(211,164,80);
text-decoration:none;}
.sidebar a:hover{ text-decoration:underline;}



/*PAGE Styling */

#page_styling {
	width:960px;
border:rgba(999,999,999, .6) 2px solid;	
background:rgba(999,999,999,.3);
min-height:510px;
	box-shadow:5px 5px 7px rgba(0,0,0,.4);
	padding:none;
	
}

.post {
	margin: 0;	
	background: top center repeat;
	background-image:url(images/common/sitting-man.png), url(images/common/page_bg.jpg);
	background-position: center, center top;
	background-repeat: no-repeat, repeat;
	padding:20px;
	min-height:510px;
	overflow: auto;
box-shadow:5px 5px 3px rgba(0,0,0,.4);

}
.post h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px !important;
	color:rgb(211,164,80);
	font-weight:lighter !important;
	
}


/*Front Page Image Changer */
#fpimagechanger {
	height:520px;
	width:960px;
	border:#FFF 1px solid;
	box-shadow:5px 5px 3px rgba(0,0,0,.4);
}
ul.slideshow {
	list-style:none;
	width:960px;
	height:520px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:1;	
}

ul img {
	border:none;	
}

table.menu {
	width:800px !important;
	border:none !important;
	text-align:left !important;
	margin-left:80px !important;
	
	}
table.menu td {
	border:none !important;
	text-align:left !important;
	padding-bottom:12px;
	
	}
table.menu td h5 {
	margin:5px 0px;
	text-decoration: none !important;
	font-size:13px !important;
	font-weight:bold;
	
	}
	
.printfriendly a {
		color:rgb(211,164,80);
		text-decoration:none;
	}
.printfriendly a:hover {
		text-decoration:underline;
	}

.christmas-trading {
border:#333 solid 1px;
color:#fff;
}
.christmas-trading .ct-red {
background-color:#FF0004;
}
.christmas-trading .ct-blue {
background-color:#3F52C1;
}
.christmas-trading .ct-black {
background-color:#000;
}
.christmas-trading .ct-black-text {
color:#000;
}