/*
Theme Name: Boylen Media T101
Description: This wordpress theme is designed and developed by Boylen Media, Inc.
Author: Boylen +
Author URI: http://www.boylen.com.au/
Tags: custom header, custom background, custom banner, plugins, widgets ready, AJAX, Jquery
	bmmi_template1 v 1.0
	http://www.boylen.com.au/
	This theme was designed and built by Boylen Media
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Global RESET */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: Rockwell,Tahoma,Geneva,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	 background-attachment: scroll;
    background-color: #CDCDCD;
    background-image: url("images/bodybk.jpg");
    background-position: left top;
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

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; }

a { color:#2F85C4; text-decoration: none; }


h2 { font-size: 24px; font-weight: bold; }
h3 { font-size: 15px; font-weight: bold;padding-top:10px; }

h4, h4.news-title { font-size: 18px; padding: 0; margin: 0; font-weight:bold; color: #333;}

h4.news-title a { color: #333; }

.clearer    {
	clear: both;
	font-size: 1px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */



a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}



/* Template style */
#wrapper {
	margin: 20px auto;
	padding: 0;
}

#header {
	display: block;
	padding: 0;
}



#logo-holder, h1#heading-logo {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

h1#heading-logo a{ display:block; }

.hide-text { text-indent: -5000px; }

#site-description {
	font-size: 14px;
	clear: both;
	display: block;
}

/*additional */
#primary-header-widget-holder { clear:both; width: 100%; }
#primary-header-widget-holder h3{ font-size: 15px; }
#primary-header-widget-holder ul li { list-style-type: none; }
.widget-container-header-inner { float: right; padding: 0 10px; }
.widget-container-header-inner ul ul { margin-left: 15px; font-size: 12px; }
.post_container{ width: 630px; float: left;}
.content-native{padding: 0 20px 10px 20px; overflow: auto;}
#content-area-home {
	clear: both;
	padding-top: 0;
}
.alignLeft { float: left; }
.alignRight { float: right; }

.fullwidth { width: 100% !important; }
.fullwidth .widget-container-header-inner { float: left !important; padding: 0 !important; }
div.wpcf7 {
    float: right;
    margin: 0;
    padding: 0;
    width: 360px;
}


ul#banner-no-jquery {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#banner-no-jquery li { display: table-cell; text-align: center; overflow:hidden;}
/* =Menu
-------------------------------------------------------------- */
#access {
	float:left;
	margin: 0 auto;
	width: 917px;
	padding-top: 7px;
}

#access .menu-header,
div.menu {
	font-size: 18px;
	width: 100%;
	font-weight: normal;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	width: 100%;
	display:table;
}

#access .menu-header li,
div.menu li {
	float:left;
	text-align:center;
/*	background:url(images/separtor.png) top left no-repeat;*/
}

#access .menu-header li:first-child,
div.menu li:first-child {
	background: none;
}

div.menu li a{ text-transform:uppercase; }

#access a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 10px 65px;
	text-decoration: none;
	text-transform:uppercase;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #666666;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-size: 12px;
	color: #FFF;
}

#access li:hover > a,
#access ul ul :hover > a {
	color:#CCC !important;
}

#access ul li:hover > ul { display: block; }

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #2D7DB9;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #2D7DB9;
}
/*#access .menu-header li:first-child a{padding-left: 50px;}*/ 

#access ul ul { padding-bottom: 0; }

.menu-container-block { background-color: #666666; }

#fullwidth-menu-container {
	width: 100%;
	clear: both;
	padding: 0;
}

#fullwidth-menu-container #access { padding: 0; }

#fullwidth-menu-container #access ul ul a {
	background: #666666;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	border-top: solid 1px #CCC;
}

#fullwidth-menu-container #access ul a { color: #FFF; }
a.readmorsub { color: #000099; }
/* ------------------------------------------------------------------ */
#fullwidth-menu-container #access ul li:hover > a { color: #FFF; }

#fullwidth-menu-container #access ul ul li:hover > a { color: #FF9; }


#content-area {
	clear: both;
	font-size: 14px;
}


#sidebar {
	float: left;
	width: 30%;
	overflow: hidden;
}



#rightsidebar {
	float: right;
	width: 30%;
	overflow: hidden;
}

.three-column {	width: 22% !important; }



#sidebar .menu ul li, #rightsidebar .menu ul li  {
	width: 98%;
	background-color: #d7d9de;	
}



#sidebar .menu-header,
#sidebar div.menu,
#rightsidebar .menu-header,
#rightsidebar div.menu {
	float: left;
	clear: both;
	font-size: 14px;
	width: 100%;
	font-weight: normal;
	padding-bottom: 10px;
}

#sidebar .menu-header ul,
#sidebar  div.menu ul,
#rightsidebar .menu-header ul,
#rightsidebar  div.menu ul {
	list-style: none;
	margin: 0;
	width: 98%;
}

#sidebar .menu-header li,
#sidebar div.menu li,
#rightsidebar .menu-header li,
#rightsidebar div.menu li {
	float: left;
	padding: 0 5px;
}

#sidebar div.menu li a,
#rightsidebar div.menu li a {
	text-transform:uppercase;	
}



#sidebar div.menu a, 
#rightsidebar div.menu a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

#sidebar div.menu ul ul, 
#rightsidebar div.menu ul ul {
	display: none;
	z-index: 99999;
}

#sidebar div.menu ul ul li, 
#rightsidebar div.menu ul ul li {
	min-width: 180px;
}

#sidebar div.menu ul ul ul, 
#rightsidebar div.menu ul ul ul {
	left: 100%;
	top: 0;
}

#sidebar div.menu ul ul a, #rightsidebar div.menu ul ul a {
	background: #d7d9de;
	line-height: 1em;
	padding: 10px;
	width: 90%;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#sidebar div.menu li:hover > a,
#sidebar div.menu ul ul :hover > a,
#rightsidebar div.menu li:hover > a,
#rightsidebar div.menu ul ul :hover > a {
	background: #b1bc18;
	color: #FFF;
}

#sidebar div.menu ul li:hover > ul, 
#rightsidebar div.menu ul li:hover > ul{
	display: block;
}

#sidebar div.menu ul li.current_page_item > a,
#sidebar div.menu ul li.current-menu-ancestor > a,
#sidebar div.menu ul li.current-menu-item > a,
#sidebar div.menu ul li.current-menu-parent > a, 
#rightsidebar div.menu ul li.current_page_item > a,
#rightsidebar div.menu ul li.current-menu-ancestor > a,
#rightsidebar div.menu ul li.current-menu-item > a,
#rightsidebar div.menu ul li.current-menu-parent > a {
	background: #b1bc18;
	color: #FFF;
}

* html #sidebar div.menu ul li.current_page_item a,
* html #sidebar div.menu ul li.current-menu-ancestor a,
* html #sidebar div.menu ul li.current-menu-item a,
* html #sidebar div.menu ul li.current-menu-parent a,
* html #sidebar div.menu ul li a:hover, 
* html #rightsidebar div.menu ul li.current_page_item a,
* html #rightsidebar div.menu ul li.current-menu-ancestor a,
* html #rightsidebar div.menu ul li.current-menu-item a,
* html #rightsidebar div.menu ul li.current-menu-parent a,
* html #rightsidebar div.menu ul li a:hover {
	background: #b1bc18;
	color: #FFF;
}

#sidebar div.menu ul ul, #rightsidebar div.menu ul ul { padding-bottom: 0; }

* html #sidebar div.menu ul li.current_page_ancestor a,
* html #sidebar div.menu ul li.current_page_parent a,
#sidebar div.menu ul li.current_page_ancestor > a,
#sidebar div.menu ul li.current_page_parent > a, 
* html #rightsidebar div.menu ul li.current_page_ancestor a,
* html #rightsidebar div.menu ul li.current_page_parent a,
#rightsidebar div.menu ul li.current_page_ancestor > a,
#rightsidebar div.menu ul li.current_page_parent > a
{
	background: #b1bc18;
	color: #FFF;	
}

ul.side-ul {
	display: block;
	padding-bottom: 10px;
	clear: both;
}

ul.side-ul li.widget-container {
	padding: 5px 10px;
	background-color: #d7d9de;	
}

ul.side-ul ul ul{
	display: none;
	z-index: 99999;
	padding: 0 10px;
}


ul.side-ul a {
	padding: 5px 10px;
	display: block;
	color: #000;
	border-bottom: solid 1px #FFF;
}



ul.side-ul ul ul a { font-size: 12px; }

ul.side-ul li:hover > a {
	background: #666;
	color: #FFF;
}

ul.side-ul li:hover > ul { display: block; }

#sidebar h3, #rightsidebar h3 {
	margin: 0;
	display: block;
	font-size: 14px;
	clear: both;
	background: #b1bc18;
	color: #FFF;
	padding: 5px 10px;
}

#sidebar h3 a, #rightsidebar h3 a{
	color: #FFF;
	font-size: 14px;
	border: none;
	padding: 0;
	display: block;
}


#sidebar table, #sidebar caption, 
#rightsidebar table, #rightsidebar caption {
	width: 100%;
	display: block;
	clear: both;
	table-layout: fixed !important;
}


#sidebar table tr td, #sidebar table tr th, 
#rightsidebar table tr td, #rightsidebar table tr th { width: 13%; border: solid 1px #FFF; text-align: center;}
#sidebar table tr td a, #rightsidebar table tr td a { text-decoration: none; color: #2F85C4 ; font-weight: bold; border-bottom: none; }
ul li.cat-post-item { border-bottom: solid 1px #FFF; padding-bottom: 10px; }
ul li.cat-post-item a {
	border: none;
	color:#2F85C4;
	padding-bottom: 2px;
}

ul li.cat-post-item p {
	font-size: 11px;
	padding-left: 10px;
}

li.widget_categoryposts div.more-container { text-align: right; }
li.widget_categoryposts div.more-container a { border: none; color:#2F85C4; }


#banner-container {	padding: 0;	margin: 0; display: none;}
#banner-container img {	float: left; margin: 0; }

#content-holder { padding: 0; }
#content-holder h2 { 
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 6px;
	padding: 5px 0; 
}
.content-holder-inner { padding: 0 0 0px 0; display:block; clear: both; }
.content-holder-inner p { padding-top: 10px; }

h3.entry-title-news { font-size: 12px; }
.cpage ul {
	margin-left: 40px;
}
.content-news {
	display: block;
	clear: both;
	padding-top: 10px;
}



.content-news img {	margin-right: 10px; }
.content-news-inner { float: left; width: 75%; }
.content-aligned-left {
	float: left;
	width: 68%;
}



.content-aligned-center {
	float: left;
	width: 55%;
	margin-left: 5px;
}

.content-aligned-right {
	float: right;
	width: 68%;
}

.banner-full {
	float: right;
	width: 100%;
}

.spacer-div { width: 100%; display: block; height: 20px; clear:both; }

.home-widget-holder, .home-widget-holder-block {
	clear: both;
	display: block;
}



.home-widget-holder ul.widget-home-ul { width: 100%; padding: 0; list-style: none; }

.home-widget-holder ul.widget-home-ul li{ float: left; font-size: 12px; text-align:left; padding: 0; width: 297px; vertical-align:top; }
.home-widget-holder ul.widget-home-ul ul { margin-left: 20px; list-style-type:disc; }
.home-widget-holder ul.widget-home-ul ul li { }

.home-widget-holder ul.widget-home-ul-floats, 
.home-widget-holder ul.widget-home-ul-floats-nothix { width: 100%; display:block; padding: 0; }

.home-widget-holder ul.widget-home-ul-floats li,
.home-widget-holder ul.widget-home-ul-floats-nothix li
{	float:left; font-size: 12px; text-align:left; padding: 0; vertical-align:top; }

.home-widget-holder ul.widget-home-ul li a,
.home-widget-holder-block ul.widget-home-ul-block li a,
.home-widget-holder-block ul.widget-home-ul-floats li a, 
.home-widget-holder-block ul.widget-home-ul-floats-nothix li a 
{ text-decoration: none;; }

.home-widget-holder ul.widget-home-ul li a:hover, 
.home-widget-holder-block ul.widget-home-ul-block li a:hover, 
.home-widget-holder-block ul.widget-home-ul-floats li a:hover, 
, .home-widget-holder-block ul.widget-home-ul-floats-nothix li a:hover{ text-decoration: underline; }

ul.widget-home-ul-floats li a img:hover,
ul.widget-home-ul-floats-nothix li a img:hover {
	filter:alpha(opacity=70);
	opacity:0.7
}

.home-widget-holder ul ul{	display:inline-block; }

.home-widget-holder ul h3{
	float: left;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
}

.home-widget-holder ul h3 a { padding: 0; margin: 0; color: #FFF; font-size: 14px; }



.sub-page-container, .box-text-holder {
	margin: 0;
	padding: 0;
}

.box-text-holder{padding-top:12px!important;}

.text-holder-spage { background:#818181; padding: 5px 15px 10px 15px; margin: 0; min-height: 370px; color: #FFF; }
.text-holder-spage p { font-size: 13px !important; }
.title-templateholder { width: 100%; display: block; padding: 0 0 10px 0; }
.cnopadding p { padding-top: 0px !important; }
.readmoreholder {
	width: 100%;
	text-align: right;
}
.text-holder-spage a { color: #FFF; }
#footer {
	width: 100%;
	clear: both;
	padding: 0;
	display: block;
}
#footer ul.widget-footer-ul { width: 95%; display:table; padding: 10px 20px; }
#footer ul.widget-footer-ul li{	display:table-cell; font-size: 12px; }
#footer ul.widget-footer-ul li a { font-size: 12px; text-decoration: none; }
#footer ul.widget-footer-ul li a:hover { text-decoration: underline; }
#footer ul.widget-footer-ul ul{	display: block; padding: 0; }
#footer ul.widget-footer-ul ul li {	display: block; }
#footer ul.widget-footer-ul ul ul { padding: 0 10px; }
#footer ul.widget-footer-ul h3{
	font-size: 12px;
	text-transform: uppercase;
}
.widget-footer-container {
	display:inline-block;
	padding: 0 20px;
}
#footer ul.widget-secondary-ul { border-top: none; }
#footer ul.widget-copyright-ul { width: 100%; padding: 10px 0; }
#footer ul.widget-copyright-ul ul li { display: table-cell; padding: 0 5px; border-right: solid 1px #CCC; }
#footer ul.widget-copyright-ul ul li:last-child { border-right: none; }