/* 
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.

*/

/*
De volgende aanpassingen zijn gedaan om de heading tag in de single atrikel pagina's op h1 te kunnen zetten zonder verlies van opmaak.
Aanpassingen zijn gemaakt in themes/freshnews/single.php op lijn 11
*/
h1 {
color:#000000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

h1 a {
color:#000000;
}

/* aanpassingen om in artikelen de h2 tag te kunnen gebruiken. */
.entry h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F4F0 none repeat scroll 0 0;
border:1px solid #DEDBD1;
color:#363636;
font-size:14px;
height:20px;
margin:0 0 15px 0;
padding:10px 18px 5px;
text-align:left;
font-weight: bold;
font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
}

/* einde single.php aanpassingen */

/*
De volgende aanpassingen zijn gedaan om in eerste artikel (featured post) de h1 tag te laten gebruiken in de titel.
Aanpassingen zijn gemaakt in themes/freshnews/index.php op lijn 34
*/
.featuredpost h1 {
font-size:30px;
}
/*einde featured post h1 aanpassing*/


/* Opmaak kruimelpad */
.breadcrumb {
color:#666666;
font-size:90%;
font-weight:bold;
background: rgb(245, 244, 240);
border: 1px solid rgb(222, 219, 209);
color: rgb(54, 54, 54);
height: 20px;
margin: 0px 10px 15px 10px;
padding: 10px 15px;
text-align: left;
}
.breadcrumb p.title {
float:left;
margin:1px 5px 0 0;
text-transform:uppercase;
}
.breadcrumb a {
color:#0095D3;
margin:1px;
text-decoration:none;
}
.breadcrumb a:hover {
text-decoration:underline;
}

.tbldetails{ width:100%; padding:3px;} 
.tbldetails td{ padding:3px;}

#header .logo {
margin-top:5px;
}