/*
body {
	text-align: center;
}

#wrapper {
	display: block; 
	width:90%; 
	margin:0px auto;
}

#header {
	border: 2px #00ff00 solid;
}

#content {
	width: 75%;
	border: 2px #ff0000 solid;
	float: left;
}

#sidebar {
	width: 23%;
	border: 2px #ffff00 solid;
	float: right;
}

#both {
	clear: both;
}

#footer {
	border: 2px #0000ff solid;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
*/
#contents
{
	width: 900px;
}
#blog
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 650px; 
	padding: 10px 80px 10px 20px;
/*	height: 1000px; */
	margin-top: 0px;
	margin-bottom: 30px;
	border-right: 1px dashed #CCCCCC;
}
h1, h2, h3, h4
{
	font-family: "Adobe Caslon", "Adobe Caslon Pro", Caslon;
}
h3, h3 a
{
	font-size: 24px;
	line-height: 24px;
	margin-top: 1em;
	margin-bottom: 0;
	color: #9d8146;
	text-decoration: none;
}
h3 a:hover
{
	text-decoration: underline;
}
h4
{
	color: #999999;
	font-size: 10px;
	font-weight: 100;
}
p
{
	font-size: 14px;
}
ul#sidebar
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	float: right;
	border-right: 1px dashed #cccccc;
}
ul#sidebar li 
{
	padding: 10px;
	list-style: none;
	margin-bottom: 0px;
	border-bottom: 1px dashed #cccccc;
}
ul#sidebar li li
{
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}
ul#sidebar li.sidebar_end
{
	border-bottom: none;
}
ul#sidebar a
{
	color: #666666;
}
ul#sidebar a:hover
{
	color: #9d8146;
}

.feedback a
{
	font-size: 12px;
	color: #9d8146;
	text-decoration: none;
}
.feedback a:hover
{
	text-decoration: underline;
}

.wp-caption
{
	border: 1px dashed #666666;
	padding: 5px;
	padding-bottom: 0;
	margin-bottom: 15px;
	text-align: center;
}

#TB_overlay {
	z-index: 3000 !important;
}
#TB_window{
	z-index: 3002 !important;
}
