/*
Theme Name: Generatepress modified DMK
Theme URI: http://wordpress.org/
Description: Standard Generatepress modified by David DMK.
Author: Generatepress team + DMK
Version: 0.0
Template: generatepress
*/

@import url("../generatepress/style.css");

body {
	background: rgb(255,255,255);
	font-family: Tahoma;
}

.main-title  {
	font-size : 25px;
	font-weight: bold;
	padding-left: 20px;
}

.site-description  {
	font-size : 22px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 12px;
}

.boxes-home {
	padding: 10px 72px 0px 72px;
}

.box-home {
	background-color: #e0e0e0;
}

a { text-decoration: none; }

.with-borders {
	padding: 40px;
	border : 5px solid rgb(200,200,200);
	border-radius: 5px;

}

img.attachment-full {
	display: none;
}
