/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body { background: url(Images/main_bg3.jpg) no-repeat;
	    font-size: 62.5%;
	    font-family: "Myriad Pro", Verdana, Geneva, Tahoma, sans-serif;
	  }
	  
#headerwrapper {
	width: 505px;
	height: 180px;
	margin-top: 265px;
	margin-left: 150px;
}

#header_left {
	width: 255px;
	float: left;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 20px;
	font-size: 1.2em;
}

#main_content {
	width: 580px;
	margin-top: 200px;
	clear: both;
	margin-left: 140px;
	font-size: 1.2em;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 140px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{margin-top: -15px;
border-bottom: 1px solid #CCCCCC;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.125em;
border-top: 1px solid #CCCCCC;
}

#navlist li a:link {
	text-decoration: none;
	color: rgb(53, 93, 69);
	background-color : inherit;
}

#navlist li a:visited, a:hover { color: rgb(217, 120, 0);
						      background-color: inherit; }

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p.content {font-size: 1.25em;
			  line-height: 1.5em;
			  margin: 20px;
			  color: rgb(53, 93, 69);
	        background-color : inherit;
			  text-indent: -10px;
			  padding-left: 10px;
          }

p.content:first-letter { font-size: 1.5em;
								 font-style: italic;
								 color: rgb(53, 93, 69);
						       background-color: inherit; }
								 							 

h1 {
	font-size: 3em;
	font-style: italic;
	color: rgb(53, 93, 69);
	background-color : inherit;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {font-family: "comic sans ms", "comic sans", TSCu_Comic, cursive;
	margin-left: 20px;
	color: maroon;
	background-color : inherit;
	font-size: 1.25em;
	background: url(Images/date.png) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
}
								
h3 { font-size: 1.25em;
	  color: rgb(53, 93, 69);
	  background-color: inherit; }

.heading_color {
	color: #CCCC99;
	background-color : inherit;
	font-style: normal;
}

.sayings { width:200px;
			  font-size: 1.5em;
			  font-style: italic;
			  font-weight: bold;
			  color: rgb(53, 93, 69);
			  background-color : inherit;
			  background: url(Images/quote.png) no-repeat;
			  margin-top: 5px;
			  margin-left: 40px;
			}
			
.sayings p { padding: 0 10px 0 10px;
			   }			

p.quote_author {
	text-align: left;
	font-size: 1em;
	font-style: italic;
	color: rgb(22, 71 ,23);
	background-color : inherit;
	line-height: 1em;
	margin-left: 5px;
}

.date {
	font-size: .6em;
	color: #CCCCCC;
	background-color : inherit;
	}
	
.stories { color: inherit;
		 	         background: inherit; }
									 
.title { font-variant: small-caps;
			font-size:1.5em;
			color: inherit;
			background-color: inherit; }	
			
.guestbook { font-variant: small-caps;
		       font-size: inherit;
				 letter-spacing: .08em;
				 font-weight: bold;
				text-align: center; }											 	

img.text { margin: 5px; }

a:link {color: maroon;
		  background-color: inherit;}     /* unvisited link */
a:visited {color: rgb(217, 120, 0);
				background-color : inherit;}  /* visited link */
a:hover {color: rgb(217, 120, 0);
         background-color : inherit;}   /* mouse over link */
a:active {color: rgb(217, 120, 0);
          background-color : inherit;}   /* selected link */

/*------------------Footer and Copyright Styling---------------------------*/
#footer { border-top: 1px solid black;
			 background : url(Images/Backgrounds/FooterBackground.jpg) no-repeat;
		  }
#footer .copyright		{font-family: "Comic Sans MS", "comic sans", TSCu_Comic, cursive;
				  			 font-size: .9em;  
		                color: black;
		                background-color: inherit;
		                text-align: center;
			             letter-spacing: 0.08em;
				         }		  
		   
h4	        {font-family: "Comic Sans MS", "comic sans", TSCu_Comic, cursive;
				font-size:.9em;
				color: black; 
	         background-color: inherit;
			   letter-spacing: 0.08em;
			  }		   
		   
h4.whuppin  {font-family: "Comic Sans MS", "comic sans", TSCu_Comic, cursive;
				 font-size: 1em;
				 letter-spacing: .08em;
		   	 font-weight: bold;
		   	 color: black;
		   	 background-color: inherit;
		   	 text-align: center;
				}
				
h4 a:link { color: black;
				background-color: inherit; }	
				
h4 a:visited { color: black;
				background-color: inherit; }	
				
a.notice { color: black;
			  background-color : inherit;
			  font-weight: bold;
		   }											
/*----------------------End Footer and Copyright styling---------------------*/
