/*
Theme Name: Development 
Theme URI: http://develop.ment.org
Author: August Black 
Author URI: http://wordpress.org/
Description:  Entwicklung
Version: 0.1 
License: GNU General Public License
License URI: license.txt
Tags: none

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background:  #cccccc;
	line-height: 1;
	font-family:"Courier New", Courier, monospace ;
	padding:1.0em;
}
p {
	margin-top:1.0em;
	margin-bottom:1.0em;
}
a, 
a:visited, 
a:hover {
	color:blue;
	text-decoration:none;
}
.columns3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	text-align:justify;
	text-justify:inter-word;
}

a:visited {
	color:green;
}
a:hover {
	color:red;
}

#site-title {
	font-size:20px;
	font-weight:bold;
}

#site-title a, 
#site-title a:visited, 
#site-title a:hover {
	color:black;
	text-decoration:none;
}

div.search {
	padding:1.0em;
}

article {
	padding:1.0em;
	float:left;
	line-height:1.3em;
	max-width:800px;
}

h1.entry-title {
	font-size:1.2em;
}	

div.entry-content img{
	width:200px;
	height:auto;
}
