/*
*		Kador CSS
*	
*		@media:		print
*		@author:	Icelab (icelab.com.au)
*
===============================================*/


body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Palatino, Georgia, Times, serif;
  line-height: 134%;
  color:#000;
  background:none;
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
}
body {
  background: white;
  font-size: 8.5pt;
  padding: 0.3em 1.8em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1em;
}
img { 
  float:left; 
  margin:2px 10px 10px 0;

}

.bigpic img {
   padding-right:300px;
}

.linkpic {
	float:left;
	width:280px;
	text-align:left;
	overflow: hidden;
	zoom: 1;
	padding-right:5px;
	}
	
.linkpic p{

	text-align:left;
}


hr { 
  background:#ccc; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:15px 0; 
  padding:10px; 
  border:2px solid #ccc; 
  font-style:italic; 
  font-size: 1.2em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: inherit;
	text-decoration: underline;
}

a[href^="http:"], a[href^="http:"]:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited {
text-decoration: none;
}



/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

/* If you have navigation on your site, you might want to add something like this:
   #menu { display:none } */
   
.picturetext{
display: block;
}   
   
.col_two img,
.topnav,
.mainpic {
display: none;
}

.footer {
display:block;
float:left;
width:760px;
margin-top:20px;
	
text-align:right;
border-top: solid #000 thin;
}

#home .mainpic {
display: block;
}
	#home .mainpic h5 {
	text-indent: 0 !important;
	color: #000;
	font-size: 1.2em;
	
	border-bottom: thin #ccc dotted;
	height: auto !important;
	width: auto;
	padding: 0.5em 0;
	}
	
	
.header{
display: block;
background-image: url(../img/Kador_logo.gif) !important;
background-repeat:no-repeat;
background-position: right;
height: auto;
border-bottom:dotted;
border-bottom-width:thin;
border-bottom-color:#b4b4b4;
}

.linkpic img{
border:none;
}