/* special - non-theme stuff */

.asides li {
	margin-bottom: -3px;
	margin-left: 3px;
	padding-left: 12px;
	background: transparent url(/wp/wp-images/bullet.gif) no-repeat left;
	list-style-type: none; 
}

.asides {
	margin-left: 35px;
	margin-right: 35px;
	padding: 2px;
}

blockquote {
	border-left:2px solid #666;
	margin-left:15px;
	padding-left:10px;
	font-style: italic;
}

.question {
	font-size: 12px;
	font-weight: bold;
}
.question_letter_q {
	border-left: 4px solid #AAA;
	padding-left: 4px;
}
.question_letter_a {
	border-left: 4px solid #888;
	padding-left: 4px;
}

/* header formatting */ 
h1 { font-family:Verdana, Georgia, Palatino,"Times New Roman", Times, serif; font-weight: bold; font-size: 135%; padding-left: 2px;}
h3 { font: bold 100% Verdana, Georgia, Palatino,"Times New Roman", Times, serif; padding-left: 15px;}

/* image stuff for blog posts */
.img_links {float:left !important; padding:4px; margin:5px; border-right: 2px; border-color: #AAA; }
.img_rechts {float:right !important; padding:4px; margin:5px; border-left: 2px; border-color: #AAA; } 

postbody p {
	text-align: justify;
}
.postbody p img {
float: left;
border: 1px solid #666;
padding: 3px;
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
}
.postbody p a:hover img {
border-bottom: 3px #999 solid;
}

.postbox {
border-bottom: 1px dashed #999;
margin-bottom: 10px;
}

.subimg a, img { 
	text-decoration: none;
	border: none;
} 

.subimg a:hover, img:hover { 
	text-decoration: none;
	border-bottom: none;
} 

/* forms */
input, textarea { 
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	border:1px solid #999;
	background-color:#AAA;
	color:#222;
	padding:2px;
	margin: 2px;
}

input:focus, textarea:focus { 
	border:1px solid #AAA;
	background-color:#EEE;
}

select { 
	border:0;
	font-size:11px;
	background-color:#AAA;
	color:#222;
	letter-spacing:1px;
	font-variant: small-caps;
	margin: 2px;
}

ul, li { 
	margin-left: 25px;
	list-style-type: square; 
	clear: both;
}

.navlink {
	background: transparent url(/wp/wp-images/bullet.gif) no-repeat left;
	padding-left: 12px;
}

div.row span.left {
  float: left;
  text-align: left;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 49%;
  padding-right: 15px;
  }
