 .site-description, .site-name a{
	color: white;
}

.menu {
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	margin: 0 auto;
}

ol li {
line-height: 2;
}

ul {
list-style-type: none;
}

.entry-meta, .nav-links{
display:none;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .page-content, .site-content {
    margin: 0px 0px 0px 100px;
  max-width: 100%;}

primary .entry-content {
width: 100%;
  margin-left: 100px;
}

#content-sidebar {
	width: 300px;
}

.archive-header {
	display: none;
}

.soundcite {
	max-width: 25%
}
.primary-sidebar {
    margin-top: 150px !important;
}

body {
	font-family: 'Questrial', 'Lato', sans-serif;
}

.menu li{
	color: #000;
}

.previous, .next, .powered {
	display: none;
}
.post-meta {
display: none;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
.post-data {
display: none;
}
.title-archive {
display: none;
}