/*  Theme Name: tammiTheme 
URI: http://www.lihatukku-tamminen.com/
Description: theme for Lihatukku Harri Tamminen Oy.
Version: 1.0
Author: ShangAuthor 
URI: http://qubic.fi/
*/

body {
  background: url(images/bg_global.png) #FFF 0 0 repeat-x;
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top:0px;
  margin-bottom:-1px;
}
#mainFr {
  width: 1000px;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border: 0px solid red;
}
#hdr {
  margin: 0px;
  padding: 0px;
  height: 150px;
  width: 100%;
  border: 0px solid green;
}
#hdr_logo {
  float: left;
  border: 0px solid blue;
  width:230px;
}
#hdr #navi_bar .link, #hdr #navi_bar .link:visited   {
  color: #FFF;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: right;
  text-transform: none;
}
#hdr #navi_bar .link:hover  {
  text-decoration: underline;
}
#hdr #navi_bar { 
  color: #FFF;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .75);
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: auto;
  white-space: nowrap;
  float: right;
  padding: 0px;
  border: 0px solid red;
  width:720px;
}
#sc img {

  border-style: none;
  margin-top: 1px;
}
#sc {
  width:990px;
  white-space: nowrap;
  margin-left:auto;
  margin-right:auto;
}
#content {
  border: 0px solid red;
  text-align: left;
}
i, address, em {
  margin-top:0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #333;
}
em {
  color: #444;
}
img {
  border: 0px none red;
}
#imghdr {
  height: 163px;
  background-repeat: no-repeat;
  background-image: url(images/ihdr_other.png);
}
#imghdr_yri {
  height: 163px;
  background-repeat: no-repeat;
  background-image: url(images/ihdr_yri.png);
}
#imghdr_tot {
  height: 163px;
  background-repeat: no-repeat;
  background-image: url(images/ihdr_tot.png);
}
#imghdr_yht {
  height: 163px;
  background-repeat: no-repeat;
  background-image: url(images/ihdr_yht.png);
}
#imghdr_aja {
  height: 163px;
  background-repeat: no-repeat;
  background-image: url(images/ihdr_aja.png);
}
#form_top {
  background-image: url(images/ihdr_stripe.png);
  background-repeat: no-repeat;
  height: 20px;
}
#form_btm {
  background-repeat: no-repeat;
  height: 20px;
}
#form_mid {
  color: #444;
  background-repeat: repeat-y;
  padding: 10px 15px 0px 15px;
  border: 0px solid red;
  font-family: Arial, Helvetica, sans-serif;
}
.forms {
  color: #444;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  border: 0px solid red;
  clear:both;
}
#content a {
  text-decoration: none;
  /*background-color: #F7FBFF;*/
  color: #066;
  letter-spacing: 0px;
  padding-top: 1px 5px 1px 5px;
}
#content a:hover {
  text-decoration: underline;
}
#footer {
  font-size: 11px;
  font-family:  Helvetica, Arial, sans-serif;
  color: #999;
  text-align: center;
  padding: 20px;
  border: 0px solid red;
  clear:both;
}
#footer a {
  color: #066;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#searchform #s, .s, button {
  margin: 0 0 0 0;
  vertical-align:middle;
  text-vertical-align:middle;
  padding: 0px 6px 0px 6px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #BDE1B7;
  background: #ADC197 url(images/gradient.png) repeat-x 0 -30px; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADC197', endColorstr='#CDE1B7'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#ADC197), to(#CDE1B7)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #ADC197, #CDE1B7); /* for firefox 3.6+ */
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 32, 0, .75);
  -moz-box-shadow: 0 1px 3px rgba(0, 32, 0, .75);
  box-shadow: 0 1px 3px rgba(0, 32, 0, .75);
  opacity:0.75;
  filter:alpha(opacity=75);
}
#searchform #s {
  margin-right:-6px;
}
#searchsubmit, #submit, .s, button{
  vertical-align:middle;
  text-vertical-align:middle;
  height: auto;
  padding: 1px 7px 2px 7px;
  cursor: pointer;
  font-size: 12px;
  font-weight:bold;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #829A76;
  background: #506148 url(images/gradient.png) repeat-x 0 -35px; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#728A66', endColorstr='#506148'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#728A66), to(#506148)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #728A66, #506148); /* for firefox 3.6+ */
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity:0.86;
  filter:alpha(opacity=86);
  -webkit-box-shadow: 0 1px 2px rgba(0, 32, 0, .7);
  -moz-box-shadow: 0 1px 2px rgba(0, 32, 0, .7);
  box-shadow: 0 1px 2px rgba(0, 32, 0, .7);
  float: none;
}
#searchsubmit:hover, #submit:hover, .s:hover, button:hover {
  background: #304128 url(images/gradient.png) repeat-x 0 -30px; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#526A46', endColorstr='#304128'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#526A46), to(#304128)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #526A46, #304128); /* for firefox 3.6+ */
}
#searchsubmit:active, #submit:active, .s:active, button:active {
  background: #728A66 url(images/gradient.png) repeat-x 0 -40px; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#304128', endColorstr='#526A46'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#304128), to(#526A46)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #304128, #526A46); /* for firefox 3.6+ */
}
#hide, .hide, .hide a {
  visibility: hidden;
}
.commentmetadata {
  font-size: 10px;
}
p.nocomments {
  padding: 0;
}
.comment_submit {
}
.img_capcha {
  vertical-align:middle;
}
.post_rect, #email, #author, #comment, .cblock, .pblock, input, textarea {
  margin: 0 0px 0 0px;
  padding: 20px 10px 15px 20px;
  font-size: 14px;
  color: #444;
  border: 1px solid #E3E3E3;
  background: #F7FBFF url(images/gradient.png) repeat-x 0 0px; /* for non-css3 browsers */
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1.5px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, .15);
}
input:hover, textarea:hover, input:active, textarea:active  {
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: 0 4.5px 4px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 4.5px 4px rgba(0, 0, 0, .35);
  box-shadow: 0 4.5px 4px rgba(0, 0, 0, .35);
}
.pblock {
  padding: 20px 20px 20px 30px;
}
.cblock {
  list-style:none;
  margin-left: -40px;
  margin-right: 15px;
  padding: 10px 10px 10px 25px;
}
#comment{
  height:auto;
  width:92.5%;
}
#email, #author {
  width:90%;
}
#email, #author, input, #submit, textarea, button {
  padding: 6px 10px 6px 10px;
}
#comments_model {
  color: #444;
  padding: 15px 20px 0px 20px;
  margin: 0px 20px 0px 20px;
  font-size: 14px;
  border: 0px solid yellow;
}
#comments_model #comments_form_block, .forms_l {
  float:left;
  width:48%;
  border: 0px solid blue;
}
#comments_model #comments_list_block, .forms_r {
  float:right;
  width:48%;
  border: 0px solid green;
}
.forms_l {
  width:86%;
}
.forms_r {
  width:12%;
}
#comments_model #comments_cleanup, .forms_cleanup {
  clear:both;
}
.forms_r .list {
  list-style:none;
  padding-top:-20px;
  text-align: left;
  padding-left:10px;
  font-size: 11px;
}
.btn {
  display:inline-block;
  background-color: #DCDCD0;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 4px 18px 4px 18px;
  margin-left:5px;
  }
.btn:hover {
  background-color: #EBEAE2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .35);

  }

