html, body {
  margin: 0;
  padding: 0;
  background: #fff url('img/ububu.jpg') top right no-repeat;
  font-size: 14px;
  font-family: Trebuchet MS, tahoma, verdana, sans-serif, arial;
}

#outer {
  margin: 0 auto;
  padding: 0;
  padding-top: 120px;
  height: 730px;
  width: 880px;
}

table {
  width: 100%;
}

img {
  border: none;
  padding: 3px;
}

#menu {
  padding-top: 60px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100px;
}

td.menu_t {
  background: transparent;
  padding: 4px;
  text-align: center;
  border: rgb(32,32,32) 1px solid;
}

td.menu_t:hover {
  padding: 4px;
  background: #ccc;
}

td.menu_t a, td.menu_t a:link, td.menu_t a:visited {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
  font-family: arial narrow, arial, verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  background: #fff;
  color: #000;
}

td.menu_t a:hover, td.menu_t a: active {
  display: block;
  /*background: #000;*/
  color: rgb(255,255,0);
}

#content {
  width: 860px;
  background: transparent;
  margin: 20px auto;
  text-align: justify;
  padding: 5px;
  color: #000;
  font-size: 14px;
}

a, a:link {
  text-decoration: underline;
  color: rgb(69,69,69);
/*   background: #fff; */
}

a:hover, a:active, a:visited {
  text-decoration: none;
  color: rgb(127,127,127);
/*   background: #fff; */
}

#content h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#content h1 a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(102,102,102);
}

#content h1 span a {
  color: rgb(96,96,96);
}

#content h2 {
  font-size: 14px;
  text-align: center;
  color: rgb(0,0,0);
}

.autor {
  font-size: 12px;
  text-align: center;
}

.autor a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(119,119,119);
}

#copy {
  float: left;
  font-size: 10px;
  color: rgb(134,134,134);
  width: 100%;
  padding-left: 5px;
  text-align: center;
}

#copy img {
  border: #fff 5px solid;
}

#last_com {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  color: rgb(134,134,134);
  width: 270px;
  border-right: rgb(134,134,134) 1px dashed;
  border-left: rgb(134,134,134) 1px dashed;
  text-align: center;
}

#styles {
  float: left;
  text-align: left;
  font-size: 10px;
  width: 60px;
  border-left: rgb(134,134,134) 1px dashed;
  padding-left: 5px;
}

#last_com a, #styles a {
  color: rgb(134,134,134);
  text-decoration: underline;
}

#last_com a:hover, #styles a:hover {
  color: rgb(0,0,0);
  text-decoration: none;
}

#party {
  float: left;
  text-align: right;
  font-size: 10px;
  color: rgb(134,134,134);
  width: 155px;
  padding-right: 5px;
}

.post_form {
  text-align: center;
}

.post_form input {
  font-size: 10px;
  font-weight: bold;
  border: rgb(134,134,134) 1px solid;
}

.inp_txt {
  width: 110px;
}

.post_form textarea {
  width: 336px;
  border: rgb(134,134,134) 1px solid;
}

.post_form textarea:focus {
  background: rgb(249,249,249);
}

.komentars span {
  font-size: 10px;
}

td.normal {
  padding:5px;
}

td.marked {
  background: rgb(226,226,226);
  padding:5px;
}

blockquote {
  font-size: 13px;
  padding: 3px;
  border-left: #9F9F9F 2px solid;
  border-top: #9F9F9F 1px dashed;
  border-bottom: #9F9F9F 1px dashed;
  border-right: #9F9F9F 1px dashed;
  color: rgb(74,74,74);
}

blockquote[cite]:after {
  content: "Stāsta: " attr(cite);
  display: block;
  text-align: right;
  font-size: 12px;
  font-family: verdana, helvetica, sans-serif;
  font-style: italic;
  padding-top: 5px;
  color: #9F9F9F;
  overflow:hidden;
}

code {
  background-color: #cdcdcd;
  border-right: #9F9F9F 1px solid;
  border-bottom: #9F9F9F 1px solid;
  color: #000;
}
acronym {
  background-position: bottom;
  background-repeat: repeat-x;
  text-decoration: none;
  border-bottom: 1px rgb(214,214,214) dashed;
  cursor: help;
}
p.pbimg {
  text-align: center;
}
div#pb_links {
  float: left;
  width: 240px;
}
div#pb_content {
  float: left;
  width: 560px;
}
div#pb_prev, div#pb_next {
  float: left;
  width: 120px;
  text-align: center;
  height: 120px;
}

p.meta {
	font-size: 11px;
}