@charset "UTF-8";

/*
Theme Name: WifP
Description: Custom Theme for Women in focus
Version: 1.0
Author: Alex Frings
Author URI: http://www.alexfrings.com
*/

/*/////////////////////////////////////////////////////////////////////////////*/	
/* !BROWSER RESET */	
/*////////////////////////////////////////////////////////////////////////////*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	background: #FFF url(images/mainbg.gif) top left repeat;
	font:14px Arial,Verdana,Helvetica,sans-serif;
	line-height:1;
	color:#4E4C4D;
	margin:0;
	padding:0;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

.number1 {
	background-color:#000000;
	width:200px;
	height:400px;
	float:left;
}

.number2 {
	background-color:#990033;
}

.width {
	float:inherit;
	width:200px;
	height:100px;
}

.clear {
	clear:both;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !GENERAL */
/*////////////////////////////////////////////////////////////////////////////*/

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.wp-caption { 
	border:1px solid #666; 
	text-align:center; 
	background:#ccc; 
	padding:10px; 
	margin:10px 
}

#content p {
	line-height: 1.4;
	margin-bottom: 15px;
}

#content_page p {
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 15px;
}

#content_page a,
#content_page a:link,
#content_page a:active,
#content_page a:visited {
	color: #4E4C4D;
}

h2#homepagetitle {
	margin-bottom: 18px;
}

h2#pagetitle {
	margin-bottom: 35px !important;
}

h2#homepagetitle a,
h2#pagetitle a {
	color: #F7A392 !important;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .1em;
}

#content_page h3 {
	font-size: 20px;
	color: #DB828D;
	font-weight: normal;
}

#page_left_wide ul,
#page_left ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 20px;
}

#page_left_wide ul li,
#page_left ul li {
	line-height: 1.6;
}

#page_left h2 {
	color: #F7A392;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

#page_left h4,
#page_left h4 a {
	font-weight: bold;
	color: #DB828D !important;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !SITE HOLDERS */
/*////////////////////////////////////////////////////////////////////////////*/

#wrap {
	background: #FFF;
	width: 965px;
	margin: 0 auto;
}

#header {
	width: 965px;
	height: 184px;
	margin: 0 0 12px 0;
	position: relative;
}

#content {
	width: 889px;
	margin: 0 auto;
}

#content_page {
	width: 889px;
	margin: 30px auto 0 auto;
}

#page_left_wide {
	width: 650px;
	float: left;
}

#page_right_small {
	width: 211px;
	float: right;
	padding-top: 60px;
}

#page_right_small_bookings {
	width: 211px;
	float: right;
}

#page_left {
	width: 434px;
	float: left;
}

#page_right {
	width: 434px;
	float: right;
	padding-top: 60px;
}

#footer {
	border-top: 1px solid #eee;
	width: 889px;
	margin: 30px auto 0 auto;
	padding: 8px 0 10px 0;
	font-size: 10px;
	color: #A7A8AB;
	line-height: 1;
}

#footer a {
	color:#A7A8AB !important;
}

#footer_left {
	width: 650px;
	float: left;
	text-align: left;
}

#footer_right {
	width: 200px;
	float: right;
	text-align: right;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !HEADER */
/*////////////////////////////////////////////////////////////////////////////*/

h1#logo a {
	background: transparent url(images/logo.gif) top left no-repeat;
	width: 221px;
	height: 184px;
	display: block;
	float: left;
	margin-left: 30px;
}

h1#logo a span,
.tagline {
	display: block;
	height: 0;
	text-indent: -9999px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !NAVIGATION */
/*////////////////////////////////////////////////////////////////////////////*/

ul#nav {
	background: transparent url(images/nav.gif) top left no-repeat;
	width: 668px;
	height: 34px;
	position: absolute;
	top: 122px;
	right: 38px;
}

ul#nav li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

ul#nav li a {
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: transparent url(images/nav.gif) no-repeat;
}

ul#nav li#mn_about a {
	width: 92px;
	height: 34px;
	margin-right: 21px;
}

ul#nav li#mn_services a {
	width: 95px;
	height: 34px;
	margin-right: 21px;
}

ul#nav li#mn_bookings a {
	width: 94px;
	height: 34px;
	margin-right: 21px;
}

ul#nav li#mn_moreinfo a {
	width: 92px;
	height: 34px;
	margin-right: 21px;
}

ul#nav li#mn_location a {
	width: 95px;
	height: 34px;
	margin-right: 21px;
}

ul#nav li#mn_blog a {
	width: 95px;
	height: 34px;
}

ul#nav li#mn_about a:hover, ul#nav li#mn_about a:focus {
	background-position: 0px -34px;
}

ul#nav li#mn_services a, ul#nav li#mn_services a:visited {
	background-position: -113px 0px;
}

ul#nav li#mn_services a:hover, ul#nav li#mn_services a:focus {
	background-position: -113px -34px;
}

ul#nav li#mn_bookings a, ul#nav li#mn_bookings a:visited {
	background-position: -229px 0px;
}

ul#nav li#mn_bookings a:hover, ul#nav li#mn_bookings a:focus {
	background-position: -229px -34px;
}

ul#nav li#mn_moreinfo a, ul#nav li#mn_moreinfo a:visited {
	background-position: -344px 0px;
}

ul#nav li#mn_moreinfo a:hover, ul#nav li#mn_moreinfo a:focus {
	background-position: -344px -34px;
}

ul#nav li#mn_location a, ul#nav li#mn_location a:visited {
	background-position: -457px 0px;
}

ul#nav li#mn_location a:hover, ul#nav li#mn_location a:focus {
	background-position: -457px -34px;
}

ul#nav li#mn_blog a, ul#nav li#mn_blog a:visited {
	background-position: -573px 0px;
}

ul#nav li#mn_blog a:hover, ul#nav li#mn_blog a:focus {
	background-position: -573px -34px;
}

body.page-id-15 ul#nav li#mn_about a {
	background-position: 0px -34px;
}

body.page-id-17 ul#nav li#mn_services a {
	background-position: -113px -34px;
}

body.page-id-19 ul#nav li#mn_bookings a {
	background-position: -229px -34px;
}

body.page-id-21 ul#nav li#mn_moreinfo a {
	background-position: -344px -34px;
}

body.page-id-23 ul#nav li#mn_location a {
	background-position: -457px -34px;
}

body.blog ul#nav li#mn_blog a,
body.single ul#nav li#mn_blog a,
body.archive ul#nav li#mn_blog a,
body.category ul#nav li#mn_blog a {
	background-position: -573px -34px;
}





ul#socialnav {
	position: absolute;
	top: 19px;
	right: 38px;
}

ul#socialnav li {
	float: left; 
}

ul#socialnav li#sn_fb a {
	background: transparent url(images/sn_fb.gif) top left no-repeat;
	margin-right: 4px;
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
}

ul#socialnav li#sn_li a {
	background: transparent url(images/sn_li.gif) top left no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !HOMEPAGE */
/*////////////////////////////////////////////////////////////////////////////*/

#homeslider {
	width: 889px;
	height: 402px;
	margin-bottom: 32px;
	box-shadow: 1px 1px 7px #ccc;
	/*behavior: url(http://www.womeninfocusphysio.com.au/wp-content/themes/wifp/scripts/PIE.htc);*/
}

#home_left {
	width: 434px;
	float: left;
	font-size: 13px;
}

#home_right {
	width: 436px;
	float: right;
}

#home_right img,
#page_right img {
	box-shadow: 1px 1px 7px #ccc;
}

#newsbox {
	background: #fcdad3;
	padding: 6px 15px 9px 15px;
	font-size: 16px;
	color: #555;
}

#newsbox p {
	line-height: 1.5;
	margin: 0 !important;
}

#newsbox a {
	color: #555;
}

#newsbox h3 {
	color: #DD838D;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 4px;
}

#homelogos {
	text-align: right;
	height: 80px;
	margin-top: 75px;
}

#logo-hicaps {
	padding: 0 2px 6px 0;
}

#logo-finalist {
	padding: 0 2px 0 0;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/* !SERVICES */
/*////////////////////////////////////////////////////////////////////////////*/

#services_slider {
	width: 434px;
	height: 440px;
	box-shadow: 1px 1px 7px #ccc;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/* !BOOKINGS */
/*////////////////////////////////////////////////////////////////////////////*/

#bookings_top_img img {
	box-shadow: 1px 1px 7px #ddd;
	margin-bottom: 32px;
}

h2.bookings_title {
	color: #F7A392;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .1em;
}

a#bookinglink {
	background: transparent url(images/bookonline.gif) top left no-repeat;
	display: block;
	width: 192px;
	height: 35px;
	text-indent: -9999px;
	box-shadow: 1px 1px 7px #ddd;
	margin-bottom: 15px;
}

a#bookinglink:hover {
	background-position: 0 -35px;
}

a#bookinglink2 {
	background: transparent url(images/bookonline2.gif) top left no-repeat;
	display: block;
	width: 192px;
	height: 35px;
	text-indent: -9999px;
	box-shadow: 1px 1px 7px #ddd;
}

a#bookinglink2:hover {
	background-position: 0 -35px;
}

p#newpatients {
	text-transform: uppercase;
	color: #F7A392;
	font-size: 13px;
	margin: 15px 0 10px 0;
}

.small {
	font-size: 13px;
}

p#currentpatients {
	margin: 10px 0 10px 0; 
	width: 170px;
}

table {
	font-family: Georgia, Arial, Verdana, sans-serif;
	margin-top: 20px;
	width: 780px;
	height: 270px;
}

table th {
	background: #4E4C4D;
	color: #fff;
	padding: 7px 10px;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px;
}

table td {
	padding: 10px;
	line-height: 1.6;
	border: 1px solid #ccc;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
}

table td.highlight {
	background: #fdedea;
}

table td.bumps {
	color: #f4867b !important;
}


table td.caps {
	text-transform: uppercase;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/* !BLOG */
/*////////////////////////////////////////////////////////////////////////////*/

#blog_left {
	width: 650px;
	float: left;
}

#blog_right {
	width: 211px;
	float: right;
}

.post {
	background: transparent url(images/postdiv.gif) bottom left repeat-x;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.post img.alignnone {
	display: block;
	margin: 25px auto;
	text-align: center;
	-webkit-box-shadow: 1px 1px 7px #eee;
	-moz-box-shadow: 1px 1px 7px #eee;
	box-shadow: 1px 1px 7px #eee;
	/*behavior: url(http://www.womeninfocusphysio.com.au/wp-content/themes/wifp/scripts/PIE.php);*/
}

h2.posttitle,
ul#sidebar h2 {
	margin-bottom: 5px;
}

h2.posttitle,
h2.posttitle a,
ul#sidebar h2 {
	color: #F7A392;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .1em;
}

h2.posttitle a {
	color: #F7A392 !important;
}

h2.posttitle a:hover {
	text-decoration: none !important;
}

.thedate {
	background: #DC8492;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 5px;
}

.post_content {
	margin: 22px 0 50px 0;
}

.post_content a {
	color: #F7A392 !important;
}

.tags {
	font-size: 12px;
	color: #A7A8AB !important;
}

.thetags a {
	text-decoration: none;
	color: #A7A8AB !important;
	text-transform: uppercase;
}

.post_meta {
	line-height: 1.6;
}

.comments {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
}

.comments a {
	color: #666 !important;
}

.postedby {
	color: #F7A392;
	font-size: 12px;
}

ul#sidebar ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5;
	margin-bottom: 30px;
}

h2.archivetitle {
	margin-bottom: 15px;
}

#pm_left {
	float: left;
	width: 400px;
}

#pm_right {
	float: right;
	width: 230px;
	text-align: right;
}

#social_post {
	margin-top: 6px;
}

.facebookthis {
	width: 270px;
	float: left;
}

.twitterthis {
	float: right;
	width: 75px;
	padding-top: 1px;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/* !COMMENTS */
/*////////////////////////////////////////////////////////////////////////////*/

#respond {
	margin-top: 50px;
}

#respond h3 {
	font-size: 18px;
	font-weight: 300;
	font-family: "museo-sans", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
}

#respond input[type="text"] {
	background: #f8f8f8;
	border: none;
	height: 40px;
	width: 250px;
	line-height: 40px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	margin-right: 5px;
}

#respond textarea {
	background: #f8f8f8;
	border: none !important;
	height: 190px !important;
	width: 500px !important;
	line-height: 1.5;
	padding: 10px;
	color: #666;
	font-size: 14px;
}

.alt {
	margin: 0;
	padding: 10px;
}

h3#comments,
h3#commentshead {
	font-size: 18px;
	font-weight: 300;
	font-family: "museo-sans", Arial, Verdana, sans-serif;
	margin-top: 50px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-bottom: 15px;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	border: 1px solid #eee;
}
	
.commentlist li ul li { 
	margin-left: 20px;
	border: none;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.commentlist p {
	margin: 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

img.avatar {
	float: left;
	margin-right: 5px;
}

.comment-meta {
	margin-top: 5px;
}
