/*
Theme Name: Pankow Guide Gesundheit
Theme URI: http://gesundheit.pankow-guide.de/
Description: The WordPress theme for Pankow Guide Gesundheit.
Version: 1.0
Author: Christian Roth
Author URI: http://www.goyippi.net/
Text Domain: pgg
*/

/* Allgemeines */
body {
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#0E0A04;
	background-color:#FFF;
	text-align:center;
	margin:0;
	padding:0;
}

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

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

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

a.more-link:link, a.more-link:visited, a.more-link:active {
	color:#17BFEB;
	font-size:10px;
}

a.more-link:hover {
	color:#000;
	cursor:pointer;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color:#17BFEB;
}

.postmetadata a:hover {
	color:#000;
}

.cat_list a:link, .cat_list a:visited, .cat_list a:active {
	color:#898989;
}

.cat_list a:hover {
		color:#F29400;
}

.child_cat li a:link, .child_cat li a:visited, .child_cat li a:active {
	color:#F29400;
}

.child_cat li li a:link, .child_cat li li a:visited, .child_cat li li a:active {
	color:#898989;
}

.child_cat li a:hover, .child_cat li li a:hover {
	color:#000;
}

.page_navi a:link, .page_navi a:visited, .page_navi a:active,
.anklist a:link, .anklist a:visited, .anklist a:active {
	color:#F29400;
}

.page_navi a:hover, .anklist a:hover {
	color:#000;
}

.page_navi .first a:link, .page_navi .first a:visited, .page_navi .first a:active {
	color:#9B9695;
}

.page_navi .first a:hover {
	color:#000;
}

.current_page_item a:link, .current_page_item a:visited, .current_page_item a:hover, .current_page_item a:active {
	color:#000 !important;
}

.page_navi .page-item-8 a span {
	background-image: url(images/icon_kreuz.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.side_right .page_navi .page-item-6 a {
	display: block;
	width: 45px;
	height: 35px;
	background-image: url(images/button_az.png);
	background-repeat: no-repeat;	
}

.side_right .page_navi .page-item-6 a:hover {
	background-image: url(images/button_az_h.png);
}

.side_right .page_navi .page-item-6 a span {
	display: none;
}

.a_side .more a:link, .a_side .more a:visited, .a_side .more a:hover, .a_side .more a:active {
	display:block;
	width:18px;
	height:18px;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	margin-top:6px;
}

.a_content .more a:link, .a_content .more a:visited, .a_content .more a:hover, .a_content .more a:active {
	display:block;
	width:18px;
	height:18px;
	float:right;
	background-image:url(images/button_top.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.a_footer a:link, .a_footer a:visited, .a_footer a:hover, .a_footer a:active {
	display:block;
	width:98px;
	height:12px;
}

/* Menü */
.a_side ul, .a_side li, .a_navi ul, .a_navi li {
	margin:0;
	padding:0;
	list-style:none;
}

.a_side ul {
	margin-bottom:18px;
}

.page_navi {
	clear:both;
	border:1px solid #FFF;
}

.page_navi li {
	float:left;	
	margin:0 6px 0 0;
}

.a_navi ul, .a_navi li {
	float:left;
}

/*.a_navi ul {
	margin-right:30px;
}*/

.a_navi li {
	margin-right:5px;
}

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

.a_head {
	height:250px;
}

.a_head img {
	margin:52px 0 0 15px;
}

.a_content {
	width:480px;
	margin-left:250px;
	padding-bottom:30px;
}

.a_inner {
	padding:0 10px 30px 10px;
	background-image:url(images/content_back.gif);
	background-repeat:repeat-y;
}

.a_side {
	width:220px;
	position:absolute;
	padding-bottom:30px;
}

.side_left {
	top:250px;
	left:15px;
	font-size:14px;
	line-height:24px;
	color:#F29400;
}

.side_right {
	top:250px;
	left:745px;
	font-size:11px;
	line-height:16px;	
}

.a_search {
	width:350px;
	position:absolute;
	top:160px;
	right:15px;
}

.a_top_buttons {
	width: 222px;
	height: 100px;
	position: absolute;
	top: 52px;
	right: 15px;
}

.a_navi {
	position:absolute;
	top:160px;
	left:15px;
	font-size:11px;
	line-height:16px;	
	text-transform:lowercase;
}

.a_footer {
	width:98px;
	position:absolute;
	top:35px;
	right:15px;
	background-image:url(images/pankow_guide_button.gif);
	background-repeat:no-repeat;
}

/* Container */
.a_side li.widget {
	margin-bottom:18px;	
}

.post {
	margin-bottom:45px;
}

.home .post {
	margin-bottom:30px;
}

.archive .post {
	border-top:1px dotted #F29400;
	padding:18px 0 9px 0;
	margin:0;
}

.entry {
	margin-bottom:9px;
}

.social {
	float:left;
	font-size:11px;
	line-height:16px;
	text-transform:lowercase;
	color:#9B9695;
	margin-top:1px;
}

.social img {
	vertical-align: middle;
}

ul.button_list, ul.button_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #dbcba8;
}

ul.button_list li a span {
	display: none;
}

ul.button_list li a {
	width: 222px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
}

ul.button_list li.termine a {
	background-image: url(images/button_termine.png);
}

ul.button_list li.termine a:hover {
	background-image: url(images/button_termine_h.png);
}

ul.button_list li.faircamp a {
	background-image: url(images/button_faircamp.png);
}

/* Textelemente */
h1 {
	margin:0;
	padding:0;
}

h2 {
	font-family:Georgia, serif;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 18px 0;
	padding:0;
}

h3 {
	font-size:12px;
	color:#F29400;
	margin:0 0 18px 0;
	padding:0;
}

.search h3 {
	margin:0;
}

.a_content p, .iframe-class {
	margin-bottom:18px;
}

.home .a_content p {
	margin-bottom:10px;
}

.category .a_content p {
	margin-bottom:9px;
}

.postmetadata {
	font-size:10px;
	color:#17BFEB;
}

div.alignright, div.alignleft {
	width:230px;
}

div.alignright {
	float:right;
	text-align:right;
}

.wp-caption-text {
	font-size:10px;
	color:#898989;
}

div.alignright .wp-caption-text {
	text-align:left;
	margin-left:10px;
}

div.alignleft {
	float:left;
	text-align:left;
}

ul, ol {
	padding:0;
	margin:0 0 18px 0;
}

li {
	padding:0;
	margin:0 0 0 18px;
}

.anklist {
	padding:0 0 18px 0;
	margin:0;
}

.anklist li {
	list-style:none;
	margin:0;
	padding:0;	
}

.child_cat li {
	font-size:11px;
	font-weight:normal;
	color:#F29400;
	text-transform:uppercase;
	margin:0;
	padding:0;	
} 

.child_cat li li {
	color:#707173;
	text-transform:none;
} 

.a_footer span, h1 span, .a_side .more span, .a_content .more span {
	display:none;
}

img.alignnone {
	margin:0 0 16px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin:0 10px 16px 0;
	float:left;
}

img.alignright {
	margin:0 0 16px 10px;
	float:right;
}

.more-tag {
	display:block;
	clear:both;
}

.more-link .more-tag {
	width:230px;
	float:left;
	margin-top:6px;
}

/* Comments */
.commentlist {
	padding:0;
}

.commentmetadata {
	font-size:10px;
	margin:0 0 9px 0;
}

.commentlist cite {
	font-style:normal;
}

.commentlist img {
	display:none;
}

.commentlist li {
	margin:0 0 20px 20px;
	background-color:#EDEDED;
	padding:3px;
}

.commentlist li.alt {
	background-color:#FFF;
}

/* Index / AZIndex Plugin */
.azindex ul, .azindex li {
	margin:0;
	padding:0;
	list-style:none;
}

.azindex h2 {
	border-top:1px dotted #F29400;
	padding-top:14px;
	margin:18px 0 0 0;
}

.azindex span.head {
	display:none;
}

/* Mappress */
.mapp-overlay-div, .mapp-overlay-div div {
	text-align:left !important;
	line-height:18px !important;
}

/* Newsletter */
.page-template-newsletter-php .post {
	margin-bottom:0;
}

.newsform {
	margin-bottom:45px;
}

/* Formular */
#respond {
	margin:30px 0 45px 0;
}

form p {
	margin:0 !important;
}

input, textarea { 
	font-family:Verdana, sans-serif;
	font-size:12px;	
}

#author, #url, #email, #comment, #name, #message, #subject, .textfield {
	width:99%;
	border:1px solid #676767;
}

#comment, .newsletter input {
	margin-bottom:9px;
}

label {	
	margin-top:9px;
	display:block;
}

.a_search form {
	float:right;
}

.a_search input {
	vertical-align:middle;
}

.a_search input[type=text] {
	width:195px;
	border:1px solid #676767;
	height:15px;
}

.a_search input[type=image] {
	float:right;
}

.a_search label {
	text-align: right;
	text-transform: lowercase;
	color: #9B9695;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0;
}

.search_input {
	width:195px;
	float:left;
	margin-right:10px;
}

/* Trenner */
.clear {
	overflow:hidden;
	height:1px;
	clear:both;
}

.divider {
	height:18px;
}

.line {
	border-top:1px dotted #F29400;
	margin:0 0 9px 0;	
}

hr {
	display:none;
}

/* IE  Hacks */
*+html .post {
	display:block;
	width:460px;
}

* html .post {
	display:block;
	width:460px;
	clear:both;
}

* html li.page_navi {
	margin-top:-16px; 
}
