/* CSS Document */
/* comment for no reason */
/* Remove padding and margin */
* 
    {
    margin: 0;
    padding: 0;
    border: 0;
    }
html {
		height: 100%;
	}
body {
    padding: 0;
	padding-bottom: 10px; /* Some nice space in IE */
	margin: 0;
    background: #6f6f6f;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #000000;
    text-align: left;
}

p { font-size: 14px; }

a:link {
	color: #000000; 
	text-decoration: none; 
	}

a:visited {
	color: #000000; 
	text-decoration: none;
	}

a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

a img{
     border-color:#000000; 
     border-width:1px;
     border-style:solid;
}

a:hover img{
     border-color:#FFFFFF; 
     border-width:1px;
     border-style:solid;
}

#mainContainer {
	width:100%;
	margin: 0px auto; /* funny little bug requires this */
	padding: 0;
	
	text-align:justify;
	border: 0px;
	background: transparent;
	}	
	
#header { 
    text-align: center;
	width: 100%;
	background: url(images/top-tile.gif);
	height: 105px;
	border-bottom: 0px;
	}
#headerImage { 
	text-align: center;
	width: 750px;
	background: url(images/logo-test.gif);
	height: 105px;
	border-bottom: 0px;
}

#subContainer {
	width:75%;
	margin: 0px auto; /* funny little bug requires this */
	padding: 0;
	border: 0px;
	background: transparent;
	}

#pageContainer {
	width:75%;
	margin: 20px auto;
	padding: 20px 20px 20px 20px;
	border: 0px;
	background: transparent;
	}

/* Main Content (Index) styles begin below   
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/	
	
.withSidebar { float: left; width: 60%; }	

#content {
    margin: 20px 20px 20px 0px;
	background: transparent;	
	}
	
#contentHeader {
    margin: 0;
	padding: 0;
	background: transparent;
    border: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	}
      
#contentHeader h1 {  
   margin: 0;
   padding: 0 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 20px;
   color: #6d8462;  
   }  
   
#contentHeader h1 a:link { text-decoration: none; } 

#contentHeader h1 a:hover { text-decoration: underline; }   

#content p {
   padding: 0 15px;
   margin: 10px 0;   
   }
   
.readMore {
   margin-left: 25px ;
   padding: 5px 5px 5px 5px;   
   
   font-size: 16px;
   font-weight: bold;
   color: #6d8462;
   }   

.readMore a:link { text-decoration: none; } 

.readMore a:hover { text-decoration: underline; } 

#contentFooter {
   margin: 10px 0 0 5px;
   height: 25px;
   line-height: 25px;
   background: transparent;
   width: 95%;
   border: 0px;
   color: #6d8462;
   font-size: 10px;
   }   
   
#contentFooter p {
   margin: 0;
   padding: 0 20px;
   }
   
   
/* Single Page/Post Styles 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.noSidebar { float: left; width: 100%; }	

#singleNavigation {
  margin: 20px 20px 20px 20px;
  background: #6d8462;
  border: 0px;
  }
  
#singleNavigation p {
  margin: 0;
  padding: 10px;
  }  
   

#singleContent {
   margin: 20px;	
   }
   
#singleContent p {
   padding: 0 15px;
   }      
   
#singleHeader {
    margin: 0;
	padding: 0;
	background: transparent;
    border: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	}   
	
#singleHeader h1 {  
   margin: 0;
   padding: 0 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 18px;
   color: #6d8462;  
   }  
      
#singleFooter {
   margin-top: 10px;
   line-height: 25px;
   height: 25px;
   padding: 0;
   background: transparent;
   width: 100%;
   border: 0px;
   }   
   
#singleFooter p {
   margin: 0;
   padding: 0 10px;   
   }   
	
   
 



/* Begin Right Column 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.rightColumnContainer {
   float: right;
   width: 30%;
   }

.rightColumn {
   margin: 20px 0px 20px 0px;
   left-margin: 0px;
   padding: 5px;
   background: transparent;
   border: 0px;
   border: 1px solid #6d8462;
   }
   
.base { margin-bottom: 20px; }   
   
.rightColumn p {
   padding: 10px;
   margin: 0;
   }   
   
.rightColumn h2 {
   margin: 5px 0 0 0;
   background: transparent;
   text-indent: 5px;
   line-height: 22px;
   height: 22px;
   border: 0px;
   
   font-size: 18px;
   color: #6d8462; 
   }   
   
.rightColumn ul {
   padding-left: 10px;
   margin: 10px 0;  
   list-style: none;     
   
   font-size: 14px;
   font-weight: normal;
   color: #ffffff;
   }
   
.rightColumn li {
   line-height: 18px;
   padding: 0 0 0 20px;
   background: url(images/dotline.gif) no-repeat 0 .1em;
   }   
   
.rightColumn form { margin: 10px 0; }   

div.ulMargin ul { margin-bottom: 15px; }
   
  
/* Footer Begins Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footer { 
  margin: 0;
  padding: 5px;
  background: transparent;
  border-top: 1px solid #6d8462;
  }
  
#footer p {  
  margin: 5px 0;
  line-height: 14px;
  font-size: 10px;
  font-weight: normal;
  text-align:center;
  }  
  
#footer a:link { text-decoration: none; }
#footer a:hover { text-decoration: underline; }  
  
/* Extra Styles (Colors, sizes, etc) Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
			
.small {font-size: 10px; }	
.medium { font-size: 14px; }
.large { font-size: 18px; }

.red { color: red; }
.bold { font-weight: bold; }

#clear { clear: both; }


/* Notice Styles Begin Below
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#navigate {
  margin: 0px 0px 0px 0px;
  background: transparent;
  border-bottom: 1px solid #6d8462;
  text-align:center;
  color: #ffffff; 
  font-weight: bold;
  text-decoration: none;
  }

#navigate a:link {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none; 
	}

#navigate a:visited {
	color: #ffffff; 
	font-weight: bold; 
	}

#navigate a:hover {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline; 
	}
      
#notice p {
  margin: 0;
  padding: 10px;
  } 

#searchbox {
  background: #879c7d;
  border: 1px solid #6d8462;
  text-align:left;
  color: #ffffff; 
  }
  
#searchbutton {
  background: #6d8462;
  text-align:center;
  color: #ffffff; 
  }
    
.commentbox {
  background: #879c7d;
  border: 1px solid #6d8462;
  text-align:left;
  color: #ffffff; 
  }
  
.commentbutton {
  background: #6d8462;
  text-align:center;
  color: #ffffff; 
  }
    
.loginbox {
  background: #879c7d;
  border: 1px solid #6d8462;
  text-align:left;
  color: #ffffff; 
  } 
	
.alignright {
	color: #6d8462;
	float: right;
	}

.alignleft {
	color: #6d8462;
	float: left
	}

#prevnex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #6d8462;
	}
	
#prevnex a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #6d8462;
	}
	
#prevnex a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #ffffff;
	}
	
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

h1 {
	font-size: 18px;
	}

#headerimg .description {
	font-size: 12px;
	text-align: left;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 18px;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

h3 {
	font-size: 16px;
	}

h1 a:hover, #headerimg .description {
	text-decoration: underline;
	color: #ffffff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
	}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}

#force {
    color: #ffffff;
	}

#force a:link {
	color: #ffffff; 
	text-decoration: none; 
	}

#force a:visited {
	color: #ffffff; 
	text-decoration: none;
	}
	
#force a:hover {
	color: #ffffff; 
	text-decoration: underline; 
	}
