/*
THEME NAME: Dougie
THEME URI: http://www.lynxworks.eu
DESCRIPTION: Built on Sandbox to integrate with Dokuwiki. Based on http://www.plaintxt.org/themes/sandbox/
VERSION: 1.6.1
AUTHOR: Dougie Richardson
AUTHOR URI: http://www.lynxworks.eu
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* 
 * All settings for both DokuWiki and Wordpress are stored in a single
 * CSS file in the root.
 */

@import url('http://www.lynxworks.eu/style.css');

.content {
  width: 74%;
  float: left;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	display: block;
	float: left;
	clear: all;
}

.alignright {
	display: block;
	float: right;
	clear: all;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


