/*  
Theme Name: Diffring Foundation
Theme URI: http://wordpress.org/
Description: Schlicht, klar, einfach
Version: 1.0
Author: Oliver Haase
Author URI: 

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white url('images/bg.gif'); background-repeat: repeat-x;
	color: #333;
	text-align: center;
background-color: white;

	}

#page {
		
	text-align: left; width: 760px;


	}

#header {
	background: url('images/head.jpg') no-repeat top center;
	}
.description { text-align: center; color: #999; padding-top: 210px;}

#headerimg {padding-top: 137px;}

#content {
	font-size: 1.2em
	}

#footer {
	border: none; text-align: right;}

hr {display: none;}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em; padding-top: 10px;
	}

ul { list-style-type: none; padding-top: 10px;}

a, h2 a:hover, h3 a:hover {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: black;
	text-decoration: underline;
	}
#navimenu {padding-left: 100px;}
#navimenu li {
float: left; padding: 20px 10px 10px 10px; }

/* Begin Structure */
body {
	margin: 0px ;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 0px solid #959596;
	}

#header {
	background-color: white;
	margin: 0px; 
	padding: 0; 
	height: 250px; 
	width: 760px;
	}

.narrowcolumn {
position: relative
display: block;
width: 620px;
float: left;
padding: 0px 20px 0 80px;
/*background-color: white;*/
border-right: 0px dotted #dcdcdc;
margin-right: 10px;
margin-top: 0px;
padding-bottom: 300px;

}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

#footer {
	padding: 0;
padding-right: 80px;
padding-top: 50px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Sidebar */
#sidebar
{

	}

.widget {

	padding-left: 0px ;
	margin-left: 0px;
	width: 100px;
display: block;

}

.widgettitle {display: none;}

/*#sidebar ul li ul {display: inline; font-size: 2em;}*/

.pagenav { font-size: 1px; color: white;  margin-left: 10px;}
.pagenav ul li{ font-size: 10px; color: #8b0000;}

.pagenav ul li a {font-size: 12px; color: #8b0000;}

#navimenu li{ font-size: 10px; color: #8b0000; list-style-type: none;}
#navimenu li a {font-size: 12px; color: #8b0000;}

/*#navimenu ul li{ font-size: 10px; color: #8b0000;}*/
#navimenu ul li a {font-size: 12px; color: #8b0000;}

