/*
Theme Name:     KWC
Theme URI:      http://www.kwc-associates.com
Description:    Child theme for the Twenty Twelve theme 
Author:         Bright Green Path Web Solutions
Author URI:     http://brightgreenpath.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");
.site-header h1 {
    display: none;
}
.home .entry-title {
   display: none;
}
.entry-content h2 {
	font-size: 24px;
	color: #0d0d81;
}
.entry-header .entry-title {
    font-size: 2.57143rem;
	color: #740000;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: none;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
  font-size: 18px;
  color: #0d0d81;
  line-height:24px;
}

a {
    color: #730000;
}
a:hover {
    color: #1767c0;
}
footer[role="contentinfo"] a {
    color: #1767c0;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
    color: #730000;
	text-decoration: underline;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}
footer[role="contentinfo"] {
    font-size: 24px;
	color: #0d0d81;
    }
.entry-content ul {
     list-style-type: none;
	 font-size: 18px;
  line-height: 24px;
  color: #0d0d81;
  margin-left: 2em;
}
.entry-content table {
    border-bottom: 0px;
	border-top: 0px;
}
.entry-content td {
    border-top: 0px;
}

.newul > li:before {
    content: '\2014\00a0\00a0'; /* em-dash followed by two non-breaking spaces*/
    position: absolute;
    margin-left: -1.1em;
}
@media screen and (min-width: 600px) {
	/* Navigation Menu */
.site-content {
	padding-right: 20px;
}
.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: #0d0d81;
    font-weight: bold;
}
.main-navigation li a:hover {
	color: #730000;
}
.main-navigation li a {
    line-height: 2.69231;
	color: #f9f3e1;
	text-decoration: none;
}

.main-navigation {
	margin-top: 0px;
	margin-top: 0;
    background: none repeat scroll 0% 0% #a49669;
    border-width: 0px;
    border-style: solid;
    border-color: #decaa8;
    border-radius: 0px;
    width: 100%;
	font-size: 14px;
	font-weight: bold;
}
.main-navigation ul {
    text-indent: 10px;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid 770000;
    border-top: 1px solid 770000;
    display: inline-block !important;
    text-align: left;
    width: 100%;
	line-height: 2.69;

}
.main-navigation li {
	font-size: 16px;
	font-size: 1.2em;
}
	.main-navigation ul.nav-menu > li { margin: 0; }
	.main-navigation ul.nav-menu > li > a { text-align: center; }
	.main-navigation ul.nav-menu > li a { padding-left: 20px; padding-right: 20px; }
	.main-navigation ul.nav-menu > li a:hover { background: #edead1; }
}