/* menu bar */
html #menu_bar {
	background-color: #EECC00;
}
html a.menu_bar_item {
	background-color: #CCAA00;
}

html a {
	color: #CCAA00 !important; 
}

html #header a.current_page_link {
	color: #CCAA00 !important;
}

html #content_cont {
	border-bottom: 1px solid #CCAA00;
}

html p.section_title {
	border-bottom: 2px solid #CCAA00;
}

html #menu_bar_title {
	text-shadow: -1px 1px #666666 !important;
}


/* all elements */

/* specifics */

.carers_links_publications {
	width: 100%;
	overflow: auto;
}

.carers_links_publications a {
	width: 48%;
	float: left;
	margin-right: 2%;
	padding-bottom:10px;
}

.carers_links {
	width: 100%;
	overflow: auto;
}

.carers_links_column {
	width: 48%;
	float: left;
	margin-right: 2%;
	padding-bottom:10px;
}

.carers_links_column > a, .carers_links_column > p {
	padding-bottom: 10px;
	display:block;
}

@media only screen and (max-width: 700px)  {
	.carers_links_column {
		width: 100% !important;
	}
}

#content img {
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 10px;
}
