/*
Theme Name: child_eleven
Theme URI: http://tapanray.in/child_eleven
Description: A child theme of 2010 default WordPress theme.
Author: You
Author url: http://tapanray.in/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentyeleven
*/
@import url('../twentyeleven/style.css');

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 20px Arial, sans-serif;
	font-weight: 100;
	line-height: 1.325;
}

/* Menu Background */
#access  {
	background: #fe0000; /* Tertiary to Primary */
	background: -moz-linear-gradient(#fe0000, #fe0000);
	background: -o-linear-gradient(#fe0000, #fe0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe0000), to(#fe0000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#fe0000, #fe0000);
}

#access a {
	color: #eee;
	display: block;
	line-height: 2.0em;
	padding: 0 0.75;
	text-decoration: none;
}

#site-generator{display: none;}

.tag-links {
 display: none;
 }