/* Start of CMSMS style sheet 'blossom2009 : Outdoors Style' */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000000 url(uploads/back.jpg) repeat;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #000000; 
	text-align: center; padding: 0px 15px;
	margin: 0 0 50px 0;

}

/* links */
a, a:visited
	color: #00000;
	background: inherit;
	text-decoration: underline;	
}
a:hover {
	color: #000000;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Georgia;
	color: #000000;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

/*THIS IS WHERE THE STUPID PADDING IS CONTROLLED IN THE BODY!!!!!!!!!!!!!!!!!!!!!!!*/
h1, h2, h3, p {
	padding: 0px 0px 5px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}








/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff url() repeat-y;
	width: 870px;	
	margin: 0px auto 0 auto;
	text-align: left;
	background: #ffffff url(uploads/test.jpg) repeat-x;
}
#header {
	position: relative;
	background: #fff url(uploads/green/header-top.jpg) repeat-x;
	width: 870px;	
	height: 0px;	
	padding: 0;	
	margin: 0px auto;

}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 35px Georgia;
	letter-spacing: -1.5px;
	color: #0000000;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 2px; left: 20px;
	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px verdana;
	text-decoration: bold;
	color: #000000;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 45px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 2px; right: 80px;	
	color: #000000;
	font: normal 11px Georgia;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #000000;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 0px auto;
	padding: 0;		
	height: 206px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 


/* Main Column */


div#sidebar1 {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 20%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   margin-top: 215px;
   font: normal 14px helvatica;

   }


#main {
	float: left;
	width: 320px;
	padding: 15px 15px 2px 2px; margin: 200px 25px 25px 25px;
	display: inline;	
	padding-bottom: 15px;


}
#main h2 {
	margin-top: 0px;
	padding-bottom: 5px;
	font: normal .1em  Georgia;
	color: #ffffff; 
	text-align: center;
	letter-spacing: -1px;	
	text-transform: none


}
#main h2 a {
	color: #000000; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(uploads/green/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 260px;
	padding: 200px 0 0 0; margin: 20px;
	border-left: 0px solid #EBEBEB;
		
}	
#sidebar h3 {
	margin-top: 5px;
	padding: 1px 5px; 
	font: normal 1.6em  Georgia;	
	color: #899B0D; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 15px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }



/* footer */


}
#footer-wrap a:hover {
	color: #000;	
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #000000;
	background: #000000 url(uploads/footer.jpg) repeat-x;
	margin: 0 auto; 
	width: 870px;
	height: 60px;
	padding: 0px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #000000;
}


/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



/* End of 'blossom2009 : Outdoors Style' */

/* Start of CMSMS style sheet 'blossom2009 : CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 10
0%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 5px; 
   width: 100%; 
   margin-left: -1px;
   font: bold 1.1em  georgia;
}
#primary-nav ul { 
   position: absolute; 
   padding: 2px; 
   top: -10px; 
   left: 95%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: 2px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #transparent; 
   display: block; 
   margin: 0px; 
   padding: 0px 5px; 
   color: #FFFFFF;
   font-weight: bold; 
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li,{ 
   background-color: #transparent; 
   min-height:1em; /* Fixes IE7 bug*/
}

#primary-nav li.menuparent{ 
   background-color: #transparent; 
   min-height:1em; /* Fixes IE7 bug*/
}

#primary-nav li.menuparent ul{ 
   background-color: #000000; 
   border: .25px solid #FFFFFF; 
   min-height:1em; /* Fixes IE7 bug*/
}

#primary-nav li ul a { 
   border: 1px solid #C00345; 

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #transparent; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh { 
   background-color: #C00345; 
}

/*Styling for the drop menu background*********************************
    #primary-nav li.menuparent ul{ 
 background-color: #000000;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 0px solid #FFFFFF; 
   border-top: 0px solid #FFFFFF; 
   font-size: 2%;
   font-weight: bold;
   padding: 2.5em 0 0.8em 0.5em;
   background-color: #FFFFFF;
   margin: 100%;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #FFFFFF;
   background-color: #FFFFFF;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 0px solid #FFFFFF;
   border-right: 0px solid #4E1011;
}

/* End of 'blossom2009 : CSSMenu - Vertical' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 90%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 90%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

