@CHARSET "UTF-8";

/**  {p subsections */
ul#subsections-at-top {
  margin:2ex 0 2ex 4ex;
}

/** Bottom block */
div#under-content-block {
	padding: 2ex 0 1ex 0;
	text-align: center;
}


/** Bottom subsections - table */
div#subsections-at-bot {
	width: 90%;
	margin: auto;
}

div#subsections-at-bot .subsections-title {
  text-align: center;
	font-size: 1em;
  line-height: 2em;
  font-weight: bold;
	text-transform: uppercase;
  margin-bottom: 1px;
}

div#subsections-at-bot .row {
	text-align: left;
	line-height: 1.2em;
	padding: 0.8ex 2ex;
  margin:1px 0;
}

div#subsections-at-bot .row:hover {
	background: none;
}

div#subsections-at-bot .row a {
  display:block;
  font-weight:normal;
}


/** Bottom subsections - blog */
div#subsections-blog {
	margin: 0 3ex;
  text-align: left;
}

div#subsections-blog .title {
	text-align: center;
  font-size: 1.1em;
	margin: 1em 0;
  text-transform: uppercase;
  font-weight: bold;
}

div#subsections-blog .item {
  margin-bottom: 3ex;
  clear: left;
  
}

div#subsections-blog .item h2.name {
	text-align: left;
	font-size: 1.1em;
	margin: 0;
}

div#subsections-blog .item h2.name a {
  text-decoration: none;
}

div#subsections-blog .item div.content {
	margin:1ex 0 0 0;
}

div#subsections-blog .item div.date {
	clear: both;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 1ex;
}

div#subsections-blog .item div.link {
  font-size:0.9em;
  margin-top:1ex;
clear: left;
}

