/*
Theme Name: twentyeleven-child
Description: Child theme for the twentyeleven theme 
Author: Your name here
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");
@import url(//fonts.googleapis.com/css?family=Actor);
  

body {
background: #FFFFFF;
}

/* Fucking with the menu*/

#access {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}


#access a {
color: #000011;
display: block;
line-height: 3.333em;
padding: 0 1.2125em;
text-decoration: none;
}


/*top border*/

#branding {
  border-top: none;
}

/* site title font style */

#site-title a {
color: black;
font-family: Garamond;
font-size: 30px;
font-weight: bold;
line-height: 36px;
text-decoration: none;
}
 
/* losing the gap above and below the site title */

#branding #searchform {
display: none;
position: absolute;
right: 7.6%;
text-align: right;
top: 3.8em;
}

#site-title {
margin-right: 270px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 1.65625em;
}

/*tagline font style */

#site-description {
color: #7A7A7A;
font-size: 12px;
margin-bottom: 1.65625em;
margin-left: 0;
margin-right: 270px;
margin-top: 0;
}

/*changing header image height -- image src was changed in header.php*/

#branding img {
margin-bottom: 20px;
width: 100%;
}

/*losing the search bar at the top*/

#branding #searchform {
display: none;
position: absolute;
right: 7.6%;
text-align: right;
top: 3.8em;
}

/*no comments*/

#comments {
display: none;
}

/*link colors*/

a {
  color:#000000;
  text-decoration:none;
}

/*site title */

#site-title {
  margin-right:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:1.65625em;
}

#site-title a {
  color:black;
  font-family:Ariel;
  font-size:30px;
  font-weight:bold;
  line-height:36px;
  text-decoration:none;

/*site description*/

#site-description {
  color:#7A7A7A;
  font-size:12px;
  margin-bottom:1.65625em;
  margin-left:0;
  margin-right:0;
  margin-top:0;
}  

/*page title?*/
.entry-title {
	clear: both;
	color: #222; /*Change This to whatever color you want*/
	font-size: 20px; /*Change This to size you want*/
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}

.singular .entry-title {
	color: #000; /*Change This to whatever color you want*/
	font-size: 20px; /*Change This to size you want*/
	font-weight: bold;
	line-height: 48px;
}

h1 {
font: rule;
size: 20px;