
/* 
Theme Name: jsy00
Description: Template zum Wordpress Tutorial auf http://wordpress.lernenhoch2.de
Author: jsy00
*/
body	{
	color: #333;
	background: #ffffff;
	color:#222222;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
 
#wrapper	{
	width: 950px;
	margin: auto;
	text-align: left;
	background: #fff;
}
#header	{
	height: 256px;
	padding: 0px;
	border-bottom: 0px solid #ccc;
}
#main	{
	width: 520px;
	padding: 20px;
	float: left;
}
#sidebar	{
	background-color:#eeeeee;
	width: 200px;
	padding: 10px;
	padding-top: 20px;
	float: left;
	position: fixed;
	top: 24px;
	left: 860px;
}

#sidebar ul {
	list-style: none;
}
#sidebar li {
	font-size: 11px;
}
#sidebar h4 {
	font-size: 12px;
}

#footer	{
	clear: both;
	height: 100px;
	padding: 20px;
}
#meta.p {
	font-size:10px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:13px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:12px;
}

p, li, td {
	font-size:12px;
	line-height:16px;
	
}
a:link	{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #617FE0;
	text-decoration: none;
}
a:visited{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #617FE0;
	text-decoration: none;
}
a:focus{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #617FE0;
	text-decoration: none;
}
a:hover	{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #617FE0;
	text-decoration: none;
}
a:active{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #617FE0;
	text-decoration: none;
}
/* sidebar extras */

li.pagenav {
	line-height:2px;
}
ul.pages_sidebar {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*extras für events*/
p.date {
	boder-bottom:2px;
	border-color: #993333;
}

