/*
Theme Name: vonsite-child
Description: Child Theme op basis van Twenty Eleven
Author: Margreet Vondeling
Author URI: http://www.vondelingsitebouw.nl
Template: twentyeleven
*/


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



/*regel 93 breedte uitklapmenu
---------------------------------------------------------------*/
#access ul ul a {
    width: 115px;
}

/* regel 159 voor link in footer
----------------------------------------------------------------*/
.widget a {
    color:#5B120C;
		font-weight: normal;
    text-decoration: none;
}

/*  regel 182
-------------------------------------------------------------- */
.left-sidebar #content {
    margin: 0 7.6% 0 27%;
    width: 65.4%;
}

/*  regel 186
-------------------------------------------------------------- */
.left-sidebar #secondary {
    margin-left: 3.4%;
    margin-top:25px;
}

/*Regel 325---kleur sidebar
----------------------------------------------------------*/
#page {
    background: #FFFFCC url(../../uploads/2011/09/achtergrond_sidebar.gif) top left repeat-y;
}

/* Text elements regel 340 en verder*/

ul, ol {
	margin: -1.625em 0 1.625em 1em;
}
ul {
	list-style: disc;
}

/* regel 470 
-------------------------------------------------------------*/
a {
	color: #CE462B;
	text-decoration: none;
} 
/*anker had geen eigenschappen en kreeg die van a */
a.anker{
	color: #373737;
	text-decoration: none;
}

/* =Menu regel 540
-------------------------------------------------------------- */

#access {
	background: #ffffeb url(../../uploads/2011/09/bckgr_menu.jpg) top left repeat-x; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FFFFeb, #FFFFcc);
	background: -o-linear-gradient(#FFFFeb, #FFFFcc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFfeb), to(#FFFfcc)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFFFeb, #FFFFcc);
	-webkit-box-shadow: #DFAA5C 0px 1px 2px;
	-moz-box-shadow: #DFAA5C 0px 1px 2px;
	box-shadow: #DFAA5C 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access a {
  color: #373737;
}
/* =Menu regel 572 ---shadow uitklapmenu smaller
-------------------------------------------------------------- */
#access ul ul {
    box-shadow: 2px 3px 3px #8c6601;
    width: 113px;
}

/* =Menu regel 589
-------------------------------------------------------------- */
#access ul ul a {
    background: none repeat scroll 0 0 #efc969;
    border-bottom: 1px dotted #efc969;
    color: #444444;
    width: 93px;/* smaller gemaakt*/
}

#access li:hover > a,
#access a:focus {
	background: #ffffeb url(../../uploads/2011/09/bckgr_menu_hover.jpg) top left repeat-x; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ffffeb, #efc969);
	background: -o-linear-gradient(#ffffeb, #efc969);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffeb), to(##efc969)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#ffffeb, ##efc969);
	color: #373737;
}

#access ul ul :hover > a{
	background: #ffffcc;
}

/* regel 681  kleur sidebar en content loopt door tot topmenu
--------------------------------------------------------*/
#main {
    padding:0 ;
}

/* regel 700 --- lijntje onder content weg 
---------------------------------------------*/
.hentry, .no-results {
    border-bottom: none;
}
/* regel 757 --- kopjes en subkoppen in content
---------------------------------------------*/
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
    color: #373737;
}

.entry-content h1{
		font-size:105%;
		margin: 0 0 .4em;
}

.entry-content h2{
		color:#505050;
    margin: 0;
}

/* regel 785 
---------------------------------------------*/
.entry-content td, .comment-content td {
    border-top: 0;
 }

/* regel 869 
---------------------------------------------*/
img.alignleft{
    margin: 0.5em 1em 0 0;
}

/*  regel 931 sidebar custom fields
-----------------------------------------------*/
img[class*="wp-image-"] {
    border: 1px solid #C97C0A;
    margin-bottom: 5px;
    padding: 0;
}

/* =Widgets regel 1725
----------------------------------------------- */
.widget {
    margin: 0.5em 0; /*aanpassing voor hoogte footer*/
}
/* regel 1762 */
.widget a {
    font-weight: normal;
    text-decoration: none;
}

/* Footer regel 2183
----------------------------------------------- */
#colophon {
    background: none repeat scroll 0 0 #c97c0a;
    color: #fff;
}

#supplementary {
	 padding: 0 7.6% 0 27%; /*aanpassing voor hoogte en left footer*/
     border-top: 0px solid #9b3c20;
}