/* Instellingen voor Hackadelic Sliding Notes #1 - na elke update van de plugin veranderen in de code van de plugin zelf:
var $DEFAULT_TITLE = '&rarr; '; // Slider button title
var $TITLE_PREFX = 'in-/uitklappen: ';
var $BUTTON_PREFIX = '&rarr;&nbsp;'; // Slider button prefix
var $BUTTON_SUFFIX = '&nbsp;&nbsp;'; // Slider button suffix
*/
/* Hackadelic Sliding Notes #2 - signature uitzetten: na elke update van de plugin de volgende regel uitschakelen in de code van de plugin zelf:
$content .= $this->signature();
*/
/* Hackadelic SEO TOC - na elke update van de plugin de volgende code verwijderen uit de functie RenderTOC():
.$this->signature()
*/

/* Instellingen voor de tabellen in de boekenlijst */
table.boekenlijst {width:100%;}

/* Persoonlijke instellingen voor Hackadelic SEO TOC */
div.toc {
	background: #ffffff;
	border: 1px solid #33cc33;
	font-size: .75em;
}
div.toc.toc-left {
	max-width: 18em;
	float: left;
	margin: 5px 5px 5px 0;
}
div.toc.toc-right {
	max-width: 18em;
	float: right;
	margin: 5px 0 5px 5px;
}

a.toc-header {
	display: block;
	text-align: right;
	background: url(/wp-content/themes/atahualpa/images/sliding-notes-y.png) repeat-y;
	border-top: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #777;
}
a.toc-header:before { content: "" } /* TOC box header text */
a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ffffcc;
	border-right: 1px solid #ffffcc;
}

div.toc ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	background-color: #ffffcc;
	overflow: hidden;
	white-space: nowrap;
}

div.toc li {
	padding-left: 0;
	text-decoration: none;
}
div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #777;
}
div.toc li.toc-level-1 {
	text-decoration: none;
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
}
div.toc li.toc-level-2 {
	text-decoration: none;
	font-style: italic;
	font-size: 1.15em;
	color: #990000;
	padding-left: 0.5em;
}
div.toc li.toc-level-3 {
	text-decoration: none;
	font-weight: normal;
	font-size:1em;
	color: #990000;
	padding-left: 1em;
}
div.toc li.toc-level-4 {
	text-decoration: none;
	font-weight: normal;
	color: #990000;
	font-style: italic;
	padding-left: 1.5em;
}
.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	background: url(/wp-content/themes/atahualpa/images/sliding-notes-x.png) repeat-x top center;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid #F0F0E0;
	background: url(/wp-content/themes/atahualpa/images/sliding-notes-y.png) repeat-y top left;
	color: #3333cc;
	font-weight: bold;
	font-size:.9em;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid green;
	text-decoration:none;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #ffffff;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .0em;
	border:none;
	background: url(/wp-content/themes/atahualpa/images/widget_title.gif) top center;
	color:white;
	font-weight:bold;
	padding-top:0;
	-moz-border-radius: 0em; -webkit-border-radius: 0em;
}
.textwidget .hackadelic-sliderPanel {
	border:none;
	margin: .0em;
	text-align:left;
	color:black;
	background: #ffffcc;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 0em; -webkit-border-radius: 0em;
}

/* Breadcrumb instellingen */
div.breadcrumb {
	font-size: 0.9em;
	color:#990000;
	font-style: italic;
	padding: 0 0 10px 0;
}
