/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
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/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');

body, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-image: url(images/evenwatanders-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	background-image: url(images/evenwatanders-header.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#blog-title {
	visibility: hidden;
}
#blog-description {
	visibility: hidden;
}
#access {
	visibility: hidden;
	height: 0;
}
#main {
	padding-top: 0;
}
#secondary {
border:1px solid #CCCCCC;
margin-bottom:22px;
padding:18px 0 0;
}
.entry-content a {
border-bottom:1px dashed;
color:#F3300F;
text-decoration:none;
}
.entry-content a:active, .entry-content a:hover  {
color:#666666;
}
.entry-content h2 {
padding:0 0 14px;
}
.entry-title, .entry-title a {
color:#F3300F;
}
.entry-title a:active, .entry-title a:hover {
color:#9e0b0f;
}
.entry-content h3 {
    font-size: 14px;
    padding: 0;
	color: #F3300F;
	font-style: normal;
	font-weight: bold;
}
.aside h3 {
	color: #F3300F;
	font-style: normal;
}
.aside a {
	color: #666666;
	text-decoration: none;
	border-bottom:1px dashed;
}
.aside a:active, .aside a:hover {
color:#000000;
}
.aside h3 a {
	color: #F3300F;
	border:0;
}
.aside ul ul li {
	color: #F3300F;
	font-style: normal;
}
ul.twitter-hash-tag-widget {
	list-style-type: none !important;
	margin-left: 4px !important;
}
.twitter-hash-tag-widget img {
	padding: 5px 7px 0 5px;
}
.terug {
	margin-top: -10px;
	padding-bottom: 10px;
}
.terug a {
	border: 0;
	color: #F3300F;
}
.leesmeer {
	border: 0 !important;
	font-size: 0.8em;
	font-style: italic;
}
a.booktitel {
	display: none;
	height: 1px;
}
.social_bookmark {
	margin-top: -40px;
}
.d a{
	border: 0;
}
.widget_tag_cloud {
	font-weight:bold;
}
.widget_tag_cloud a {
         border-bottom:0;
}
.ngg-galleryoverview {
	margin-top:0 !important;
}

