#sidebar ul {
list-style-image:url('2011/08/7-bullet.gif');
}

#site-title a {
display:none;
}

.entry-title {
display:none;
}

.menu-header {
text-align:center;
}

.menu-header ul {
display:inline-block;
text-align:left;
}

.menu-header ul a {
margin-bottom:-4px;
}

.one-column #content {
width:900px;
margin:0 auto;
}

.wp-caption {
border:1px solid #FFF;
text-align:center;
background:#FFF;
padding-top:4px;
margin:10px;
}

#footer p:after {
content:" ~ Styled by Christopher Meierding";
}

table.sample {
border-spacing:0;
border-collapse:collapse;
background-color:white;
border-color:gray;
border-style:solid;
border-width:1px;
}

table.sample th {
background-color:white;
border-color:gray;
border-style:solid;
border-width:2px;
padding:3px;
}

table.sample td {
background-color:white;
border-color:gray;
border-style:solid;
border-width:2px;
padding:3px;
}