/*
Theme Name: googlereport
Theme URI: http://www.limx.net
Description: Individual WordPress theme. Designed by <a href="http://www.klute.se" target="_blank">Rainer Klute</a> & built by <a href="http://www.limx.net" target="_blank">Silke Kaiser</a>. Based on the famous <a href="http://binarybonsai.com/kubrick/" target="_blank">Kubrick</a>.
Version: 1.0
Author: Silke Kaiser, Rainer Klute
Author URI: 
Tags: custom header, fixed width, two columns, widgets

Text Domain: googlereport

	this theme was designed by rainer klute http://www.klute.se 	
	and built by silke kaiser http://www.limx.net
	
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	letter-spacing:0.3px;
	line-height:14pt;
	}

#page {
	text-align: left;
	}

#headerimg 	{
	height: 0px;
	width: 0px;
	}

#content {
	font-size: 14pt;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 16pt;
	}

.narrowcolumn .postmetadata {
	display:none;
}

.thread-alt {
	background-color: #e1effc;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #e1effc;
}

.even, .alt {
	border-left: 1px solid #e1effc;
}

#footer {
	background: #ffffff;
	border: none;
	}

small, .small {
	font-size: 12pt;
	line-height: 15pt;
	}
	
.post small { text-transform:uppercase;}

a, a:link, a:visited {color:#990000;text-decoration:underline;}

h1, h2, h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	display:none;
}

h2 {
	font-size: 24pt;
	line-height:30pt;
	text-transform:uppercase;
	}

h3 {
	font-size: 18pt;
	line-height:20pt;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #990000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}
h2 a:hover {color:#333;}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

#commentform p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 10px 0 20px 20px;
	padding: 0;
	width: 984px;
	}

#header {
	display:none;
	}

#headerimg {
	height: 0px;
	width: 0;
	}

.narrowcolumn {
	background-color:#ffffff;
	float: left;
	padding: 30px;
	margin: 0;
	width: 580px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 640px;
	}

.social_bookmark{
	display:none;	
}

#sidebar {	
	display:none;
}

.post {
	margin: 0 0 60px 0;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	display:none;
}

.clear {
	clear: both;
}

#footer {
	display:none;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0 0;
	}

h2.pagetitle {
	text-align: left;
}

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

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.post h3 {
	margin-top:10px;
	text-transform:uppercase;
	}
/* 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 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;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

.narrowcolumn #searchform #s {
	width: 200px;
	height:20px;
	padding: 2px;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:10px;
	}

.narrowcolumn #searchsubmit {
	border:1px solid #666666;
	margin:10px 0 10px 0;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
	display:none;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Various Tags & Classes */

.red{color:#990000;}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display:none;
	}
/* End Various Tags & Classes*/

