/*
Theme Name: RDG Default
Theme URI: http://rdg.preset.de/
Description: ...
Version: 1
Author: Georg Duemlein
Author URI: http://rdg.preset.de
Tags: none

*/


/* Begin Typography & Colors */

body, h1, h2, h3, h4, h5, h6 {
	font-size: 10pt;
	font-family: sans-serif;
}

body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	}

a:link, a:visited, a:hover, a:active {
	color: #333;
	font-weight: bold;
	/* font-style: italic; */
}

a:hover {
 color: #000;
}

#header{
	height: 125px;
	border-bottom:1px solid #666;
}

h1{
	margin-top: 50px;
	color: #666;
	float: right;
	font-weight: normal;
	padding-right: 50px;
	text-transform: uppercase;
}


address{
	color: #666;
	font-size: 8pt;
	font-style: normal;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	line-height: 16px;
}

#content {
	width: 720px;
	margin: 0 auto;
}

h2 {
	width: 721px;
	margin-top: 33px;
	margin-bottom: 16px;
	padding: 10px 0;
	font-size: 10pt;
	display: block;
	color: #666;
	border-bottom: 1px dashed #666;
}

h2.last {
	border-bottom: none;
	}

.entry{
	margin-top: 50px 0;
	line-height: 18pt; 
}

.entry p img {
	border: 1px solid #000;
	margin: 20px 0;
}

/* Links list wip */
ul, .linkcat, .blockroll {
    margin: 0;
    padding: 0;
}
.blogroll, .linkcat {
	list-style: none;
}
	
#footer {
	border-top: 1px #666 solid;
	margin-top:23px;
	font-size: 8pt;
	
}

#footer p {
	text-align: right;
	padding: 10px 50px;
}
