/*
Theme Name: Analytics
Theme URI: http://www.piwik-connector.com
Description: basic style for piwik-connector.com
Version: 1.0
Author: Tino Goetz
Author URI: http://www.piwik-connector.com
Last: 20.09.2008 11:55:00
*/


/**
 *
 * @css-for (allgemein, Browser gleich setzen)
 */
* {
margin: 0;
padding: 0;
}


/**
 *
 * @css-for (body)
 */
body {
	background:#C3D9FF;	
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	font-size:14px;
	color:#444444;
}

a:link, a:visited {
	color:#0547FF;
}

/**
 *
 * @css-for (Tags)
 */

blockquote p:before {
content:open-quote;
font-size: 1.5em;
}

blockquote p:after {
content:close-quote;
font-size: 1.5em;
}

/**
 *
 * @css-for (All)
 */
.container {
	margin:20px auto;
	width:960px;
}

.header {
	background:#ffffff;
	margin-bottom:20px;
	padding:10px;
}

.header h1 a {
	color:#444444;
	text-decoration:none;
}

.header .left {
	float:left;
	width:330px;
	background:#ffffff;
}

.header .left h1 {
	padding-left:38px;
	background: url(images/pc_32.png) no-repeat;
	height:32px;
	vertical-align:bottom;
	font-size:33px; 
}

.header .right {	
	float:right;	
	text-align:right;
}

.header .right .de {
	padding-left:24px;
	margin-right:15px;
	background: url(images/de.gif) no-repeat;
}

.header .right .en {
	padding-left:24px;
	background: url(images/edu.gif) no-repeat;
}

.header .right .menu {
	text-align:right;
	margin-top:10px;
}

.wrap {	
	float:left;
	width:580px;
}

.content {
	margin-bottom:20px;
	background:#ffffff;	
	padding:10px;
	width:580px;
}



.content h2 {
	margin-bottom:15px;
}

.content p {
	margin-bottom:10px;
	line-height:20px;
}

.content ul {
	margin-left:15px;
	margin-bottom:10px;
}

.content ul li {
	margin-bottom:5px;
	line-height:20px;
}

.sidebar {	
	margin-left: 620px;
	margin-bottom:20px;
}

.sidebar .download {
	background:#E75454;
	padding:10px;
}

.sidebar .download a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.sidebar .screenshot {
	background:#ffffff;
	padding:10px;
}

.sidebar .screenshot h3 {
	margin-bottom:10px;
}

.sidebar .screenshot img {
	border:0px;
}

.sidebar .autor {
	background:#ffffff;
	padding:10px;
	margin-top:20px;
}

.sidebar .autor h3 {
	margin-bottom:10px;
}

.sidebar .autor img {
	float:left;
	margin:0 10px 0 0;
}
.sidebar .autor td p {
	margin-bottom:5px;
}

.sidebar .feedback {
	background:#ffffff;
	padding:10px;
	margin-top:20px;	
}

.sidebar .feedback h3 {
	margin-bottom:10px;
}

.sidebar .feedback p {
	line-height:20px;
	margin-bottom:10px;
}

.sidebar .feedback a:link, .sidebar .feedback a:visited {
	color:#0547FF;
	text-decoration:none;
	margin:6px;
	font-weight:bold;
	font-size:18px;
}

.sidebar .feedback a:hover {
	color:#555555;
	text-decoration:underline;
}

/**
 *
 * @css-for (Footer)
 */
.footer {
	clear:both;	
	margin-bottom:50px;
	padding:10px;
	background:#ffffff;
}

.vn dd {
	font-weight:bold;
	margin:20px 0 10px;
}

.vn h4 {
	margin:20px 0 10px;
}

.alignleft {
	float:left;
	margin-right:15px;
}

.alignright {
	float:right;
	margin-left:15px;
}

#comments {
	margin-bottom:5px;
}

#postcomment {
	margin-bottom:15px;
}

#commentform label {
	margin-bottom:5px;
}

#commentform textarea, .y_msg {
	border: 2px solid #dddddd;
	margin-top:5px;
	margin-bottom:10px;
	padding:4px;
	background:#fafafa;
	width:566px;
}

#commentform .textfield, .y_name, .y_email, .y_site, .y_subject {
	border: 2px solid #dddddd;
	margin-top:5px;
	margin-bottom:10px;
	padding:4px;
	background:#fafafa;
}

#commentlist {
	list-style:none;
}

.avatar {
	float:left;
	margin-right:10px;
}

.comment_text {
	margin-top:10px;
}

.comment_text p {
	margin-bottom:0px;
}

.comment_author a {
	font-weight:bold;
}

.comment_time {
	margin-top:5px;
}

.approve {
	color:green;
	font-weight:bold;
}

.cathead h2 {
	margin-bottom:5px;
}

.cathead p {
	margin-bottom:0px;
}

.story .left {
	float:left;
}

.story .right {
	float:right;
}

.pxs_css_spamcheck {
	display:none;
}
