/*
Theme Name: Sydney Pregnancy Centre
Theme URI: http://www.sydneypregnancycentre.com/
Description: The default Sydney Pregnancy Centre theme
Version: 1.0
Author: Brett Fusedale
Author URI: http://www.fadeagency.com/
*/

/* Global */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	padding: 0;
	background-color: #309a3b;
        line-height: 1.6em;
}
h1, h1 a, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2d9035;
	text-decoration: none;
}
h1 a:hover {
	color: #000;
}
h2, h2 a, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d9035;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
}
h3, h3 a, h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d9035;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
}

.date {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d9035;
	padding: 0 0 20px 0;
        line-height:18px;
        font-weight: bold;
        margin: 0;
}
.footerheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ebdaaa;
	text-decoration: none;
        font-weight: bold;
}
.footer-text-white {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0;
        line-height:18px;
}
.footer-text-white a {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
        line-height:18px;
        text-decoration: none;
}
.footer-text-white a:hover {
	color: #ebdaaa;
        text-decoration: none;
}
.footer-text-other {
        font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ebdaaa;
	padding: 0px;
        line-height:18px;
        font-weight: bold;
}
p  {
	margin: 0;
        padding: 0 0 10px 0;
}
a {
	color: #2d9035;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
img {
	border-style: none;
}

img.centered, .aligncenter, div.aligncenter {
	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;
}

.lcp_catlist {
list-style-type: none;
margin-left:0;
padding-left:0;
}

/* Layout */

#container {
	text-align: center;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
margin-top: 200px;
	padding: 0px;
}
#newsletter {
	width: 905px;
	margin: 0 auto 0 auto;
        text-align: right;
        padding:0;
}
#menu {
	height: 57px;
	clear: both;
	width: 890px;
	margin-right: auto;
	margin-left: auto;

}
#buttons {
	height: 63px;
	width: 346px;
        float: right;
margin-top: 30px;
}
#menu-container {
	height: 57px;
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}
#content-top {
	text-align: center;
	padding: 0px;
	background-image: url(images/background_content_top.png);
	clear: both;
	background-repeat: no-repeat;
	height: 31px;
	margin: 0;
}
#main {
	text-align: left;
	padding: 0 40px 0 40px;
	background-image: url(images/background_content_middle.png);
	margin: 0px;
	clear: both;
	background-repeat: repeat-y;
}
#footer {
	height: 220px;
	background-image: url(images/background_footer.png);
	width: 905px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center top;
	clear: both;
        float: left;
}
#footerfade {
	margin: 80px 0 0 0;
	padding: 0;
	float: left;
        width: 149px;
}
#footercontact {
	margin: 50px 0 0 20px;
	padding: 0;
	float: left;
        width: 320px;
        text-align: left;
	border-right:dotted 1px #31c83d;
}
/* Menu */

.menu {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

.menu li {
	display:inline;
	margin: 0px;
	padding: 0px;
}

.menu li a {
	height: 57px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.menu li a span {
	display:none;
	margin: 0px;
	padding: 0px;
}

li.home a {
	width:61px;
	background-image: url(images/menu-home.jpg);
	border-left:dotted 1px #31c83d;
}
li.home a:hover {
	background-position: 0px -57px;

}
li.home a.active {
	background-position: 0px -114px;

}

li.news a {
	width:58px;
	background-image: url(images/menu-news.jpg);
}
li.news a:hover {
	background-position: 0px -57px;
}
li.news a.active {
	background-position: 0px -114px;
}

li.about a {
	width:62px;
	background-image: url(images/menu-about.jpg);
}
li.about a:hover {
	background-position: 0px -57px;
}
li.about a.active {
	background-position: 0px -114px;
}

li.yoga a {
	width:52px;
	background-image: url(images/menu-yoga.jpg);
}
li.yoga a:hover {
	background-position: 0px -57px;
}
li.yoga a.active {
	background-position: 0px -114px;
}

li.birth a {
	width:52px;
	background-image: url(images/menu-birth.jpg);
}
li.birth a:hover {
	background-position: 0px -57px;
}
li.birth a.active {
	background-position: 0px -114px;
}

li.calmbirth a {
	width:85px;
	background-image: url(images/menu-calmbirth.jpg);
}
li.calmbirth a:hover {
	background-position: 0px -57px;
}
li.calmbirth a.active {
	background-position: 0px -114px;
}

li.vbac a {
	width:55px;
	background-image: url(images/menu-vbac.jpg);
}
li.vbac a:hover {
	background-position: 0px -57px;
}
li.vbac a.active {
	background-position: 0px -114px;
}

li.doulasupport a {
	width:72px;
	background-image: url(images/menu-doula-support.jpg);
}
li.doulasupport a:hover {
	background-position: 0px -57px;
}
li.doulasupport a.active {
	background-position: 0px -114px;
}

li.naturaltherapies a {
	width:87px;
	background-image: url(images/menu-natural-therapies.jpg);
}
li.naturaltherapies a:hover {
	background-position: 0px -57px;
}
li.naturaltherapies a.active {
	background-position: 0px -114px;
}

li.postnatal a {
	width:56px;
	background-image: url(images/menu-post-natal.jpg);
}
li.postnatal a:hover {
	background-position: 0px -57px;
}
li.postnatal a.active {
	background-position: 0px -114px;
}

li.products a {
	width:79px;
	background-image: url(images/menu-products.jpg);
}
li.products a:hover {
	background-position: 0px -57px;
}
li.products a.active {
	background-position: 0px -114px;
}
li.workshops a {
	width:96px;
	background-image: url(images/menu-workshops.jpg);
}
li.workshops a:hover {
	background-position: 0px -57px;
}
li.workshops a.active {
	background-position: 0px -114px;
}
li.contact a {
	width:71px;
	background-image: url(images/menu-contact.jpg);
}
li.contact a:hover {
	background-position: 0px -57px;
}
li.contact a.active {
	background-position: 0px -114px;
}


/* Forms */

.form-text-field {
        background-color: #F3F6D9;
        border: 1px dotted #2e9136;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
        padding: 3px;
        width: 290px;
        margin: 5px 0 0 0;
}
.form-button {
        background-color: #F3F6D9;
        border: 1px dotted #2e9136;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
        padding: 3px;
}

/* 
	TABLES
*/
table {
	border-collapse: collapse;
	border: 1px solid #2e9136;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #2e9136;
	background: #F3F6D9;
        text-align:center;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
	border: 1px dashed #2e9136;
	padding: 8px;
	color: #2e9136;
  }
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #2e9136;
  background: #38160C;
  color: #2e9136;
  padding-top:8px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #2e9136;
  }

tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #2e9136;
  }

tbody th, tbody td {
  vertical-align: top;
  }
tfoot td {
  border: 1px solid #2e9136;
  background: #38160C;
  padding-top:8px;
  }
.odd {
  background: #7B2342;
  }
.timetable bold {
	font-weight: bold;
}
.timetable-bold {
	font-weight: bold;
}
