/* Use this stylesheet for any custom CSS code. Code entered into this file will be applied automatically to all pages using the theme. */

.message-text {
	font-weight: normal;
	font-style: normal;
}

#headerContainer {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	overflow: visible;
}


#headerShadow {
        position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
	height: 10px;
	background: url(images/editable_images/header_shadow_red.png) repeat-x;
	z-index: 1;
}

#siteSlogan h2 {
	display: block;
	position: relative;
	padding-bottom: 0px;
	border-top: true;
        color: %colour_site_slogan%;
	border-bottom: none;
}

a.anchor{
    text-decoration:none;
    cursor:text;
    color: #595959;
}

:target{
    padding-top: 100px;
}

a.internalmenu{
    text-decoration:none;
    color: #585858;
}

a.internalmenu:hover{
    color:#D40000;
}

sidebar.vertical_links {
    background: red;
}