/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Your name here
Template: twentyeleven

useful:
g://allaboutbasic.com/2011/06/15/wordpress-com-theme-twenty-eleven-css-style-sheet-modification-change-site-titledescriptionpost-titlecommentsmenussidebar-and-more/

*/

@import url("../twentyeleven/style.css");

#site-title a {
    color: #009900;
}


#site-title {
 margin-right: 270px;
 padding-bottom: 0;
 padding-left: 0;
 padding-right: 0;
 padding-top: 1.65625em;
 }

#site-description {
 color: #7A7A7A;
 font-size: 14px;
 margin-bottom: 1.65625em;
 margin-left: 0;
 margin-right: 270px;
 margin-top: 0;
 }

#branding #searchform {
 display: none;
 position: absolute;
 right: 7.6%;
 text-align: right;
 top: 3.8em;
 }

.entry-title, .entry-title a {
 color: green;
 font-family: arial;
 font-size: 1.2em;
 text-decoration: none;
 }

.singular .entry-title {
 color: #009900;
 font-size: 18px;
 font-weight: bold;
 line-height: 24px;
 }

#access a {
 color: #EAE8E8;
 display: block;
 line-height: 3.333em;
 padding-bottom: 0;
 padding-left: 1.2125em;
 padding-right: 1.2125em;
 padding-top: 0;
 font-weight: bold;
 text-decoration: none;
 }

.entry-header .comments-link a {
 display: none;
 }

.widget ul li {
 color: #777777;
 font-size: 13px;
 list-style: none outside none;
 }



#access {
 background: none repeat scroll 0 50% green;
 clear: both;
 display: block;
 float: left;
 margin: 0 auto 6px;
 width: 100%;
 }

#access {
	background: url(/blog/wp-content/themes/twentyeleven-child/wpnavbar1.jpg) repeat-x;
}
