/* @override http://eth.guay.ch/php/styles.css */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	color: #444;
	font-family: monospace;
	font-size: 16px;
	margin: 0 auto;
	width: 800px;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 640px;
	margin-top: -320px;
	margin-left: -320px;
	background: #eee;
}
#header {
	position: absolute;
	top:  15px;
	left: 15px;
	height: 110px;
	width: 610px;
	border-bottom: 1px solid #000;
}
#content {
	position: absolute;
	top:  140px;
	left: 15px;
}
#logo {
	position: absolute;
	top:  0;
	right: 0;
}
#logo .regimo {
	font-family: Walbaum;
	font-size: 20px;
	line-height: 24px;
}
#logo .regimo em{
	font-style: normal;
	color: #e62819;
}
#logo .claim{
	font-style: normal;
	font-size: 9px;
}
h3, p {
	margin-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, Verdana;
	margin: 0
}

.intro {
	border: 1px solid #555;
	padding: 10px;
	padding-bottom: 0;
	margin: 20px 0;
}
.intro p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}

p#page-title {
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 5px;
}
div[id^="editor"] {
	margin-bottom: 0;
	width: 610px;
}


#editor1 p, #editor2 p, 
#editor3 p, #editor4 p {
	font-family: Walbaum;
	font-size: 20px;
	line-height: 24px;
}
#editor1, #editor2  {
	position: relative;
	width: 440px;
}
#editor2 p {
	color: #e62819;
}
#editor3 p {
	margin-bottom: 0;
}
#editor4 p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
#download {
	margin-top: 10px;
	padding: 7px;
	border: 1px solid #ccc;
	color:  #ccc;
    text-align: center;
}
#gallery {
	position: absolute;
	bottom: 15px;
	left: 15px;
	list-style: none;
}
#gallery li {
	float: left;
	width: 120px;
	height: 80px;
	padding-top: 30px;
	margin-right: 2px;
	border: 1px solid #ccc;
	text-align: center;
	color:  #ccc;
}


[contenteditable="true"] {
	outline: 1px dashed #fff;
}

[contenteditable="true"]:hover {
	outline: 1px dashed #e62819;
    background: rgba(255,255,255, 0.4);
}



