html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin:0px;
  padding:0px;

  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  font-size: 13px;
}

h2 {color: #a0131e; padding: 5px; margin-bottom: 0px;}

a img {border: 0}
a {color: #000000; text-decoration: none;}
a:hover {color: #ffffff; background-color: #a0131e;}
a: hover img {background-color;: #ffffff;}

#main_box {
  width: 100%;
  height: 100%;

}

#splash-menu{
  margin: 0px; padding: 20px 0px 10px 0px; font-weight: bold;
  font-size: 14px;
}
#splash-menu  li{list-style:none; margin-bottom: 2px;}



#top-menu{
  margin: 0px; padding: 0px; font-weight: bold;
  font-size: 14px;
}

#top-menu li.active{
  color: #ffffff;
  background: #a0131e url("img/pointer.gif") bottom center no-repeat;
}

#lang-menu{
  margin: 0px; padding: 0px; font-weight: bold;
  font-size: 12px;
}

.inline ul,.inline li{display:inline;margin:0;padding:0;}
.inline ul{width:50px;}
.inline li{list-style:none; padding: 0px 0px 3px 2px;}
.inline li.active, .inline li.active a{
  color: #ffffff;
  background: #a0131e;
}

#submenu{
  margin: 0px; padding: 0px 0px 10px 0px; font-weight: bold;
  font-size: 12px;
}
#submenu li.act a{color: #a0131e; background: #ffffff; text-decoration: underline;}
#submenu li a:hover{color: #a0131e; background: #ffffff; text-decoration: underline;}


.preview img {margin: 5px 2px 7px 2px; border: 0px;}

#copyright {font-size: 12px; font-weight: bold; margin: 5px 5px 5px 0px; color: #999999;}
#copyright a {color: #999999;}
#copyright a:hover {color: #ffffff;}

a.non-hover:hover{border: 0px; background-color: #ffffff;}

/* -----------   BLOG STYLES: ----------------- */

.post h2 a {
    color: #78373D/*#FC8212*/;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 2px 0;
    text-decoration: underline;
}

.entry {
    color: black;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin: 1px 0 4px;
    padding: 0;
}

small, .postmetadata {
    font-size: 10px;
	color: #999999;
	background: none repeat scroll 0 0 #FFFFFF;
    font-weight: bold;	
}

.post a, #loginza_comment a{

	color: #78373D;
	background: #ffffff;
}


.post a:visited {color: #594d4e;}
