/*
Theme Name:     OHS2010ChildTheme
Description:    This theme for the Olympia Historical Society WordPress website modifies the standard WordPress Twenty Ten theme.
Author:         Thad Curtz
Template:       twentyten
*/

@import url("../twentyten/style.css");

/*Change the overall font to Arial*/

body, input, textarea, .page-title span, .pingback a.url {
   font-family: Arial, Helvetica, sans-serif;
}

/*Align the stuff in tables at the top*/

td {vertical-align: top;}

/*Put a little space between the right margin of the images and the adjacent text*/

a img {padding-right: 8px;}

img {padding-right: 8px;}

/*Put a little space below the widget titles like "Upcoming events"*/

.widget-title {margin-bottom: +5px;}

.entry-meta {display:none;}

.entry-utility{display:none;}

/*Hide the site title and site description text*/

#site-title, #site-description {
display:none;
}

#wrapper {
    background:#fff;
    padding: 0 20px;
}

#header {
    padding: 20px 0 0 0;
}

#content tr td {
    padding-left: 10px;
    padding-right: 10px;
}



/*Hide the next and previous text and the arrows on various pages*/

#nav-above .nav-previous, #nav-above .nav-next {
   display:none;
}


#nav-below .nav-previous, #nav-below .nav-next {
   display:none;
}

/*Removes the "Category Archive:..." title from the Board Member page - and various others where you might want it sometime...*/

.page-title { display: none; }

.wp-caption {
margin:auto;
}

<p>Copyright &copy; 2009 &middot; All Rights Reserved &middot; <a href="http://olympiahistory.org/" >Olympia Historical Society and Bigelow House Museum</a></p> 

