/*   
Theme Name: Navelludd
Theme URI: http://reardesign.com/navelludd/
Template: dapstr
Description: Dapstr child theme designed for the website navelludd.se
Author: Daniel Steiner
Author URI: http://reardesign.com/
Version: 0.1.1
Tags: Design, Navelludd

Navelludd is copyright Daniel Steiner http://blunder.se/
*/
@import url('../dapstr/style.css');
body {
	font-family:Calibri, sans-serif;
	background-attachment: fixed;
	background-color: #ca8;
	background-image: url(images/body-background.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width:660px;
}

/* default wordpress */
.wp-smiley {
	float:none;
	margin:0;
}
.alignnone {
	display:inline;
}
.alignleft {
	float:left;
	margin-right:15px;
}
.alignright {
	float:right;
	margin-left:15px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	background-color: #eff0f0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	display: block;
}
.wp-caption a {
	line-height: 0.11em;
}
.wp-caption a:hover {
	background: none;
}
.wp-caption img {
	margin: 0 auto;
	display: block;
	padding: 0;
}
.wp-caption-text {
	padding: 3px 0 !important;
	margin: 0 !important;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.gallery {
}
.gallery-item {
}
.gallery img {
	border:1px solid #ccc !important;
	padding:2px;
}
.gallery-caption {
}