/*
Theme Name:     child_2012
Description:    
Author:         KirseJorgen14
Template:       twentytwelve

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentytwelve/style.css");


.site-header h1 a:hover, .site-header h2 a:hover {
    color: rgb(34, 85, 34);
}
.site-header h1 a, .site-header h2 {
    color: rgb(34, 85, 34);
}

.site-header h1{
	font-weight:bold;
    
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid rgb(237, 237, 237);
    border-top: 1px solid rgb(237, 237, 237);
    display: inline-block !important;
    text-align: left;
    width: 100%;
  background-color: #F0F0F0;
}

	
    
#content a{
    color: #113311;
}


.site-header {
		padding: 10px 0;
}

.widget-area .widget h3 {
	margin-bottom: 5px;
	
}

.site-content article {
	border-bottom: none;
    margin-bottom: 5.14286rem;
    padding-bottom: 1.71429rem;
    word-wrap: break-word;
    -moz-hyphens: auto;
}