﻿/*
Theme Name: Vale Osteopathy Clinic
Theme URI: http://www.essendonweb.com.au
Description: custom built Wordpress website
Version: 1.0
Author: Essendon Web Solutions
Author URI: http://www.essendonweb.com.au
Tags: osteopathy, osteo, clinic, dr
*/
/* 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;
}

/*** START STYLES ***/

body, html {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:13px;
    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:#333333;
    background-color:#fff;
    z-index:1;
}

h1 {
    font-size:22px;
    color:#3A9DA7;
    padding:8px 0 5px 25px;
    font-weight:normal;
}

h1.blog {
    padding:20px 0 5px 25px;
}

h1.search {
    padding:20px 0 10px 25px;
}

h2, h2.pagetitle {
    font-size:20px;
    color:#3A9DA7;
    font-weight:normal;
    padding:5px 0 5px 25px;
}

h3, h4, h5, h6 {
    font-size:18px;
    color:#3A9DA7;
    font-weight:normal;
    padding:10px 0 0 25px;
}

p {
    padding:0 25px 15px 25px;
    line-height:19px;
}

p#breadcrumbs {
    color:#999;
    font-weight:normal;
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    padding:0 0 0 25px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
    color:#3B9DA8;
    text-decoration: underline;
}

a:link {
    color:#3B9DA8;
    text-decoration: underline;
}

a:visited {
    color:#3B9DA8;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    background-color:#7ECDCA;
    text-decoration: none;
}

a:active {
    color: #fff;
    background-color:#7ECDCA;
    text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

img.rss {
    float:left;
    padding:0 5px 0 0;
    width:14px;
    height:14px;
}

/*** END STYLES ***/

/*** START STRUCTURE ***/

div#header-top {
    position:relative;
    width:100%;
    height:40px;
    background-color:#fff;
}

div#header-wrap {
    position:relative;
    width:100%;
    height:218px;
    background-color:#7ECDCA;
    z-index:1;
}

div#header {
    position:relative;
    width:980px;
    height:218px;
    /*background:#3A9DA7 url('images/header.jpg') no-repeat scroll center top;*/
    margin:0 auto;
    z-index:10;
}

div#header img {
    position:relative;
    width:980px;
    height:218px;
    top:-218px;
}

div#header-right {
    position:relative;
    height:218px;
    background-color:#3A9DA7;	
    float:right;
    width:50%;
    z-index:1;
    margin-right:0;
}

div#header-bot {
    position:relative;
    width:980px;;
    height:40px;
    margin:auto;
    padding:0 0 7px 0;
    background-color:#fff;
}

address#left {
    position:relative;
    width:160px;
    height:37px;
    color:#666;
    font-style:normal;
    float:left;
    font-weight:bold;
    text-align:right;
    /*border-right:1px #ccc dotted;*/
    margin:5px 0 0 0;
    padding:0 10px 0 0;
}

address#left p {
    padding:0 0 15px 0;
}

address#right {
    position:relative;
    width:180px;
    height:37px;
    color:#666;
    font-style:normal;
    float:left;
    font-weight:bold;
    text-align:left;
    margin:5px 0 0 0;
    padding:0 0 0 10px;
    border-left:1px #666 dotted;
}

address#right p {
    padding:0 0 15px 0;
}

div#menu-wrapper {
    position:relative;
    width:100%;
    height:30px;
    background:#3A9DA7 url('images/menu-bg.jpg') repeat-x scroll center top;
    z-index:100;
}

div#menu-inner {
    position:relative;
    width:980px;
    height:30px;
    margin:auto;
    background:#3A9DA7 url('images/menu-bg.jpg') repeat-x scroll center top;
    z-index:100;
}

div#inner {
    position:relative;
    width:980px;
    min-height:250px;
    height:auto;
    margin:auto;
    z-index:1;
}
div#page {
    position:relative;
    width:650px;
    min-height:250px;
    height:auto;
    float:left;
}

div#page img {
    margin:5px;
}

div.entry {
    position:relative;
    width:650px;
    float:left;
    padding-bottom:10px;
}

div.entry p a {
    color:#3B9DA8;
    text-decoration: underline;
}

div.entry p a:link {
    color:#3B9DA8;
    text-decoration: underline;
}

div.entry p a:visited {
    color:#3B9DA8;
    text-decoration: underline;
}

div.entry p a:hover {
    color: #fff;
    background-color:#7ECDCA;
    text-decoration: none;
}

div.entry p a:active {
    color: #fff;
    background-color:#7ECDCA;
    text-decoration: none;
}

div#page form.wpcf7-form {
    position:relative;
    text-align:left;
    width:260px;
    clear:left;
}

textarea {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#333;
    font-weight:normal;
    font-size:12px;
    width:240px;
    border:1px #999 solid;
    padding:5px;
}

input {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#333;
    font-weight:normal;
    padding:5px;
    font-size:12px;
    border:1px #999 solid;
}

.post {
    position:relative;
    width:650px;
    height:auto;
    float:left;
}

div#post {
    position:relative;
    width:650px;
    height:auto;
    float:left;
    /*border-bottom:1px #ccc dotted;*/
}

/*
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}*/

.clear {
	clear: both;
}

div#clear {
    clear:both;
}

div#footer {
    position:relative;
    width:100%;
    height:30px;
    background:#3B9DA8 url('images/foot-bg.jpg') repeat-x scroll center top;
    margin:20px 0 0 0;
}

div#footer p {
    text-align:center;
    padding:10px 0 0 0;
    color:#fff;
}

div#footer a {
    text-align:center;
    margin:10px 0 0 0;
    color:#fff;
    text-decoration:none;
}

div#footer a:hover{
    color:#fff;
    text-decoration:underline;
    background-color:#3B9DA8;
}

/*** 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;
    padding:0;
}

.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 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin-left:30px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
    /*left:55px;*/
    margin-left:20px;
    padding: 0;
    width:250px;
    height:25px;
    font-family:Arial, Helvetica, sans-serif;
}

#searchform input#searchsubmit {
    padding: 0;
    border:0;
    text-align:center;
    width:65px;
    height:28px;
    background-color:#ccc;
    color:#333;
    float:left;
    margin-left:10px;
    font-family:Arial, Helvetica, sans-serif;
    background:#3B9DA8 url('images/search-button.jpg') no-repeat scroll center top;
}

#sidebar #searchform #s, #searchform #s {
    width:150px;
    padding:5px;
    color:#555;
    margin-left:8px;
    border:1px #999 solid;
    font-family:Arial, Helvetica, sans-serif;
    float:left;
}

#s {
    margin-left:0;
}

#sidebar #searchsubmit {
    padding: 0;
    border:0;
    text-align:center;
    width:65px;
    height:28px;
    background-color:#ccc;
    color:#333;
    float:left;
    margin-left:10px;
    font-family:Arial, Helvetica, sans-serif;
    background:#3B9DA8 url('images/search-button.jpg') no-repeat scroll center top;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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;
	text-align: justify;
	}

.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 {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/*** END COMMENTS ***/

/*** BEGIN SIDEBAR ***/

div#sb-top {
    position:relative;
    width:314px;
    height:78px;
    float:right;
    background:transparent url('images/sb-top.jpg') no-repeat scroll center top;
    margin-top:59px;
}

div#sidebar {
    position:relative;
    /*width:330px;*/
    width:314px;
    min-height:350px;
    height:auto;
    float:right;
    background:transparent url('images/sb-middle.jpg') repeat-y scroll center top;
}

div#sb-bot {
    position:relative;
    width:314px;
    height:78px;
    float:right;
    clear:right;
    background:transparent url('images/sb-bottom.jpg') no-repeat scroll center top;
}

div#sidebar h2 {
    font-size:18px;
    color:#3A9DA7;
    font-weight:normal;
    padding:10px 33px 5px 8px;
    text-decoration:none;
}

div#sidebar .textwidget {
    font-size:12px;
    font-weight:normal;
    padding:0 33px 0 8px;
    font-style:normal;
    /*color:#3A9DA7;*/
    line-height:19px;
}

#sidebar form {
    margin: 0;
}

/*** END SIDEBAR ***/

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#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 {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    /*margin-bottom: 60px;*/
    padding-bottom:10px;
    height:auto;
}
/* End Various Tags & Classes*/



/* Captions */
/*.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.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 */

div#maps {
    position:relative;
    width:330px;
    height:auto;
    float:right;
    clear:left;
    padding-left:10px;
}

div#map_1{
    margin-top:12px;
}
div#map_2 {

}

.googleMap {
    /*margin:0 0 20px 30px;*/
    margin:0;
    padding:0;
    /*float:right;
    clear:both;*/
    width:330px;
    height:200px;
    border:2px #999 solid;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
