/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.post h1.title a:link, .post h1.title a:visited {
}

.post h1.title {
font-size:24px;
text-align:center;
}

.post h1.title {
font-size:24px;
margin:0 auto 20px;
text-align:center;
width:480px;
}

#breadcrumb {
        font-size:11px;
        font-weight:bold;
        height: 20px;
        margin: 0px 0px 15px 0px;
        padding: 5px 5px 5px 5px;
        text-align: left;
        background: url(images/dividers/single.jpg) no-repeat center top;
    }
    #breadcrumb p.title {
        float:left;
        margin:1px 5px 0 0;
    }
    #breadcrumb ul {
        margin: 0;
        padding: 0 0 5px 0;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        background: url(images/dividers/single.jpg) no-repeat center bottom;
    }
    #breadcrumb ul li {
        line-height:20px;
        display:inline;
        padding: 3px 3px;
    }
    #breadcrumb ul li a {
     color:rgb(255, 102, 0);
    }

    #breadcrumb ul li a:hover {
     text-decoration:underline;
    }

.more-link  {
	margin-bottom: 5px;
}

.more-link a  {
	border-bottom: 1px solid #ff9966;
	background: url(styles/orange/icons/readmore.png) no-repeat 100% 50%;
        padding: 0px 17px 0px 0px;
}

/* [+] Opmaak van de volgende - en vorige-artikel links binnen een enkele artikel. */
.singlenav  {
        font-size:11px;
	float: left;
	width: 600px;
        margin-bottom:10px;
}
.singlenav .prev  {
	float: left;
        width:290px;
        tekst-align:left;
}

.singlenav .next  {
	float: right;
        width:290px;
        tekst-align:right;
}
.singlenav .prev a  {
	float: left;
	/*padding: 3px 1px 0 20px;*/
}

.singlenav .next a  {
	float: right;
	/*padding: 3px 1px 0 10px;*/
}
/* [-] */
