@charset "UTF-8";
/*  
Theme Name: Ontonym
Theme URI: http://www.ontonym.de
Description: Theme for the Ontonym Blog
Version: 1.0
Author: Alexander Vock
Author URI: http://www.ontonym.de

	Ontonym 1.0

	It's a news blog of ontonym, a semantic web company.

*/

/* CSS Document */
* {margin:0; padding:0;}
html {height: 100%;	padding-bottom: .005em;}
body { 
	background: #971824; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	color: #333;
}

/*Layouts*/

div#rahmen {
	margin: 0 auto 12px auto;
	width: 800px;
	background: #fff;
	
}

div#header { 
	background: url(images/header.gif) no-repeat;
	height: 8px;

}

div#topnav {
	background: #fff;
	position:relative;
		border-bottom:1px solid #ccc;
}

/* Header-Navigation */
div#topnav ul {
	position:absolute;
	right:16px;
	top: 33px;
}

div#topnav ul li {
list-style:none; 
	display:inline;
	padding: 0 6px;
}

div#topnav a {
	color: #999;
	text-decoration:none;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
}

div.post {border-bottom: 1px dashed #999; margin-bottom:1.5em; clear:left;}
div.postnavi {border-bottom: 1px dashed #999; padding:0 0 1.5em 0; margin-bottom:0.25em;}
div.navigation {height:20px; /*border-bottom: 1px dashed #999;*/ margin-bottom:1em;}

div.alignleft , span.alignleft {float:left;}
div.alignright , span.alignright {float:right;}

/*Sidebar*/

div#sidebar {
	background: #fff;
	float:right;
	padding-right:22px;
	padding-top: 16px;
	width:206px;
}	

div.sidebarblock { 
	margin-bottom:12px; 
	color: #666;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;

}

div#content {
	background: #fff;
	padding-top: 16px;
	padding-left: 22px;
	margin-right:260px;
}

div#footer { background: #971824 url(images/footer.gif) no-repeat; height: 16px; clear:both;}
div.copyright {color: white; font-size: 10px; float:right; padding: 10px 20px 0 0;}

/*Headlines */
h1 { font-size: 20px; font-weight:normal; margin-bottom:0px; line-height:100%;}
h2 { font-size: 16px; font-weight:normal; margin-bottom:12px;}
h3 { font-size: 14px; margin-bottom: 12px; }

/*Tabellen
table {}
table th {font-size: 0.8em; font-weight: bold; text-align: left; color: black; padding: 0 .5em;}
table td { font-size: 0.8em; color: black; padding: 0 .5em; vertical-align:top; }
table tr.second { background-color: #cfd5dd; }
*/

/*Bilder*/
img {border:none;}
img.intextright { background-color: #eff2de; border: 3px solid white; padding: 5px; margin-left: 15px; float: right; }
img.head {margin-top:1px;display:block;}

/*Listen*/
ol.commentlist {margin:0; padding:.5em 0em;}
ol.commentlist li { margin:0; padding: 0 1em; background-color:#eff2de; list-style:none;}
ol.commentlist li.alt {background-color:#FFFEF4}

div#content ul, div#sidebar ul {margin:0 0 1em 0; padding:0;}
div#content ul li, div#sidebar ul li {margin:0; padding:2px 0 0 1.2em; list-style-type:none; background:url("images/listbg.gif") no-repeat .25em .5em;}

div#content ol {margin:0 0 1em 20px; padding:0;}
div#content ol li {margin:0; padding:2px 0 0 0;}
div#content ol li ul li {padding:2px 0 0 1.2em;}


/*Diverse*/
p {margin-bottom: 1em;}
a { color:#971824; text-decoration:none; }
a.ex {padding-left:10px; background: url("images/ex.gif") left center no-repeat;}

strong {}
dfn, abbr {border-bottom:1px dotted #333; font-style:normal; cursor:help; }
small {line-height:100%;}
strong {color:#000;}
.red {color:red;}
blockquote {font-style:italic; padding:0; margin-left:1em;}

/*Formulare*/

/* normales formular */
form {margin:5px; font-size:0.8em; padding:0;}
fieldset { border:1px solid #ccc; margin:0; padding:1em; width:95%; -moz-border-radius:5px;}
fieldset legend {padding: .1em .3em; color:#999;}
input, select {
	border: 1px solid #971824; background-color: white; margin: 0px; padding:5px; display:block;
}
input.button {
	border: 1px solid #971824; background-color: #F4EBEB; font-weight: bold;
	margin: .5em 0px; padding: .5em;
}
textarea {border: 1px solid #971824; width:100%; padding:3px; margin-right:1em; width:98%}
input.box {border:none; display:inline; width:auto;}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	margin-left:0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
