/*
div { border: 1px red solid;}

h1, h2, h3, h4, p, pre { border: 1px yellow solid;}
*/
body {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: white;
	font-size: normal;
}

a {
	color: #1a194f;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #1a194a;
	margin-top: 0;
}

h2 {
   font-size: 1.4em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #1a194a;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #1a194a;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #1a194a;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
	font-size: .8em;
	color: #747474;
}

dd {
	margin: 0;
}

dd img {
	margin-bottom: 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: square;
}

ol {
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
	font-size: .9em;
	color: #333333;
	font-weight: normal;
}

p {
	line-height: 1.4em;
	font-size: .9em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333333;
	font-weight: normal;
}

blockquote {
	line-height: 1.5em;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333333;
	font-weight: normal;
	border-left:  #747474 1px solid;
	padding-left:5px;
}

pre {
	margin: 0;
	padding: 0;
}

code {
	font-family: monospace;
}

pre code {
	background-color: #dadae5;
	display: block;
	margin: 0 1em;
	padding: 0.4em;
	font-family: monospace;
	font-size: .9em;
}

img {
	border: none;
}

table {
	padding: 8px;
	border-spacing: 0;
	font-size: .9em;
}

td {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid silver;
	text-align: left;
}

th {
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid silver;
	text-align: left;
	font-size: 1em;
}

tr {
	margin: 0;
	padding: 0;
}

/* layout */

body {
    text-align: center;
    margin: 0;
    padding: 0;
}


#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#header {
	height: 80px;
	position: relative;
}

#ads {
    height: 90px;
	margin: 3px;
}
	
#front-content {
	width: 540px;
	float: left;
	margin-left: 10px;
}

#content {
	width: 600px;
	float: left;
	margin-left: 30px;
}

.extract {
   margin: 0.5em;
   margin-bottom: 2em;
}
	
#sidebar {
	float: right;
	width: 185px;
	margin-top: 20px;
	margin-right: 3px;
	padding-right: 3px;
}

#header h1 {
	height: 39px;
	float: left;
	margin-bottom: 0;
	margin-top: 30px;
	color: #1a194a;
	font-size: 2.3em;
}

#header span.decolor {
	color: #a9a9b1;
	font-size: 50%;
	letter-spacing: 0.3em;
}

#header ul {
	margin: 0;
	margin-right: 110px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 30px;
}

#header li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#header a {
	display: block;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#sidebar h3 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: .9em;
	color: #336699;
	font-weight: bold;
}

#sidebar p {
	font-size: .8em;
	line-height: 1.7em;
	color: #333;
}

#sidebar ul {
	margin-bottom: 10px;
}

#sidebar li {
	font-size: .8em;
	color: #333;
}

#blog_header {
	width: 100%;
	margin-top: 0;
	margin-left: 10px;
	font-size: 0.8em;
	margin-bottom: 0.9em;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 10px;
	padding-top: 80px;
	margin-left: 10px;
}

#footer p {
	font-size: 0.7em;
}

.byline {
	margin: 0;
	line-height: 1em;
	font-size: 0.8em;
	color: #a9a9b1;
}

.extract h2 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.extract .byline {
	margin-bottom: 0;
}

.extract p {
	margin-top: 0.3em;
}

.more {
	margin-top: -5px;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

.more a {
	text-decoration: none;
}

a.title {
	text-decoration: none;
}

a.title:hover {
	text-decoration: underline;
}

.last_modified {
	margin-top: 3em;
	font-size: 0.7em;
}


.image {
	margin: 0.5em;
}

.image p {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center, .none {
	width: 100%;
	text-align: center;
}

.center img {
	margin: 0 auto;
}

a.nonexistent {
	color: red;
}

.clear {
	clear: both;
}