/*

Theme Name: Twenty Twelve - Child
Description: My child theme of Twenty Twelve
Author: Aimee Gusky
Version: 1.00
Template: twentytwelve


*/


@import url('../twentytwelve/style.css');




.entry-header .entry-title {
	font-size: h1;
}

.cat-thumb {
	float: left;
	margin: 0 10px 10px 0;
	}

footer[role="contentinfo"] a {
   display:none;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0px;
    box-shadow: none;
}

.main-navigation li a {
    
        line-height: 1;
}
    

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    display: inline-block !important;
    text-align: center;
    width: 100%;
}

.entry-meta .by-author {
	display: none;
}
.entry-meta {
display: none;
}









In style.css:
/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a {
	float: left;
	border: 1px #ededed solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #777;
	border-color: #777;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #777;
	border: 1px #777 solid;
}

/* END PAGINATION */

