/*****************************************
  Lauri Borodkin | Fraktal.ee
*****************************************/


html, body {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font: 14px/18px Helvetica, Arial, serif;
  color: #333333;
  background: white;
}
h3 a {
color: #333333;
}
h3 a:hover {
color: #0099ff;
}

a {
  text-decoration: none;
  color: #0099ff;
}

a:hover {
  text-decoration: underline;
}

.clearer {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  clear: both;
}

img {
  border: none;
}

h1 {
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  font-size: 21px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 5px 0;
}

#wrap {
  width: 858px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: left;
}

#header {
  padding-top: 80px;
  background: url('../images/box-2.png') repeat-x left bottom;
  position: relative;
  padding-bottom: 32px;
}
#front #header, * html #front #header {
	background: none;
	padding-bottom: 0;
}


#header-inner {
  padding: 30px 0 20px;
}
#front #header-inner {
	padding: 30px 0 0;
}

#header h2 {
  line-height: 30px;
}
#header h1 a, #header h1 {
	float: left;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -5px;
	font-weight: bold;
}
#header h1 a span {
	font-size: 12px;
	color:#999999;
	line-height: 12px;
	font-weight: normal;
}
#header h1 a:hover {
	text-decoration: none;
}

#logo {
  border: none;
  position: absolute;
  left: 0;
  top: 80px;
}

/* langmenu */

  #langmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  
  #langmenu li {
    display: inline;
    font-size: 10px;
    padding-left: 5px;
  }
  
  #langmenu a.active {
    color: #333333;
    font-weight: bold;
  }

/* mainmenu */
  
  #mainmenu {
    margin: 0;
    padding: 30px 0 0 0;
    list-style-type: none;
    text-align: right;
    font-size: 12px;
    height: 20px;
  }
  
  #mainmenu li {
    display: inline;
    text-align: right;
    margin: 0;
    padding: 0;
    padding-left: 15px;
  }
  
  #mainmenu a {
    text-transform: uppercase;
  }
  
  #mainmenu .active, #submenu .active, #thirdmenu .active {
    font-weight: bold;
    color: #333;
  }
  
/* submenu */
  
  #submenu {
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none;
    text-align: right;
    font-size: 12px;
    height: 20px;
  }
  
  #submenu li {
    display: inline;
    margin: 0;
    padding: 0 0 0 8px;
  }
  
  #submenu a {
    text-transform: uppercase;
  }
  
/* front-content */

  #front-content {
    padding: 10px 0 35px 0;
    line-height: 16px;
    font-size: 12px;
  }
  
  #front-content h1 {
    padding: 25px 0 5px;
  }
  
  #front-content h2 {
    padding: 25px 0 10px;
  }
  
  #front-content h3 {
    display: inline;
    padding-bottom: 15px;
    line-height: 80px;
	border-bottom: 7px solid #eaeaea;
	margin-bottom: 15px;
  }
  
  
  #front-content-left {
    float: left;
    width: 300px;
    padding-right: 25px;
    min-height: 10px;
  }
  
  * html #front-content-left {
    height: 10px;
  }
    #front-content-left.gallery {
    width: 858px;
	padding:0;
  }
  
  #front-content-left.gallery ul {margin:0; padding:0;}
  
  #front-content-center {
    float: left;
    width: 243px;
    padding-right: 30px;
    min-height: 10px;
  }
  
  * html #front-content-center {
    height: 10px;
  }
  
  #front-content-right {
    float: left;
    width: 260px;
    text-align: right;
    margin: 0 -3px 0 0;
    min-height: 10px;
  }
  
  * html #front-content-right {
    height: 10px;
  }
  
/* content */

  #content {
    padding-top: 40px;
  }
  
  /* content-left */
  
  #content-left {
    float: left;
    width: 512px;
    padding-right: 30px;
    min-height: 10px;
  }
  
  * html #content-left {
    height: 10px;
  }
  
  #content-left hr, #front-content-left hr  {
    margin: 20px 0;
    background: #eee;
    height: 7px;
    font-size: 7px;
    line-height: 7px;
    border: none;
    color: transparent;
  }
  
  * html #content-left hr {
    background: #48484a;
    color: #48484a;
    border: 1px solid #48484a;
  }
  
  * html #front-content-left hr {
    background: #48484a;
    color: #48484a;
    border: 1px solid #48484a;
  }  
  
  #content-left h1 {
    padding-bottom: 25px;
    text-transform: uppercase;
	color: #0099ff;
  }
  
  #content-left h1 a {
    color: #0099ff;
  }
  
  #content-left h1 span.date {
    color: #aaaaaa;
    font-size: 22px;
	font-weight: bold;
  }

  #content-left h2 span.date {
    color: #aaaaaa;
    font-weight: normal;
  }
  
  #content-left h2 {

    padding-bottom: 10px;
  }
  
  #content-left h3 {
    color: #0099ff;
    padding-bottom: 7px;
  }
  
  #content-left table {
    margin: 0;
    padding: 0;
    border: none;
  }
  
  #content-left table td {
    border: none;
    padding: 7px 0 7px 0;
    vertical-align: top;
  }
  
  
  
  /* content-right */
  
  #content-right {
    float: left;
    width: 316px;
    margin-right: -3px;
    padding-top: 7px;
    background: #99d6ff;
  }
  
  
  #content-right-inner {
    background: #f5f5f5;
    padding: 25px 20px 35px;
    min-height: 10px;
  }
  
  * html #content-right-inner {
    height: 10px;
  }
  
  #content-right h2 {
    padding-bottom: 15px;
  }
  
  #content-right h3 {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 7px 0;
  }
  
  #content-right h3 span.date {
    color: #aaaaaa;
    font-size: 12px;
  }
  
/* title */

  #title {
    padding-top: 37px;
  }
  
  #title h1 {
    text-transform: uppercase;
  }
  
/* content2 */

  #content2 {
    padding-top: 30px;
  }
  
  #content2 h4 {
    font-size: 12px;
    line-height: 16px;
    color: #aaaaaa;
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
  }
  
  /* content2-left */
    
    #content2-left {
      float: left;
      width: 316px;
      margin-right: 16px;
      padding: 7px 0 0 0;
      min-height: 10px;
      background: #99d6ff;
    }
    
    * html #content2-left {
      height: 10px;
    }
    
    #content2-left-inner {
      background: #f5f5f5;
      padding: 20px 0 0;
    }
    
    
    #thirdmenu {
      margin: 0;
      padding: 0 0 20px 0;
      display: block;
      list-style-type: none;
    }
    
    #thirdmenu li {
      display: block;
      margin: 0;
      padding: 7px 20px;
      line-height: 16px;
    }
    
    #thirdmenu li.active {
      background: #99d6ff;
    }
    
    #thirdmenu li a {
      color: #aaaaaa;
    }
    
    #thirdmenu li.active a {
      color: #333;
    }
    
  /* gallery */
  
    #gallery {
      padding: 10px 0 0 10px;
    }
    
    #gallery img {
      float: left;
      padding: 0;
      margin: 15px 15px 0 0;
    }
  
  /* content2-right */
    
    #content2-right {
      float: left;
      width: 526px;
      margin-right: -3px;
      padding: 0px 0 0 0;
      min-height: 10px;
	  border-top: 7px solid #99d6ff;
    }
    
    * html #content2-right {
      height: 10px;
    }
    
    .content2-right-inner {
      background: #eee;
      padding: 20px 20px;
    }
    
	#front-content ul {
		padding: 0;
		margin: 0;
	}
	#front-content li {
		list-style-type: none;
		padding: 0 0 5px;
	}
	#twitter_div a {
		display: block;
font-size: 8px !important;
color: #999999;
	}
	#twitter_div span a {
		display: inline;
	}
	#content-right-inner a {
		font-weight: bold;
	}
.untranslated {
  opacity: 0.5;
  filter:alpha(Opacity=50);
   zoom: 1;
}


