/*
Theme Name: Aphrodisia Theme
Theme URI: http://aphrohdisia.de/
Description: The default WordPress theme for aphrohdisia.de.
Version: 1.0
Author: Christian Roth
Author URI: http://goyippi.net
*/

/* Allgemeines */
body {
  font-family:Georgia, serif;
  font-size:13px;
  line-height:20px;
  text-align:center;
  color:#000;
	margin:0;
	padding:0;
  background-color:#FFF;
}

img, p, div {
	margin:0;
	padding:0;
	border:0;
}

/* Links */
a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#B90141;
	text-decoration:none;
}

/* Struktur */
.a_all {  
  width:500px;
  margin:0 auto;
  text-align:left;
}

.a_head {
  height:130px;
	border-bottom:1px solid #501A24;
	margin-bottom:30px;
}

.a_content {
  width:500px;
}

.a_side {
	display:none;
}

/* Textelemente */
h1 {
  display:block;
}

h2 {
	color:#501A24;
	font-size:24px;
	line-height:30px;
	margin:0 0 30px 0;
	padding:0;
	font-weight:normal;
}

h3 {
  color:#501A24;
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0 0 14px 0;
	padding:0;
}

p {
	margin-bottom:20px;
}

small {
	font-family:Verdana, sans-serif;
	font-size:10px;
}

.a_content img {
	border:0;
	margin-bottom:10px;
}

.a_content img.noborder {
	display:none;
}

ul.archive_list {
	margin:20px 0 0 0;
	padding:0;	
	border-top:1px solid #501A24;
}

ul.archive_list li {
	margin:0;
	padding:0;	
	line-height:30px;
	list-style:none;
	border-bottom:1px solid #501A24;
}

ul.archive_list strong {
	margin-right:20px;
}

/* Trenner */
hr {
	display:none;
}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
	margin:0;
	padding:0;
}

.line {
	margin:10px 0;
	border-top:1px solid #501A24;
}