@charset "UTF-8";
body {
	width: 766px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #404040;
	letter-spacing: 1px;
	position: relative; /* IE6 has problem */
	background-color: #A25834;

}
br {
	letter-spacing: 0;
}
blockquote {
  font-style: italic;
}
.small {
  font-size: 11px;
}
a:link, a:visited, a:active {
  color: #642608;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.maincol {
	text-align: left;
}

.bodyContent {
}
.bodyContentEven {
	background-color: #FFFFFF;
}
.bodyContentOdd {
	background-color: #DABCAE;
}

.item {
	text-align: left;
	color: #666666;
	border: 1px solid #A25834;
	margin-bottom: 10px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
	background-color: #A25834;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}
.itemBody {
	padding: 4px;
}
.itemBodyEven {
	background-color: #FFFFFF;
}
.itemBodyOdd {
	background-color: #DABCAE;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
	color: gray;
	font-size: 10px;
}

.blogEntry {
  text-align: left;
  border-top: 1px solid #6E3418;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: #6E3418;
  font-size: 14px;
  font-weight: bold;
}
.blogEntryBody {
  line-height: 120%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-size: 10px;
}


/*Layout
------------------------------------------------------*/
#wrap {
	text-align: left;
	background: url(images/back.gif) repeat-y;
	width: 766px;
	margin-top: 24px;
}
#wrap:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#header {
	background: url(images/header.gif) no-repeat;
	height: 113px;
	width: 766px;
	font-family: "Tahoma";
}
#content {
	clear: both;
	width: 760px;
	margin: 0 5px 0 5px;
}
#sidebar {
	float: left;
	width: 148px;
	font-size: 10px;
	position: relative; /* IE6 has problem */
}
#main {
	float: right;
	width: 605px;
	padding-right: 5px;
}
#footer {
	font-family: "Tahoma";
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 20px;
	width: 766px;
	font-size: 10px;
}
/*header
-------------------------------------------------------*/
#header h1 {
	margin: 0;
	padding: 0;
	height: 18px;
	width: 400px;
	overflow: hidden;
	text-indent: -500px;
	font-size: 0;
	background: url(images/top.gif) no-repeat;
	float: left;
}
.logo {
	clear: both;
	float: left;
	padding: 0;
	padding-left: 3px;
	padding-top: 3px;
	overflow: hidden;
}
a img{
	border:none;
	position: relative;
}
.hmenu {
	display: inline;
	float: right;
	margin-top: 4px;
	margin-right: 2px;
	color: white;
	font-size: 10px;
}
.hmenu a{
	color: white;
	text-decoration: none;
}
.hmenu a:link, hmenu a:active, .hmenu a:visited {
	color: white;
	text-decoration: none;
}
.hmenu a:hover {
	color: #582A14;
	text-decoration: none;
}

/*footer
------------------------------------------------------*/
.fmenu {
	float: left;
	margin-top: 4px;
	margin-left: 2px;
	color: white;
}
.fmenu a{
	color: white;
	text-decoration: none;
}
.fmenu a:link, fmenu a:active, .fmenu a:visited {
	color: white;
	text-decoration: none;
}
.copy {
	float: right;
	margin-top: 4px;
	color: white;
}
.fmenu a:hover {
	color: #582A14;
	text-decoration: none;
}
.log {
	float: left;
	margin-top: 4px;
	margin-left: 2px;
}
.log a:link,.log a:active,.log a:visited{
	color: #A25834;
	text-decoration: none;
}
.log a:hover {
	color: white;
	text-decoration: none;
}
