table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top !important;
}

img.header-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0 !important;
	box-shadow: 0  0  0 rgba(0, 0, 0, 0) !important;
}

body {
	font-size: 15px !important;
	font-size: 1.1rem !important;
}

body {
	background-image: url(images/pattern_gregl.gif);
	background-position: 0px 0px;
	background-repeat: repeat;
}

.entry-content table,
.comment-content table {
	font-size: 15px !important;
	font-size: 1.1rem !important;
}

a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}

footer[role="contentinfo"] {
	border-top: none;
	padding: 40px 0;
	padding: 2.9rem 0;
	margin-top: 0;
	margin-top: 0;
}

.wrapper{
	border-top: none;
	background-image: url(images/footer_pattern.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.widget-area {
margin: 0;
margin: 0;
background-color: #f3f3f3;
padding: 20px;
}

.main-navigation {
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
margin-top: 40px;
margin-top: 2.9rem;
text-align: center;
background-color: #f3f3f3;
padding-left: 20px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
border-bottom: none;
border-top: none;
}

.site-content article {
border-bottom: none;
}
	
.entry-header .entry-title {
	font-size: 42px !important;
	font-size: 3rem !important;
	line-height: 1.2 !important;
	font-weight: normal !important;
}

.entry-content h1,
.comment-content h1 {
	font-size: 42px !important;
	font-size: 3rem !important;
	line-height: 1.2 !important;
	font-weight: normal !important;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px !important;
	font-size: 1.4rem !important;
	line-height: 1.6 !important;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px !important;
	font-size: 1.3rem !important;
	line-height: 1.846153846 !important;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	text-align: justify;
}
.entry-header {
		display:none !important;
}
.site-content {
	margin: 0;
	margin: 0;
}
	
@media screen and (min-width: 600px) {
.entry-header .entry-title {
		font-size: 42px !important;
		font-size: 3rem !important;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
}