@charset "utf-8";
/* CSS Document */

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: VintageTypewriter;
}
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

@font-face {
	font-family: 'VintageTypewriter'; 
	src: url('http://www.theplanet.cafe/assets/fonts/VintageTypewriter_SmithUpright.svg');
	src: url('http://www.theplanet.cafe/assets/fonts/VintageTypewriter_SmithUpright.eot');
	src: url('http://www.theplanet.cafe/assets/fonts/VintageTypewriter_SmithUpright.otf');
	format('opentype');
	src: url('http://www.theplanet.cafe/assets/fonts/VintageTypewriter_SmithUpright.ttf');
	format('truetype');
	src: url('http://www.theplanet.cafe/assets/fonts/VintageTypewriter_SmithUpright.woff');
}

body {
	background-color: #FFF;
	color: #111;
	font-family: 'VintageTypewriter', Verdana, sans-serif;
}

#container {
	background-color: #FFF;
}

/* ------------------------------------ main links ---------------------------------- */

a {
  font-family: 'VintageTypewriter', Verdana, sans-serif;
  text-decoration:none;
  margin:0;
  padding:0;
}
a:link {
color:#111;
}
a:visited {
color:#111;
}
a:hover, a:active {
color:#008c95;
text-decoration:none;
}

a:focus {
outline:0;
}

/* ----------------------------------- end of main links ---------------------------------- */

#inner {
	background-color: #FFF;
	color: #111;
	font-size: 1.1em;
	margin: 20px auto 40px auto;
	width: 93.75%;		/* 960px / 1024px */
}
img {
	max-width: 100%;
}

}
#content {
	background-color: #FFF;
	color: #111;
	float: none;
	font-family: 'VintageTypewriter', Verdana, Geneva, sans-serif;
	margin: 0 0 1em 0;
	width: auto;
}

#content h1 {
	font-family: 'VintageTypewriter', Verdana, Geneva, sans-serif;
	font-size: 800%;
	text-align: center;
}

#content p {
	font-family: 'VintageTypewriter', Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 160%;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

#logo img {
	display: block;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
}

#info_block_one{
	margin-left: 20%;
	margin-right: 20%;
	min-height: 180px;
	width: 60%;
}

#info_block_two{
	clear: left;
	display: block;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
}

#area_one {
	background-color: #FFF;
	float: right;
	margin: 0 0 2em 0;
	width: 50%;
}

#area_one p {
	padding-left: 10px;
	text-align: left;
}

#area_two {
	background-color: #FFF;
	float: left;
	margin: 0 0 2em 0;
	width: 50%;
}

#area_two p {
	padding-left: 10px;
	text-align: left;
}

#area_three {
	background-color: #FFF;
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
}

#area_three p {
	text-align: center;
}


@media (max-width: 600px) {
	/* 633px grid (88x6 col, 21x5 gut; 88+21+88+21+88+21+88+21+88+21+88) */

}
@media (max-width: 400px) {
	#inner {
	font-size: 1em;
	margin: 20px auto 60px auto;
	}
	#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}
	#info_block_one{
	margin-left: auto;
	margin-right: auto;
	min-height: 180px;
	width: 80%;
	}
	#info_block_two{
	clear: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}
	#area_one {
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
	}
	#area_two {
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
	}
	#area_three {
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
	}
	#area_three p {
	padding-left: 10px;
	text-align: left;
	}
}
@media (max-width: 800px) {
	#area_one {
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
	}
	#area_two {
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
	}
	#area_three {
	float: none;
	margin: 0 0 2em 0;
	width: 100%;
	}
	#area_three p {
	padding-left: 10px;
	text-align: left;
	}
}

@media (max-width: 1300px) {
	#info_block_one {
	min-height: 240px;
	}
}

