/*
Theme Name: Margarine
Theme URI: http://aencre.org/
Description: rework de Blue Kino.
Version: 0.2.3
Author: Kino
Author URI: http://kino.pandela.net/
*/


body {
	font:12px/1.5em Museo Sans, Lucida Grande, Arial, Tahoma, Verdana;
	background:#CCCCCC url("images/bg.png") repeat-x;
	color:#333;
	margin:0;
	padding:0;
}
img {
	border:none;
	display:block;
	margin:0 auto;
}
a {
	font-weight:bold;
	text-decoration:none;
}
h2 {
	text-align:left;
	font-size:16px;
	margin:0;
	padding:0;
}
blockquote { color:#777; }
#header {
	top:20px;
	right:30px;
	width:196px;
	height:120px;
	z-index:1000;
	text-align:right;
	position:absolute;
	background:url("images/title.png") no-repeat;
}
#container {
	text-align:center;
	width:575px;
	margin:0 auto;
	padding:125px 0 0;
}

/*------- Tab Menu ---------*/
#nav {
	list-style:none;
	width:525px;
	font:x-small/normal tahoma, verdana, arial, helvetica, sans-serif;
	margin:3px;
	padding:0 0 0 5px;
}
#nav li { display:inline; }
#nav a {
	float:left;
	font-weight:normal;
	margin:0;
}
#nav a span {
	color:#777;
	float:left;
}
#nav a:hover { background-position:0% -40px; }
#nav a:hover span { background-position:100% -40px; }

/*------- Posts ---------*/
#content {
	margin:35px 0 0;
	padding:0;
}
#content a, .entry a, .commentlist a, #footer a {
	color:#666666;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom:1px dashed; cursor: nw-resize; 
}
.entry {
	text-align:justify;
	margin:0;
	padding:0 0 20px;
}
.entry li {
	list-style:none;
	list-style-image:url("images/bullet.gif");
	margin:10px 0 0;
}
.entrycontent {
	background:#FFF;
	position:relative;
	margin:-2px 0;
	padding:10px 30px 2px;
}
.pie {
	color:#777;
	font-size:12px;
	text-align:right;
}
.date {
	padding-left:15px;
        font-size:8px;
}
.categories {
	padding-left:15px;
	background:url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left:17px;
	background:url("images/comments.gif") center left no-repeat;
}
	
/*------- Rounded divs ------------*/
.topl { 
	height:15px;
	background:#FFF url(images/topl.gif) left no-repeat;
}
.topr { 
	height:15px;
	background:url(images/topr.gif) right no-repeat;
}
.bottoml {
	height:15px;
	background:#FFF url(images/bottoml.gif) left no-repeat;
}
.bottomr {
	height:15px;
	background:url(images/bottomr.gif) right no-repeat;
}


/* --- Footer ---*/
#footer {
	text-align:center;
	padding:0 30px 10px;
}