body {
  background: #E4E4E4 url(/images/container-wrap.gif) repeat-y center 0%;
  color:#4D3515;
  margin:0px; 
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:13px;
}

/* Content Formatting
------------------------------------------------ 
*/
a {
	color: #A88B6D;
}
a:visited {
	color: #856A50;
}
a:hover {
	color: #856A50;
}
p {
	margin-top: 0;
}
img {
	border-width:0;
}
#sidebar {
	color: #856A50;
	font-size: 11px;
	font-weight: normal;
	width: 130px;
	overflow: hidden;
}
#sidebar a{
	color: #856A50;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000000;
}
#sidebar .typelist-thumbnail {
	text-align:center;
	margin-top: 10px;
	margin-left: 0px;
	text-indent: 0px;
}
#sidebar .typelist-thumbnail img {
	margin-bottom: 5px;
}
#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}
#sidebar li {
	margin-left: 6px;
	text-indent: -6px;
	padding-left: 0;
}
#sidebar h2 {
	border: 1px solid #A88B6D;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:1pt
}
#sidebar .link-note {
	margin-bottom: 10px;
	margin-top: 0px;
}
div.blog {
	border-bottom: 1px solid #A88B6D;
	clear:both;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
}
div.blog img {
	padding: 5px;
}
.posted {
	clear: both;
	color: #856A50;
	font-size: 9px;
	text-align: right;
}
blockquote {
	background: #F5F4F1 url(/images/quote-left.gif) no-repeat 2px;
	background-position: top left;
	color:#4D3515;
	font-size: 13px;
	padding: 4px 6px 4px 45px;
}
h1 {
	color: #A88B6D;
	font-size: 22px;
	margin-top: 0px;
}
h3 {
	color: #000;
	font-size: 18px;
	margin-bottom: 0;
}
h4 {
	color: #A88B6D;
	font-size: 18px;
	margin-bottom: 0;
}
h5 {
	color: #999999;
	font-size: 12px;
	margin-bottom: 0;
	letter-spacing: 2px;
}

/* hide typelist names on writing page */
div#writing h2 {
	display: none;
}
div#writing li {
	font-size: 11px;
}
div#writing a {
	font-size: 13px;
}


/* Layout
------------------------------------------------ 
*/


#container {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}
#header {
  background: #D3BA92;
  width: 780px;
  height: 160px;
}
#sidebar {
  background: #D3BA92;
  float: right;
  width: 110px;
  padding: 10px;
}
#main {
  background: #fff;
  float: left;
  width: 650px;
}
#content {
  background:#fff url(/images/body-wrap.jpg) repeat-y;
  overflow: hidden;
  padding: 10px 15px 10px 15px;
  text-align: left;
  width: 620px;
}
#footer {
  background: #A88B6D;
  font-size:10px;
  padding: 4px 15px 4px 15px;
  text-align: center;
  width: 620px;
}
#footer, #footer a {
  color:#FFFFFF;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/* Menubar
------------------------------------------------ 
*/


#menubar {
	background: #A88B6D;
	color:#FFFFFF;
	position: static;
	font-size:10px;
	width: 640px; 
	margin: 0;
	padding: 5px 5px 5px 5px;
}
#menubar ul {
	font: 11px arial,helvetica,sans-serif;
  	letter-spacing: 2px;
	list-style-type: none;
	margin: 0;
	padding-left: 4px;
	position: relative;
}
#menubar li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0 0px 0 10px;
	text-transform: uppercase;
}
#menubar li a {
	color: #FFF;
	padding: 8px 5px 8px 5px;
	text-decoration: none;
}
#menubar li a:hover
{
	background-color: #D3BA92;
	color: #fff;
	border: 1px solid #666;
	padding: 7px 4px 6px 4px;
}


@media print {
div { float:none !important; }
body {background: white; margin: auto; }
div.blog {clear:none; page-break-inside:avoid;}
#container {width: auto; page-break-inside:auto;}
#header {width: auto; overflow: hidden; }
#header img {width: 100%; }
#sidebar {float: none !important; display: none !important; }
#main {width: auto; float:none !important; }
#content {background-image: none; width: auto; overflow: visible !important;}
#footer {width: auto; background-color: white; }
#footer * {color: black !important; }
#menubar {display: none;}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
}
/* ph=1 */

