/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset*/
@font-face {
  font-family: 'Compis';
  src: url(../fonts/Web437_Compis.woff)
  format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  /*background-color: #002b36;
  color: #eee8d5;*/

}
/* the whole shebang */
.main {
  font-family: Compis;
  background-image: url("../images/voidpunk_planet_150x150.gif");
  padding:5%,25%, 5%, 5%;
}
section, .aboutme, .places {
  background-color:#002b36;/*  base 03  */
  border-style: double;
  border-radius: 9px;
  border-width:10px;
  border-color: #d33682; /*   magenta  */
  float:left;
}
section {

  padding: 2%;
  margin: 2%;
  width:85%;
}

/* the about section */
.aboutme {
  padding: 2%;
  margin: 2%;
  width:38%;
}

/* the links section */
.places {
  list-style:circle;
  padding: 2%;
  margin: 2%;
  width:38%;
}

h1 {
  margin-bottom:20px;
  color:#d33682; /*   magenta  */
}
p {
  color:#839496;/*  base0  */
}
a:link {
  color: #859900;/*   green  */
}
a:visited {
  color: #2aa198;/*  cyan  */
}
a:hover {
  color:#b58900;/*  yellow  */
}
a:active {
  color:#6c71c4; /*  violet  */
}

