/*
 Theme Name:   NMWAblog Child
 Description:  Twenty Eleven Child Theme for NMWA Blog
 Template:     twentyeleven
 Version:      1.0.0
*/

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

body {
  background: #3b3b3b;
  color: #666;
}

#branding {
	border-top: none;
}

#access div {
	margin: -224px 0 0 47.6%;
}

#access li a {
	font: normal 12px/40px Arial,sans-serif;
	color: #bbb;
}

#access li:hover > a, #access a:focus {
  background: #032222;
  color: #e3c20c;
}

#branding #searchform {
	display:none;
}


#site-title {
  display: none;
}

#site-description {
  display: none;
}

.entry-title, .entry-title a {
	color: #666;
	font: 700 28px/38px Arial,sans-serif;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #d73937;
}

.entry-title, .entry-header .entry-meta {
	font: normal 13px/18px Arial,serif;
}

.entry-meta a {
	color: #666;
	font-family: Arial, sans-serif;
}

.singular .entry-title {
	color: #666;
	font: 700 36px/38px Arial,sans-serif;
}

a {
	color:#d73937;
}

p {
  font: normal 14px/18px Georgia,serif;
  margin: 10px 0 20px;
  word-wrap: break-word;
}

.wp-caption .wp-caption-text {
	padding: 0 0 0 10px;
	font: 12px/14px Arial,Helvetica,sans-serif;
}

.wp-caption-text:before {
  display: none;
}

.widget-title {
  color: #999;
  font: bold 12px Arial,sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  letter-spacing: normal;
}

.widget a {
	font-weight: normal;
}

.widget-title a {
	color: #999;
	font-weight: bold;
}

.widget ul {
	margin-top: 10px;
	list-style: none;
}


.widget ul li a {
	color: #666;
}

.widget a:hover, .widget a:focus, .widget a:active {
  color: #d73937;
}

.widget p {
	font: normal 13px/15px Arial,sans-serif;
}

.widget li {
	background: url('images/categ-arrow-white-background.png') no-repeat left 7px;
	padding: 0px 0px 5px 17px;
	font-family: Arial;
}

.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
	background-color: #d73937;
	text-decoration: none;
}



