* {
	font-size: 100%;
	margin: 0;
	padding: 0; 
}

/*--------------------------------------
  POSITIONING
--------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #5E6871;
	background: #fff;
	min-width: 750px; 
	}

#nav {
	margin: 0;
	padding: 0 0 0 15px;
	background: #242E35;
	color: #fff;
	text-align: left;
}

#maincontent {
	float: left;
	width: 55%;
	margin: 20px 10px 20px 30px; 
	padding: 0;
	max-width: 800px;
}

#sidebar {
	float: right;
	width: 20%;
	font-size: 0.9em;
	margin: 5px 30px 20px 0; 
	padding: 0;
}

#footer {
	clear: both;	/* so it goes at the very bottom */
	background: #242E35;
	color: #ccc;
	text-align: center;
	font-size: 0.85em;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    margin: 0 0 10px 40px;
    padding: 0;
}

#map {
	width: 100%;
	height: 500px;
	border: 1px solid #ccc;
}

.map_point {
	width: 240px;
}

/*--------------------------------------
  TEXT
--------------------------------------*/
	
h1 {font-size: 2em; line-height: 1.2em; padding: 10px 0 5px 0; margin: 0;
		font-family: Helvetica, Verdana, Arial, sans-serif;
}
h2 {font-size: 1.5em;  padding: 10px 0 0 0; margin: 0; }
h3 {font-size: 0.85em; padding: 0; margin: 0; }
h4 {font-size: 1.1em; }
h5 {font-size: 1em; }
h6 {font-size: 0.85em; }	

p {padding: 5px 0 5px 0; }

a {
	text-decoration: none;
	font-weight: bold;
	color: #242E35;
}

a:hover {
	color: #090;
	text-decoration: underline;		/* if you use border-bottom here, it will apply to images too */
}

.entry {
	padding-top: 20px;
	padding-bottom: 20px; 
}

.meta {
    font-size: 0.85em;
	padding: 0 0 10px 0;
}

/*--------------------------------------
  NAVIGATION
--------------------------------------*/

#nav a, #footer a {
	color: #ccc;
	font-weight: normal;
}

#nav a.active, #footer a.active {
	font-weight: bold;
}

#nav a:hover, #footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*

#nav li {
	margin: 0;
	padding: 0; 
	display: inline;
	list-style: none;
}	

#nav ul li:after {
	content: " /"; 
}

*/
	
/*--------------------------------------
  SUB NAVIGATION
--------------------------------------*/

.postbydate, .postbycat {
	vertical-align: top;
	float: left;		/* stack the tables across */
}

.postbydate table, .postbycat table {
	padding: 0 0 10px 0;
	margin: 0 30px 10px 0;
	border-collapse: collapse;
	float: left;	/* so they line up side by side */
}

.postbydate thead, .postbycat thead {
	display: none;	/* no need to see the headers */
	}

.postbydate td, .postbycat td {
	text-align: left;		/* first column */
}

.postbydate td+td, .postbycat td+td {
	text-align: right;		/* second column */
}

.postbydate td a, .postbycat td a {
	padding: 0 10px 0 10px;
	display: block;			/* makes the entire td clickable */
	font-weight: normal;
}

.postbydate tr.ruled, .postbycat tr.ruled {
	background: #090;
	color: #fff;
}

.postbydate tr.ruled a, .postbycat tr.ruled a, .postbydate tr.ruled a:hover, .postbycat tr.ruled a:hover {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}

.postbydate p {
	clear: both;
	margin-left: 10px;
}

#categories, #chronology {
	clear: both;
}


/*--------------------------------------
  SIDEBAR
--------------------------------------*/
.similarly li {
	margin-left: 20px;
}

/*--------------------------------------
  ARCHIVES
--------------------------------------*/
#subscribelist {
	clear: both;
}

#subscribelist img {
	border: none;
}

#subscribelist p {
	padding-left: 10px;
}


/* Images */
img {
	border: 1px solid #5E6871;
}

.logo {
	border: 0;
}

/*--------------------------------------
  POST A COMMENT
--------------------------------------*/

div.postacomment dl {
	margin: 15px 15px;
	padding: 0;
}

div.postacomment dt,
div.postacomment dd {
	margin: 0; 
	padding: 0;
}

div.postacomment dt {
	color: #000;
	margin: 0;
	padding: 0;
}

div.postacomment dd {
	margin-bottom: 10px;
}

div.postacomment dt.inline { 	/* fields on one line */
	float: left;
	width: 35px;
	text-align: right;
	clear: left;
	padding-top: 7px;
}

div.postacomment dd.inline {
	margin-left: 45px;
}

div.postacomment dd input#author,
div.postacomment dd input#email,
div.postacomment dd input#url {
	width: 275px;
	padding: 2px;
}

div.postacomment dd textarea {
	width: 400px;
	padding: 3px;
}

