body {
	font-size:14px;
	font-family:'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
}

#page {
	color:#C9A156;
	background-color:#5F2715;
}
#footer {
	color:#C9A156;
	background-color:transparent;
}
#sidebar {
	color:#5F2715;
	background-color:#D8BB78;
}

h1 {
	font-size:2.2em;
	font-weight:normal;
	text-transform:uppercase;
}
h1 a { text-decoration:none; }

h2 {
	font-size:2.2em;
	font-weight:normal;
	text-transform:uppercase;
}

h3 {
	font-size:1.8em;
	font-weight:normal;
	text-transform:uppercase;
}

h4 {
	font-size:1.4em;
	font-weight:normal;
	text-transform:uppercase;
}

caption,
legend,
h5 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
}

h6 {
	font-size:1.0em;
	font-weight:normal;
	text-transform:uppercase;
}




#page h2 {
	margin-top:0.5em;
}
#page h1,#page h2,#page h3,#page h4,#page h5,#page h6 {
	color:#D8BB78;
}

#page p,
#page li,
#page address,
#page pre,
#page dl,
#page ol,
#page ul,
#page blockquote,
#page form,
#page table,
#footer p {
	line-height:1.4em;
	margin-bottom:1em;
}
#page li {
	margin-bottom:0.5em;
}
#page blockquote,
#page dd,
#page li li {
	margin-left:3em;
}
#page blockquote {
	font-style:italic;
	color:#000;
}
#page pre {
	font-family:'Courier New', Courier, monospace;
	max-width:100%;
	overflow:auto;
	padding:2px;
	background-color:#673221;
}
#page pre>code {
	
}
#page code {
	font-family:'Courier New', Courier, monospace;
	font-size:0.9em;
	background-color:#673221;
}
#page img {
	display:block;
	max-width:95%;
	margin-right:auto;
	margin-bottom:1em;
	margin-left:auto;
	padding:1px;
}

#page a img {
	border:1px #C9A156 solid;
}
#page img.objectdiagram {
	float:right;
	margin:3px;
	padding:0;
}
#page h2 img,
#page h3 img {
	display:inline;
	margin:0;
	padding:0;
}
#page h2 a img,
#page h3 a img {
	border:none;
}



#page strong,
#page caption,
#page dt {
	font-weight:bold;
	color:#D8BB78;
}

#page p.footnote,
#page p.note {
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:0.5em;
}
#page p.note:before {
	content:"NOTE: ";
}

#page table {
	width:100%;
}
#page td,
#page th {
	text-align:left;
	vertical-align:top;
}
address { font-style:normal; }

#sidebar p,
#sidebar address,
#sidebar ul { margin-bottom:1em; }
#sidebar li {
	list-style-type:none;
	margin-bottom:0.5em;
}
#sidebar input {
	width:90%;
}

#sidebar a { color:#5F2715; }

#page .new { color:#D8D8D8; }

.commentmeta,
.post-info,
#page a,
#footer a { color:#D8BB78; }


#page input[type="text"],
#page input[type="submit"],
#page textarea {
	margin-bottom:0.25em;
	color:#5F2715;
	background-color:#D8BB78;
}
#txpCommentInputForm table {
	width:95%;
}
#page textarea {
	width:100%;
	height:240px;
}
#page label {
	color:#D8BB78;
	text-transform:uppercase;
	padding-right:0.5em;
	padding-left:0.5em;
}

#page .cosmos_list {
	width:100%;
	list-style-type:none;
	overflow:hidden;
}

#page ol.comments>li {
	list-style-type:none;
	color:#000;
/*	border-bottom:1px #C9A156 solid; */
	margin-top:1em;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:22px;
	margin-bottom:1em;
	background:#673221 url(../images/quoteopen.gif) no-repeat top left;
}

#page p#txpCommentInputForm { /* thank you message */
	font-size:1.6em;
	color:#47BB33;
	text-transform:uppercase;
}


#page div.comments_error {
	font-size:1.6em;
	color:#D83E28;
	margin-bottom:1.0em;
	text-transform:uppercase;
}

#page textarea.comments_error,
#page input[type="text"].comments_error {
	color:#000;
	background-color:#D83E28;
}



/* microformaty stuff */
abbr.published,
abbr.updated,
abbr.dtstart,
abbr.dtend,
abbr.posted {
	border-bottom:none;
}


#page .hreview,
#page .vcard,
#page .vevent,
#page .adr {
  background:url("../images/micro-bullet.gif") no-repeat top left;
  padding-left:20px;
  margin-bottom:1em;
  clear:left;
}
#page .vcard .adr {
  background:none;
  margin-top:0.5em
}
#page .vcard img.photo {
  display:block;
  float:left;
  margin:0 0.5em 0.5em 0;
  padding:0;
  width:auto;
  border:2px black solid;
}
#page .adr .type {
  text-transform:capitalize;
}
#content .hreview * {
  padding-left:0;
  font-size:12px;
}

#content .hreview p.summary {
  margin-bottom:0;
}

