/*
 * WIDGETS STYLE FOR KURDC
 * Kathmandu University Research, Development and Consultancy.
 *
 * HILSON SHRESTHA | http://hilsonshrestha.com.np
 * ROHIT SHRESTHA  | http://shrestharohit.com.np
 */


h1, h2, h3 {
	font-weight: 300;
	box-sizing: border-box;
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}


select {
	background: #eee;
	padding: 0 10px;
	border: 1px solid #ddd;
	font-family:inherit;
	font-size: inherit;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	outline: none;
}

.button {
	background: #eee;
	padding: 5px 10px;
	line-height: 24px;
	border: 1px solid #ddd;
	font-family:inherit;
	font-size: inherit;
	border-radius: 0;
	outline: none;
}

select:hover, .button:hover {
    background: #f6f6f6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1); 
}

select:active, .button:active {
	background: #eee;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.button + .button {
	border-left: 0;
}

table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

tr, td {
	border: 0;
	margin: 0;
	padding: 0;
}

/*NAVIGATION*/

ul.navBar {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navBar li {
	padding: 0;
	margin: 0;
	display: inline-block;
	box-sizing: border-box;
}


