/*

Theme Name: Blue Kino with sidebar

Theme URI: http://theearlybird.co.uk/blue-kino-sidebar

Description: The lovely blue kino with an added sidebar.

Version: 1.2

Author: the smu

Author URI: http://theearlybird.co.uk

*/



body {

	font: 12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;

	background: #000;

	color: #333;

	padding: 0;

	margin: 0;

}

img {

	border: none;

	margin: 0 auto;
        text-align:left;

}

a {

	font-weight: bold;

	text-decoration: none;

}

h2 {

	text-align: left;

	font-size: 16px;

	margin: 0;

	padding: 10px 0 0;
	list-style: none;

}

ul {
padding-left: 30px;
margin: 0px;
list-style: none;
}

li {
padding: 0px;
margin: 0px;
}

blockquote { color: #777; }

#header {

margin-top: 80px;
margin-left: auto;	
margin-right: auto;
	width:153px;
	height:40px;
	text-align:left;
	background:url("images/logo.gif") no-repeat;
	

}

#container {
    margin: 0 auto;
	width: 800px;
	padding-left: 200px;

}



/*------- Tab Menu ---------*/

#nav {

	list-style: none;

	margin: 0;

	padding: 0 0 0 5px;

	width: 525px;

	font: x-small/normal tahoma, verdana, arial, helvetica, sans-serif;
display:none;
}

#nav li { display: inline; }

#nav a {

	margin: 0;

	float: left;

	padding: 0 0 0 24px;

	font-weight: normal;

	border-bottom: 1px solid #e6e6e6;

	background: url("images/tab.gif") no-repeat left top;

}

#nav a span {

	color: #777;

	float: left;

	padding: 5px 36px 4px 11px;

	background: url("images/tab.gif") no-repeat right top;

}

#nav #current a {

	border-width: 0;

	font-weight: bold;

	background-position: 0 -80px;

}

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

a:hover img {
text-decoration: none;
}

/*------- Posts ---------*/

#content {
        width: 500px;
        float: left;
	padding: 0;

	margin: 35px;
        

}

#content a, .entry a, .inside a, .commentlist a, #footer a {

	color: #39C;

}

#content a:hover, .entry a:hover, .inside a:hover, .commentlist a:hover, #footer a:hover {

	border-bottom: 1px dashed;

}

.entry {

	margin: 0;

	padding: 0 0 20px;

	text-align: justify;

}

.entry li {

	list-style: none;

	margin: 10px 0 0;

	list-style-image: url("images/bullet.gif");

}

.entrycontent {

	margin: 0;

	background: #FFF;

	position: relative;

	padding: 0 30px;

}


li.widget, ul.widget {
list-style: none;
}


.side {
width: 220px;
        float: left;
	margin: 35px 0 0;
}
.side2 {
        width: 220px;
        float: left;
}
.inside {
width: 200px;
        float: left; 
	padding: 10px;
	margin: 0;
        background-color: #fff;
	line-height: 14px;

}

.inside ul li{
list-style: none;
}

.inside h2{
list-style: none;
padding: 40px 0 0 15px;
	
}


.pie {

	color: #777;

	font-size: 12px;

	text-align: right;

}

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

}



/* --- Comments template --- */

#comments {

	margin: 30px 0 0;

	padding: 20px 0 0;

	border-top: 1px solid #e6e6e6;

}

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



/* --- Footer ---*/

#footer {

	padding: 0 30px 10px;

	text-align: center;

}
/* Begin Sidebar */
#sidebar {
        width: 200px;
        float: right;
	padding: 0;
	padding-right: 30px;
	margin: 50px 0 0;
	text-align:left;

}

#sidebar li ul h2{
       list-style: none;

}

#sidebar a, .entry a, .commentlist a, #footer a {

	color: #39C;

}

#sidebar a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {

	border-bottom: 1px dashed;

}

 .entry2 {

	margin: 0;

	padding: 0 0 20px;

	text-align: left;

}

 .entry2 ul li {

	list-style: none;

	margin: 10px 0 0;


}



