/*---global---*/

body {
font-family: 'Lato', sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #222;
	background-color: #b895f5;
	/*background-image: url("/images/rain.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;*/
}

.promo {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #ddd;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 28px;
}

.promo-img {
	max-width:180px;
	margin: 10px;
}

.page-container {
	max-width: 800px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	padding: 40px;
	border-radius: 0px 0px 10px 10px;
}

a {
	text-decoration: none;
	color: #000;
}

.link {
	display: inline-block;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ddd;
}

.link:hover, a:hover,  .promo-link:hover {
	cursor: pointer;
	color: #c00;
}

.red {
	color: #c00;
}

.grey {
	color: #ddd;
}

/*---title---*/

.title {
	margin-bottom: 20px;
}

.site-title {
	display: inline-block;
	font-size: 28pt;
}

.site-title:hover {
	cursor: pointer;
}

/*---hamburger---*/

.hamburger {
	display: inline-block;
	width: 25px;
	margin: 0px 10px 0px 0px;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger-image {
	height: 25px;
	width: 25px;
}

.hamburger-menu-container {
	display: none;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
}

/*-- content --*/

.content {
	min-height: 400px;
	max-width: 1024px;
}

p, ul {
max-width: 500px;
}

.image {
max-width: 450px;
margin-left: 25px;
}

/*---page---*/

.page-title {
	font-size: 24px;
	margin-bottom: 20px;
}

/*---footer---*/

.footer-content {
	margin-top: 50px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ddd;
}

/*---background---*/

.cell {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	margin: -1px 0px 0px -1px;
}

.backrow {
	margin-bottom: -9px;
}

.mask {
	position: absolute;
	z-index: 10;
	top: 27px;
	left: 96px;
}

.in {
	position: absolute;
	z-index: 20;
	top: 520px;
	left: 95px;
	color: #c00;
}

.out {
	position: absolute;
	z-index: 20;
	top: 520px;
	left: 1058px;
	color: #c00;
}

.background {
	position: absolute;
	top: 35px;
	left: 130px;
	z-index: 0;
}