/***************************************************************
screen styles for Kawana Private hospital
2009.08.23 -- Michael Burke
----------------------------------------------------------------
website		:	http://kawanaprivate.com.au/
test url		:	http://members.iinet.net.au/~bearfacts@powerup.com.au/kph/
my url      :  http://www.bearfacts.com.au
version		:	2009.08.23	v.1s
author		:	Michael Burke
browsers		:  Safari (Mac/Win)
               Firefox (Mac/Win)
               IE 7 + IE 6 (Win)
               Opera (Mac/Win)
               FLock
               Fluid
               Navigator
               Camino
               SeaMonkey
----------------------------------------------------------------
colours

----------------------------------------------------------------
`LAYOUT | `HEADERS | `PARAGRAPHS | `LINKS | `ELEMENTS
***************************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal normal 90%/120%  Verdana, Helvetica, serif;
	color: #232305;
	background: #fff;
}

/*** `LAYOUT ***/

#header {
   margin: 5% 0;
}

#logo, #nav, #sidebar, #google, #filler, iframe {
   display: none;
}

#main {
   width: auto;
   min-height: auto;
}

#copy {
   width: auto;
   float: none;
   padding: 0 5%;
}

#footer {
   text-align: center;
   width: auto;
   color: #b2af5e;
   height: auto;
}

#surgeons {
   padding-top: 5%;
}

#surgeons div {
   padding: 0 2%;
   margin-left: 5%;
   margin-right: 5%;
   height: auto;
}

div.write {
   float: none;
   font-size: 90%;
}

div.nsw {
   font-size: 90%;
   text-align: right;
}

/*** HEADERS ***/
h2, h3 {
   color: #5e5d00;
   padding: 5% 0 0 10%;
}

h2 {
   font-size: 130%;
}

h3 {
   font-size: 110%;
}

/*** TXT ***/
#main p {
   padding: 5% 5% 0 0;
}

p.blurb {
   color: #68670d;
}

#surgeons div p.doc {
   padding: 0;
   float: none;
}

#surgeons div p.specialty {
   padding: 0 0 0 20%;
   float: none;
   color: #464646;
}

#surgeons div p a { display: block; }

/*** LISTS ***/
ul,
ol {
   list-style: none;
   width: auto;
}

ul li {
   float: none;
   display: block;
}

li#copyright {
   float: none;
}

ol {
   padding-left: 20%;
   padding-top: 5%;
   color: #464646;
}

/*** MAIN LINKS ***/
#main a:link,
#main a:visited  {
   color: #68670d;
   text-decoration: none;
}

/*** FOOTER LINKS ***/
#footer ul {
   width: auto;
}

#footer li { padding-top: 10%; }

#footer a,
#footer a:link,
#footer a:visited {
   display: none;
}
 
/*** PICS ***/
a img {
   display: none;
}

/*** `ELEMENTS ***/

.bold {
   font-weight: bold;
}

.pale {
   color: #464646;
   font-size: 90%;
}