/*
Theme Name: Blue Kino
Theme URI: http://kino.pandela.net/
Description: My first wordpress theme.
Version: 1.3
Author: Kino
Author URI: http://kino.pandela.net/
*/

body {
	font:12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
	background:#e2e803;
	color:#2b2b2b;
	margin:0;
	padding:0;
}
img {
	border:none;
	display:block;
	text-align:center;
	margin:0 auto;
}

a:link { color: #ff6c00;
text-decoration: none;
cursor: help; }

a:visited { color: #ff6c00;
text-decoration: none;
cursor: help; }

a:hover { color: #3f3f3f;
text-decoration: none;
cursor: help; }


h2 {
	text-align:right;
	font-size:20px;
	margin:0;
	padding:0;
}
blockquote { color:#777; }
#header {
	top:0px;
	width:681px;
	height:249px;
	margin:0px auto;
	text-align:left;
	background:url("images/header.png") no-repeat top;
}

#header2 {
	text-align:left;
	font:11px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
        line-height: 11px;
	color:#2b2b2b;
        width: 100%;
}
#header2one {
  float: left;
  width: 150px;
  margin-left: 15px;
  padding: 5px;
  text-align: justify;
}
 
#header2two {
  float: left;
  width: 110px;
  margin-left: 20px;
  padding: 5px;
} 
.header2two ul {
 list-style-type: none;
 margin: 0px;
 padding: 0;
 }
.header2two li {
 list-style-type: none;
 margin: 0 0 0px 0;
 padding: 0px; }

.header2two ul li {
 list-style-type: square;
 list-style-position: inside;
 color: #3f3f3f;
 margin: 0 0 0px 0;
 padding-left: 10px; }


#header2three {
  float: left;
  width: 150px;
  margin-left: 15px;
  padding: 5px;
  text-align: justify;
} 
#header2four {
  float: left;
  width: 150px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  text-align: right;
} 

#container {
	text-align:center;
	width:681px;
	margin:0 auto;
	padding:0 0 0;
}


/*------- Tab Menu ---------*/
#nav {
	list-style:none;
	width:525px;
	font:x-small/normal tahoma, verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0 0 0 5px;
}
#nav li { display:inline; }
#nav a {
	float:left;
	font-weight:normal;
	border-bottom:1px solid #e6e6e6;
	background:url("images/tab.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 24px;
}
#nav a span {
	color:#777;
	float:left;
	background:url("images/tab.gif") no-repeat right top;
	padding:5px 36px 4px 11px;
}
#nav #current a {
	font-weight:bold;
	background-position:0 -80px;
	border-width:0;
}
#nav #current a span {
	color:#555;
	padding-bottom:4px;
	background-position:100% -80px;
}
#nav a:hover { background-position:0% -40px; }
#nav a:hover span { background-position:100% -40px; }

/*------- Posts ---------*/
#content {
        margin-left: 0px;
	margin-right: 0px;
	padding-left: 167px;
}

#content a, .entry a, .commentlist a, #footer a {
	color:#39C;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom:1px dashed;
}

.avatar {float: left;
         margin-left: -150px;
         margin-top: -65px;
         border: 0px;
         position: relative;
         bottom: 10px;
}

.entry {
	text-align:justify;
	margin-right: 0px;
        width: 514px;
        padding-top: 10px;
        padding-bottom: 10px; 
}
.entry li {
	list-style:none;
	list-style-image:url("images/bullet.gif");
	margin:10px 0 0;
}
.entrycontent {
	background:#FFF;
	position:relative;
        width: 422px;
	margin-right:0px;
        margin-left: 32px;
	padding:10px 30px 2px;
}
.pie {
	color:#777;
	font-size:12px;
	text-align:right;
        padding-top: 15px;
        padding-right: 30px;
}
.date {
	padding-left:15px;
	background:url("images/arrows.png") center left no-repeat;
}
.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:56px;
	background:#e2e803 url(images/top.png) right no-repeat;
        text-align: right;
}
.bottoml {
	height:56px;
	background:#e2e803 url(images/bottom.png) right no-repeat;
}

/* --- Comments template --- */
#comments {
	border-top:1px solid #e6e6e6;
	margin:30px 0 0;
	padding:20px 0 0;
}
#comments li {
	list-style:none;
	list-style-image:none;
	margin:0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color:#D8E7F3; }

#previous{
	width:78px;
	height:64px;
	margin:0 auto;
	background: url(img/prev.png) no-repeat;
}

#next{
	width:78px;
	height:64px;
	margin:0 auto;
	background: url(img/next.png) no-repeat;
}

/* --- Footer ---*/
#footer {
	text-align:center;
	padding:0 30px 10px;
}