/* CSS Document */

body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}


#page {
		width: 760px;
		margin-right: auto;
		margin-left: auto;
		}		
		
#header {
		background-image: url(images/butterfly_10.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		height: 150px;
		}
		
h1 {
		padding: 105px 10px 0 0;
		text-align: right;
		font-size: 2em;
		}
		
h1 a {
		text-decoration: none;
		color: white;
		background-color: transparent;
		}
		
/* #nav {
		clear: both;
		list-style: none;
		}
		
		
#nav li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-transform: lowercase;
		line-height: 100%;
		float: left;
		background-color: #33FF00;
		margin: 0px 5px	0px 0px
}

#nav li a {
		color: #000000;
		text-decoration: none;
		display: block;
		padding: 10px 10px 0px;
		height: 20px;
		float: left;
} */


/* blog entry */

#content {
		padding: 0px 10px 10px 10px;
		margin: 15px 0 0 0;
		float: left;
		width: 560px;
}

.narrowcolumn, .widecolumn {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
}

h2 {
		font-size: 16px;
		margin: 0 0 5px 0;
		padding: 0px;
		text-transform: lowercase;
}

h2 a {
		text-decoration: none;
		color: #006600;
		background-color: transparent;
}

h3.date {
		color:#666666;
		font-size: 10px;
		background-color: transparent;
		margin: 0px;
		padding: 0px;
}

.post {

}

.entry {
		font-size: 12px;
		line-height: 18px;
}

p a {
		color: #006600;
		background-color: transparent;
}

.postmetadata {
		font-size: 10px;
		text-align: right;
		padding: 0 0 10px 0;

}

/* sidebar */

#sidebar {
		float: right;
		width: 160px;
		margin: 15px 0 0 0;
		padding: 0;
		font-size: 12px;
}



#sidebar h3 {
		font-size: 14px;
		background-color: #006600; 
	      color: white;
		padding: 3px;
		margin: 2px 0 0 0; 

}

#sidebar ul {
		list-style: none;
		font-size: 12px;
		margin: 0 0 10px 0;
		padding: 5px 0 5px 5px;
		border-right: solid 1px #006600;
		border-bottom: solid 1px #006600;
		border-left: solid 1px #006600;
}

#sidebar ul a {
		color: #666666;
		background-color: transparent;
		text-decoration: none;
		text-transform: lowercase;
}

#sidebar li {
		padding: 0 0 5px 0;
}

/* the next two items control the hidden classes inherent in wp_list_pages() - http://codex.wordpress.org/Template_Tags/wp_list_pages */

#sidebar h3.page_item {
		list-style: none;
}

#sidebar h3.current_page_item {
		list-style: none;
}

#sidebar li.pagenav {
		list-style: none;
		padding: 0;
		margin: 0;
}

/* footer */

#footer {
		width: 760px;
		clear: both;
		text-align: center;

}

#footer p {
		font-size: 10px;
		color: #666666;
		background-color: transparent;
		text-transform: lowercase;
}

/* archive */

h2.pagetitle{


}

p.postmetadata alt {


}

comments {


}

.respond {



}