/* Add your custom styles here */



/*changing looks for sidebar */
#sidebar h2 {
	border-bottom:1px solid #c1c1c1;
}

/* moving content up */
#wrapper {
	margin-top:-12px;
}

/* repositioning logo and name after moving content up */
#logo  {
	margin-top:12px;
}

#name  {
	margin-top:12px;
}

/*Changing the color of the text in the header*/
#header #name a {
    color: rgb(242, 241, 235);
    text-rendering: optimizelegibility;
}

#header #slogan {
    color: rgb(242, 241, 235);
    text-rendering: optimizelegibility;
}

#sidebar #searchform #s {
    width: 100% ;
}

#sidebar #searchsubmit {
    display: none;
}

#sidebar a {
	border-bottom: none;
}

a:hover {
	font-weight: bold;
}

#footerpages a {
	border-bottom: none;
	font-size: 95%
	font-weight: normal;
}


#footerpages a:hover {
//	font-weight: normal;
}

#footerpages {
	text-align: left;
	color: #8C1515;
	background-color: #fff;
}

#activepage {
    font-weight: bold;
    color: #8C1515;
}

#copyright {
	text-align: left;
	color: #8C1515;
}

#sidebar li {
	margin-right: -5em;
}

