/* Start of CMSMS style sheet 'pageant : Outdoors Style' */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000000 url(images/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: 'Trebuchet MS', Tahoma, Sans-serif;
	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(images/christina.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 0px Georgia, " Georgia", Times, serif;
	letter-spacing: -1.5px;
	color: #886600;
	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 0px verdana;
	text-decoration: bold;
	color: #ffffff;
	
	/* 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 0px 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: 25px;
   margin-top: 165px;
   font: normal 14px helvatica;

   }


#main {
	float: left;
	width: 600px;
	padding: 0px 0px 2px 2px; margin: 206px 0px 25px 25px;
	display: inline;	
	padding-bottom: 15px;


}
#main h2 {
	margin-top: 0px;
	padding-bottom: 5px;
	font: normal 0em  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: 0px;
	padding: 0px 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: 0px 0px 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: 9px 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(images/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 'pageant : Outdoors Style' */

/* Start of CMSMS style sheet 'Navigation Menu' */
#nav{
padding-top:0px;
float:left;
width:900px;

}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav a{
background:url(images/nav.png) no-repeat 100% 0;
color:#FFFFFF;
display:block;
font-size:1em;
letter-spacing:1px;
padding:8px 10px 11px 5px;
text-decoration:none;
}

#nav a:hover{
color:#886600;
}

#nav li{
background:url(images/nav2.png) no-repeat 100% 0;
float:left;
font: normal 16px helvatica, Times, serif;
margin:3px 4px 8px 7px;
padding:0 0 0 0px;
font-weight:bold;
}

#nav #current{
background:url(images/nav2.png) no-repeat 0 -41px;

}

#nav #current a{
background:url(images/nav2.png) no-repeat 100% -41px;
color:#000000;
margin:7px 4px 8px 7px;
padding:0 0 0 0px;
font-weight:bold;

}


.menublock{
margin-bottom:5px;
}

#leftside ul { 
list-style: none; 
margin: 0px 0px 10px; 
padding: 0px; 
}

#leftside li  {
display:block;
margin:0px;
padding:0px
}

ul#menuvert{
list-style:none;
margin:10px;
padding:0px
}

.menu_vert a{
color:#000000;
display:block;
font-size:1.1em;
font-weight:700;
margin-bottom:1px;
padding:0px 2px 2px 2px;
position:relative;
text-decoration:none;
width:105px;
}

.menu_vert li a.current{
color:#660066;
border:1px solid #000000;
padding:1px 1px 1px 1px;
}

.menu_vert a:hover, .menu_vert li a.current:hover{
border:1px solid #886600;
color:#007054;
padding:1px 1px 1px 1px;
}

.nav{
color:#007054;
display:block;
font-size:1.1em;
font-weight:700;
margin-bottom:1px;
padding:2px 2px 2px 10px;
position:relative;
text-decoration:none;
width:125px;
}

.nav:hover{
border:1px solid #fa9035;
color:#007054;
padding:1px 1px 1px 9px;
}

.sub{
font-size:0.9em;
margin-left:20px;
padding:1px 1px 1px 6px;
width:105px;
}

.sub:hover{
border:1px solid #fa9035;
color:#007054;
padding:0 0 0 5px;
}


/* End of 'Navigation Menu' */

