/*
	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: #E2E3D1;
	margin: 20px 0 30px;
	}
	
#page {
	padding: 10px 10px 10px 10px;
	}
	
#header {
	background: #40501F url('hungtruong-header.jpg');
	}

#primary .itemtext img{
	margin:0px;
	}
	
#primary a, .primary a:visited {
	color: #748b19;
	}

#primary ul {list-style-type:circle;}

#primary ol {list-style-type:decimal;}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

.secondary h2 {
	background: #40501F url(hungtruong-h2.png) repeat-x top left;
	font-weight: bold;
	padding: 3%;
	color: #FFF;
	width: 96%;
	display: block;
	z-index: 5;
	margin: 0;
	}

.secondary h4 {
	background: #40501F url(hungtruong-h2.png) repeat-x top left;
	font-weight: bold;
	padding: 3%;
	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 5px;
}

.adback {
	background: #40501F;
	width: 100%;
}
