/*
Druck-CSS speziell für den Jakobsweg-Blog
PS 03.10.2007

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin:0px;
	border:0;
	text-align: center;
	}

#page {
	text-align: left;
	width: 700px;
}

#content {
	font-size: 1.2em
	}

/* Nur fuer Datum in der Print-Ausgabe */
#tag	{ 
	width:90px;
	float:right;
	text-align:center;
	margin:10px 10px 6px 10px;
	background-color: #EDF3F3;
	border:0px solid #EDF3F3;
	}
#ta	{ 
	padding:4px 6px 0px 6px;
	color: #71828A;
	font-size: 3.00em;
	line-height: 75%;
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: normal;
	}

.mo { font-size: 11px; }

/* Ende Datum Print-Ausgabe --------- */



.widecolumn .entry p {
	font-size: 1.05em;
	margin: 0px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font: 1.6em Georgia, Sans-Serif;
	text-align: left;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 { display: none; }
/* {
	font: 1.2em Georgia, Sans-Serif;
} */

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #71828A;
	}

.commentlist li, #commentform input, #commentform textarea {
	display: none;
	}

.commentlist li { display: none; }

.commentlist cite, .commentlist cite a { display: none; }

.commentlist p { display: none; }

#commentform p { display: none; }

.commentmetadata { display: none; }

#sidebar { display: none; }
/* {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}*/

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Georgia, Sans-Serif, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a { display: none; }

#wp-calendar a { display: none; }

#wp-calendar caption { display: none; }

#wp-calendar th { display: none; }
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 16px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 550px;
	}

.post {
	text-align: justify;
	position: relative;
	font-family: Verdana, Sans-Serif;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin: 0px;
	}



#footer { display: none; }

#footer p { display: none; }
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0px;
	}

h2.pagetitle {
	margin-top: 6px;
	text-align: center;
}

#sidebar h2 { display: none; }

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-family: Georgia, Sans-Serif;

	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li, .entry ul li{
	padding: 0;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.entry ul li{
	list-style: url("images/bullet.jpg") inside;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li { display: none; }

#sidebar ul p, #sidebar ul select { display: none; }

#sidebar ul ul, #sidebar ul ol { display: none; }

#sidebar ul ul ul, #sidebar ul ol { display: none; }

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


/* Begin Form Elements */
#searchform { display: none; }
#sidebar #searchform #s { display: none; }

#sidebar #searchsubmit { display: none; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform .textform { display: none; }

#commentform textarea { display: none; }

#commentform #submit { display: none; }
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	float: none;
	margin: 0px;
	text-align: center;
	color: #7f7f7f;
	padding: 0px;
}
/* End Comments */



/* Begin Sidebar */
#sidebar { display: none; }

#sidebar form { display: none; }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar { display: none; }

#wp-calendar #next a { display: none; }

#wp-calendar #prev a { display: none; }

#wp-calendar a { display: none; }

#wp-calendar caption { display: none; }

#wp-calendar th { display: none; }

#wp-calendar td { display: none; }

#wp-calendar td.pad:hover { display: none; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/


/* Blockquote style and the nice background image */

blockquote {
	margin: 2px 30px 0 10px;
	padding-left: 20px;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	/* background: url(images/quote.gif) no-repeat left top; */
	}


/* This is the nice box all the entries are posted in */

.post-top, .title, .entry, .post-bottom {
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	width: 690px;
}

.post-top {
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	margin: 10px 0px 0px 0px;
}



.title {
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


.entry {
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	bottom: 11px;
	position: relative;
	font-family: Verdana, Sans-Serif;
}

.post-bottom {	
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	padding: 15px 0px 0px 0px;
	position: relative;
	top: 6px;
}

/* End of the entry box */


/* This is the horizontal rule that appeals on the sidebar */
#sidebar ul li ul li ul li { display:none; }

.post p {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 15px;
}

/* Edit this to change the two-column background */

#page-top { 
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	clear: both;
	bottom: 0px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#page		{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	bottom: 21px;
	position: relative;
}

#page-bottom {
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding-top: 38px;
	width: 690px;
}



/* End of two-column background */

.title h2, small {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	font-family: Georgia, Sans-Serif;
}
	
/* Change the header image here */

#headerimg {
	width: 790px;
	height: 160px;
	background: url("images/blogheadprint.jpg") no-repeat left;
	margin: 1px auto 1px auto;
}

/* This is the nav bar on top of the page. I think this is the nicest part of the whole theme =) */

#topbar { display:none;}


#topbar .searchform { display:none;}

#topbar form { display:none;}

/* See, I could have settled for the default text input field. But being a man with good taste and all, I've decided to make my own search-box */

.search-box { display: none; }

#topbar .nav { display: none; }

/* End of nav bar */

a {
	color: #0A5692;
	text-tecoration:underline;
}

/* Comment box (both styles) */

#comments {
	font-size:1.1em;
	text-align: left;
}
.comment-top-1 {
	background: url("images/comment_top_1.jpg") no-repeat top;
	width: 500px;
	margin-left: 35px;
	margin-top: 20px;
}

.comment-bottom-1 {
	background: url("images/comment_bottom_1.jpg") no-repeat bottom;
	width: 500px;
	padding: 30px 0px 0px 0px;
}

.comment-body-1 {
	background: url("images/comment_body_1.jpg") repeat-y center;
	width: 500px;
	text-align: left;
	padding: 0px;
	position: relative;
	bottom: 15px;
	font-family: Verdana, Sans-Serif;
}

.comment-top-2 {
	background: url("images/comment_top_2.gif") no-repeat top;
	width: 500px;
	margin-left: 35px;
	margin-top: 20px;
}

.comment-bottom-2 {
	background: url("images/comment_bottom_2.jpg") no-repeat bottom;
	width: 500px;
	padding: 30px 0px 0px 0px;
}

.comment-body-2 {
	background: url("images/comment_body_2.jpg") repeat-y center;
	width: 500px;
	text-align: left;
	padding: 0px;
	position: relative;
	bottom: 15px;
	font-family: Verdana, Sans-Serif;
}

.comment-body-1 p, .comment-body-2 p {
	margin: 0px;
	padding: 10px;
}

/* End of Comment box */
.respond { display: none; }



/* For those of you who use Ryan's WP-ContactForm plug-in. Go to wp-contactform.php and comment out the line add_filter('wp_head', 'wpcf_css'); at the bottom. */
.contactform form {
	width: 80%; 
	position: relative;
	margin: 0px;
	padding: 5px;
}
		
.entry .contactleft { 
	text-align: left;
	float: left; 
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
	
.entry .contactright {
	width: 250px;  
	float: right; 
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
}
/* End of ContactForm Styles */

.alignleft a, .alignright a,.postmetadata, .commentmetadata {
	font-family:  Georgia, Sans-Serif;
	font-variant: small-caps;
}

.entry p {
	margin:  0px;
	padding:15px 15px 0px 15px;
	}

.akpc_pop { display: none; }
.akpc_help { display: none; }
