
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


a {
	color: #048;
}


a:hover {
	color: #06C;
}


body {
	background: #E7E7E2 url('image-files/body.jpg') no-repeat center top;
	color: #000;
	font: normal .9em Georgia,sans-serif;
	padding-top: 64px;
}


p {
	padding-bottom: 1em;
}





h1 {
	font: normal 1.8em ;
}


h2 {
	font: bold 1.4em sans-serif;
	margin: .5em 0 1em;
}


h3 {
	font: bold 1em ;
	margin: .5em 0 1em;
}


form {
	margin: 0; 
	padding: 0; 
	display: inline;
}

input {
	margin: 0; 
	padding: 0; 
	display: inline;
}


code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #D7D7D2;
	color: #664;
	display: block;
	font: normal 1em ;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(image-files/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */


.clearer {clear: both; font-size: 0;}

.left {float: left;}

.right {float: right;}

.middle {text-align: center;}


.outer-container {
	background: url('image-files/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}


.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}



.header {
	background: #000 ;
	margin-bottom: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
	font: normal 3em ;
	text-align: center;
	color: #FFF;

}


.header a {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	/* font: normal 3em sans-serif; */
	margin-bottom: 1em;
	text-decoration: none;
} 


.header a:hover {border-color: #F60;}

.header img {
	border: none;
}



.search {
	background: #D7D7D2;
	color: #000;
	text-align: right;
	font: normal 1.1em ;
	padding: 8px 12px;
}


/* main */


.main {
	padding: 8px 12px 0 0;
}


/* content */

.content {
	float: right;
	width: 600px;
}


.content li {
	margin-left: 40px;
	padding-bottom: 1em;
}

.content ul {
	padding-bottom: 1em;
	list-style: url(image-files/li.gif);
}

.path {
	color: #664;
	font-size: 0.7em;
	text-transform:uppercase;
	margin-left: 40px;
	margin-bottom: 1em;
}

.sidebar {
	float: right;
	/* background: #D7D7D2; */
	border: #D7D7D2 2px solid;
	color: #664;
	font-size: 0.8em;
	margin: 5px;
	padding: 6px;
	max-width: 40%;
}

.sidebar h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.sidebar h2 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.sidebar ul {
	padding: 0;
	margin: 5px 10px;
	list-style: circle;
	list-style-image: none;
	list-style-position: inside;
}

.sidebar ol {
	padding: 0;
	margin: 5px 10px;
	list-style-position: inside;
}

.sidebar li {
	margin: 0;
	padding: 0;
	
}

.navigation {
	float: left;
	width: 150px;
	min-height: 100%;
	text-align:center;
	/* background-color: #000; */
}

.navigation a {
	padding: 5px;
	margin: 4px;
	text-decoration: none;
	/* width: 80%;  */
	display: block;
	color: #FFF;
	background-color: #000;
	border-top: 2px #D7D7D2 solid;
	border-left: 2px #D7D7D2 solid;
	border-bottom: 2px #664 solid;
	border-right: 2px #664 solid;
}

/* .navigation a:hover {
	padding: 5px 5px 5px 5px;
	color: #000;
	background-color: #FFF;
	border-top: 2px #664 solid;
	border-left: 2px #664 solid;
	border-bottom: 2px #D7D7D2 solid;
	border-right: 2px #D7D7D2 solid;
} */

.navigation a:hover {color: #F60}

.leftbar {
	float: left;
	width: 150px;
	margin: 5px 0 5px 0;
	padding; 5px 0 5px 0;
	display: block;
	border: 2px #D7D7D2 solid;
	text-align:center;
	
}

#gotfeed {
	margin: .5em 0 .5em 0;
}

.leftbar img {
	border:none;
}

.smalltext {
	font-size: .6em;
	margin: 1em;
}


/* footer */

.footer {
	background: #000;
	color: #FFF;
	margin-top: 5px;
	padding: 10px 10px;
	text-align:center;
}

.footer p {margin: 1.2em, 0, 1.2em, 0}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {color: #F60;}
