/*
	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	:DDR Diet
	Comments	:
*/

body {
	background-color: #9c3;
	margin: 20px 0 30px;
	}
	
#page {
	background: #white ;
	/* The entire design is contained within the 'page' id */
	padding: 20px;
	/* The entire template's width is set in this class. */
	width: 728px;
	_width: 728px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #49a120 url(ddrdiet/ddr-diet-header-v3.jpg);
	}
	
.primary {
	/* Contains the main column */
	padding: 0px 0 10px;
	margin: 0 10px 0 10px;
	width: 472px;
	_width: 472px; /* IE Hack */
	}
	
.primary img {
	border: 1px solid #fff;
	}

.primary h2, .primary h2 a, .primary h2 a:visited {
	color: #390;
	}
	
.primary a, .primary a:visited {
	color: #390;
	}
	
.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	color: #390;
	}
.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	font: 1em/1.5em Verdana, Arial, Sans-Serif;
	width: 200px;
	_width: 170px;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	_margin-right: -21px;
	}

.secondary h2 {
	font-size: 1.5em;
	font-weight: bold;
	background: #49a120 url(ddrdiet/ddr-diet-h2.png) repeat-x top left;
	padding: 3%;
	color: #fff;
	width: 96%;
	_width: 160px;
	display: block;
	margin: 0;
	z-index: 5;
	}

.secondary a {
	font-size: 1.1em;
	color: #390;
	}
	
ul.menu li a:hover {
	background: none; 
	color: #fff !important;
	text-decoration: underline;
	}
ul.menu,
ul.menu li a {
/* controls the padding between menu items */
	padding: 5px 8px 5px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: none;
	color: #fff !important;
	text-decoration: underline;
	}

.secondary div.sb-links ul li ul li{
	list-style-image: url(hungtruong/external.gif);
	list-style-type: circle;
	margin-left: 2em;
}

.secondary div.sb-latest ul li{
	list-style-image: url(hungtruong/document.gif);
	list-style-type: circle;
	margin-left: 2em;
}