
html {
	background: #000;
}

body {
	background:transparent url(../images/dark_archipelago/bg.jpg) repeat-x scroll 0px -1px; 
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
}

#header {
	background:transparent url(../images/dark_archipelago/title.jpg); 
	height: 140px
}


#content {
	min-height: 200px;
	background: #fff;
	margin-top: 20px;
}
#subscribe {
	min-height: 60px;
	background: #333;
	padding-top: 20px;
}

#subscribe a{
	color: #fff;
	text-decoration: none;
}

#subscribe span.mini-title{
	color: #999;
	font-size: 130%;
}

#footer {
	background:transparent url(../images/dark_archipelago/footer.jpg); 
	height: 177px
}

div.page {
	background: #fff;
	min-height: 400px;
}

p.outer-navigation {
	color: #fff;
}

p.outer-navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

p.meta-information {
	color: #fff;
	text-align: right;
	font-size: 80%;
}

p.powered-by {
	color: #666;
	font-size: 80%;
}

p.powered-by a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

pre {
	font-family: courier;
	background: #222;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

h3.article {
	margin-bottom: 6px;
	font-weight: bold;
}

span.date {
	font-style: italic;
	line-height:200%;
}

span.permalink {
	font-size: 60%;
}

span.articletitle {
	color: #111;
	font-style: bold;
}

p.article a {
	color: #111;
	text-decoration: none;
	line-height: 100%;
}

p.article span.date {
	color: #111;
	text-decoration: none;
	font-size: 60%;
}