/*   
Theme Name: thematic met ballyhoo
Theme URI: thematic_ballyhoo
Template: thematic
Version: 1.0
*/

/* 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/2c-r-fixed.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');




/* VAN MIJ: om mijn ontworpen logo als aanklikbare afbeelding in de header te zetten */
 #blog-title a {
	background:url(images/hetBalanseer-logo.png) no-repeat top left;
	display:block;
	text-indent:-9000px;
	width: 299px;
	height: 61px;
}

/* VAN MIJ: om hun voorlopig logo als  aanklikbare afbeelding in de header te zetten */
/*#blog-title a {
	background:url(images/hetbalanseer-logo2.gif) no-repeat top left;
	display:block;
	text-indent:-9000px;
	width: 350px;
	height: 48px;
}
*/
/* VAN MIJ: om de afstand tussen de titel en de content te verkleinen */
.entry-content {
    padding:14px 0 0 0;
}

/* VAN MIJ: om de hoogte/plaatsing van het logo aan te passen */
#branding {
    padding:55px 0 33px 0;
} 

/* VAN MIJ: om de hoogte/plaatsing tussen de hoofdlinks en de content aan te passen */
#main {
    clear:both;
    padding:45px 0 22px 0;
}


/* VAN MIJ: om de grootte van het corps van gewone tekst aan te passen */
 body, input, textarea {
	line-height:19px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

/* VAN MIJ: om de stijl van H6 aan te passen */
.entry-content h6 {
	line-height:14px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #66540C;
}

/* VAN MIJ: om de randen van de tabel weg te nemen */
table {
	font-size:13px;
	line-height:18px;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	text-indent: 0px;
}
tr {
	border-bottom-style: none;
}
th, td {
	padding-top: 0em;
	padding-right: 1.25em;
	padding-bottom: 0em;
	padding-left: 0em;
}

/* VAN MIJ: om de ondertitel van de blog aan te passen */
/* #blog-description {
	color:#666;
	font-size:13px;
	font-style:normal;
}*/


/* VAN MIJ: om de hoofdnavigatie aan te passen */
/* #access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}*/


/* VAN THEMATIC in zijn style.css: ivm images */

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

