/*
Theme Name: Bushcare BM Subgroup
Description: Theme for Bushcare Blue Mountains sub-site
Author: Hugh Todd, with thanks to the WordPress team for TwentyTwelve
Author URI: http://constructedmeaning.com
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");


.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.entry-content ol ol li { list-style-type: lower-roman; }

.entry-content ol ol ol li { list-style-type: lower-latin; }

.entry-content ol ol ul li { list-style-type: square; }


/* Special items */
.warning {
display: inline-block;
color: #fff;
background-color: rgb(0,255,0);
padding: 0.3em 1em;
border-radius: 2em;
}

.alignright {
float: right;
margin-left: 15px;
margin-right: -10px;
}

/*Get rid of round corners and drop shadows on images */

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
border-radius: none;
box-shadow: none;
}
ul.bbm_groups, ul.bbm_groups li {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
blockquote:before {
display: block;
font-family: Georgia,serif;
float: left;
content: "‘";
font-size: 8em;
margin-right: 0.12em;
margin-left: -0.25em;
margin-top: -0.1em;
line-height: 1;
color: #ddd;
}
cite {
display: block;
font-style: normal;
}
cite:before {
content: "— ";
}
.site-header {
position: relative;
}
.header-image {
position: absolute;
top: 0;
right: 50%;
margin-right: -68px;
z-index: 1000;
}
.site-title {
margin-top: 90px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
background: #eee;
display: block;
padding: 24px 0;
padding: 1.714285714rem 0;
margin-bottom: 1px;
text-decoration: none;
}
.main-navigation a:hover {
	color: #21759b;
background-color: rgb(254,217,94);
}
.main-navigation a:active {
background-color: rgb(254,230,170);
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: block;
}
footer[role="contentinfo"] {
border-top: none;
padding-bottom: 0 24px;
padding-bottom: 0 1.714285714rem;
overflow: hidden;
}
.site-content article {
border-bottom: none;
}

.brandimage {
float: right;
}

.widget_contact_info div {
margin-bottom: 1em;
line-height: 1.714285714;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.header-image {
position: absolute;
right: 0;
margin-right: 0;
}
.site-title {
margin-top: 0;
}
	.main-navigation li a {
background: none;
padding: 0;
	}
	.main-navigation li a:hover {
		color: #000;
		background: none;
	}
	.main-navigation li a:active {
	background: none;
	}
	.menu-toggle {
		display: none;
	}
}