
body{
	background-color:RGB(240,240,240);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#container{
	max-width: 980px;
	background-color: white;
	margin: 20px auto;
	box-shadow: 5px 5px 15px RGBA(0,0,0,.8);
}

#mk_site_header{
	background-color: white;
	background-repeat: no-repeat;
	background-position: 400px;
	padding: 20px;
	position: relative;
}

#mk_site_header_logo{
	height: 80px;
	width: 940px;
	background-image: url('/core/images/logos/letthechildrenplay_header.jpg');
	background-repeat: no-repeat;
	background-size: 494px 80px;
	background-position: left;
	position: relative;
}

#mk_site_header_headerimage{
	height: 80px;
	width: 940px;
	background-repeat: no-repeat;
	background-size: 587px 80px;
	background-position: right;
	position: absolute;
	top: 20px;
}

#mk_site_navigation{
	padding: 5px 10px;
	background-color: white;
	color: black;
}

#mk_site_navigation ul{
	list-style: none;
	padding: 0px;
}

#mk_site_navigation ul li{
	background-color: black;
	float:left;
	padding: 5px;
	margin-right: 10px;
	cursor: pointer;
}

#mk_site_navigation ul li a{
	color: white;
	text-decoration: none;
}

#mk_site_navigation ul li:hover{
	background-color: darkgreen;
	color:black;
}

#mk_site_navigation ul li:hover a{
	color:black;
}

#mk_site_content{
	background-color: white;
	padding: 20px;
	width: 980px;
	float: left;
}

.sidebar #mk_site_content{
	width: 650px;
}

.edit #mk_site_content_title, .edit #mk_site_content_content, .edit #mk_site_content_widget, .edit #mk_site_content_settings{
	outline: 3px solid RGB(0,102,255);
	cursor: pointer;
}

.edit #mk_site_content_title:hover, .edit #mk_site_content_content:hover, .edit #mk_site_content_widget:hover, .edit #mk_site_content_settings:hover{
	background-color: lightgray;
}

#mk_site_content_content{
	min-height: 50px;
}

#mk_site_content_widget{
	min-height: 50px;
}

#mk_site_content_information{
	border-top: 1px solid black;
	height: 60px;
}

#mk_site_content_information div{
	float: right;
	text-align: right;
}

#mk_site_content_information div p{
	margin: 0px;
}

#mk_site_sidebar{
	width: 250px;
	background-color: white;
	padding: 20px;
	float: left;
	color: black !important;
}

#mk_site_sidebar a{
	color: black !important;
}

.mk_site_sidebar_item{
	border-bottom: 2px solid darkgray;
}

#mk_site_footer{
	background-color: white;
	padding: 20px;
	color: black;
	text-align: center;
	height: 60px;
}

#mk_site_footer a{
	color: black;
}

#mk_site_footer_login{
	float:left;
}

#mk_site_footer_avatar{
	float: left;
}

#mk_site_footer_actions{
	float: left;
	margin-left:25px;
	text-align: left;
}

#mk_site_footer_actions a{
	display: block;
}

#mk_site_footer_MKCMS{
	float: right;
}

#mk_site_footer_MKCMS_logo{
	float: right;
	margin: 5px;
}

#mk_site_footer_MKCMS_text{
	float: right;
	margin: 5px;
}