/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Pete Duval
Author URI:     http://example.com/about/
Template:       twentytwelve                             
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 0;
		padding: 0 0;
		margin-top: 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-bottom: 0;
		box-shadow: none;

	}
}

body {
  color: #000;
}

/* remove shadows around images */

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

/* Header */

.site-header {
    margin-top: -23px;
    padding: 0;
}

.wrapper {
margin-left: 40px !important;
margin-right: 40px !important;
}

.main-navigation ul.nav-menu {
    background: none repeat scroll 0 0 #fffef6;
    border: 0 none;
    padding: 0 0 0 10px;
    text-align: center;
    }
	
	.archive-header {
display: none;
}


.main-navigation {
    margin-top: -.5rem;
}

.site-content article { border-bottom: none; }

.main-navigation li {
	font-size:12px;
}
@media screen and (min-width: 600px) {
	.main-navigation li ul li a {font-size:14px;}
}

.main-navigation ul.nav-menu {
 text-align: center;
}


a:link {
color:#000080;
}
a:visited {
color:#000080;
}
a:hover {
color:#000080;
}

input#s{
width:75px;
background:#ffffff;
}

.share-buttons {
  padding: 0 40px 20px;
}

.fb-like,
.fb-share-button {
  margin-right: 20px;
}