/*
Theme Name: Bizgro 
Theme URI: http://www.bizgro.com.au
Description: A custom WordPress theme for Bizgro.
Author: Simon Bailey Design
Version: 1.0
*/

/* ---------- GENERAL ---------- */

html {
	height: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat;
}
.featured-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

/* ---------- DEFINE SITE WIDTH ---------- */

#header, #access, #main, #footer, #access .menu-header, div.menu {
	width: 900px;	
}

/* ---------- HEADER ---------- */

#headerBG {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#headerRight {
	text-align: right;
	float: right;
	width: 750px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:0;
}
p.site-description {
	font-size: 20px;
	line-height: 26px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#logo {
	max-width:100%;
}

/* ---------- NAVIGATION ---------- */

#accessBG {
	background-color: #0f395c;
	padding: 0px;
	margin: 0px;
	height: 50px;	
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#access {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a { /* Main Menu */
	color: #FFF;
	display: block;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 50px;
	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 { /* Drop-down Menu */
	line-height: 1em;
	width: 160px;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/sub_nav_bg.png);
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #1e2644;
	color: #fff;
}
#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: #fff;
}
* 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: #fff;
}

/* ---------- CONTENT AREAS ---------- */

#mainBG {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#main {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#content {
	margin-top: 0px;
	margin-right: 310px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#content.no-sidebar, #content.single-attachment {
	margin-right: 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#secondary {
	clear: right;
}

/* ---------- FOOTER ---------- */

#footerBG {
	background-color: #0068a5;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footerRight {
	text-align: right;
	float: right;
	/*width: 300px;*/
	margin: 0px;
	padding: 0px;
}
#footer p {
	color: #80acc7;
}
#footer a {
	color: #80acc7;
	text-decoration: none;
}
#footer a:hover {
	color: #99ccff;
	text-decoration: underline;
}


/* ---------- WIDGET IMAGES ---------- */

.widget-area .widget_sp_image img {
	margin: 0px;
	padding: 0px;
}

/* ---------- FOOTER WIDGETS ---------- */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 30px;
	width: 280px;
}
#footer-widget-area #third {
	margin-right: 0;
}
#footer-widget-area .widget-area ul {
	margin: 0px;
	list-style-type: none;
}
#footer-widget-area .widget-area ul ul {
	margin: 0px;
	list-style-type: none;
}
#footer-widget-area .widget-area ul ul ul {
	margin: 0px;
	list-style-type: none;
}
#footer-widget-area .widget-container {
	background-color: transparent;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#footer-widget-area h6.widget-title {
	color: #99ccff;
	font-weight: bold;
}
#footer-widget-area p, #footer-widget-area a, #footer-widget-area div.textwidget {
	color: #FFF;
	text-decoration: none;
}
#footer-widget-area a:hover {
	color: #99ccff;
	text-decoration: underline;
}
#footer-widget-area h6 {
	margin-bottom: 3px;
}

/* ---------- HOME FEATURE WIDGETS ---------- */

#feature-widget-area {
	overflow: hidden;
}
#feature-widget-area .widget-area {
	float: left;
	margin-right: 30px;
	width: 280px;
}
#feature-widget-area #third {
	margin-right: 0;
}
#feature-widget-area .widget-container {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#feature-widget-area li.widget_sp_image { /*For the Image Widget */
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#feature-widget-area .widget-area .widget-container ul.featureList {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#feature-widget-area .widget-area .widget-container ul.featureList li {
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#feature-widget-area h6 {
	margin-bottom: 3px;
	color: #003366;	
}


/* ---------- WIDGETS ---------- */

.widget-area ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.widget-area ul ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.widget-area ul ul ul {
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

/* ---------- CALENDAR WIDGET ---------- */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* ---------- RSS WIDGET ---------- */

.widget_rss a.rsswidget {
	color: #3399CC;
}
.widget_rss a.rsswidget:hover {
	color: #000000;
}
.widget_rss .widget-title img {
	width: 0px;
	height: 0px;
	display:none;
}
.rss-date {
	display: block;
	clear: left;
	margin-bottom: 3px;
}

/* ---------- LINKS ---------- */

a {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:active,
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
h3.postTitle a {
	color: #003366;
}


/* ---------- TYPOGRAPHY ---------- */

h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 a {
	text-decoration: none;
}
h2 { /* Don't Use - SEO  changed to h3 temp*/
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #003366;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #003366;
}
h4 { /* Same as h5 */
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h5 { /* Same as h4 */
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h6 { /* Reserved for Widget Titles */
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
p {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: square;
}
ol {
	font-size: 13px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: decimal;
}
blockquote {
	font-size: 13px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-style: italic;
	background-image: url(images/quote-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.green {
	color: #6eac51;
}

/* ---------- POSTS ---------- */

.entry-meta p, .entry-utility p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #999;
}

div.entry-utility hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.nav-previous {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
	font-size: 13px;
}

.nav-next {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
	font-size: 13px;
}

/* ---------- IMAGES ---------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* ---------- FIELDS ---------- */

.sidebarFieldSingle {
	background-color: #FFF;
	height: 25px;
	width: 238px;
	border: 1px solid #CCC;
	color: #003366;
	font-weight: bold;
}
.sidebarFieldMultiple {
	background-color: #FFF;
	height: 75px;
	width: 238px;
	border: 1px solid #CCC;
	color: #003366;
	font-weight: bold;
}
.required {
	color: #6eac51;
}

/* ---------- CONTACT FORM 7 PLUGIN ---------- */

div.pageForm {
	padding: 20px;
	width: 240px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e5edf6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.sidebarForm div.wpcf7, .pageForm div.wpcf7 {
	margin: 0;
	padding: 0;
}

.sidebarForm div.wpcf7-response-output, .pageForm div.wpcf7-response-output { /* After Submit */
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	background-color: #FFF;
}

.sidebarForm div.wpcf7-mail-sent-ok, .pageForm div.wpcf7-mail-sent-ok {
	border: 1px solid #6eac51;
	color: #6eac51;
}

.sidebarForm div.wpcf7-mail-sent-ng, .pageForm div.wpcf7-mail-sent-ng {
	border: 1px solid #C00;
}

.sidebarForm div.wpcf7-spam-blocked, .pageForm div.wpcf7-spam-blocked {
	border: 1px solid #C00;
}

.sidebarForm div.wpcf7-validation-errors, .pageForm div.wpcf7-validation-errors {
	border: 1px solid #C00;
	color: #C00;
	font-size: 10pt;
}

.sidebarForm span.wpcf7-form-control-wrap, .pageForm span.wpcf7-form-control-wrap {
	position: relative;
}

.sidebarForm span.wpcf7-not-valid-tip, .pageForm span.wpcf7-not-valid-tip {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 100;
	background: #fff;
	border: 1px solid #C00;
	font-size: 10pt;
	width: 210px;
	padding: 5px;
	color: #C00;
}

.sidebarForm span.wpcf7-not-valid-tip-no-ajax, .pageForm span.wpcf7-not-valid-tip-no-ajax {
	color: #C00;
	font-size: 10pt;
	display: block;
}

.sidebarForm span.wpcf7-list-item, .pageForm span.wpcf7-list-item {
	margin-left: 0.5em;
}

.sidebarForm .wpcf7-display-none, .pageForm .wpcf7-display-none {
	display: none;
}

.sidebarForm div.wpcf7 img.ajax-loader, .pageForm div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

.sidebarForm div.wpcf7 .watermark, .pageForm div.wpcf7 .watermark {
	color: #888;
}

/* ---------- TESTIMONIALS ---------- */

.testimonialContainer {
	background-color: #e5edf6;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: #003366;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.testimonialLeft {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/testimonial-left.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.testimonialRight {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/testimonial-right.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ---------- SOCIABLE PLUGIN ---------- */

.sociable .clearfix {
	display: block;
	clear: both;
}
div.sociable {
	margin-top: 30px;
}

/* ---------- TABLES ---------- */

table {
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	font-size: 13px;
	padding: 0px;
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table td {
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	padding: 5px;
	border: 1px solid #CCC;
}
table tbody {
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feature-widget-area #text-11.widget-container{
	border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#header{ background: #fff; width: auto; text-align: center; padding: 5px; }
#headerBG, #accessBG{ background: none; }
#accessBG{ height:auto; }
#headerRight{ display:none; }
#primary{ float: left; width:100%; }
#content{ margin: 0; }
#mainBG{ padding: 5px; }
#header, #access, #main, #footer, #access .menu-header, div.menu { max-width: 100%; }
*{ box-sizing: border-box; }
#footer-widget-area .widget-area { width: 100%; }
#footerRight { text-align: center; float: left; width: 100%; }
#footer{ text-align: center; }
#widget_sp_image-5{ display:none; }
#feature-widget-area #first ,#feature-widget-area #second ,#feature-widget-area #third { margin: 0px auto; float:none }
#access .menu-header ul, div.menu ul { overflow:hidden; }	

}