/*
Theme Name: Bethany Holistic Health Centre
Theme URI: http://bethanyhealth.com.au
Description: Custom Wordpress Theme
Version: 1.0
Author: Tom Maitland
Author URI: http://tommaitland.com.au
*/

/*@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabThi-webfont.eot');
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabThi-webfont.eot#iefix') format('embedded-opentype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabThi-webfont.woff') format('woff'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabThi-webfont.ttf') format('truetype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face { /*USED*/
    font-family: 'ColaborateLight';
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabLig-webfont.eot');
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabLig-webfont.eot#iefix') format('embedded-opentype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabLig-webfont.woff') format('woff'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabLig-webfont.ttf') format('truetype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { /*USED*/
    font-family: 'ColaborateRegular';
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabReg-webfont.eot');
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabReg-webfont.eot#iefix') format('embedded-opentype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabReg-webfont.woff') format('woff'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabReg-webfont.ttf') format('truetype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { /*USED*/
    font-family: 'ColaborateMedium';
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabMed-webfont.eot');
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabMed-webfont.eot#iefix') format('embedded-opentype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabMed-webfont.woff') format('woff'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabMed-webfont.ttf') format('truetype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face { /*USED*/
    font-family: 'ColaborateRegular';
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabBol-webfont.eot');
    src: url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabBol-webfont.eot#iefix') format('embedded-opentype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabBol-webfont.woff') format('woff'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabBol-webfont.ttf') format('truetype'),
         url('https://bethanyhealth.com.au/wp-content/themes/bethany/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;

}


body {
	margin:0;
	padding:0;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border-top:5px solid #3f3f3f;
	line-height:20px;
}
.sweep {
	clear:both;
}
div {
	position:relative;
}
#header-wrapper {
	width:100%;
	background:url(images/header-bg.jpg) top repeat-x;
	height:262px;
	border-top:1px solid #fff;
}
#header {
	width:960px;
	margin:auto;
}
	#logo {
		float:left;
		width:188px;
		top:25px;
		left:10px;
	}
	#slideshow {
		float:right;
		width:727px;
		top:30px;
		background:url(images/slider-shadow.png) no-repeat center;
		height:208px;
		right:-10px;
	}
	#slideshow img {
		position:relative;
		top:6px;
		left:9px;
	}
#nav-wrapper {
	width:100%;
	background:url(images/nav.jpg) repeat-x;
	height:41px;
	clear:both;
}
	/*#nav {
		width:978px;
		background:url(images/nav-main.png) no-repeat center;
		height:70px;
		margin:auto;
		z-index:10;
	}
	#nav ul {
		margin:0 8px;
		padding:0;
	}
	#nav ul li {
		list-style:none;
	}
	#nav ul li a, #nav ul li a:visited {
		display:block;
		float:left;
		line-height:60px;
		padding:0 17px;
		font-family:ColaborateLight, sans-serif;
		font-size:20px;
		text-transform:uppercase;
		color:#fff;
		border-right:1px solid #6b6b6b;
		border-left:1px solid #2c2c2c;
	}
	#nav ul li.current-menu-item a, #nav ul li a:hover {
		background:#2c2c2c;
		text-decoration:none;
	}
	#nav #phone {
		font-family:Colaborate, sans-serif;
		color:#fff;
		font-size:20px;
		width:160px;
		float:right;
		line-height:60px;
		right:5px;
	}*/
#content-wrapper {
	width:100%;
	background:url(images/content-bg.png) repeat-x top #fff;
	z-index:5;
	top:0px;
}
#content {
	width:960px;
	margin:auto;
	padding:90px 0 40px 0;
}
	#leftcol {
		width:620px;
		float:left;
		margin-right:20px;
		margin-top: 4.5px;
	}
		#leftcol .entry {
			padding:0px 10px 0 0;
		}
		#leftcol .entry p span {
			color: #3a7128;
			font-weight: bold;
		}
	#rightcol {
		width:310px;
		float:right;
	}
		#icon {
			border-bottom:1px solid #d0d0d0;
			text-align:right;
			margin:0 0 20px 0;
		}
		#icon img {
			position:relative;
			top:-15px;
		}
		#mission {
			background:url(images/box-bg.jpg) repeat;
			padding:15px;
			font-size:19px;
			font-family:ColaborateMedium, 'Trebuchet MS', sans-serif;
			text-align:center;
			line-height:24px;
			color:#333;
			margin:0 0 20px 0;
		}
		#mission p {
			margin:0;
			padding:0;
			font-size:19px;
		}
		.widget {
			margin:0 0 20px 0;
		}
		.widget h3 {
			font-family:ColaborateMedium, 'Trebuchet MS', sans-serif;
			font-size:22px;
			font-weight:normal;
			padding:20px 0 10px 0;
			border-bottom:1px solid #d0d0d0;
			margin:0 0 10px 0;
		}
#footer-wrapper {
	width:100%;
	background:url(images/box-bg.jpg) repeat;
	padding:30px 0;
	border-top:#bebebe solid 1px;
}
	#footer {
		margin:auto;
		width:960px;
		font-family:ColaborateLight, sans-serif;
		color:#414141;
		text-transform:uppercase;
		font-size:12px;
	}
	#footer a {
		color:#000;
	}
	#footer .left {
		width:400px;
		float:left;
	}
	#footer .left a {
		display:block;
		float:left;
		padding:0 5px 0 0;
	}
	#footer .right {
		float:right;
		width:550px;
		text-align:right;
	}
/* TYPOGRAPHY */

h1 {
	font-family:ColaborateLight, sans-serif;
	color:#000;
	font-size:40px;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #d0d0d0;
	font-weight:normal;
	line-height:35px;
}

a, a:visited {
	text-decoration:none;
	color: #3a7128;
}
a:hover {
	text-decoration:underline;
}
h4 {
	font-size: 16px;
}
h4 span {
	color: #3a7128;
	font-size: 20px;
}
p {
	font-size: 15px;
	margin: 20px 0;
}

/* GENERAL */

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
img.aligncenter {
	display: block;
	clear: both;
	margin: 15px auto;
}
div.pc {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
}
div.pc p {
	width: 395px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}
div.pc.wide p {
	width: 100%;
	float: none;
}
div.pc p:last-child {
	padding: 0 0 0px 0;
}
div.pc .sweep {
	height: 1px;
}
.entry input[type=text], .entry textarea {
	border: 1px solid #d0d0d0;
	padding: 5px;
	border-radius: 2px;
	width: 400px;
	font-weight: normal;
}
.entry label {
	font-weight: bold;
}
div.ct p {
	font-weight: bold;
}
h2.of {
	padding: 0 0 30px 0;
}
.entry .sweep {
	height: 1px;
	margin-top: -10px;
}

#slideshow {
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:7px;
    left:9px;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#nav2 {
		width:978px;
		background:url(images/nav-main.png) no-repeat center;
		height:70px;
		margin:auto;
		z-index:10;
	}
	#nav2 ul {
		margin:0 8px;
		padding:0;
	}
	#nav2 ul li {
		list-style:none;
		position: relative;
	float: left;
	}
	#nav2 ul li a, #nav2 ul li a:visited {
		display:block;
		line-height:60px;
		padding:0 17px;
		font-family:ColaborateLight, sans-serif;
		font-size:20px;
		text-transform:uppercase;
		color:#fff;
		border-right:1px solid #6b6b6b;
		border-left:1px solid #2c2c2c;
	}
	
	#nav2 ul.dropmenu li a {
		background: #494949;
		text-decoration:none;
		text-align: center;
		font-size: 12.4px;
		line-height: 30px;
		text-transform: none;
		width: 162px;
		margin-left: -8px;
		font-weight: bold;
	}
	
	#nav2 ul li a:hover{
		background:#2c2c2c;
		text-decoration:none;
	}
	
	#nav2 #phone {
		font-family:Colaborate, sans-serif;
		color:#fff;
		font-size:20px;
		width:160px;
		float:right;
		line-height:60px;
		right:5px;
	}
	
	#nav2 li ul {
		display:none;
	}
	
	#nav2 li:hover ul
{
	display: block;
	position: absolute;
	
}

#nav2 li:hover li
{
 float: none;
}

	
	#menu
	{
		position: relative;
	}