/*
Skin name: scheurkalenders.info
Version: 1.0
Author: Anneke walraven

*/

/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body
{
	background-color: #F0F1F8;
	color: #666666;
}


h1, h1 a:link, a:link, a:visited
{
	color: #808080;
}

h1 a:active, h1 a:hover, a:active, a:hover
{
	color: #63B2B9;
}


/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/

.custom #wrapper
{
	border: solid 1px #666666;
	width 1200 px;
	background-color: #ffffff;
	color: black;
}

/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

.custom #header div.pad
{
	background-color: #ffffff;
	width: 1200 px;
	color: black;
	text-align: center;
}

.skin #header h1,
#header h1 a
{
	color: #FFE6FF;
	font-size:48px;
}

#header h1 a:hover
{
	color: #FFE6FF;
}

#header h2
{
	color: white;
}

/*
	Offsets for the header
	----------------------
*/

#header div.pad
{
	margin: 10px;
	padding: 0px;
}


/*
	Aligns for the header
	---------------------
*/

#header h1
{
	padding-bottom: 20px;
	text-align: center;
}


#header h2
{
	text-align: center;
}



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar
{
	background-color: #ffffff;
	color: #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#navbar a
{
	color: #666666;
	text-decoration: none
	weight:bold;
}

#navbar a:hover
{
	text-decoration: underline
}

/*
	Offset for the navbar
	---------------------
*/

#navbar
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
/**/

/*
	Float Left Icons for each sidebar widget
	-----------------------------------------
*/



#sidebar a, #sidebar2 a
{
	color: #333300;text-decoration: underline;
}



#sidebar h2,
#sidebar2 h2,
#ext_sidebar h2
{
	padding-left:0px;
}


#sidebar .widget li,
#sidebar2 .widget li,
#ext_sidebar .widget li
{
}
/*
	Calendar style
	--------------
*/

#wp-calendar
{
	border: solid 1px #c1c1c1;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px #c1c1c1;
}

#wp-calendar tfoot td
{
	background-color: white;
}

/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border-top: solid 1px #c1c1c1;
	background-color: #ffffff;
	color: #666666;
}

#footer a
{
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover
{
	color: #800000;
	font-weight:bold;
	text-decoration: underline;
}


/*
	Offset for the footer
	---------------------
*/
#footer
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

/*
	Margins for the main area
	-------------------------
*/
#main div.pad
{
	margin: 10px 10px;
	padding: 0px 0px;
}


#main a {
	color: #0000ff;text-decoration: underline;
}


#main h1 a {
	color: #666666;text-decoration: none;
}


/*
	Border, background, font and link colors for each entry
	-------------------------------------------------------
*/
div.entry
{
	background-color: #ffffff;
	border-bottom: solid 1px #c1c1c1;
	color: black;
	padding: 0px 20px 20px 20px;
}


/*
Blockquote new graphic
-------------------------
*/

blockquote
{
	margin: 0 20px;
	padding: 2px 20px;
	border-left: 4px solid #B0D9DB;
    background-color: #D8ECED;
    background-image: none;
}




.custom #ext_sidebar
{
	background-color: #666666;
}




.custom #ext_wrapper
{
width: 800px;

}

.custom #main
{
width: 490px;
margin-left: 10px;
background-color: #ffffff;
color: #666666;
}


.custom #ext_main
{
width: 780px;
margin-left: 10px;
background-color: #ffffff;
}
.custom #sidebar
{
width: 270px;
margin-right: 10px;
}