/*******************************************************
Compatibility
*******************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote, q {
	border : 2px solid #000;
	width: 200px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #ccc;
	quotes: "" "";
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


/* #CCCC88, #CCCC9A, #999955, #73734D, #63631c
*/

pre.code {
	border : 2px solid #000;
	width: 600px;
	margin: 0px;
	padding: 10px;
	background-color:#999955;
	color:#000000;  
	text-align:left;
	font-family:Courier, monospace;
	font-size:.75em;
}

body {
	margin:.5em;
	padding:0;
	height:100%;
	background-color:#999955;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.875em;
}

a {
	color:#63631c;
	text-decoration:underline;
}

a:hover {
	color:#63631c;
	text-decoration:none;
}

p {
	margin:6px 0;
	padding:6px 0;
}

blockquote {
	margin:1em 1em 1em 1em;
	padding:1em 1em 1em 1em;
	background: url('/img/quote.jpg') 1% no-repeat;
	background-color:#cccc88;
	border-top:1px solid #63631c;
	border-bottom:1px solid #63631c;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 110%;
}

blockquote p {
	margin:5px 5px 5px 50px;
}

ul {
	list-style-type:disc;
}

li {
	margin:0 0 0 25px;
	list-style-type:disc;
}

#container { 	
	margin:0 auto;
	padding:1em;
	width:1024px;
	text-align:left;
	vertical-align: middle;	
	background-color:#FFFFFF;
	border:1px solid #63631c;
}

#container h1 {
	margin:0 0 0 0;
	padding:6px 0;
	font-size:1.2em;
	letter-spacing:.1em;
}

#page {
	clear: both;
}


#header {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*height:150px;*/
	background-color:#ffffff;
	border-bottom:1px solid #63631c;
}

#header-content {
	position: relative;
	float: left;
	padding-bottom: 10px;
}

#header-content h1 {
	margin:0 0 -8px 0;
	padding:16px 0 0 24px;
	font-size:1.7em;
	letter-spacing:.1em;
	font-family: Arial Narrow, sans-serif;
}

#header-content h2 {
	margin:0 0 0 0;
	padding:16px 0 0 24px;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:.1em;
	font-family: Arial Narrow, sans-serif;
	color: #cccc9a;
}

div.post {
	/* Placeholder */	
}

h1.title {
	margin:0 0 0 0;
	padding:16px 0 0 24px;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:.1em;
	font-family: Arial Narrow, sans-serif;
	color: #63631c;
}

a.subtitle {
	text-decoration:none;
}

h2.subtitle {
	padding:16px 0 0 0;
	font-size:1.2;
	letter-spacing:.1em;
	font-family: Arial Narrow, sans-serif;
	color: #63631c;
}

div.meta-link a {
	font-size:.7em;
	font-family: Arial Narrow, sans-serif;
}

#search {
	position:relative;
	float: right;
	margin:0 0 -8px 0;
	padding:16px 24px 0 0;
}


#sideNav {
	margin:0 0 0 0;
	padding:0px 0px 0px 6px;
	float: right;
}

#rightColumn {
	position:relative;
	float:right;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:15em;
	font-size:.9em;
	background-color:#FFFFFF;
	/*border:1px solid #63631c;*/
}

#rightColumn li.header {
	font-size:1em;
	text-decoration: underline;
	margin-top: 6px;
	margin-right: 6px;
}

#rightColumn ul {
	margin:0;
	list-style:none;
}

#rightColumn li {
	margin:0 0 8px 0;
	list-style:none;
}

#rightColumn li a {
	text-decoration:none;
}

#rightColumn li a:hover{
	background: #63631c;
	color: #999955;
}

#footer {
	position:relative;
	bottom:0;
	margin:80px 0 0 0;
	padding:0;
	height:64px;
	line-height:64px;
	text-align:center;
	font-family: Century Gothic, sans-serif;
	font-size:1em;
	font-weight: bold;
	color: #63631c;
	background-color:#ffffff;
	border-top:1px solid #63631c;
}

#footer a {
	font-family: Century Gothic, sans-serif;
	font-size:1em;
	font-weight: bold;
	color: #63631c;
}

/* Navigation */


/*

*/
.nav li {
	border-left: 1px solid #63631c;
	position: relative;
	list-style: none;
	float: right;
	margin: .1em;
	padding: 0;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font-size:1em;
	font-weight:bold;
	letter-spacing:.1em;
	font-family: Arial Narrow, sans-serif;
	background: #ffffff;
	color: #63631c;
	display: block;
	padding: 0 9px;
	text-transform: lowercase;
	text-decoration: none;
}

.nav li a:hover {
	background: #63631c;
	color: #999955;	
}
