/* ELEMENTS */

html {
	background-color:						#000;
}

h1#blog-title {
	background:								transparent url('../images/h1txt-trans.png') no-repeat 0 0;
}

h1#blog-title a, div#globalnav,div.access,div#footer span#theme-link span.additional-name,div#footer span#theme-link span.family-name, .skip-link, #menu {
	display:								block;
	text-indent:							-9999px;
}

h2.entry-title, h2.entry-title a {
	text-decoration:						underline;
	color:									#333333;
}

.entry-content p, .entry-content ul {
	color:									#222222;
}

.xoxo > li {
	background-color:						#ccff99;
	border:									1px dotted #009900;
}

.xoxo h3 {
	color:									#006B00;
	text-decoration:						underline;
}

a {
	text-decoration:						none;
}

a:link {
	color:									#B35A00;
}

a:visited {
	color:									#B35A00;
}

a:hover {
	color:									#B35A00;
}

a:active {
	color:									#B35A00;
}

div.hfeed .entry-title a,div.hfeed .entry-title a:link,div.hfeed div.entry-meta a,div.hfeed div.entry-meta a:link {
	border-bottom:							none;
}

img#samportrait {
	border-top:										5px solid #666666;
	border-right:									5px solid black;
	border-bottom:									5px solid black;
	border-left:									5px solid #666666;
}

/* DIVS */

#header {
	background:								transparent url(../images/branding_sanstxt-trans.png) no-repeat;
}

#container {
	background-color:						#eeeeee;
	border:									5px solid #666666;
}

/* CLASSES */

.sidebar {
	background-color:						#B4E271;
	border:									5px solid #009900;
}

.sections {
	background-color:						white;
	border:									1px dotted #666666; 
}

div.sidebar ul li ul li ul li{color:#9aa1ae;list-style:disc;margin:0 0 0 2em;}