/*
Theme Name: Abaccus Anpassung
Description: Abaccus-Theme
*/

/* Structure */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: white;
margin: 0 0 20px 0;
}

#page {
background: url('images/abaccus.jpg') no-repeat top left;
margin: 0 0 0 70px;
padding: 55px 0 20px 0;
min-height: 507px;
}

#header {
background: url('images/headerBack.png') no-repeat top left;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0 0 0 155px;
padding: 63px 0 0 90px;
width: 666px;
}

#content {
background: url('images/contentBack.png') repeat-y top right;
margin: 0 0 0 291px;
padding: 25px 25px 1em 0;
border-right: 1px solid #808080;
width: 595px;
line-height: 1.5em;
font-size: 1.2em
}

.clear { clear: both; }

#footer {
background: url('images/footerBack.png') repeat-y top right;
margin: 0 0 0 291px;
width: 607px;
height: 14px;
clear: both;
border-bottom: 1px solid #808080;
border-right: 14px solid #920025;
}

/* Links */

a { color: #920025; }
a:hover, a:active { color: #cc0025; text-decoration: none; }

/* Headers */

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
line-height: 1.4em;
}

h1 { margin: 0 0 5px 0; font-size: 1.8em; }
h2 { margin: 20px 0 0.7em 0; font-size: 1.4em; }
h3 { margin: 20px 0 0 0; font-size: 1.3em; line-height: 1em; }

h2, h3 { color: #333; }

.firstchild { margin-top: 0; }

/* Images */

p img { padding: 0; max-width: 100%; }

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
	}

/* Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li { margin: 7px 0 8px 10px; }
.entry ul li:before, #sidebar ul ul li:before {	content: "\00BB \0020";	}
.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;
}
ol li {	list-style: decimal outside; }

/* Form Elements */

select { width: 130px; }

/* 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; }
.hidden { display: none; }
hr { display: none; }
a img { border: none; }

/* abaccus ergaenzungen */

td { vertical-align: top; padding-right: 30px; }
table { margin-bottom: 1.5em; }

.contactLabel { clear: both; float: left; width: 100px; }
.contactLabel, .contactField { padding-top: 0.5em; }

#content p img { margin: 0.6em 0 0 0; }
