
body, div, p, ul, li, input, img { margin: 0px; padding: 0px; border: 0px}
body {	
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia;
	background-color: #0c0d0d; 
	color: #0c0d0d;
	text-align: center;
	}
a, a:hover, a:active, a:visited {
  color:#242628;
  text-decoration:none;
}

li { list-style:none; text-indent:0px; }

#page {
	margin: 0px auto;
	width: 932px;
	padding: 12px;
	
	background-color: white;
	text-align:left;
}

#spacer {
  width: auto;
  border-top: 2px solid #0c0d0d;
}

/* sidebar section*/
#sidebar {
  float:right;
	width: 270px;
	text-align:right;
	clear:none;
}

#m_nav {
  height: 13.5em;
  padding-top: 0.5em;
  
  border-bottom: 2px solid #0c0d0d;
}

#m_nav li {
  height:1.5em;
  text-align:left;
  
  font-family: Arial;
  font-size:1.1em;
}

#m_nav li.active, #m_nav li:hover {
  font-weight:bold;
  background-color: #f2f2f3;
}

#m_nav a {
  display: block;
  text-indent:0.5em;
  text-transform:capitalize
}

#sub_nav {
  position:relative;
  padding:27px 0px 5px 0px;
  height:205px;
  border-bottom: 4px solid #0c0d0d;
  margin-bottom:0.5em;
}

#sub_nav ul {
  margin-left:80px;
  border-top: 1px dotted #706443;
}

#sub_nav li { border-bottom: 1px dotted #706443; }

.current-cat { background-color:#f7f7f8; }

#sub_nav li a {
  font-family:Arial;
  font-size:1.1em;
  text-transform:uppercase;
  padding:0.4em 0.5em 0.35em 0.5em;
  display:block;
}

#search {
  position:absolute;
  bottom:5px;
  right:0;
  width:100%;
}

#searchform #s {
  width:67%;
	padding: 0.2em;
	border: 1px solid #d7d8db;
	color:#0c0d0d;
	font-size:0.9em;
	text-align:right;
}

#searchsubmit {
  width:30%;
  background-color:#d7d8db;
  color:#878b92;
  font-size:0.9em;
  font-weight:bold;
  cursor:pointer;
  padding: 0.2em 1.5em;
	border: 0;
}
	
#sidebar .rss {
  padding: 0.2em 1em 0.1em;
  background-color: #d7d8db;
  font-family:Arial;
  font-size:7pt;
  
  color:#878b92;
}


#content {  
  left: 0;
	width: 640px;
	min-height:400px;
}

#header {
  width: 640px;
  height: 140px;
  margin-bottom:3.5em;  
  border-bottom: 2px solid #0c0d0d;
}

#content p {
  padding-bottom: 0.8em;
}

/* post section */
.post {
	padding: 1em 0 3.5em 0;
	border-bottom: 1px dotted #706443;	
	}
	
.title {
  padding-bottom: 0.3em;

  font-family: Georgia;
  font-size:2em;
  color:#0c0d0d;
}

.date {
  padding-bottom: 0.3em;
  font-family:Arial;
  color:#878b92;
}

.entry, .entry_e {
  text-align: justify;
	line-height:1.4em;
	font-family:Arial;
	font-size:1.1em;
	color:#3d3f43;
	width:100%;
	overflow: auto;
}

.entry a, .entry_e a {
  text-decoration:underline;
}

.entry .leftcol {
  width: 36em;
  float: left;
}

.entry table {
  padding:0;
  margin:0;
  width: 21em;
  float:right;
  padding-bottom:1em;
  color: #878b92;
}

.entry tr {
  padding-bottom:0.2em;
}

.entry th {
  width: 5em;
  font-weight:bold;
}

.entry th, .entry td {
  font-size:0.9em;
  text-align:left;
  vertical-align: top;
}

.entry iframe {
  padding-top:1em;
}

.post img {
  padding:0.3em 0 0.5em;
  display:block;
}

.gallery {    
  width: 64em;
  height: auto; 
  padding: 0em 0em 3.5em 0em;
  border-bottom: 1px dotted #a1a5aa; 
  margin-bottom: 0.75em;
}

.gallery img {
  padding:0;
  display:inline;
}

.ui-slider-handle {
    height: 1em;
    background-color:#878b92; 
}

.post h1 {
  padding-bottom: 0.2em;

  font-family: Georgia;
  font-size:1.6em;
  font-weight:normal;
  color:#0c0d0d;
}

.post h2 {
  padding-bottom: 0.1em;

  font-family: Georgia;
  font-size:1.4em;
  font-weight:normal;
  color:#0c0d0d;
}

.post h6 {
  margin-top:0;
  text-align:right;
  
  font-family:Arial;
  font-size:1em;
  font-weight:normal;
  font-style:italic;
  color:#3d3f43;
}

.post .more-link {
  padding:0 0.4em;
  font-size:0.9em;
  color:#3d3f43;
}

.post .meta {
  margin-top:0.5em;
  border-top: 1px solid #eee;
  font-family:Arial;
  font-size:0.9em;
	text-align:right;
}

.post hr { display: block; }

#error {
  height:15em;
  padding-top: 5.5em;
  padding-left: 4em;
	border-bottom: 1px dotted #706443;
}
/* end post */

/* navigation block */
.navigation {
	display: block;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1.5em;
}
	
.navigation div {
  width:5em;
  height:1.2em;
  background-color:#0c0d0d;
  color: #878b92;
}

.navigation .alignright {
  text-align:right;
  padding-right:0.5em;
  cursor: pointer;
}

.navigation .alignleft {
  text-align:left;
  padding-left:0.5em;
  cursor: pointer;
}
/* end navigation */

small {
	font-family: Arial;
	font-size: 0.9em;
	line-height: 1.5em;
}

.commentlist, .commentlist li, #commentform input, #commentform textarea { 
  font: 1em Arial;
  padding:0; 
}

.commentlist li {
  margin: 0 1em;
  padding: 0.5em 0 1em 0;
  border-bottom: 1px dotted #e2decf;
}

.commentlist cite, .commentlist cite a {
  font-family:Georgia;
  font-size:1.1em; 
  font-weight: bold;
  font-style: normal; 
}

.commentmetadata {
  float:right;
  font-size:0.9em; 
  color:#878b92;
}

.commentlist p { 
  padding-bottom:0.5em;
  background-color:#f5f4ef;
  color:#3d3f43; 
}


#commentform {
  text-align:right;
}

#commentform input {
  padding: 2px 1px;
  border: 1px solid #706443;  
  font-size:0.9em;
  color: #706443;
}

#commentform textarea {
  width:100%;
  border: 1px solid #706443;
  line-height:1.5em;
}

#commentform #submit {
  background-color:#e2decf;
  color: #706443;;
  font-weight:bold;
  border: 0;
	margin-top:0.3em;
	cursor:pointer;
}

/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignnone {
display:inline;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select { width: 130px; }
code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	cursor: help;
}

.center {
	text-align: center;
}
