/*
	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	: On9 Systems
	Author Site	: http://www.On9Systems.com
	Style Name	: Linda's Education House
	Style URI	: http://www.linda-edu-hse.com.sg/
	Version		: 
	Comments	: Linda's Education House
*/

body {
	background: #FFC30C; /* Dark Brown */
	color: #bbb;
	margin: 0;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	border: 0px;
	margin-top: 10px;
	}

ul.menu
{
	top : 173px; /* CR-4 */
}

ul.menu li a {
	font-size: 1.5em;
	color: white;
	margin: 0;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover 
{
	background-color: #666666;
}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background-color: #FFC30C;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #993300!important;
	}
	
#header {
	/* Contains the H1 and menu */
	background: black no-repeat;
	height: 203px;
	text-align: center;
	}

.content {
	padding: 0 0px 0 20px;
	}
		
#primary {
	/* Contains the main column */
	position: relative;
	float: left;
	width: 650px;
	padding: 0px 10px 10px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

h2, h2 a, h2 a:visited { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}

a, a:visited, .sidebar a:visited {
	color: #868689;
	}
	
#footer a {
	color: #888;
/*	border-bottom: 1px solid #ccc; */
	border-bottom: 0px;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: underline;
	color: #F18E00;
	}	
	
/* makes page with single side bar 950px*/	
.sidebar-single #page {
	width: 950px;
	}

#sidebar-main {
	float: left;
	width: 210px;
	padding: 15px 15px 150px;
	margin-left: 20px;
	}	
		
.page-head {
	margin: 10px 0;
	}	
	
.entry-head {
	margin-top: 0px;
	}	