@charset "UTF-8";
/* CSS Document */


@import url('../twentyeleven/style.css');



/*

Theme Name: Charles Perrings Theme

Theme URI: http://

Description: Twenty Eleven child theme

Author: Miguel Alvarez (www.miguelalvarez.net)

Version: 0.0.1

Template: twentyeleven

*/

/* =remove the comments
-------------------------------------------------------------- */
#comments {
display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #757e65; /* Show a solid color for older browsers */

	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;
}



/* =remove blog post title
-------------------------------------------------------------- */
.entry-title, .entry-title a {
display: none;
margin:  0;
padding: 0;
}



/* =remove search box from navigation toolbar
-------------------------------------------------------------- */


#branding #searchform {
display:none;
}

/* Remove white space between top of header and top of page */
#page {
margin-top: 0;
}



/* Remove gray line at top of header */
#branding {
border-top: 0;
}

/* To control or remove white space between top of page and under main navigation */
#main,
.singular.page .hentry {padding:10px;}


/* To control the margin and padding of the text in the wordpress pages */

p, li {
	
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10pt;
	margin-left: 0px;
}


/* Styles to talk with zotpress lists of papers and books from database note of the important symbol */
.csl-bib-body {
 margin: 0!important;
 margin-bottom: 10pt!important;
 padding: 0!important; 
text-indent: -15px!important; 
}
