@charset "UTF-8";

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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background-color: rgb(78, 90, 80);
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
div {
  border-width: 0px;
  border-color: red;
  border-style: solid;
}
.blog-featured h2 {
  font-size: 1.5em;
  margin-bottom:0em;
}
p.readmore {
  text-indent:0;
  font-size: .9em;
}
.footer {
  font-size: .9em;
  margin-bottom: 30px;
  text-align: center;
}

/* Article functions */
ul.actions {
  clear:both;
  margin-top: -50px;
  float:right;
}
ul.actions li {
  list-style-type: none;
  float:right;
  margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
  width: 160px;
  display:block;
}
p#form-login-remember label {
  font-size: .9em;
  font-weight: normal;
  line-height: 25px;
}
p#form-login-remember input {
  float:left;
  margin-right: 5px;
}
form#form-login ul {
  margin: 0;
  padding: 0;
}
form#form-login ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

a:link,a:visited
{
  color: #175621;
  text-decoration: none;
}

a:hover,a:active
{
  color: #399449;
  text-decoration: underline;
}

.container {
  width: 900px;
  margin: 0px auto -1px auto;
  background-color: white;
}

.header {
  position: relative;
  height: 110px;
}

.header-img {
}

.header-fixed {
  position: absolute;
  top: 10px;
  right: 10px;
}

.topmenu {
  background-image: url('/templates/10mila/images/navigation_bg.gif');
  background-repeat: repeat-x;
}

.breadcrumbs {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
}

.showHere {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}

.main {
  margin-top: 0px;
}

.left {
  width: 20%;
  float: left;
  overflow: hidden;
}

.right {
  width: 20%;
  float: right;
  overflow: hidden;
}

.center {
  width: 60%;
  float: left;
  overflow: hidden;
}

.topcontent {
  padding-left: 10px;
  padding-right: 20px;
}

.content {
  padding-left: 10px;
  padding-right: 20px;
}

.bottomcontent {
  padding-left: 10px;
  padding-right: 20px;
}

.clear {
  clear: both;
}

.joomla-footer {
}

ul.joomla-nav {
  overflow: hidden;
  font-weight:bold;
  font-size: 16px;
  font-family: arial,helvetica,sans-serif;
}

ul.joomla-nav li {
  float: left;
  width: 7em;
}

ul.joomla-nav a:link,ul.joomla-nav a:visited
{
  color:#FFFFFF;
  text-align:center;
  padding-top:6px;
  padding-bottom:6px;
  text-decoration:none;
  display: block;
  width: 7em;
}

ul.joomla-nav a:hover,ul.joomla-nav a:active
{
  background-image: url('/templates/10mila/images/navigation_bg_selected.gif');
  background-repeat: repeat-x;
}

ul.joomla-nav li ul {
  position: absolute;
  width: 7em;
  left: -999em;
}

ul.joomla-nav li:hover ul {
  left: auto;
}

ul.joomla-nav li ul li {
  background-image: url('/templates/10mila/images/navigation_bg2.gif');
  background-repeat: repeat;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}

#sites {
  position: absolute;
  width: 5em;
  right: 0px;
  overflow: hidden;
  font-weight: normal;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  padding-top: 6px;
}

#sites li {
  float: right;
  width: 5em;
  text-align:center;
}

#sites a:link,#sites a:visited
{
  color:#FFFFFF;
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;
  text-decoration:none;
  display: block;
  width: auto;
}

#sites a:hover,#sites a:active
{
  background-image: none;
  font-weight: bold;
  background-repeat: repeat;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 0.8em;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

h6 {
  font-size: 0.6em;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

dl.article-info {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

table.category th
{
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px; 
}

table.category td
{
  font-size: 1.3em;
  padding-bottom: 5px; 
}

table.category
{
  width: 100%;
}

ul.pagenav
{
  width: 100%;
  font-weight:bold;
  font-family: arial,helvetica,sans-serif;
}

ul.pagenav li.pagenav-prev
{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}

ul.pagenav li.pagenav-next
{
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

body.contentpane {
  background-color: white;
}

body.contentpane ul.actions {
  clear:both;
  margin-top: -30px;
  float:right;
}

p {
  line-height: 1.4em;
}

.article-info-term {
  display: none;
}

em {
  font-style: italic;
}

.banneritem {
  margin: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}