/*
Theme Name: Kubrick for ContuttoPDF
Theme URI: http://www.contutto.com/
Description: Default theme for PDF output with the ContuttoPDF plugin, based on the Kubrick theme
Version: 0.2.1
Author: Alex G&uuml;nsche
Author URI: http://www.contutto.com/
*/

@page {
	margin: 0pt;
	padding: 7pt;
	/* background-color: #e7e7e7; */
	background-color: #ffffff;

}

body {
	font-size: 72%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	/* background-color: #e7e7e7; */
	background-color: #ffffff;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	/*border: thin solid #00ff00;*/
}

#header {
	/* background-color: #e7e7e7; */
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100pt;
	/*
	background-image: url(kubrickheader.png);
	background-repeat: no-repeat;
	background-position: center;
	*/
	margin-left: auto;
	margin-right: auto;
	width: 405pt;
	/*border: thin solid #ff0000;*/
}

#content {
	/* background-color: #e7e7e7; */
	background-color: #ffffff;
	/*
	background-image: url(kubrickbgwide.png);
	background-repeat: repeat-y;
	background-position: top center;
	*/
	border-top: -5pt solid ##fff;
	margin-top: -2pt;
	margin-left: auto;
	margin-right: auto;
	padding: 10pt 35pt 10pt 35pt;
	/*width: 335pt;*/
	width: 100%;
	/*border: none; */
	/*border: thin solid #0000FF;*/
}

#headerimg {
	margin: 7pt 9pt 0 9pt;
	height: 100pt;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

.widecolumn {
	padding: 10pt 0 20pt 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	}

.post {
	padding: 0 25pt 20pt 25pt;
	text-align: justify;
}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 10pt 0;
	padding: 4pt;
	font-size: 6pt;
	text-align: justify;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128pt;
	margin: 5pt 5pt 5pt 0pt;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5pt 0pt;
}

#footer {
	/*
	background-color: #e7e7e7;
	background-image: url(kubrickfooter.png);
	background-repeat: no-repeat;
	background-position: top center;
	*/
	margin-top: -2pt;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 405pt;
	height: 30pt;
	/*border: 0;*/
	border: thin solid #0000FF;
}

#footer p {
	margin: 0;
	border: 0;
	padding: 3pt 0;
	text-align: center;
	font-size: 6pt;
}
/* End Structure */

small {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 2.7em;
	text-align: center;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, #headerimg .description {
	text-decoration: none;
	/*color: white;*/
	color: black;
}



h2, h2 a, h3, h3 a {
	color: #333;
}

h2, h2 a, h3, h3 a, cite {
	text-decoration: none;
	}
	
 h2 a {
	color: blue;
}

.entry p a:visited {
	/*color: #b85b5a; */
	}


code {
	font: 1.1em 'Courier New', Courier, Monospace;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */


/*	Begin Headers */
h1 {
	padding-top: 16pt;
	margin: 0;
	}

h2 {
	margin: 8pt 0 0 0;
	padding: 0;
	}

h2.pagetitle {
	text-align: center;
}

h3 {
	padding: 0;
	margin: 7pt 0 0;
	}

h3#comments {
	padding: 0 25pt 20pt 25pt;
	text-align: left;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	/* max-width: 300pt; */
	}

/*	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: 2pt;
	margin: 0 0 2pt 7pt;
	display: inline;
	}

img.alignleft {
	padding: 2pt;
	margin: 0 7pt 2pt 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Comments*/

.commentlist {
	padding: 0 25pt 20pt 25pt;
	text-align: justify;
	font-size: 0.8em;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.small, .nocomments, blockquote, strike {
	color: #777;
}

.postmetadata {
	color: #777;
	border-bottom: 0.1pt solid #ddd;
}

p.subtitle {
	margin: 0;
	padding: 1pt 0 6pt 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alt {
	background-color: #f8f8f8;
	border-top: 0.1pt solid #ddd;
	border-bottom: 0.1pt solid #ddd;

}

.commentlist .single_comment {
	margin: 9pt 0 3pt;
	padding: 4pt 5pt 3pt;
	padding: 6pt;
}

.commentlist p {
	margin: 5pt 4pt 6pt 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}

#nocommentform {
	font-weight: bold;
	border-top: 0.1pt solid #444;
	padding: 5pt;
	text-align: center;
}

/* End Comments */


/* Begin Various Tags & Classes */

acronym, abbr {
	border-bottom: 0.1pt dashed #999;
	}

blockquote {
	margin: 15pt 30pt 0 10pt;
	padding-left: 20pt;
	border-left: 5pt solid #ddd;
	}

blockquote cite {
	margin: 5pt 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

a:link {
	text-decoration: none;
}
/* End Various Tags & Classes*/

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
