/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Stephanie Patterson
Author URI:     http://twenty-somethingblog.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom:1;
	border-top:1;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    display: inline-block !important;
    text-align: center;
    width: 100%;
}

.header-image { margin-left: auto; margin-right: auto; display:block; }

.site-content article {
    -moz-hyphens: auto;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5.14286rem;
    padding-bottom: 1.71429rem;
    word-wrap: break-word;
}

a {
	outline: none;
	color: #000;

}
footer[role="contentinfo"] {
    border-top: 1px solid #000;
    clear: both;
    font-size: 0.857143rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.71429rem;
    max-width: 68.5714rem;
    padding: 5px 0;
}

.widget-area .widget {
    -moz-hyphens: auto;
    margin-bottom: 25px;
    word-wrap: break-word;
}

.widget-area .widget h3 {
    margin-bottom: 5px;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #000;
    font-weight: bold;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #000;
    font-weight: bold;
}
.main-navigation li a {
    border-bottom: 0 none;
    color: #000;
    line-height: 3.69231;
    text-transform: uppercase;
    white-space: nowrap;
}
.main-navigation li a, .main-navigation li {
    display: inline-block;
    text-decoration: none;
}

.entry-header .entry-title a {
    text-decoration: none;
}

a {
    color: #000;
    outline: medium none;
}

a:hover {
color: #b7dde8;}


.entry-header {
    margin-bottom: 10px;
}


.entry-header .comments-link {
    color: #000;
    font-size: 0.928571rem;
    line-height: 1.84615;
    margin-top: 5px;
}

.template-front-page .widget-area {
    border-top: 0px solid #EDEDED;
    clear: both;
    float: none;
    padding-top: 5px;
    width: auto;
}

.front-photo {
    background-color: white;
    border: 0px solid #999999;
    border-radius: 5px 5px 5px 5px;
    margin-right: 4px;
    padding: 2px;
    vertical-align: middle;
}

.site-content article {
    -moz-hyphens: none;
    word-wrap: break-word;
}

.entry-header img.wp-post-image {
display: none;
}