/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	background-color:#2F2317;
}
a {
	color: #2C8986;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, select, textarea {
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:3px;
	border:1px solid #666666;
}
submit {
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:3px;
}
.main {
	width:750px;
	background-image:url(images/butterfly.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-left:2px solid #A0EEBA;
}

.header_nav {
	background-color:#A0EEBA;
	text-align:right;
}
.header_nav ul {
	margin:0px;
}
.header_nav li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:inline;
	list-style-image: none;
	line-height:26px;
	margin-right:20px;
}
.header_nav a {
	color:#2F2317;
}

.content {
	background-image:url(images/content_back.gif);
	text-align:left;
	float:right;
	width:539px;
	margin-top:4px;
}

.content_pages {
	background-image:url(images/content_back_pages.gif);
	text-align:left;
	float:right;
	width:539px;
	margin-top:4px;
}

.content_inside {
	background-image: url(images/butterfly_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px;
	width:380px;
	float:left;
}

.content_inside img {
	border-color:#2C8986;
}

.content_inside_pages {
	background-image: url(images/butterfly_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	padding:10px;
}

.sidebar {
	width:120px;
	float:right;
	text-align:center;
	padding-right:4px;
	margin:0px;
}

.wp-calendar {
	font-size:10px;
}
.date {
	font-size: 36px;
	font-weight: bold;
	color: #7e7264;
}.title {
	font-size: 14px;
	font-weight: bolder;
	color: 2C8986;
}
.headings {
	font-size: 18px;
	font-weight: bold;
	color: #2F2317;
}
.bold {
	font-weight: bold;
}
#twitter_update_list { padding: 0; margin: 0; }
#twitter_update_list li { list-style-type: none; padding: 0 0 10px 0; 
margin: 0 0 15px 0; border-bottom: 1px solid #D5D5D5; }

#twitter_update_list li:first-child { font-size: 16px; padding-top: 10px; 
height: 75px; }
#twitter_div img { float: left; padding: 5px; background-color: #FFF; 
margin-right: 20px; }