/*
	Theme Name: EBC Child Theme 0.4
	Description: Child theme of Genesis. DO NOT REMOVE!
	Author: Jamie Mitchell
	Author URI: http://jamiemitchelldesign.com.au
	
	Template: genesis
*/



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 30, 2011 */

@font-face {
    font-family: 'MyriadProBold';
    src: url('lib/fonts/myriadpro-bold-webfont.eot');
    src: url('lib/fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('lib/fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('lib/fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: square;
}

strong{
    font-weight: bold
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0E3B7E;
	text-decoration: none;
}

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

a img {
	border: none;
}

a {
  outline: 0;
}



/* Body
------------------------------------------------------------ */

body{
    background-color: #ddd;
		min-width: 1060px;
}



/* Wrap
------------------------------------------------------------ */

#wrap {
    background-color: #FFFFFF;
    margin: 20px auto;
    padding: 20px 40px 0;
    width: 940px;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 144px;
	overflow: hidden;
	width: 100%;
}

#title-area,
#title,
#title a {
    display: block;
    float: left;
    height: 131px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 201px;
}

#description {
	display: block;
	overflow: hidden;
}

#header .widget-area {
	float: right;
	width: 600px;
}



/* Logo
------------------------------------------------------------ */

#title a{
    background: url("lib/img/logo.jpg") no-repeat scroll 0 0 transparent;
}



/* Header - Extras via shortcodes
------------------------------------------------------------ */

#logos {
    background: url("lib/img/mbahihlogos.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 58px;
    margin-top: 20px;
    width: 192px;
}

#ph {
    clear: both;
    color: #0E3B7E;
    float: right;
    font-family: 'MyriadProBold',arial,serif;
    font-size: 30px;
    letter-spacing: -1px;
    margin-top: 10px;
}

#ph span{
    color: #EA7300;
}




/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}



/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #0E3B7E;
	clear: both;
	color: #fff;
	font-weight:bold;
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
	margin-right:1px
}

#nav li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 9px 15px 8px;
    position: relative;
    text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current-menu-parent a,
#nav .current-menu-ancestor a,
#nav li:hover > a {
	background-color: #EA7300;
	color: #fff;
}

#nav li a .sf-sub-indicator {
    background: url("lib/img/menu-arrow.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 18px;
    width: 10px;
}

#nav li li a .sf-sub-indicator {
    background: url("lib/img/menu-arrow-sub.png") no-repeat scroll 0 0 transparent;
    top: 12px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #EA7300;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	position: relative;
	width: 160px;
	border-top:1px solid #F79423
}

#nav li li a:hover,
#nav li li a:active {
  background-color: #F58509;
	color: #fff;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -30px 0 0 200px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul, #nav li a.sf-with-ul {
    padding-right: 25px;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 8px 15px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}



/* Inner
------------------------------------------------------------ */

#inner {
    margin: 10px auto 30px;
    overflow: hidden;
    position: relative;
    width: 940px;
}



/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    padding-top: 320px;
    width: 940px;
}

.sidebar-content #content-sidebar-wrap {
	width: 940px;
}

.full-width-content #content-sidebar-wrap {
	width: 940px;
}



/* Featured
------------------------------------------------------------ */

#featured {
    background: url("lib/img/banner-3.jpg") no-repeat scroll 0 0 #0E3B7E;
    height: 280px;
    left: 0;
    position: absolute;
    top: 0;
    width: 940px;
}

#featured .featured-buttons {
    float: right;
    margin-top: 170px;
    text-align: center;
    width: 500px;
    z-index: 2;
}



/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 450px;
}

.sidebar-content #content {
    border-left: 4px solid #eee;
    padding-left: 30px;
    width: 670px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 940px;
}

blockquote {
	background-color: #f5f5f5;
	border-left: 5px solid #ddd;
	margin: 10px 15px 15px;
	padding: 20px 20px 0;
}

blockquote p {
	color: #666;
	font-style: italic;
}

.post {
	border-bottom: 2px solid #eee;
	margin: 0 0 30px;
	padding: 0 0 10px;
}

.single .post {
	border: none;
	margin: 0;
	padding: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content p,
.home #content p {
	padding: 0 0 20px;
}

.clear {
	clear: both;
}

.clear-line {
	  border-bottom: 2px solid #ddd;
	  clear: both;
	  margin: 0 0 20px;
}




/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0E3B7E;
	font-family: 'MyriadProBold', arial, serif;
	margin: 0 0 10px;
	letter-spacing: -1px;
}

h1{
    border-bottom: 2px solid #EEEEEE;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

h2,
h2 a,
h2 a:visited {
	color: #0E3B7E;
	font-family: 'MyriadProBold', arial, serif;
	font-size: 18px;
}

h2 a:hover {
	color: #0E3B7E;
	text-decoration: none;
}

.page-template-page_blog-php h2,
.page-template-page_blog-php h2 a{
  font-size: 25px;
}

.widget-area h2 {
	font-size: 18px;
}

h3 {
    font-size: 18px;
}

h3.action {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 20px;
    text-align: center;
}

h4,
#related-posts h2 {
	font-size: 18px;
}

.widget-area h4{
    font-size: 18px;
}

#footer-widgets .widget-area h4 {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 16px;
    padding: 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.title-box{

}

.title-box span {
    background: url("lib/img/title-disc.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    height: 27px;
    margin: 0 10px 0 0;
    padding: 6px 0 0;
    text-align: center;
    width: 33px;
}

.title-box h3 {
    line-height: 33px;
    margin: 0 0 5px;
}



/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px 0;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}



/* Post Info
------------------------------------------------------------ */

.post-info {
	font-family: 'MyriadProBold', arial, serif;
	font-size: 12px;
	margin: 0 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-family: 'MyriadProBold', arial, serif;
	font-size: 12px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	border-bottom: 5px solid #eee;
	border-top: 5px solid #eee;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px 0;
}

.author-box p {
	font-size: 14px;
	line-height: 20px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	width: 75px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 33px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 33px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 15px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

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

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

img.guaranteed {
    height: 80px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
    width: 80px;
		float:right
}

body.page #gallery-1 img {
    border: medium none !important;
}

.gallery .gallery-item {
    float: left;
    margin-right: 15px;
    margin-top: 0 !important;
    text-align: center;
    width: auto !important;
}

a.iframe img{
    border: 4px solid #EEEEEE;
    margin: 0;
    padding: 1px;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #34a7e0;
	border: 1px solid #34a7e0;
	text-decoration: none;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	width: 210px;
	margin-top:10px
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 20px 0
}

.sidebar .widget {
	margin: 0 0 30px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0;
}

.sidebar.widget-area ul li.menu-item {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li.menu-item {
	border: none;
	margin: 0;
}

.sidebar.widget-area ul li.menu-item a {
    background: url("lib/img/sidebar-arrow.png") no-repeat scroll 0 4px transparent;
    color: #0E3B7E;
    margin-left: 2px;
    padding-left: 12px;
    text-decoration: none;
}

.sidebar.widget-area ul li.menu-item.current_page_item a,
.sidebar.widget-area ul li.menu-item a:hover{
    background: url("lib/img/sidebar-arrow.png") no-repeat scroll 0 4px transparent;
    color: #EA7300;
}



/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 5px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #EA7300;
	border: 1px solid #EA6300;
	color: #fff;
	cursor: pointer;
	line-height: 17px;
	padding: 8px 10px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #ff8800;
	text-decoration: none;
}

a.large-button {
    background-color: #F36F04;
    background-image: url("lib/img/large-button-bg.png");
    border: 1px solid #EE5000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #1A253C;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    padding: 12px 22px;
}

a.large-button:hover {
    background-color: #F36F04;
    background-image: none;
		text-decoration: none
}

a.small-button {
    background: url("lib/img/large-button-bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #EE5000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #999999;
    color: #FFFFFF;
		font-weight: bold;
    padding: 8px 12px;
    text-decoration: none;
}

a.small-button:hover{
    background-color: #F36F04;
    background-image: none;
		text-decoration: none
}



/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.s {
  margin: 0;
  padding: 9px 8px;
	width: 150px;
}

input.searchsubmit {
    background: url("lib/img/search.png") no-repeat scroll center center #EA7300;
    text-indent: -9999px;
    width: 36px;
}

input.searchsubmit:hover{
    background: url("lib/img/search.png") no-repeat scroll center center #f58509;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}



/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #666;
	font-family: 'MyriadProBold', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 7px;
	width: 160px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}



/* Tables
------------------------------------------------------------ */

#price-table th {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 4px solid #ddd;
    font-weight: bold;
    padding: 12px;
}

#price-table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
		margin-bottom: 20px
}

#price-table td {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid transparent;
    padding: 12px;
    vertical-align: top;
}

#price-table .odd td{
    background: none repeat scroll 0 0 #fff;
}



/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	border-top: 5px solid #ddd;
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
}

#footer-widgets .wrap {
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

#footer-widgets p {
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
  color: #999
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	list-style-type: none;
}

#footer-widgets ul li {
    border-top: 1px solid #DDDDDD;
    list-style-type: none;
    margin: 6px 0 0;
    padding: 6px 0 0;
    word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	padding: 0 20px 0 0;
	width: 220px;
}

.footer-widgets-3 {
	float: left;
	width: 220px;
}

.footer-widgets-4 {
	float: right;
	width: 220px;
}


/* Footer
------------------------------------------------------------ */

#footer {
    clear: both;
    overflow: hidden;
		font-size:10px
}

#footer .wrap {
  border-top: 4px solid #ddd;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	width: 940px;
}

#footer p {
    color:#888;
    font-size:10px
}

#footer a,
#footer a:visited {
    color:#666
}

#footer .gototop {
	float: left;
	width: 600px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 300px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 14px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Contact Form 7
------------------------------------------------------------ */

.entry-content .text-field{
  width: 300px;
	margin:0;
	padding: 5px;
}
.entry-content .select-field{
  width: 510px;
	margin: 0;
	padding: 5px;
}
.entry-content .message-field{
  height: 140px;
  width: 500px;
	margin:0;
	padding: 5px;
	overflow:auto
}
.entry-content input.wpcf7-submit {
  background: none repeat scroll 0 0 #EA7300;
  border: medium none;
  color: #FFFFFF !important;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
}
