/*
Theme Name: WordPress KnowledgeCollege
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: KnowledgeCollege

*/


#header .menu li.students a{
	left:34px;
	top:31px;
	width:101px;
	height:36px;
	background:url(images/students.png) no-repeat;
}
#header .menu li.students a:hover,
#header .menu li.students a.active {
	background:url(images/students-hov.png) no-repeat;
}
#header .menu li.parents a{
	left:175px;
	top:28px;
	width:101px;
	height:36px;
	background:url(images/parents.png) no-repeat;
}
#header .menu li.parents a:hover,
#header .menu li.parents a.active {
	background:url(images/parents-hov.png) no-repeat;
}
#header .menu li.tutors a{
	left:318px;
	top:25px;
	width:82px;
	height:36px;
	background:url(images/tutors.png) no-repeat;
}
#header .menu li.tutors a:hover,
#header .menu li.tutors a.active {
	background:url(images/tutors-hov.png) no-repeat;
}
#header .menu li.about-kci a{
	left:441px;
	top:22px;
	width:116px;
	height:36px;
	background:url(images/about.png) no-repeat;
}
#header .menu li.about-kci a:hover,
#header .menu li.about-kci a.active {
	background:url(images/about-hov.png) no-repeat;
}
#header .menu li.contact a{
	left:592px;
	top:19px;
	width:100px;
	height:36px;
	background:url(images/contact.png) no-repeat;
}
#header .menu li.contact a:hover,
#header .menu li.contact a.active {
	background:url(images/contact-hov.png) no-repeat;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#commentform p {
    margin:0;
    padding:0 0 7px;
}

#commentform p textarea {
    width:80%;
}

.commentlist li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.formc a {
    color:#000;
}

.formc a:hover {
    text-decoration:none;
}

.formc h2 {
    font-size:16px;
    padding: 5px 0;
}
