/*
Theme Name: NHG
Theme URI: http://www.jenclark.com.au
Author: Jen Clark Design
Author URI: http://www.jenclark.com.au/
Description: National Health Group
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Structure
----------------------------------------------- */

body {
    font-family: arial;
    font-size: 14px;
}

h1 {
    font-size: 35px;
    color: #fff;
}

h2 {
    font-size: 22px;
    color: #444;
    font-weight: 700;
    margin-bottom: 10px;
}

p, li {
    color: #4a4a4b;
}

a {
    color: #12A89D;
}

/* SuttonRow 020312: One line CSS correction below: missing width specification was causing 
   issues on mobile browsers */

#branding, #nav, #main, #colophon {
    min-width: 960px;
}

#main {
    min-height: 631px;
    margin-bottom: 10px; 
}

/* Header
----------------------------------------------- */

header .wrapper, footer .wrapper, #main .wrapper {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}


header .wrapper {
    overflow: hidden;
}

header .logo {
    float: left;
    margin-top: 22px;
    margin-bottom: 24px;
}

header .phone {
    float: right;
    font-size: 24px;
    margin-top: 94px;
}

#nav {
    background: #3d4143 url(images/nav-bg.gif) repeat-x;
}

ul.nav {
    height: 46px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

ul.nav li {
    float: left;
}

ul.nav li a {
    display: block;
    height: 46px;
    background-image: url('images/nav.gif');
}

ul.nav li a.home {
    width: 91px; 
    background-position: 0 top;
}

ul.nav li a.home:hover, ul.nav li a.home.selected {
    background-position: 0 bottom;
}

ul.nav li a.about {
    width: 93px; 
    background-position: -91px top;
}

ul.nav li a.about:hover, ul.nav li a.about.selected {
    background-position: -91px bottom;
}

ul.nav li a.services {
    width: 107px; 
    background-position: -184px top;
}

ul.nav li a.services:hover, ul.nav li a.services.selected {
    background-position: -184px bottom;
}

ul.nav li a.research {
    width: 117px; 
    background-position: -291px top;
}

ul.nav li a.research:hover, ul.nav li a.research.selected {
    background-position: -291px bottom;
}

ul.nav li a.contact {
    width: 110px; 
    background-position: -408px top;
}

ul.nav li a.contact:hover, ul.nav li a.contact.selected {
    background-position: -408px bottom;
}

.titlebar {
    padding-top: 42px;
    padding-bottom: 20px;
    background: #f07822;
}

.titlebar.green {
    background-color: #12a89d;
}

.titlebar.yellow {
    background-color: #f2aa31;
}

.breadcrumb a {
    text-decoration: none;
    color: #444;
}


/* Footer
----------------------------------------------- */

.social {
    clear: both;
    overflow: hidden;
    padding-top: 28px;
    padding-bottom: 24px;
    margin-top: 80px;
    color: #444;
    border-bottom: 1px solid #a3a4a5;
    background: #e9e8e8 url('images/herobar-bg.jpg') repeat-x;
}

.social .findus {
    float: left;
    margin-top: 4px;
    font-size: 20px;
    margin-right: 180px;
    font-weight: 700;
}

.social ul {
    float: left;
}

.social ul li {
    float: left;
    margin-right: 30px;
}

.social ul li a {
    display: block;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    padding: 8px 0 10px 32px;
    background-repeat: no-repeat;
}

.social ul li a.facebook {
    background-image: url('images/facebook.png');
}

.social ul li a.twitter {
    background-image: url('images/twitter.png');
}

.social ul li a.linkedin {
    background-image: url('images/linkedin.png');
}

.copyright {
    padding-top: 14px;
    padding-bottom: 45px;
    color: #fff;
    font-size: 12px;
    background-color: #3b3f41;
}

.copyright p {
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.left {
    float: left;
}

.copyright .left {
    margin-top: 8px;
}

.right{
    float: right;
}


/* Standard Page
----------------------------------------------- */

.page.wrapper ul {
    margin: 14px 0 14px 20px;
    list-style: disc;
}

.page.wrapper ol {
    margin: 14px 0 14px 20px;
    list-style: decimal;
}

.page.wrapper li {
    line-height: 1.5em;
    margin: 4px 0;
}

.page.wrapper p {
    line-height: 1.6em;
    margin-bottom: 20px; 
}



/* Home Page
----------------------------------------------- */

.herobar {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background: #f6f5f5 url('images/herobar-bg.jpg') left bottom repeat-x;
    
}

.herobar .photo {
    float: left;
    width: 250px;
    height: 216px;
    padding: 18px 19px;
    background-image: url('images/photo-bgv2.png');
    background-repeat: no-repeat;
}

.herobar p {
    float: right;
    width: 600px;
    font-size: 18px;
    color: #444;
    line-height: 1.6em;
    margin-top: 4px;
}

.herobar .more {
    text-align: right;
    margin-top: 20px;
}

.box {
    float: left;
    width: 270px;
    margin-right: 45px;
}

.box p {
    line-height: 1.6em;
}

.box a {
    color: #444;
margin-right: 5px;
}

.box h2 {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e3e3;
}

.box.services h2 {
    background-image: url('images/green-arrow.png');
}

.box.staff h2 {
    background-image: url('images/yellow-arrow.png');
}
.staff1 {
    margin-bottom: 20px;
}
.staff1, .staff2 {
    
}
.box.contact h2 {
    background-image: url('images/orange-arrow.png');
}

.box.staff .keyStaff {
    float: left;
    margin-right: 10px;
}

.box.staff .keyStaff .photo {
    padding: 17px 16px 16px 16px;
    background-image: url('images/key-staff-bg.png');
}

.box.staff .keyStaff p {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}

.box.services ul {
    list-style: disc;
    margin-left: 20px; 
    margin-top: 20px;
}

.box.services ul li {
    margin-bottom: 6px;
    padding-left: 20px; 
    line-height: 1.6em;
}

.box.services ul li a {
    color: #444;
}

.box.contact, .box.last {
    margin-right: 0;
}

.box.contact .left, .box.contact .right {
    margin-top: 20px;
}

.moreinfo {
    clear: both;
    height: 40px;
    padding-top: 20px;
}

.moreinfo .box {
    text-align: right;
}


/* Standard page
----------------------------------------------- */

.page.wrapper {
    margin-top: 30px;
}

.page .breadcrumb {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}


/* About page
----------------------------------------------- */

.page .staffphoto {
    float: left;
    padding: 16px 19px 19px;
    background-image: url('images/staff-bg.gif');
}

#staff .content {
    float: right;
    width: 600px;
}

#staff h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

#staff h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 8px;
}

#staff p {
    line-height: 1.6em;
    margin-bottom: 20px; 
}

.page .person {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 20px;
}


/* Services page styles
----------------------------------------------- */

.page .service h2, .page .service h3, .page .service p {
    width: 600px;
}

.page .services h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.page .service h2 a {
    color: #444;
    text-decoration: none;
}

.page .service h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 8px;
}

.page .service p {
    line-height: 1.6em;
}

.page .service {
    margin-top: 30px;
}


/* Research page styles
----------------------------------------------- */

.page .topic h2, .page .topic h3, .page .topic p {
    width: 600px;
}

.page .topic h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.page .topic h2 a {
    color: #444;
    text-decoration: none;
}

.page .topic h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 8px;
}

.page .topic p {
    line-height: 1.6em;
}

.page .topic {
    margin-top: 30px;
}

.entry-content {
    width: 600px;
}

.entry-content p {
    line-height: 1.6em;  
    margin-bottom: 20px; 
}


/* Contact page styles
----------------------------------------------- */

.page .contact p {
    line-height: 1.6em;  
    margin-bottom: 20px; 
}

.page .contact  a {
    color: #444;
}

.submitButton {
    width: 140px;
    height: 40px;
}

.formmap {
    margin-top: 40px;
}

.form {
    width: 600px;
    float: left;
}

.form h2, .map h2 {
     margin-bottom: 20px;
     font-size: 18px;
}

.form p {
     margin-bottom: 10px;
}

.map {
    width: 288px;
    float: right;
}

.map img {
    padding: 16px 19px 19px;
    margin-bottom: 20px;
    background-image: url('images/staff-bg.gif');
}



/* WordPress styles
----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}