
/* Big Stuff
----------------------------------------------- */
body {
	width:730px;
	padding:10px 0 50px 0;
	font:small Georgia,Serif;
	color:#333;
	background:#fff;
	text-align:center;
	}
	
/* Layout
----------------------------------------------- */
.b1 {
	text-align:left;
	background-position:0 0;
	background-repeat:repeat-y;
	padding:0 0 0 16px;
}
.b2 {
	background-position:700px 0;
	background-repeat:repeat-y;
}
#header {
	width:700px;
	height:230px;
  	border-top:1px solid #58a;
	border-bottom:1px solid #58a;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#header hr {
	display:none;
	}

#content {
	width:660px;
	margin:0 20px 0 20px;
	}
#main {
	width:410px;
	float:left;
	padding-right:10px;
	margin-bottom:10px;
	}
#navigation {
	margin-bottom:10px;
	width:700px;
}
#sidebar {
	width:230px;
	float:right;
	}
#footer {
	width:690px;
	margin:0;
	padding-left:10px;
	clear:both;
	border-top:1px solid #466;
	border-bottom:1px solid #466;
	background:#def;
	}

/* Title
----------------------------------------------- */
#title {
	text-align: right;
	padding:30px 10px 5px 0;
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#479;
	}

#description {
	padding:0 10px 0 0;
	max-width:700px;
	text-align: right;
	font:1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#479;
	}

/* Navigation
----------------------------------------------- */
#navigation {
	text-align: right;
	border-bottom:1px solid #58a;
}
#navigation ul {
	display:inline;
	list-style:none;
	margin:0 15px 0 0;
	padding:3px 3px;
	}

#navigation li {
	display:inline;
	font:0.8em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#58a;
	}

#navigation li a {
	color:#58a;
	}

/* Sidebar
----------------------------------------------- */
#sidebar ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	}
#sidebar li {
	margin:0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
	line-height:1.5em;
	}
#sidebar p {
	color:#666;
	line-height:1.5em;
	}
#sidebar div {
	border-bottom:1px solid #def;
	}
#sidebar h2 {
	font:0.8em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	}
#sidebar hr {
	display:none;
	}

/* Footer
----------------------------------------------- */
#footer hr {
	display:none;
	}
#footer p {
	padding:3px;
	font:0.8em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	}

/* Forms
----------------------------------------------- */
input, textarea, select, button {
	border:1px solid #999;
	background-color:#fff;
	color:#000;
	font-family:"courier new", serif;
	vertical-align:middle;
	}
input.button, button {
	font-style:italic;
	font-family:"courier new", serif;
	border:1px solid #999;
	}
input.gobutton {
	border:none;
	vertical-align:middle;
	}

/* Lists
----------------------------------------------- */
dt {
	font-style:italic;
	}

/* Tables
----------------------------------------------- */
table.table1 {
	border-collapse: collapse;
	width:80%;
	}
table.table1 th {
	text-align:center;
	border-bottom:1px solid #466;
	}

/* Links
----------------------------------------------- */
a:link {
	color:#58a;
	text-decoration:none;
	}
a:visited {
	color:#58a;
	text-decoration:none;
	}
a:hover {
	color:#58a;
	text-decoration:underline;
	}
a img {
	border-width:0;
	}

/* Headings
----------------------------------------------- */
h2 {
	margin:1.5em 0 .75em;
	font:1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	}
h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.4em;
	color:#58a;
	}
h3 a, h3 a:visited, h3 strong {
	display:block;
	text-decoration:none;
	color:#009966;
	font-weight:normal;
	}
h3 strong, h3 a:hover {
	color:#333;
	}

/* Stuff */
hr {
	margin-top:4px;
	margin-bottom:4px;
	height:1px;
	background-color:#999;
	color:#58a;
}

/* Posts
----------------------------------------------- */
.date-header {
	margin:1.5em 0 .5em;
	}
.post {
	margin:.5em 0 1.5em;
	padding-bottom:1.5em;
	border-top:1px solid #58a;
	margin:0 0 .75em;
	line-height:1.6em;
	}
p.post-footer {
	margin:-.25em 0 0;
	color:#bbddff;
	}
.post-footer em, .comment-link {
	font:1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	}
.post-footer em {
	font-style:normal;
	color:#999;
	margin-right:.6em;
	}
.post img {
	padding:4px;
	border:1px solid #ddd;
	}
.post blockquote {
	margin:1em 20px;
	}
.post blockquote p {
	margin:.75em 0;
	}
.comment-link {
	margin-left:.6em;
	}

