/*
 Theme Name:   Twenty Twelve LLH
 Theme URI:    http://lisalhilton.com
 Description:  Twenty Twelve Child Theme
 Author:       Lisa Hilton
 Author URI:   http://lisalhilton.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-llh
*/

@import url("../twentytwelve/style.css");

body{
	background-color: #01243B;
}

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #71C42B;
		border-top: 1px solid #71C42B;
	}
	
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #01243B;
	}
	
	footer[role="contentinfo"] {
	border-top: 1px solid #71C42B;
}

.site-content article {
	border-bottom: 4px double #71C42B;
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	color: #01243B;
}