/*
Theme Name: pmf
Theme URI: http://preachermans-friends.de
Description: Thema f&uuml;r Preacherman's Friends.
Version: 1.1
Author: Patrick Simianer
Author URI: http://simianer.de
*/

/****************************************************************************/
/*
 * GENERELL
 */
* {
	margin: 0;
	padding: 0;
}

html, body {height: 100%;}
#wrap {min-height:75%;}

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #0c585f;
	background-repeat: repeat-x;
	background-image: url('http://www.preachermans-friends.de/wordpress/wp-content/themes/pmf/img/web_sides.gif')
}

ul {padding-left: 0.5em;}
li {
	margin-left: 1em;
	list-style-type: square;
}

h1 {
	font-size: 300%;
	letter-spacing: -3px;
}
h2 {font-size: 160%;}
h3 {font-size: 120%;}
h2, h3 {margin-top: 0.5em;}
h1, h2, h3, h4 {
	margin-bottom: 0;
}

label, blockquote {
	font-size: 80%;
}

blockquote {
	margin: 1em;
	line-height: 2em;
}
blockquote p {margin-bottom: 1em;}

object {
	margin-left: 12.5%;
	margin-right: auto;
}

a:link, a:visited {
	color: #004A4E;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:active {
	color: #00AAAA;
}



/****************************************************************************/
/*
 * WRAPPER
 */
#header, #wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#wrap {
	background-color: white;
	padding: 0;
	padding-top: 1em;
	border: 2px solid #007A7E;
	border-bottom: none;
}



/****************************************************************************/
/*
 * HEADER
 */
#header {
	color: white;
	height: 200px;
	background-color: #0c585f;
	background-repeat: repeat-x;
	background-image: url('http://www.preachermans-friends.de/wordpress/wp-content/themes/pmf/img/web_top.gif')
}

#headertext {
	padding: 42px 0 0 12px;
}

#toplist_image {
	border: 4px solid #e69bb5;
        border-style: double;
	/*margin-top: 20px;*/
	padding: 0;
}
#toplist_image:hover {
	border: 4px solid #de4e8c;
        border-style: groove;
}



/****************************************************************************/
/*
 * SIDEBAR
 */
#sidebar {
	float: left;
	width: 185px;
	padding: 0.5em;
	padding-top: 0;
	padding-bottom: 0.75em;
	border-right: 3px solid #EEEEEE;
}
#sidebar h2 {
	text-align: right;
	font-size: 120%;
	border-bottom: 1px solid #CCCCCC;
}
#sidebar li {
	margin: 2px;
	padding: 0.1em;
	padding-left: 0.3em;
	list-style-type: none;
	background-color: #EEEEEE;
	border-left: 3px solid #CCCCCC;
}
#sidebar li:hover {
	border-left: 3px solid #00AAAA;
}
#sidebar li li {
	margin: 0;
	border-left: 1px solid #CCCCCC;
}
#sidebar li li:hover {
	border-left: 1px solid #00AAAA;
}
#sidebar li a {
	text-decoration: none;
	font-weight: bold;
}
#sidebar li.current_page_item {
	background-color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#sidebar li.current_page_item:hover {
	border-bottom: 1px solid #00AAAA;
}
#sidebar li li.current_page_item {
	border-bottom: 1px solid #CCCCCC;
}
#sidebar li li.current_page_item:hover {
	border-bottom: 1px solid #00AAAA;
}
#sidebar li.current-cat {
	border-bottom: 1px solid #CCCCCC;
}
#sidebar li.current-cat:hover {
	border-bottom: 1px solid #00AAAA;
}

#searchform {
	text-align: right;
	margin-top: 1.5em;
}

#ticker {
	margin-bottom: 1em;
	font-weight: bold;
}

#newsli {
	margin-bottom: 0.2em;
	font-weight: bold;
	color: #004A4E;
}

#newstxt {
	margin-bottom: 1em;
}

/****************************************************************************/
/*
 * CONTENT
 */
#content {
	float: right;
	width: 560px;
	margin-left: 0px;
	margin-right: 10px;
	/*background-color: red;`*/
}
#content h2 {
	margin-bottom: 0.25em;
}

#breadcrumb {
	float: right;
	padding: 5px;
	margin-top: -1em;
	font-size: 80%;
	border-bottom: 2px dashed #EEEEEE;
}

.post {
	margin-left: 10px;
}

.postheader {
	border-bottom: 3px solid #EEEEEE;
	margin-bottom: 0.75em;
}

.the_content {
	padding: 0.5em;
	padding-top: 0;
}
.the_content p {
	margin-bottom: 1em;
}

.info {
	font-size: 80%;
	margin: -0.5em 0 0 0.5em;
}

.info_lower {
	font-size: 80%;
	text-align: right;
	border-top: 1px solid #EEEEEE;
}

.post p img {
	padding: 0.25em 0.5em 0.25em 0.25em;
}

#commentbox {
	border-top: 8px solid #EEEEEE;
	margin: 3em 1em 0 1em;
}

#commentlist {
	list-style-type: none;
}

.comment_time {
	font-size: 80%;
	text-align: right;
}

.comment_author {
	font-weight: bold;
}

.up_link {
	text-align: right;
	border: 0;
	margin-bottom: 0.25em;
}

.searchresult {
	margin-left: 0.5em;
	font-size: 120%;
	font-weight: bold;
	display: list-item;
	list-style-type: square;
}
.searchresult_link {margin-left: 1.5em;}

.error {
	border-bottom: 3px solid #EEEEEE;
}

.notfound {
	padding: 0.5em 0 0 0;
	text-align:center;
	font-weight: bold;
}



/****************************************************************************/
/*
 * FOOTER
 */
#footer {
	clear: both;
	padding: 1em;
	text-align: right;
	color: black;
	font-size: 80%;
	font-weight: bold;
	background-color: white;
}
#footer p {
	border-top: 2px solid #EEEEEE;
}
#footer a {
	color: black;
}



/****************************************************************************/
/*
 * PAGEBAR
 */
.pagebar {
	margin-top: 20px;
	font: 80% Arial, Helvetica, sans-serif; 
	padding-top: 20px; 
	padding-bottom: 10px; 
	margin: 0px;
	margin-bottom: 1em;
	text-align: center;
}

.pagebar a, .pageList .this-page {
	padding: 2px 6px; 
	border: solid 1px #EEEEEE; 
	background: white; 
	text-decoration: none;
}

.pagebar a:visited {
	padding: 2px 6px; 
	background: white; 
	text-decoration: none;
}

.pagebar .break {
	padding: 2px 6px; 
	border: none; 
	background: white;
	text-decoration: none;
}

.pagebar .this-page {
	padding: 2px 6px; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: white;
}

.pagebar a:hover {
	color: white; 
	background: #004A4E; 
	text-decoration: none;
}



/****************************************************************************/
/*
 * GAESTEBUCH
 */
#gbentries {
	margin-bottom: 0.5em;
}
.gbentry {
	margin-top: 1em;
	list-style-type: none;
	border: 1px solid #EEEEEE;
}

.gbentry_alt {
	background-color: #EEEEEE;
}

.gbentry .comment_number {
	padding: 0.5em;
	margin: 0.5em;
	border-right: 1px solid white;
}

.gbentry .commentmetadata {
	font-size: 80%;
	text-align: right;
	padding: 0.25em;
	padding-right: 0.5em;
}

.gbentry_header {
	font-weight: bold;
}

.comment-page-numbers {
	font-size: 80%;
	text-align: right;
	margin-bottom: 0.5em;
}



/****************************************************************************/
/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(img/link-icon_external_12.png) no-repeat right; }
a.limailto { padding-right: 15px; background: url(img/link-icon_mail_02.gif) no-repeat right; }
