/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://www.henkarendse.nl/blog/site
Description:    Child theme for the Twenty Eleven theme
Author:         Henk Arendse
Author URI:     http://henkarendse.eu
Template:       twentyeleven
Version:        0.1.0
*/

/* oude settings:
    link kleur blauw: #1b8be0 op theme instellingen
    blauw in dit script:   #1982d1
*/

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

#branding {
	border-top: 0px;
}
#site-title a {
	color: #ed541c;
}
#site-title {
	padding: 1.0em 0 0;
}

#site-description {
	margin: 0 270px 1.0em 0;
}


#branding #searchform {
	position: absolute;
	top: 2.0em;
}

#access {
	background: white;
	color:		black;
	font-weight: bold;
	box-shadow: none;
}

#access a {
	color: black;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	background: #ed541c;
	color: white;
}

/* no line at the end of the content */
.hentry, .no-results {
	border-bottom: 0px;
}

/* .entry-meta{
display: none;
}   */

.page-title{
	display: none;
}
.entry-format{
	display: none;
}

/*  single page: same as posting*/
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width: 100%;
}


.singular.page .hentry {
	padding: 0 0 0;
 	border-bottom: 0px;    
}

.singular .entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}

/*  No border lines in table */
.entry-content td,
.comment-content td {
border-top: 0px solid #ddd; 
padding: 6px 10px 6px 0; 
}
.entry-content table,
.comment-content table {
border-bottom: 0px solid #ddd;
margin: 0 0 1.625em;
width: 100%;
}

tr {
	border-color: white;
}
table {
	border-color: white;
}

/* less white space before titel singel entry post page */
#content nav {
padding: 0 0 0; /* padding: 0 0 1.625em; */
}

.singular .entry-title {
padding-bottom: 0px;
padding-top: 0px;
/*
padding-bottom: .3em;
padding-top: 15px;  */
}

.singular .hentry {
	padding: 0 0 0;      /* padding: 4.875em 0 0; */
}

/* list stijlen */
ul, ol {
	margin: -1.0em 0 1.625em 2.5em;
}

li {
margin: 0.5em 0 0 0;
}


/* links not bold in sidebar */
.widget a {
font-weight: normal;
}


/* sub page menu */
.spm-parent {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	margin: 0.25em 0 0 0;
	border-bottom: 0px dotted #ed541c;
}
.widget .spm-parent a {
font-weight: bold;
}

.spm-current {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	padding-left: 20px;
	margin: 0.25em 0 0 0;
	border-bottom: 0px dotted #ed541c;
}
.widget .spm-current {
font-weight: bold;
}

.spm-sibling {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	padding-left: 20px;
	margin: 0.25em 0 0 0;
	border-bottom: 0px dotted #ed541c;
}
.widget .spm-sibling  a {
font-weight: bold;
}
.spm-child {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	padding-left: 40px;
	margin: 0.25em 0 0 0;
	border-bottom: 0px dotted #ed541c;
}
.widget .spm-child  a {
font-weight: bold;
}

/*  <pre> like classes, to avoid some syntax displaying issues */
.prep{
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

.filename{
	font-family: Courier, Monospace;
}



/* Block quotes */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* Submit button */
input[type=submit] {
	padding:5px 15px; background: #ed541c; border:0 none;
	color: white;
	font-weight: bold;  
	cursor:pointer;
}

/* Button style text, voor links */
.button {
	padding:8px 15px 10px; background: #ed541c; border:0 none;
	color: white;
	font-weight: bold;  
	cursor:pointer;
	text-decoration: none;          
}
a.button:hover{   
	text-decoration: none;    
}	

