/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: James Hoover
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");
@import url(https://fonts.googleapis.com/css?family=Crete+Round);


.nocomments { display: none; }

.h1, .h2, .h3 {
	color: #53452f;
	margin: 0px;
}

.p {
	font-size: 10px;
}

#site-generator, #site-generator a  {
background: #f3f2f2;
border-top: 0px;
color: #53452f;
font-size: 10px;
}

.contact_widget {
	font-size: 14px;
	color: #343029;
}

#branding {
	border-top: none;
}
#page {
	-webkit-box-shadow: 2px 2px 8px -4px #999;
	box-shadow: 2px 2px 8px -4px #999;
}

.entry-meta {
	clear: both;
	color: #666666;
	display: none;
	font-size: 12px;
	line-height: 18px;
}
.widget-title {
	color: #53452f;
	font-family:'Crete Round', serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
	text-transform: uppercase;
}
.widget a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.widget {
	border-bottom: 1px dotted #cfc6b7;
	clear: both;
	padding: 15px 0 20px;
}
.widget ul li {
	color: #343029 !important;
}

/* Navigation */
/* Menu Background */

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	width: 192px;
}
#access ul ul a {
	width: 172px;
}
.entry-content, .entry-summary {
	padding: 0 0 0;
}
#main {
	clear: both;
	padding: 0 0 0;
}
.entry-title {
	font-size: 28px;
}
.hentry,.no-results {
	border-bottom: 0px;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

/* Twitter Icon */
#access .nav-twitter {
	width: 50px;
	text-align: center;
	float: right;
}
.nav-twitter,
#access .nav-twitter:hover >a,
#access .nav-twitter a:focus
{
background: url('images/twitter.png');
background-repeat: no-repeat;
padding: 0;
}
.nav-twitter a
{
color: transparent !important;
padding: 0;
}
/* facebook Icon */
#access .nav-facebook {
width: 50px;
text-align: center;
float: right;
}
.nav-facebook,
#access .nav-facebook:hover >a,
#access .nav-facebook a:focus
{
background: url('images/facebook.png');
background-repeat: no-repeat;
padding: 0;
}
.nav-facebook a
{
color: transparent !important;
padding: 0;
}
/* mail Icon */
#access .nav-mail {
width: 50px;
text-align: center;
float: right;
}
.nav-mailr,
#access .nav-mail:hover >a,
#access .nav-mail a:focus
{
background: url('images/mail.png');
background-repeat: no-repeat;
padding: 0;
}
.nav-mail a
{
color: transparent !important;
padding: 0;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0;
	width: 548px;
	
}

.article
{
	margin: 0;
	width: 548px;
	
}
