/*
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
	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;
}

body {
	font-family: Tahoma,Geneva,sans-serif;font-size: 12px;line-height: 1.5;color: #333;background-attachment: scroll;background-color: #CDCDCD;background-image: url("images/towler/bodybk.jpg");background-position: left top;background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 { clear: both; 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: 16px; font-weight: bold; }

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;
}

.alignLeft { float: left; }
.alignRight { float: right; }





div.content-holder-inner p img.alignright {
float: right;
display: inline;
margin: 6px 0px 6px 14px;
padding: 0;
}



div.content-holder-inner p img.alignleft {
float: left;
display: inline;
margin: 6px 18px 8px 0px;
padding: 0;
}

div.content-holder-inner p img.aligncenter {
clear: both;
text-align: center;
margin: 10px auto;
display: block;
padding: 0;
}

.fullwidth { width: 100% !important; }
.fullwidth .widget-container-header-inner { float: left !important; padding: 0 !important; }

/* Template style */
#wrapper {
	margin: 20px auto ;
	padding: 0;position: relative;
}

#header {
	display: block;
	padding: 0;
}



#logo-holder, h1#heading-logo {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;position: absolute;top: 192px;z-index: 99;}
}

h1#heading-logo a{ display:block; }

.hide-text { text-indent: -5000px; }

#site-description {
	font-size: 14px;
	clear: both;
	display: block;
}

#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; }

.content-holder-inner ol, 
.content-holder-inner ul {
	margin: 1.12em 0;
	margin-left: 40px;
	margin-top: 10px; 
	margin-bottom: 0; 

	 }
.content-holder-inner ul {list-style-type: disc;}
.content-holder-inner ol {list-style: decimal;}
	
	
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: 100%;
	padding-top: 7px;
}

#access .menu-header,
div.menu {
	font-size: 14px;
	width: 100%;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	width: 100%;
	background: #993366;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

div.menu li a{ text-transform:uppercase; }

#access a {
	color: #000;
	display: block;
	line-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 47px;
	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;
	font-weight: normal;
}

#access li:hover > a,
#access ul ul :hover > a {
	
}

#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 ul ul { padding-bottom: 0; }

.menu-container-block { background-color: #666666; }

#fullwidth-menu-container {
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}

#fullwidth-menu-container #access { padding-top: 0; }
#fullwidth-menu-container #access ul ul{background: #995273;}
#fullwidth-menu-container #access ul ul a {
	background: #995273;
	line-height: 1.2em;
	padding: 10px;
	width: 125px;
	height: auto;
	font-size: 12px;
	color: #FFF;
	

}

#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;
	padding: 0 20px 10px 20px;
	font-size: 14px;
}

#content-area-home {
	clear: both;
	padding-top: 0;
}

#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; }
#banner-container img {	float: left; margin: 0; }

#content-holder { padding: 0; overflow: auto;min-height: 300px;}
#content-holder h2 { font-size: 18px; border-bottom: solid 1px #CCC; padding: 15px 0 5px 0; margin:10px 0;}
.content-holder-inner { padding: 0 0 10px 0; display:block; clear: both; }
.content-holder-inner p { padding-top: 10px;clear: none; }

#breadcrumb{margin-top:15px;}

#breadcrumb a{color:#333;}

h2.entry-title{margin-top:0!important;padding-top: 10px;}

h3.entry-title-news { font-size: 12px; }
.entry-content{ padding: 0 20px;}
.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;
	padding: 10px 0 0 0;
	display: block;
}



.home-widget-holder ul.widget-home-ul { width: 100%; padding: 0; list-style: none;margin:0; }

.home-widget-holder ul.widget-home-ul li{ float: left; font-size: 12px; text-align:left; padding: 0; width: 226px; vertical-align:top; margin-left:9px;}.home-widget-holder ul.widget-home-ul li:first-child{ margin-left:0;}
.home-widget-holder ul.widget-home-ul ul { margin-left: 20px; list-style-type:disc; }
.home-widget-holder ul.widget-home-ul ul li { margin-left:0; }.home-widget-holder ul.widget-home-ul ul li:first-child{ margin-left:0;}

.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{	}

.home-widget-holder ul h3{
	float: left;
	width: 100%;
	font-size: 12px;
	
	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!important;
}

.text-holder-spage { background:#818181; padding: 5px 15px 10px 15px; margin: 0; min-height: 172px; color: #FFF; margin-top: -4px;}
.text-holder-spage p { font-size: 12px !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-widget-area ul { list-style-type:none; margin: 0; padding:0; }.footer-left{float: left;font-size: 12px!important;}.footer-left  a{color:#000!important }.footer-right{float: right;font-size: 12px!important;   }.footer-right  a{color:#000!important }
#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: 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; }


.photo-holder-gallery {
 float: left;
 width: 100px;
 height: 100px;
 padding: 5px;
 background:#CCC;
 margin: 18px;
}

.wpcf7 {
	width:388px;
	 float: right;
	 padding-top: 7px!important;
}

span.wpcf7-list-item {

  display: block;
  float: left;
  width: 185px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	width: 250px;
}

.wpcf7-captchac{vertical-align: middle;}

.wpcf7 textarea{
	width: 250px;
}

.content-holder-inner table{
	width:650px;
}

.wpcf7 table{ 
	width:388px;
	}
.wpcf7 table tr td{ 
	padding:2px;
	vertical-align: top;
	}			
	
/* hompage slider*/
#slides .slides_container {		height:389px;	width:931px;		overflow:hidden;	position:relative;	}
#slides .slides_container div {	height:389px;	width:931px;	display:block;}
#slides .slides_container div .caption {	z-index:2;	position:absolute;	top: 134px;left: 354px;	line-height:23px;	color:#fff;			font-family:Tahoma, Geneva, sans-serif;		font-size: 18px;		width:343px;	height: 144px;	background:url(images/towler/bg-c.png);}
#slides .slides_container div .caption p {	padding:10px 18px;	height: 106px;overflow: hidden;}
#slides .pagination{display: none;}
#page { background-color: #cdcdcd;  background-repeat: repeat-x; background-position: top left; background-attachment: scroll; }	
#wrapper {		width: 931px;				background-repeat: ;		background-color: transparent;	}	
#content-area {				background-color: transparent;		background-repeat: ;	}			
#footer {				background-color: none;			}	
#footer ul.widget-footer-ul h3{		color: #000;	}	
#footer, #footer ul li, 
#footer ul.widget-footer-ul a, 
#footer ul.widget-footer-ul p{		color: #000000;	}		
#footer-inner {		width: 931px;		margin: 0 auto;		padding-top: 10px;	}		
#access {		background-color: #993366;	}		
#access a {		color: #ffffff !important;	}	