/*   
Theme Name: Lane Cove Physio
Description: Lane Cove Physio
Author: illumin8 Design
Author URI: www.illumin8design.com.au
*/

/* HTML Elements */

.alignleft {
        float: left;
        margin:0 30px 20px 0;

}

.aligncenter {
        margin-top:10px;
        margin-bottom:10px;
        display: block;
        margin-left: auto;
        margin-right: auto;

}

.alignright {
        float: right;
        margin:0 0 20px 30px;

}

* {
	margin:0;
	padding:0;
	}
	
.clr{
	clear:both;
}
	
body {
	background: #fff url(images/bg.png) top left repeat-x;
	background-attachment: fixed;
	color: #545454;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 10px 0;
	}

a:link, a:visited {
	color: #01a8da;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a:active {
	color:#01a8da;
	text-decoration:underline;
	font-weight:bold;
	}

hr {
	display: block;
	height:1px;
	background:#ccc;
	border:0;
	margin-top:10px;
	}
	
.smalllatest {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:4px 0 0 4px;
	}	
	
.postlink{
	font-size: 0.95em;
	background:#fffff;
	padding-top:15px;
	}	

img, a:link img, a:visited img {
	border:0
	}

/*Main Navbar */

#top_nav{
	width:892px;
	height:40px;
	background: url(images/top_nav.png) top left no-repeat;
	margin:auto;
	
	/*position:absolute;
	top: 105px;
	left:50%;
	margin-left:-446px;*/
}

#top_nav a{
	font-size:12px;
}

#nav{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:12px;
	padding-left:20px;
}

#nav li {
	border-right:1px solid #e98d3a;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
#nav a, #nav a:visited {
	color:#fff;
	display:block;
	font-weight:normal;
	line-height:40px;
	padding: 0px 20px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
	background:#e98d3a none repeat scroll 0 0;
	text-decoration:none;
	color:#fff;
}

#nav a, #nav a:hover {
	border:medium none;
	display:block;
	text-decoration:none;
}

#nav li ul {
  display: none;
  position: absolute; 
  width:174px;
  z-index:2;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li li {
	background:#e98d3a none repeat scroll 0 0;
	border-left:1px solid #ec7205;
	border-right:1px solid #ec7205;
	border-top:1px solid #ec7205;
	width:250px;
}
#nav li li a, #nav li li a:visited {
	color:#fff;
	font-weight:normal;
}
#nav li li a:hover, #nav li li a:active {
	background:#ec7205 none repeat scroll 0 0;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li.over ul {
	display:block;	
}


/* Structure */

#logo{
	width:325px;
	height:105px;
	float:left;
}

#wrapper{
	width:1000px;
	background: url(images/wrapper.png) top center repeat-y;
	margin:auto;
	clear:both;
}

#page {
	width:950px;
	margin:0 auto;
	padding: 0px;
	}

#branding {
	width:500px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 300px;
	float:right;
	background: #c7d6de;
	padding:0px;
	color:#fff;
	margin-bottom:20px;
	min-height:280px;
	background: url(images/free-newsletter.png) top left no-repeat; 
}

#sidebar li{
	list-style:none;
	margin: 10px 0px;
}

.sidebar-text{
	padding:70px 30px 0px 30px;
}
	
#browse-select {
	font-size:7pt;
}

/*Css for the index page*/
		
#banner{
		width:583px;
		height:280px;		
		margin:0px;
		padding-bottom:30px;
}

.box{
	width:247px;
	float:left;
	padding:0px 20px;
}
	.box img{
		float:left;
		margin-bottom:20px;
	}
	.box h2{
		padding-bottom:0px;
	}
	.box h2 a{
		color:#0055a0;
		font-weight:normal;
	}
	.box h2 a:hover{
		color:#0055a0;
		font-weight:normal;
		text-decoration:none;
	}

.long{
	width:530px;
	border-top: #ddd solid 1px;
	padding:10px 0px;
}
	.long h2{
		clear:none;
		padding-top:20px;
	}
	.long img{
		margin: 20px 20px 20px 0px;
		border:#ddd solid 4px;
	}
	
/*end of Css for index page*/

#contenttitle {
	float:left
	width:530px;
	margin: 0px;
	padding: 10px 0px 0px 8px;
	
	}	
					
/*	Headers */
	
#header {
	background: url(images/header.png) top left no-repeat;
	width: 892px;
	margin: 0px auto;
	text-align: left;
	height:105px;
	}	

h1 {
	font-size: 32px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color:#0055a0;
}

.mainheader{
	color: #333333;
	font-size: 24px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}		
		
		
h2 {
	padding:10px 0px;
	font-size:22px;
	font-weight:normal;
	}

h3, #sidebar h2 {
	padding:10px 0px;
	font-weight:bold;
	font-size:16px;
}

/*sidebar colour*/

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px;
	margin-left:20px;
	}

h3#comments {
	padding-left:20px;
}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
h5 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 12px 0;
	}	

.singlecomment {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:4px 0px;
}

.pagetitle{
	padding:20px 0px 0px 20px;
}
	
	
/* Content */

#content_wrapper{
	width:892px;
	margin:auto;
}

#content {
	width:590px;
	float:left;
	padding-bottom:30px;
	}
	
#search_content{
	width:500px;
	height:30px;
	padding:10px 0px;
	clear:both;
}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	padding-left:10px;
	}
	
.linebreak{
	margin-top:13px;
	border-top:5px solid #999;
}
	

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, {
	margin:0;
	}

.feature img {
	padding:1px;
	border:1px solid #000;
	}
			
#adsense_placeholder {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}	
	
#headerimage {
	margin-top:22px;
	}

.title {
	font-family: Arial, Verdana;
	font-size:1.5em;
	}
	
.feature#lead .title {
	font:2.5em "Times New Roman", Georgia, Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Calendar*/
.contentdate {
	background: #FFFFFF url(images/calendar.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}

#contentmiddle {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 0px;
	display: inline;
	}
	
#contentmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.postspace {
	background: #EFEFEF url(images/spacer.gif);
	width: 530px;
	height: 10px;
	margin-top: 15px;
	padding: 0px;
	}

/*Post*/

.post{
	padding: 15px 30px 15px 20px;
}
	.post .entry{
		margin: 30px 0px;
	}

.post-edit-link{
	padding: 0px 20px;
}

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul{
	padding:8px 0px;
}
.post ul li {
	list-style:disc;
	padding:5px 0px;
	line-height:115%;
	margin-left:42px;
	}
	
	.post li li{
		margin-left:20px;
		margin:5px 0px;
		margin-left:20px;
		list-style-type:none;
	}
.post ol{
	padding:8px 0px;
}
.post ol li {
	padding:5px 0px;
	line-height:115%;
	margin-left:48px;
	}
	
/*Search*/

#search{
	height:40px;
	position:absolute;
	top:45px;
	left:50%;
	margin-left:200px;
}

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}


#searchform #s{
	/*background: #ffffff url(images/form-field-bg.gif) no-repeat ;*/
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}

#searchform #searchsubmit { 
	/*background: url(images/search-btn.gif) no-repeat left top;*/
	height: 24px;
	width: 24px;
	border: none;
	cursor:pointer;
	position:absolute;
	top:-2px;
}	

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

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.avatar {
        float:right;
        padding:0;
        margin:5px;

}

.commentlist {
	padding-left:20px;
	list-style:none;
}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform{
	margin-left:20px;
}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}	
	
.mycomments 
{
	background:url(images/comments.gif) no-repeat left center;
	padding-left:20px;
}
	
/*posting icon*/	
.myposts 
{
	background:url(images/posting.gif) no-repeat left center;
	padding-left:16px;
}

.myedits
{
/*	background:url(images/edit.gif) no-repeat left center;*/
	padding-left:10px;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
/* Footer*/

#footer-bg{
	width:1200px;
	margin:auto;
	height:75px;
	clear:both;
}	
	
#footer {
	clear:both;
	width:892px;
	margin:auto;
	background: url(images/footer.png) top center no-repeat;
}

#footer_text{
	padding:20px 30px 0px 30px;
	margin:0px;
	color:#fff;
}
	#footer_text ul{
		list-style:none;
	}
	#footer_text ul li{
		float: left;
		padding:0px 10px;
		border-right: #e79851 1px solid;
	}
	#footer_text ul li ul{
		display:none;
	}
	#footer_text .current_page_item a{
		background:none;
	}
	
	#footer_text a{
		color:#fff;
	}
	#footer_text a:hover{
		text-decoration:underline;
	}	
	#footer_text .call-us {
		font-size:14px;
	}
	#footer_text .call-us span{
		font-size:24px;
	}

#bottombar {
	clear:both;
	color: #666666;
	overflow: hidden;
	background-color:#eeeeee;	
	border-width: 2px 0 0 0;
	border-style:solid;
	border-color: silver;
}

#categoryx {
	padding: 0px 5px 10px 5px;
	width:200px;
	float:left;
	font-size:8pt;
}


#archivex {
	padding: 0px 5px 10px 5px;
	width:150px;
	float:left;
	font-size:8pt;
}

#commentx {
	padding: 0px 5px 10px 5px;
	width:200px;
	float:left;
	font-size:8pt;
}


#blogroll {
	padding: 0px 5px 10px 5px;
	width:150px;
	float:left;
	font-size:8pt;
}

#write_by {
	padding-top: 2px;
}

.bottombartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #CFE1AC;
}

.sideblock
{
	padding: 0px 25px;
	padding-bottom:20px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	width:228px;
}

#singlecat li {
	float:left;
	list-style-type:none;
}

#singlepostin {
	float:left;
}

#singlepostwrapper {
	padding: 0px 0px 10px 20px;
	font-size:8pt;
}


/* Contact form styles */
.submit{
	padding:5px 20px;
}
#sidebar select, textarea{
	width:230px;
}


/* Sticky footer */
html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content_wrapper {padding-bottom: 75px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Email Capture */
#wp_email_capture
{
	padding-top:8px;
	padding-bottom:18px;
}

#wp_email_capture label
{
	height:26px;
	padding:0px 5px 0px 0px;
	margin:3px 0;
}

#wp_email_capture input
{
	width:184px;
	height:16px;
	border:0px;
	color: #007092;
	background: url(images/input.jpg) top left no-repeat;
	padding:5px;
	margin:3px 0;
}
.wp-email-capture-submit{
	width:240px !important;
	margin-top:15px !important;
	background: url(images/sign-up-button.png) top left no-repeat !important;
	height:44px !important;
	cursor:pointer;
	text-indent:-9999px;
}

#wp_email_capture_2
{

}

#wp_email_capture_2 label
{

}

#wp_email_capture_2 input
{

}

/* added content styles */

.wp-caption-text{
	font-size:10px;
	color: #999;
	text-align:center;
}

.contact-us{
	border: #88c2d4 solid 1px;
	background: #d4e3e8;
	clear:both;
	padding: 10px 30px;
	margin-top:15px;
}

/* Easy Slider Styles */

	#slider{margin-bottom:20px;}
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:583px;
		height:280px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0px 1em -45px;
		padding:0;
		height:28px;
		position:absolute;
		top:370px;
		left:50%;
		
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#FFF;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#01a9da;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

