
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
}

div, body, li, p, a {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
}

p {
	line-height: 20px;
}

div#ltop {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 33px;
   background-color: #333;
   margin: 0;
   padding: 0;
   padding-top: 7px;
   padding-left: 1.2em;
   z-index: 1000;
   border: 0;
   border-bottom: 1px solid white;
}

ul.ltopnav {
	margin: 0;
	padding: 0;
	display: inline;
}
ul.ltopnav li {
	display: inline;
	padding-right: 2em;
}
ul.ltopnav li a, ul.ltopnav li a:hover {
	color: white;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Patua One', cursive;
	font-weight: normal;
}

/* TODO remove ?
div#alltags {
	width: 100%;
	margin: 0;
	margin-top: 6px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	top: 40px;	
	height:auto;
}
*/

div#lmain {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  height: auto;
  top: 40px; 
  min-width: 1024px;
}


div#fieldsets {
  padding-top: 2em;
}

a {
  color: #777;
}

a:hover {
  color: #333;
}

a.refanchor {
  color: #333;
  text-decoration: none;
}
a.refanchor:hover {
  color: #333;
  text-decoration: none;
}

div.tag {
	float: left;
	background-color: #CCC;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


div.tag a, div.tag a:hover {
  color: #333;
  text-decoration: none;
}


/** for render **/

div#area {
  position: absolute;
  width: 70%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  margin-left:0px;
  top: 20px;
  margin-right: 30px;
}


div#right {
  position: absolute;
  width: 27%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  right: 0;
  background-color: white;
  margin-right: 5em;
}


div#title {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  right: 0;
  color: gray; 
  text-align: right;
}


div#subtitle {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  right: 0;
  font-size: 20pt;
  color: gray; 
  text-align: right;
}

div#legend {
	height: auto;
}

div.divright {
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 0em;
	overflow: hidden;
	background-color: white;
}



h1 {
	font-size: 42px;
	color: #333;
	font-family: 'Patua One', cursive;
	font-weight: normal;
  text-align: right;
}

h2 {
	font-size: 22px;
	color: #333;
	font-family: 'Patua One', cursive;
	font-weight: normal;

}

div.divtitle {
	float: top;
	width: 100%;
	height: auto;
}

aside ul {
	margin-top: -0.5em;
}

div.legenditem {
  position: relative;
  width: 140px;
  height: auto;
  display: block; 
  float: left;
  margin: 0;
  margin-right: 4px;
}

div.legenditem div.text {
  position: absolute;
  top: 0;
  left: 40px;
  width: 100px;
  display: block;
  overflow: hidden;
  word-wrap: break-word;

}
/* don't underline text in svf, even if in a */
div.tile a {
	text-decoration: none;
}
g text {
	text-decoration: none;
}
