/*
Theme Name: Balwyn Yoga
Theme URI: http://www.squigloo.com.au
Author: Kat McGowan
Author URI: http://wordpress.org/
Description: Custom Theme for Balwyn Yoga
Version: 1.01
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding:0px;
}
#page {
	margin: 0px auto 30px;
	width:100%;
	max-width: 860px;
	
}
#branding hgroup {
	margin: 0;
}
#access div {
	margin: 0;
}
#primary {
	float: none;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	/*The width with a sidebar
	width:860px;*/
	width:100%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 70px;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #7a7a7a;
	font: 13px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
}
body {
	background-color: #f0f0f0;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	
}
#page {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #97233f;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 13px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 70px;
}


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

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
.hTitles {
	width:100%;
	text-align:center;
}
#site-title {
	padding: 15px 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}

#site-description {
	color:#e2e2e2;
	font-size: 14px;
	float:left;
	width:49%;
	text-transform:uppercase;
}
#estab {
	color:#e2e2e2;
	float:right;
	width:49%;
	text-align:right;
	text-transform:uppercase;
	
	
}

/* =Menu
-------------------------------------------------------------- */

#access {
	border-bottom:1px solid #c7c7c5;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	padding-bottom:5px;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #7a7a7a;
	display: block;
	line-height: 18px;
	padding: 0 60px;
	text-decoration: none;
	border-left:1px solid #c7c7c5;
	transition: color 0.3s ease-out 0s;
}
#access li.first a {
	border-left:none;
}
#access a:hover,
#access a:active {
	color:#97233f;
}


#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color:#97233f;
}



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

#main {
	clear: both;
	padding: 1em 0 0;
	min-height:400px;
}
.page-title {
	color: #666;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2 {
	color:#b26074;
	font-weight: 400;
	margin: 0 0 5px;
	font-family:'Open Sans', sans-serif;
}
.entry-content h2 {
	font-size:15px;
	text-transform: uppercase;
}
.entry-content h2.border {
	border-top: 1px solid #b26074;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:10px;
	
}
.entry-content h3,
.comment-content h3 {
	font-size: 14px;
	color:#b26074;
	text-transform: uppercase;
}
.entry-content table{
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td{
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a{
	background-color: #ADE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 12px;
}
.entry-meta .edit-link a:hover {
	background-color: #0CC;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;/*97.5%;  Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;  /*Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
/* Comments link */
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
/* =Aside (Removed)
--------------------------------------------- */
/* =Link
----------------------------------------------- */
/* =Gallery  (Removed)
----------------------------------------------- */
/* =Status  (Removed)
----------------------------------------------- */
/* =Quote  (Removed)
----------------------------------------------- */
/* =Image  (Removed)
----------------------------------------------- */

/* =error404
----------------------------------------------- */

.error404 #main #searchform {

	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase  (Removed)
----------------------------------------------- */
/* Recent Posts */
/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation (removed)
-------------------------------------------------------------- */
/* Singular navigation */



/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 13px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0 0 0 20px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
/* Ephemera Widget  (Removed) */
/* Twitter  (Removed)*/
/* Calendar Widget (Removed)*/
/* =Comments(Removed)
----------------------------------------------- */
.form-allowed-tags {
	display: none;
}

/* = Page Specific */

/* * Try add a fade in effect here*/
.hero-photo {
	width:100%;
	max-height:369px;
	overflow:hidden;
}
.hero-photo img{
	opacity:0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;
	width:100%;
	height:auto;
}
#box-left-column {
	width:22%;
	max-width:185px;
	padding:11px 10px 13px;
	margin:0px 20px 20px 0px;
	border-top:1px solid #B26074;
	border-bottom:1px solid #B26074;
	float:left;
	margin-top:5px;
}
#box-left-column p {
	font-size:12px;
}
#box-main-column {
	width:73%;
	max-width:635px;
	float:right;
}
#box-right-column {
	background-color:#e7e7e7;
	padding:10px;
	width:24%;
	max-width:205px;
	float:right;
}
#box-main-column-narrow {
	border-top:1px solid #b26074;
	width:70%;
	max-width:595px;
	float:left;
	padding:10px;
	margin-top:0px;
}

.entry-content table.timetable {
	margin-top:5px;	
}
.entry-content table.timetable,
.entry-content table.timetable td,
.entry-content table.timetable th {
	border:none;
}
.entry-content table.timetable th {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:normal;
	letter-spacing:normal;
	font-weight:400;
	color:#b26074;
	border-bottom:1px solid #b26074;
	padding:5px;
	width:185px;
}
.entry-content table.timetable th.first {
	border-top:1px solid #b26074;
}
.entry-content table.timetable td {
	background-color:#e7e7e7;
	border-bottom:3px solid #f0f0f0;
	padding:3px 10px;
	font-size:13px;
}
.entry-content table.timetable tr.altrow td {
	border-bottom:7px solid #f0f0f0;
}
.entry-content table.timetable td.label {
	border-left:20px solid #f0f0f0;
}

.notification,
.box-notification{
	background-color:#CCC;
	padding:10px;
	color:#333;
	text-align:center;	
}
.entry-content .notification h3,
.entry-content .box-notification h3 {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
line-height: normal;
letter-spacing: normal;
font-weight: 400;
	margin:5px 0 10px;
}
.box-notification.lightgrey {
	background-color:#e7e7e7;
}
/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #c7c7c5;
	padding:5px 0px 20px;
	overflow: hidden;
}
#supplementary .widget {
	margin:0px;
	font-size:11px;
}
#supplementary .widget span {
	margin:0px 20px;
}


@media screen and (max-width: 780px) {
	#page {
		padding:0 25px;
		width:auto;
	}
	#access li {
		display:block;
		width:20%;
		margin:0;
	}
	#access li.first a {	}
	#access a {
		border:none;
		text-align:center;
		display:block;
		padding:0;
	}
	
	#box-left-column {
		width:auto;
		float:none;
		max-width:780px;
		margin-right:0;
	}
	
	#box-right-column {
		float: none;
		width: auto;
		max-width:780px;
	}
	#box-main-column {
		max-width:780px;
		width:auto;
		float:none;
	}
	#box-main-column-narrow {
		max-width:780px;
		width:auto;
		float:none;
		padding-left:0;
		padding-right:0;
		
	}
	.entry-content h2.border {
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		margin-right:0px;		
	}
	.page-id-11 #box-left-column {
		width:28%;
		float:left;
	}
	.page-id-11 .alignright {
		width:60%;
		height:auto;
	}
	#supplementary .widget {
		text-align:center;
	}
	#supplementary .widget span {
		 clear: both;
		display: block;
		height: 1px;
		margin: 0;
		overflow: hidden;
	}
}


@media screen and (max-width: 640px) {
	.page-id-11 #box-left-column {
		width:auto;
		float:none;
	}
	
	.page-id-11 .alignright {
		float:none;
		width:100%;
		margin:0;
	}
}
@media screen and (max-width: 400px) {
	#access li {
		width:auto;
	}
	#access a {
		padding:0 7px 0 0;
	}
	
	.entry-content table.timetable th,
	.entry-content table.timetable td{
		display:block;		
		clear:both;
		border-left:none;
		width:auto;		
	}
	.entry-content table.timetable td.label {
		border-left:none;
		font-weight:bold;
	}
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}



}


