/*
Theme Name: PG-Blog 2009
Theme URI: http://pg-blog.com/
Version: 1
Author: Cardiac Communication Ltd.
Author URI: http://cc-ltd.net
*/


/* Structure */
body {
	margin: 0;
	padding: 0;
	background: url('images/pg-blog_background.jpg') repeat top left;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #fff url('images/pg-blog_wrapperbackground.gif') top repeat-y;
	}

#header {
	background: url('images/pg-blog_logo.jpg') no-repeat bottom center;
	padding: 0 5px 0 5px;
	height: 110px;
	width: 790px;
	}

.lang_head a {color: #FFFFFF; text-decoration: none;}
.lang_head a:hover {color: #FFFFFF; text-decoration: overline underline;}
.lang_head {
	position: relative;
	top: 10px;
	right: 7px;
	text-align: right;
}

.imprint {
	position: relative;
	top: 60px;
	left: 720px;
	text-align: right;
}

.imprint a {
	font-family: Georgia, Times New Roman, Times, serif;
}

#page {
	margin: 0 15px 0 30px;
	float: left;
}

#content {
	float: left;
}

.narrowcolumn {
	width: 450px;
	padding-right: 15px;
}

.widecolumn { width: 650px; padding: 0 80px 0 40px; }

#sidebar {
	margin-left:505px;
	margin-top: 28px;
	padding-left: 20px;
	width: 150px;
	border-left: 2px solid #d8d8d8;
}

#footer {
	float: left;
	margin: 0 auto;
	width: 800px;
	height: 25px;
	background: #fff url('images/pg-blog_footerbackground.gif') top repeat-y;
	text-align: center;
	}
	
#comments, .commentlist, #respond, #commentform { width: 650px; }

/* Structure Fixes */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix { display: block; }

/* Typo */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 140%;
	}

small {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

hr {
	border: 1px solid #d8d8d8;
	height: 1px;
}

h1, h2, h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 140%;
	margin: 0px;
	color: #000;
}

h1 { font-size: 2em; }

h2 { font-size: 1.6em; }

h3 { font-size: 1.3em; }

h1, h1 a, h1 a:hover, h1 a:visited {
	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: #b85b5a;
	}

.commentlist li, #commentform p, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	width: 650px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

a, h2 a:hover, h3 a:hover {
	color: #47391E;
	text-decoration: none;
	}

a:hover {
	color: #EDD7A9;
	text-decoration: underline;
	}
	
#footer p {
	position: relative;
	top: -10px;
	font-size: 0.9em;
	}

/*	Begin Headers */
h1 { margin: 0; }

h2 { margin: 30px 0 0; }

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* 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
	}

/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar { font-family: Arial, Helvetica, sans-serif; }

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul li h2 { font-size: 1em; }

#sidebar ul li a { font-size: 0.85em; margin: 0; }

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

.ngg_widget {
	width: 180px;
}

.ngg_widget a img { float:left; }



/* Begin Form Elements */

#searchform { width: 170px; }

#sidebar #searchform { margin: 15px 0 15px 0px;  }

#sidebar #searchform label.hidden { display: none; }

#sidebar #searchform #s { border: 1px solid #d8d8d8; width: 95px;  }

#sidebar #searchsubmit {margin-left: 5px; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform label { font-family: Arial, Helvetica, sans-serif; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d8d8d8;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #d8d8d8;
	}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #d8d8d8;
	}
