/*jenny brown styles*/

body {
  text-align: center;
background-color: #dfd7cc;
	color: black;
	margin-top: 20px;
	font-family: trebuchet, verdana, arial, sans-serif;
	  font-size: 11pt;
  }

.bold {font-weight: bold;}

a {
color: #CC6600;
text-decoration: none;
}

a:visited {
color: #CC6600;
}

a:hover {
color: black;
background-color: #CC6600;
}

img {
	border: 0px;
}

#container {
margin-top: 20px;
  margin: 0 auto;
  width: 800px;
  border: 1px solid gray;
  background-color: #babfc2;
  }
  
  
#logo {
	width: 100%;
	clear: both;
}

#left{
width: 140px;
float: left;
  border: 0px solid white;
  text-align: left;
padding-left: 20px;
padding-right: 10px;
font-size: 10pt;
padding-top: 20px;
color: #CC6600;
}

#left ul{
list-style-type: none;
text-align: left;
padding-left: 0px;
margin-left: 0px;
}

#left ul li a {
text-decoration: none;
color: #CC6600;
}

#left ul li a:hover {
color: black;
background-color: #CC6600;
}


#middle{
width: 400px;
float: left;
  border: 0px solid white;
  text-align: left;
font-size: 10pt;
padding: 15px;
margin-left: 25px;

}


#right{
width: 130px;
float: right;
  border: 1px solid gray;
  margin-top: 15px;
text-align: left;
  font-size: 10pt;
  padding: 10px;
  border-right: 0px;
  margin-right: 0px;

}

#footer{
width: 100%;
clear:both;
  border-top: 1px solid gray;
  font-variant: small-caps;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10pt;
  margin-top: 20px;

}


#navcontainer {
width: 100%;
clear:both;
border: 0px solid white;
text-align: center;
margin-left: 0px;
margin-top: 8px;
padding-left: 0px;
  font-size: 10pt;
padding-top: 3px;

}
 
ul#navlist {

padding: 0px;
margin-left: 0;
border: 0px solid white;
white-space: nowrap;
margin-top: 5px;
padding-top: 5px;

}

#navlist li#currentpage a{
background-color: gray;
color: white;
}

#navlist li {
list-style-type: none;
display: inline;
border: 0px solid white;
margin-top: 3px;
}

 #navlist a { 
	 padding: 3px 10px; 
	 text-decoration: none;
	 color: white;
	 margin-left: 5px;
	 margin-right: 5px;
	 border: 1px solid gray;
	 }

#navlist a:link, #navlist a:visited {
background-color: white;
color: black;
text-decoration: none;
}



#navlist li a:hover {
color: black;
background-color: gray;
text-decoration: none;
}

/*stuff from wordpress*/

h2 {
	font-size: 10pt;
	color: #CC6600;
	margin-bottom: 0px;
}

.narrowcolumn .postmetadata {
	text-align: center;
	color: white;
	}
	
	
	#content {
	font-size: 10pt;
float: left;
border: 0px solid gray;
	text-align: left;
width: 90%;
	margin-top: 10px;
		margin-left: 30px;
		margin-bottom: 30px;
	

	}
	
	#content a{
		color: ;
		text-decoration: none;

	}
	
		#content a:hover{
		color: black;

	}
	
#content.blogtitle {
	text-decoration: none;
	border: 1px solid gray;
}
		
	
	.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;

	}
	
	.post {
	border: 0px solid gray;
	padding: 15px;
	margin-bottom: 15px;




		}
	.center {
	text-align: center;
	}
	

	
	/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

.entrytext {
float: left;
border: 0px solid black;


}

.archivelist {
width: 99%;
float: left;
border: 0px solid black;
margin-bottom: 20px;

}

.archivelist img {
float: left;
margin-right: 20px;
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar li {
	font-size: 10pt;
	color: ;
}

#sidebar ul li a {
	color: ;
	text-decoration: none;
}

#sidebar ul li a:hover{
	color: black;
	text-decoration: none;
	background-color: ;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

#respond {
	font-size: 10pt;
	color: white;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
padding-bottom: 25px;
margin-bottom: 25px;
/*	margin-left: 545px;*/
	width: 140px;
	float: left;
	font-size: 11pt;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


	