/*
THEME NAME: Twenty Eleven - child theme piip.IN
Theme URI: http://wordpress.org/
DESCRIPTION: Twenty Eleven Child is a theme based on Twenty Eleven.
VERSION: 1.0
AUTHOR: Bengt Wendel
AUTHOR URI: http://bengtwendel.com/start/projects-wordpress/
Template: twentyeleven
*/
/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../twentyeleven/style.css");

/* Some comments and explanations	*/
/* {display:none;} = not visible */


/* == Header layout == */
<meta name="google-site-verification" content="e7cK_lPDOwHvAwkEHivNlv1HgUdCSWBt_5R_qdN_xPE" />
/* suppress title in header */
#site-title {display:none;}

/* suppress sitedescription in header */
#site-description {display:none;}

/* searchform in header */
/* adjust position of header searchform to my other changes */
/* top: 1.5em; right: 2%;	*/
#branding #searchform {
	top: 290px;
	right: 1%;
	border: black;
}

/*	
div.skip-link {display:none;}
div.screen-reader-text {display:none;}
*/

/* == Specific content layout == */

/*	links	*/
a:hover {background: #dcd8a8; }

h1 a:hover {background: white; }

/* Header title modifications -less bottom margin 	*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 5px 0;
}

/* less white space around navigation and page title */
#content nav {padding: 0 0 1em;}
#nav-above {padding: 0 0 1em;}
#nav-below {padding: 0 0 1em;}
.entry-title {padding-top: 0px;}

/* bold using b-tags */
b {font-weight: bold;}

/* Text elements */
h1	{font-weight: bold;}
h2	{font-weight: bold; font-size: 1.7em;}
h3	{font-weight: bold; font-size: 1.4em;}
h4	{font-weight: bold; font-size: 1.2em;}

/* less space below paragraph	*/
p {margin-bottom: 1.0em;}

/* small-tag gives smaller font size	*/
small	{font-size: 0.8em}

/* additional styling to blockquote	*/
blockquote {background: url(http://bengtwendel.se/gallery/icons/quote.jpg) no-repeat top left;
/*  margin-top: 1em; margin-bottom: 1em; padding-left: 25px;	*/
}

/* == Footer layout == */
/* suppress text about WordPress */
div#site-generator {display:none;}

/* ==	extra footer info == */
div#footer-xtra {clear: both;
	margin:0 auto; width: 100%; 
	padding-top: 0px; padding-bottom: 10px;
	text-align: center; color: black}

/* CSS-code below this line can be removed	*/

/* my own subscription information used in widget */
#subscribe {
  height: 50px;
	background: white url(http://zenandmore.com/blogimages/rss-square-50.jpg) no-repeat right;
	margin: 0px;
  margin-right: 10px;
	padding: 0px 0px 0px 0px;
}