/***********************************************
* This document was designed and scripted by Kelly Rivett, Lucindale, Australia. 
* Copyright(c) 2009. No modifications are to made to this document without the expressed written permission of Kelly Rivett.
* Visit http://www.kellyrivett.com.au/ for contact details.
***********************************************/
/*
Template Adapted from Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	background: #DEFFCE;
	background: url(images/background2.jpg) repeat left top;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #005880;
}

h1, h3 {
	text-align: center;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
	list-style-type: square;
}

a {
	color: #005880;
  	text-decoration: none;
}

a:link {

  	border-bottom: dashed 1px #2A81A9;
}

a:hover {
	text-decoration: none;
	color: #005880;
}


/** Style for header starts here */

#header {
	width: 100%;
	min-height: 230px;
	min-width: 669px;
	margin: 0px auto;
	text-align: center;
	background: url(images/smileys2.jpg) no-repeat center top;
}

#centre {
	text-align: center;
}


/** Style for menu starts here */

#menu {
	width: 100%;
	min-height: 2em;
	/**margin: auto;*/
	background: #327014;
	font-weight: bold;
	border: none;
	padding-top: 0.5em;
}

#menu ul {
	margin: 0px;
	/*padding: 0 0 0 20px;*/
	list-style: none;
	text-decoration: none; 
}

#menu li {
	display: inline;
	text-decoration: none;
	padding:14px 30px 10px 12px;
}

#menu a {
	display: inline;
	/***/
	text-decoration: none;
	color: #FFFFFF;
	background: #327014;
}

#menu a:link {
	border: none;
}

#menu a:hover {
	color: #D7D7BD;
	text-decoration: none;
}

/** Style for wrapper starts here */

#wrapper {
	min-width: 669px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: 1em #327014 solid;
}

/** Style for content starts here */

#content {
	
	width: 95%;
	margin: auto;
	padding-top: 3em;
	
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	color: #005880;
	border-bottom: 1px #2a81a9 dashed;
}

#content p {
}


#content ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#content li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#content .post {
	margin-bottom: 20px;
}

#content .contact {
	text-align: center;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 100%;
	height: 2em;
	padding-top: 0.3em;
	background: #327014;
	font-size: 0.8em;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	/**padding-left: 20px;*/
	text-align: center;
	width: auto;
}

#footer .links {
	float: right;
	margin: 0px;
	/**padding-right: 20px;*/
	text-align: center;
	width: auto;
}


#footer a {
	color: #E5E5CC;
	border-bottom: 1px #E5E5CC dashed;
}

#footer a:hover {
	border-bottom: none;
}

/*** thumbnails for stains pictures */
div.stainthumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
	width: auto;
}
	
.stainthumb img{
	display: inline;
	margin: 5px;
	border: none;
}

/*** thumbnails for menu system */
div.thumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
	width: auto;
}
	
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}

.thumb a:hover{
	font-weight: bold;
}

.thumb a img {
	text-decoration: none;
}

.thumb a:link {
	border: none;
}

.thumb a:hover img {
	border: 1px solid black;
}

.photocattitle {
	text-align: center; 
	font-weight: bold;
}

.phototitle {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 0 3px 3px 3px;
}

.noborder a{
	border: none;

}



