﻿#MMcontent
{
	width: 75%;
	float:right;
	padding-right:2%;
}

#main
{
	width: 88%;
	float: left;
    padding-top: 0.5%;
}

.main
{
	width: 88%;
	float: left;
}

.HTMLHeader
{
	margin-top: 10px;
	padding: 1% 1%;    
	color: #be0d0d;
	font-size: 130%;
}

.HTMLBody
{
	margin-top: 10px;
	padding: 1% 1%;
	text-align: justify;
}

.HTMLBody p
{
	margin-bottom: 20px;
}

.HTMLBody li
{
	padding-bottom: 15px;
	font-size: medium;
	display: block;
}

.HTMLBody li:after
{
	clear: both;
}

.cont_img
{
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.strong
{
	text-decoration: none;
	font-weight:bolder;
	font-size: 1em;
	display: block;
	padding-bottom: 1%;
	color:#000;
}

.HTMLBody li p
{
	display: block;
	clear:both;
}


.datetime
{
	font-size:small;
	float: right;
	padding-left: 1%;
	font-weight: bold;
}

.geolocation
{
	width: 96%;
	padding: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:small;
}

.visitsstats
{
	width: 100%;
	height: 60px;
	background-color: #9b0e1a;
	color: #fff;
	padding: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:x-large;
}

#child 
{
	line-height: 40px;
}

.HiddenError
{
	display:none;
}

.ShownError
{
	display: block;
	background-color: #f1ea65;
	border: solid 2px #be0d0d;
	text-wrap: normal;
	padding: 20px;
}

.advertising
{
	width: 10%;
	float: right;
	padding-top: 2%;
}

.advertising img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#search_form
{
	padding-bottom: 1%;
	float: right;
}

#search_form input[type='text']
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 16px;
	margin: 0;
	outline: 0;
	padding: 7px;
	width: 60%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;  
}


#search_form input[type="text"]:focus
{
	background: #d2d9dd;
}

#vertical_navigation_menu
{
	padding-bottom: 2%;
	padding-left:2%;
	padding-right:1%;
	width: 25%;
	float:left;
	clear: both;
}

#events
{
	width:100%;
	padding-top: 5%;
}

#events img
{
	display: block;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

#secondary_ads
{
	width:100%;
	padding-top: 5%;
}

#secondary_ads img
{
	display: block;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.hidden
{
	display: none;
}
