/*
Theme Name: Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme
Author: Ravi Budigelli
Template: twentyeleven
*/
 
@import url("../twentyeleven/style.css");

#page.hfeed
{
	margin-top:0px;
}
#searchform {margin-top:151px;}

/* Header - need to add header a:hover color to the title.
----------------------------------------------- */
#headbg-title a:hover
          { color:#FFF;}
#branding {
	border-top: none;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-title {
	text-align:center;
	margin: 20px auto;
	padding: 4.0em 0 0;
}
#site-title a {
        color:#FFF;	
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #FFF;
}
h1#site-title a:hover { text-decoration: none; }
#site-description {
	color:#FFF;
    text-shadow:1px 1px 1px #000;
	font-size: 13px;
	letter-spacing:1px;
	margin: 0 270px 0 -35px;
}
a{
	color:Green;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: Green;
}