html, body {
	background: #C2DBE0
}
body {
	padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
}
.mealladh-page {
	background: url(../img/mealladh-bg1.png) top left no-repeat;
	background-size: 100% 100%;
	line-height: 2.0em;
	padding: 30px 50px 20px 70px;
}
.mealladh-page p, .mealladh-page h1, .teachers-notes h2, .authors h2, .authors h3 {
	font-family: 'Sunshiney', cursive;
	font-weight: 500;
	font-size: 170%;
	color: #000
}
.mealladh-page h1 {
	font-size: 220%;
}
.authors-wrapper {
	background: #81AF6F url(../img/mealladh-32-bg.png) left top repeat;
}
.authors {
	background: url(../img/pen-shadow.png) left top repeat-x;
	padding: 20px 0px 30px 0px;
}
.authors h2 {
	font-size: 200%;
	margin: 0px 5px 10px 30px;
	font-weight: bold;
}
.authors h3 {
	font-size: 200%;
	margin: 5px 5px 0px 10px;
}
.author1 p, .author2 p, .author3 p, .author4 p {
	padding: 10px;
}
.author1, .author2, .author3, .author4 {
	border: 1px dashed #666;
	box-shadow: 5px 5px 5px #426224;
}
.author1 {
	background: #FF0 url(../img/mealladh-text2.png) bottom right no-repeat;
}
.author2 {
	background: #F90 url(../img/mealladh-text2.png) bottom right no-repeat
}
.author3 {
	background: #9C0 url(../img/mealladh-text2.png) bottom right no-repeat
}
.author4 {
	background: #0CC url(../img/mealladh-text2.png) bottom right no-repeat
}
.mealladh-footer {
	color: #fff;
	background: #666;
	padding-top: 5px;
}
.navbar-inverse .nav > li > a {
	color: #fff!important;
}
.navbar-inverse .nav > li > a:hover {
	color: #E06053!important;
}
.teachers-notes {
	background: #E06053 url(../img/haiti-bg2.jpg) bottom right no-repeat;
}
.teachers-notes2 {
	background: url(../img/pen-shadow.png) left top repeat-x;
}
.teachers-notes h2 {
	font-size: 200%;
	font-weight: bold;
}
.teachers-notes a {
	color: #fff;
	font-weight: 300;

}
.teachers-notes a:hover {
	color: #000;
	text-decoration: none
}
.teachers-notes ul {
	list-style-type: none;
}
.mealladh-red {
	color: #E06053!important;
}
.mealladh-red:hover {
	color: #81AF6F!important;
}
.mealladh-green {
	color: #81AF6F!important;
}
.mealladh-green:hover {
	color: #E06053!important;
}
.footer-link1, .footer-link1 a
{
	color: #999;
}