@charset "UTF-8";
/**
 * @package WordPress
 * @subpackage Basis_Theme
 */
 
/*
Theme Name: Mein Theme. Und nicht deins!
Theme URI: http://kawie.net/
Description: 
Version: 1.2.1
Author: Kai
Author URI: http://kawie.net/
Tags: 
License: GNU General Public License (GPL) version 3
last Date: 11.01.2010 12:34:34
*/

/* body und so ***********************/
body {font-family: Cantarell, sans-serif;}
a {color: #000!important;}
a:hover {text-shadow: green 0px 0px 2px;}
p {font-size: 14pt!important;}
h1, h3 {font-size: 2em; font-weight: bold; margin: 0.67em 0px; font-family: 'Inconsolata', courier, monospace;}
#wrap {margin-left: 20px; margin-right: 20px;}

/* header ****************************/
#header h2, #header h2 a {margin-bottom: 0px; color: #000!important; text-shadow: black 0px 0px 10px; font-size: 8pt; font-family: monospace; text-decoration: none;}
#header h2 a:hover {text-shadow: green 0px 0px 5px;}

/* footer ****************************/
#footer, #footer a {color: grey!important;}
#footer ul {
display:inline!important;
list-style-type: none;
margin: 0;
padding: 0;
}
#footer li {
display:inline!important;
padding-right: 2px;
}


/* sidebar ***************************/
#sidebar {float:right; width: 250px;}
#sidebar ul li {list-style-type:none;}
#sidebar ul li ul {padding: 0!important;}

/* artikelseite **********************/
p.info {font-size: 10pt!important;}


/* Twitter ***************************/
.dbooth {
float:left;
position:absolute;
left: 15px;
top: 20px;
}
p.twitter {
margin: 0 0;
margin-top: 5px;
}
.tweet {
	position:relative;
	padding:15px;
        padding-left: 90px;
	margin:0px 0 0.5em;
	margin-right: 250px;
	color:#333;
	background:#eee;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.tweet:before {
	content:url(http://a0.twimg.com/a/1278188204/images/twitter_logo_header.png);
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:-60px;
	right:0;
	width:155px;
	height:36px;
}

/* dreieck */
.tweet:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	top:-30px;
	right:70px;
	width:0;
	height:0;
	border:15px solid transparent;
	border-bottom-color:#eee;
}
