/*   
Theme Name: Bronwasser2
Theme URI: 
Description: Strak sober design
Author: Karin Bronwasser
Author URI: http://www.bronwasserwebsites.nl
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* eigen wijzigingen */
body	{
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */background-image:url(images/Page-BgTexture.jpg);

}
/* maten en posities */
#wrapper	{
background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
width:960px;
}

#primary	{
width:180px;
margin: 0 10px;
padding:10px 0 0;
}
#secondary	{
width:200px;
margin:0;
}

/* einde maten en postities */

/*header */
#header	{
	background-image: url(images/logo_200.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

/* einde header */
/* typografie en kleur */
body	{
font-family:Tahoma, "Trebuchet MS", Verdana;
color:#333333;
}
#secondary a, #primary a	{
text-decoration:none;
}
p, .entry-content li	{
font-size:0.85em;	
}
/* einde typegrafie en kleur*/

/* sidebar cateogriemenu */
#categories-3 ul.children	{
	display: none;
}
#categories-3 li.current-cat ul.children, #categories-3 li.current-cat-parent ul.children	{
	display:block;
	margin-left:10px;
}
#categories-3 li.current-cat a	{
color:#FF0000;
}
#categories-3 li.current-cat li.cat-item a	{
color:#666666;
}
#categories-3 li.current-cat-parent li.current-cat a	{
color:#FF0000;

}
#categories-3 li.current-cat-parent li.cat-item ul.children a	{
color:#666666;
}
/* einde categoriemenu */
#blog-title, #blog-description	{
margin-left:200px;
}
/* navigatiemenu */
.sf-menu li	{
background-color:#FFCC99;
}
.sf-menu li.current_page_item, .sf-menu li.current_page_parent, .sf-menu li.current_page_ancestor
	{
background-color:#FFFFFF;
}