/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:Hung Truong
	Author Site	:http://www.hung-truong.com/blog/
	Scheme Name	:HungTruong
	Comments	:
*/

body {
	background: #D8DFAF url('basugasu-background.png');
	background-repeat: repeat-x;
	margin: 0px 0 30px;
	border:none;
	}
	
#page {
	padding: 0;
	border:none;
	}
	
#header {
	background: #A3C159 url('basugasu-yotsuba-header.jpg');
	}
	
#primary {
	padding:0px 0px 10px;
	}
	
#primary a, .primary a:visited {
	color: #2277DD;
	}
	
	
#primary .entry-content img  {
	padding: 0px;
	border: 3px solid #fff;
	max-width: 100%;
	}
	
#primary a img {
	padding: 0px;
	border: 3px solid #fff;
	max-width: 100%;
	}
	
#primary a img:hover{
	border: 3px solid #A3C159;
	padding: 0px;
	max-width: 100%;
	}
	
.item {
	/* Each entry is contained within the 'item' class */
	}
	
.entry-content {
	/* The meat and potatoes of every entry */
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#primary .item .entrycontent {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.secondary {
	/* Contains the sidebar */
	}

.secondary h2 {
	background: #57b8b1 url(basugasu-h2.png) repeat-x top left;
	font-weight: bold !important;
	padding: 3% !important;
	color: #FFF;
	width: 96%;
	display: block;
	z-index: 5;
	margin: 0;
	}

.secondary a {
	color: #748b19;
	}

.secondary div.sb-links ul li ul li{
	list-style-image: url(external.gif);
	list-style-type: circle;
	margin-left: 2em;
}

.secondary div.sb-latest ul li{
	list-style-image: url(document.gif);
	list-style-type: circle;
	margin-left: 2em;
}

ul.menu,
ul.menu li a {
/* controls the padding between menu items */
	padding: 5px 8px 0px 8px;
}

.adback {
	background: #4fb6b2;
	width: 100%;
}

