/*
Theme Name: Ascot Vale Natural Therapies
Theme URL: http://www.avnt.com.au/
Description: Custom built Wordpress website.
Version: 1.0
Author: Essendon Web Solutions
Author URL: http://www.essendonweb.com.au/
*/

/* undo some default styling of common (X)HTML browsers
 ************************************************************/
/* No list-markers by default - 
* must redefine bullets w/ bg graphics
********************************************************/
ol, ul {
    list-style:none;
}
/* Avoid browser default inconsistent heading, 
* font-sizes and pre/code
********************************************************/
td, code, pre, h6, h5, h4, h3, h2, h1, body {
    font-size:1em;
}
/* Remove inconsistent (among browsers) - 
* default padding or margin 
********************************************************/
hr, img, td, tr, table, dl, dt, dd, div, label, input, fieldset, blockquote, p, html, body, form, pre {
    margin:0; padding:0;
}
h6, h5, h4, h3, h2, h1 {
    margin:0; padding:0;
}
li, ol, ul {
    margin:0; padding:0;
}
/* prevent blue linked image borders
********************************************************/
fieldset {
    border:none;
}
:visited img {
    border:none;
}
:link img {
    border:none;
}
a img {
    border:none;
}

/* Begin Typography & Colors */

body, html {
	font-family:"Century Gothic", Georgia, serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	letter-spacing:0;
	color:#333;
	background:#FCF3D1;
}

p {
  font-family:Arial, Helvetica, sans-serif;
  line-height:20px;
  padding:0 0 13px 0;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  padding:0;
  color:#9A3234;
  font-weight:normal;
}

div#content h1 a, div#content h1 a:link, div#content h1 a:visited, div#content h1 a:active, div#content h2 a, div#content h2 a:link, div#content h2 a:visited, div#content h2 a:active {
  color:#9A3234;
  text-decoration:none;
  border-bottom:1px #9A3234 solid;
}

div#content h1 a:hover, div#content h2 a:hover {
  color:#584319;
  text-decoration:none;
  border-bottom:1px #584319 solid;
}

div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  padding:15px 0 5px 0;
}

div#content h1 {
  font-size:24px;
  padding:5px 0 5px 0;
}

div#content h2 {
  font-size:22px;
}

div#content h3 {
  font-size:20px;
}

div#content h4 {
  font-size:18px;
}

div#content h5 {
  font-size:16px;
}

div#content h6 {
  font-size:14px;
}

div#content a, div#content a:link, div#content a:visited, div#content a:active {
  color:#9A3234;
  text-decoration:none;
  border-bottom:1px #9A3234 solid;
}

div#content a:hover {
  color:#584319;
  text-decoration:none;
  border-bottom:1px #584319 solid;
}

/*
.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
*/
	
/* End Typography & Colors */

/* Begin Structure */

div#page {
	margin:auto;
	padding: 0;
	width: 980px;
	background:transparent url('images/page-bg.png') repeat-y scroll left top;
}

div#menu-wrap {
  position:relative;
  width:100%;
  height:30px;
  background:transparent url('images/menu-bg.png') repeat scroll left top;
}

div#content {
	float:left;
	padding: 0;
	min-height:450px;
	height:auto;
	width: 568px;
	margin:0 0 0 52px;
	padding:0 0 30px 0;
}

div#header-outer {
  position:relative;
	background:transparent url('images/header-outer-bg.png') repeat-x scroll left top;
	height:300px;
	width:100%;
}

div#header-inner {
  position:relative;
  width:980px;
  height:300px;
  margin:auto;
  background:transparent url('images/header-1.png') no-repeat scroll left top;
}

/* Begin Sidebar */

div#sidebar {
  position:relative;
  width:248px;
  height:auto;
  float:right;
  margin:0 55px 0 0;
  color:#FCF3D1;
}

div#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

div#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
}

div#sidebar ul p, div#sidebar ul select {
	margin: 0;
}

div#sidebar ul ul, div#sidebar ul ol {
	margin: 5px 15px 0 15px;
}

div#sidebar ul ul ul, div#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, div#sidebar ul ol li {
	list-style: decimal outside;
}

div#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 10px 0;
	padding: 0;
	list-style:disc inside;
	padding-left: 10px;
	text-indent: -10px;
}
	
form#searchform {
	margin: auto;
	position:relative;
	width:190px;
	padding: 0;
}

div#content form#searchform {
	margin: 0;
	position:relative;
	width:250px;
	padding: 0;
	margin-top:15px;
}

div#content form#searchform #s {
	width: 150px;
	padding: 5px;
	font-family:"Century Gothic", Georgia, serif;
  border:1px #DFBF99 solid;
  color:#333;	
}

div#content #searchsubmit {
	padding: 3px;
	border:0;
	height:25px;
	position:relative;
	top:1px;
	color:#9A3234;
	height:29px;
	background:#DFBF99;
	font-family:"Century Gothic", Georgia, serif;
}

div#sidebar #searchform #s {
	width: 120px;
	padding: 4px;
	border:0;
	color:#333;
	font-family:"Century Gothic", Georgia, serif;
}

div#sidebar #searchsubmit {
	padding: 3px;
	border:0;
	height:25px;
	position:relative;
	top:1px;
	color:#333;
	font-family:"Century Gothic", Georgia, serif;
}

div#sidebar h2 {
  padding:0 0 0 15px;
  text-align:left;
  color:#FCF3D1;
  font-weight:normal;
  font-size:22px;
}

div#sidebar a, div#sidebar a:link, div#sidebar a:visited, div#sidebar a:active {
  color:#FFFCEF;
  text-decoration:none;
  border-bottom:1px #FFFCEF dotted;
  font-size:14px;
}

div#sidebar a:hover {
  color:#FFFCEF;
  text-decoration:none;
  border-bottom:1px #FFFCEF solid;
}

div#sidebar img a, div#sidebar img a:link, div#sidebar img a:visited, div#sidebar img a:hover, div#sidebar img a:active {
  border-bottom:0;
}

div#sidebar img.sidebar-superfood, div#sidebar img.sidebar-newsletter, div#sidebar img.sidebar-appointment {
  position:relative;
  margin:0 0 0 -16px;
}

div#sidebar a.newsletter, div#sidebar a.appointments, div#sidebar a.superfoods {
  border:0;
}

/* End Sidebar */

.post {
	margin: 0 0 10px 0;
	/*padding:0 0 15px 0;
	border-bottom:1px #DFD7B5 solid;*/
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

div#footer-outer {
  position:relative;
  width:100%;
  height:156px;
  background:transparent url('images/footer-outer-bg.png') repeat-x scroll left top;
}

div#footer {
  position:relative;
  width:980px;
  height:156px;
  background:transparent url('images/footer.png') no-repeat scroll left top;
  margin:auto;
}

div#footer h3 {
  padding:35px 0 0 0;
  color:#fff;
  text-align:center;
  font-weight:normal;
  font-size:12px;
}

div#footer p {
  padding:0;
  color:#fff;
  text-align:center;
  font-weight:normal;
  font-size:12px;
  font-family:"Century Gothic", Georgia, serif;
}

div#footer a, div#footer a:link, div#footer a:visited {
  color:#fff;
  text-decoration:none;
  border-bottom:1px #fff solid;
}

div#footer a:hover {
  color:#CCDD7F;
  text-decoration:none;
  border-bottom:1px #CCDD7F solid;
}

div#clear {
  clear:both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0;
	list-style:disc inside;
	padding-left: 10px;
	text-indent: -10px;
	font-family:Arial, Helvetica, sans-serif;
	}

html>body .entry li {
	margin: 7px 0 15px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style:disc inside;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	
	}

#wp-calendar #prev a {
	padding-left: 10px;
	
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

table {
  font-family:Arial, Helvetica, sans-serif;
}

table td {
  padding:0 15px 0 0;
}

/* Begin Contact Form CSS */

div.wpcf7 {
	margin: 0;
	padding: 0;
	position:relative;
	float:left; /* this works for IE 7 */
	margin-top:5px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

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

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

.wpcf7-display-none {
	display: none;
}

form.wpcf7-form {
  text-align:left;
  color:#444;
}

form.wpcf7-form p {
  font-weight:normal;
}

form.wpcf7-form input, textarea {
  padding:3px;
  color:#444;
  border:1px #CB834A solid;
  background:#fefefe;
  /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
  font-size:13px;
  overflow:auto;
}

form.wpcf7-form select {
  width:50px;
  border:1px #CB834A solid;
  color:#444;
}

form.wpcf7-form select#service, span.wpcf7-form-control-wrap service {
  width:auto;
  border:1px #CB834A solid;
}

button#f_appointment-date {
	border:1px #CB834A solid;
	margin:0 0 0 10px;
	top:3px;
	width:30px;
	height:24px;
}

span.appointment-date br {
  display:none;
}

/* End Contact Form CSS */