/* Start of CMSMS style sheet 'watercolourflowers' */
/* Start of CMSMS style sheet 'watercolourflowers' */
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333333; 
	background: #D0E0C5 url(images/web/bg1.jpg) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #8868E3;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6666CC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 0px 15px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #333333;
}
ul span, ol span {
	color: #666666; 
}

/* images */

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

img {
border: none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}


/* position for the search box */
div#search {
   float: right;
   width: 30em;    /* enough width for the search input box */
   text-align: right;
   padding: 0em 0 0em 0;
   margin: 1em 0em;
}






/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(images/web/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0;
	left: 5px;
	width: 342px;
}
#header h2#slogan {
	position: absolute;
	top:47px;
	left: 0px;
	color: #666666;
	text-indent: 0px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	width: 156px;
}
#header form.searchform {
	position: absolute;
	top: 0;
	right: -11px;
	width: 235px;
}

/* main */
#main {
	float: left;
	margin-left: 10px;
             margin-top: 0px; 
             margin-bottom: 20px;
	padding: 0;
	width: 75%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/web/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/web/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/web/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 80%;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0;
	margin:0;
}

/* Footer */
#footer {
	clear: both;
	color: #666;
	background: #D0E0C5 url(images/web/footer2.jpg);
	margin: 0;
	height: 78px;
	font-size: 80%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A482E0;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#footer a hover {
color: #fff;
}
#footer .footer-left{
	float: left;
	width: 65%;
	padding-top: 27px;
}
#footer .footer-right{
	float: right;
	width: 30%;
	padding-top: 27px;
}

#header {
	position: relative;
	height: 85px;	
	background: #fff url(images/web/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0;
	left: 5px;
	width: 342px;
}
#header h2#slogan {
	position: absolute;
	top:47px;
	left: 0px;
	color: #666666;
	text-indent: 0px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	width: 156px;
}
#header form.searchform {
	position: absolute;
	top: 0;
	right: -11px;
	width: 235px;
}
/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0px; 
	bottom: 5px!important; bottom: 5px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/web/tableft1.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/web/tabright1.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


                                                           
.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/web/cart1txt1.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 154px;
	height: 44px;
	padding: 0;
	margin-top: 0px;
	margin-left: 16px;
}

.cssnav a
{
display: block;
color: black;
font-size: 11px;
width: 154px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 154px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 



/* form elements */



div.float {
	float: left;
	padding: 6px 9px;
	margin-top: 10px;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 1px;
	border: 1px dotted #330099;
	width: 150px;
  }
  
div.float p {
	text-align: center;
	font-size: 9px;
   }

/* form elements */

	/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
	fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	fieldset {
		margin-bottom:1em;
		margin-left: 1em; 
                border:1px solid #9186DD;
		padding:0.5em
	}
	fieldset label {
		width:auto;
	}
	legend {
		color:#FFF;
		background:#9186DD;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #D0E0C5
	}
	textarea {
		margin: 0.5em 0;
		width:98%;
		height: 6em
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input, 
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img {border:1px solid #D0E0C5; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}
#fbsubmit.fbsubmit {
	font: bold 1em Georgia, "Times New Roman", Times, serif; 
	border: 1px solid #CCC;
	margin-left: 1em; 
        background: #9186DD; 
	padding: 0px 0px; 
        color: #fff;
}


#m2searchinput {
	font: normal 1em Georgia, "Times New Roman", Times, serif; 
	border: 1px solid #CCC;
	background: #fff; 
	padding: 0px 0px; 
        color: #666;
}

#m5_4 {
  display: block;
  width: 98%;

}
#m5_5 {
  display: block;
  width: 98%;

}
#m5_6 {
  display: block;
  width: 98%;

}

input {
	font: bold 0.8em Georgia, "Times New Roman", Times, serif; 
	border: 1px solid #CCC;
	background: #D0E0C5; 
	padding: 0px 0px; 
        color: #666;
}

#m4_4 {
  display: block;
  width: 95%;
}
#m4_5 {
  display: block;
  width: 95%;
}
#m4_6 {
  display: block;
  width: 95%;
}
#m4_7 {
  display: block;
  width: 95%;
}
#m5_7 { border: 1px solid #CCC;
	background: #D0E0C5; 
}

#m4moduleform_2 {
width: 95%;
}


/* Image Gallery - Small Thumbnail Images */
	.thumb {
	             margin: 1em 0.8em 1.6em 0.6em; /* Space between images */		
                          padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 150px; /* Image width*/
		height: 150px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #A4C48E;
		border-bottom: 2px solid #A4C48E;
		border-left: 1px solid #D0E0C5;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #FFF; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #D0E0C5; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: 12px;
		margin: 0 1px 0 0;
		padding: 0;
		width: 174px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 10px 30px 10px;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 10px 10px 10px 0;
		padding: 0;
		width: auto; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: auto; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0px;
		background-color: white; /* Background of photo */ 

		text-decoration: none; 
		text-align: center;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: auto; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}


/* End of 'watercolourflowers' */


/* End of 'watercolourflowers' */

