/*
Theme Name: Stoppelenburg
Description: Custom Stoppelenburg Theme
Version: 1.0
Author: Robbie Meijer
Author URI: http://D-vers.nl
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
.cat-post-item { width:425px; position:absolute; top:400px; left:25px; }
  
-------------------------------------------------------------- */   

.entry-utility, .meta-prep meta-prep-author, .url-fn-n, a[title="Bewerk bericht"], a[title="Edit post"], .nav-previous { display:none; }
#translation { width:50px; height:20px; position:absolute; top:30px; right:50px; }

.entry-content img {
    margin: 2em 0.3em 0.4em;
    max-width:100%;
    background:#FFFFFF none repeat scroll 0 0;
    padding:5px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.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;
}

.attachment-thumbnail {
border:none;
}

.wpa_meta a { font-family:verdana; font-size:13px; font-weight:normal; }
div.wpa_container { margin:0 0 -1em; }
.wpa_time { color:#fff; }
