/*  
Theme Name: WordPress brandau.net
Author:Andreas Brandau
Theme URI: http://www.brandau.net
Description: Das WordPress Theme f�r das Reticulum Logeum von brandau.net
*/

/* Navigation */

#navcontainer {
	float: right;
	margin: 0px;
	width:420px;
	height:34px;
	padding-top: 2px;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer ul li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a
{
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
}

/*	menu items	*/

#menu-unterricht a:link, #menu-unterricht a:visited {
	height: 34px;
	width: 90px;
	background: url(/images/menu.png) no-repeat;
}
#menu-unterricht a:hover, body#unterricht #menu-unterricht a {
	background: url(/images/menu.png) 0px -53px no-repeat;
}
#menu-weblog a:link, #menu-weblog a:visited {
	height: 34px;
	width: 90px;
	background: url(/images/menu.png) -105px 0px no-repeat;
}
#menu-weblog a:hover, body#weblog #menu-weblog a {
	background: url(/images/menu.png) -105px -53px no-repeat;
}

#menu-fotos a:link, #menu-fotos a:visited {
	height: 34px;
	width: 80px;
	background: url(/images/menu.png) -215px 0px no-repeat;
}
#menu-fotos a:hover, body#fotos #menu-fotos a  {

	background: url(/images/menu.png) -215px -53px no-repeat;
}
#menu-info a:link, #menu-info a:visited {
	height: 34px;

	width: 77px;
	background: url(/images/menu.png) -315px 0px no-repeat;
}
#menu-info a:hover, body#info #menu-info a {
	background: url(/images/menu.png) -315px -53px no-repeat;
}

/* End Navigation */


/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
	background: #f5f5f3;
	color: #333;
	text-align: center;
	}

#page {
	background: #fff;
	text-align: left;
}

#content {
	font-size: 1.2em
	}
/*
.entry, .entrytext {
	font-size: 1.2em;
	line-height: 1.8em;
padding-bottom: 1.5em;
	}
*/
.widecolumn .entry p {
	font-size: 1.4em;
margin-bottom: 15px;
	}
.widecolumn .entrytext {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}	
.narrowcolumn .postmetadata {
	text-align: right;
	}

.postmetadata {
	font-size:1em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: justify;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.83em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 3em;
	padding-left: 30px;
	}

#headerimg h1 {
	border-bottom:1px solid #ddd;
	padding-bottom: 10px;
	}

.description {
	font-size: 55%;
	}

h2 {
	font-size: 2em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	font-weight: normal;
	}

#sidebar h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.15em;
	padding-left: 6px;
	padding-bottom: 3px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1.6em;
}

h3 {
	font-size: 1.6em; font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #c00;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #c00;
	font-weight: normal;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #c00;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.83em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #c00;
	text-decoration: none;
	}


a:hover {
	color: #F00;
	text-decoration: underline;
	}
a.external {
	background: url(/images/icons/external.gif) no-repeat right;
	padding-right: 14px;

}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 15px auto;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: left;
	}
	
#header {
	padding-top: 20px;
	text-align: left;
	margin: 0px 20px;
}
#header h1 {
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #c00;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 460px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 140px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 15px auto;
	margin:15px 20%;
	border-top: 1px solid #eee;
	clear: both;
	text-align: center;
	}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#f00;
}
#footer p {
	color:#999;
	padding:10px 0 0 0px;
	margin:0px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 45px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* images */

img {
	border: 0px;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}

img.aligncenter {
	display: block;
	margin: 0.8em auto;
	padding: 6px;
	}
	
img.leftborder {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}
img.rightborder {
	float: right;
	margin: 5px 0 10px 15px;
	padding: 8px;
	border: 1px solid #ddd;
	background: #fff;
}
img.centerborder {
	display: block;
	margin: 1.5em auto 1.5em auto;

	padding: 6px;
	border: 1px solid #ddd;
	background: #fff;
}
img.teaser {
	padding: 0 0 1px 0;
	margin-top: 5px;
	border-bottom: 6px solid #f4f4f4;
	/*text-align: center; 
clear:both;*/
}

/* end images */

/* Begin Lists */

.entry ol {
	padding: 0 0 0 35px;

	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;

	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	/*list-style-image: none;*/
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: none decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 0; 
	text-align: left;
	}


#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
margin-right:5px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}


#commentform textarea {
	width: 100%;
	padding: 2px;
background-color: #f8f8f8;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 18px;
	margin: 35px 0 0 498px;
	width: 200px;
	border-left: 1px solid #ddd;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	clear:both;
	}

.alignright {
	float: right;
	}
	

.alignleft {
	float: left
	}
.print {
	display: none;
}
.pink {
	color: #f09;
}
.feld {
border: 1px solid #ddd;
}
.feld:hover, .feld:focus {
border-color: #999;
}
/* End Various Tags & Classes*/