/*
Theme Name: Pou Le Serg Theme
Theme URI: http://pouleserg.com/
Description: Pou Le Serg Theme, designed by clubin.org.ua, Pou Le Serg
Version: 1.2
Author: Pou Le Serg
Tags: two columns, pls, pou le serg

(P) by http://clubin.org.ua, http://pouleserg.com

*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #111;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  min-width: 1015px;
  text-align: center;
  margin: 10px 0;
}

#header {
  width: 1000px;
  height: 80px;
  background-color: #2088AB;
  font-size: 48px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: transparent url(http://pouleserg.com/images/title_3.jpg) no-repeat center;
}

#header a {
  text-decoration: none;
  color: #111;
}

#header a:hover {
  color: #FFF;
}

#scontrol {
  float: right;
  position: relative;
  top: 4px;
  right: 8px;
  font-size: 12px;
}

#navigation {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  padding: 5px;
  width: 990px;
  margin: 2px 0px;
  background: #333;
}

.clearboth {
  clear: both;
}

#navigation ul {
  list-style: none;
}

#navigation li {
  float: left;
  margin: 0px 15px 2px 15px;
}

#navigation li a {
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  padding: 1px 12px 3px 12px;
  text-decoration: none;
  color: #FEF;
  background: transparent url(images/45lines.png) repeat;
  font-size: 14px;
}

#navigation li a:hover {
  background-color: #9ACD32;
  color: #000;
  text-shadow: 0 -5px 4px #FF3, 2px -10px 6px #FD3, -2px -15px 11px #F80, 2px -18px 18px #F20;
}

#navigation li a.rss {
  font-weight: bold;
  color: #9BCE33;
}

#navigation li a.rss:hover {
  color: #EFE;
}

#searchform {
  float: right;
  margin: 0px 1px 0px 8px;
}

#s {
  background: #9ACD32 url(images/45lines.png) repeat;
  font-size: 12px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  padding: 0 6px 0 6px;
}

#main {
  clear: both;
  width: 1000px;
  color: #444;
}

#content {
  width: 700px;
  text-align: justify;
  background: #FFF url(images/45lines.png) repeat;
  padding: 12px;
  color: #000;
  float: left;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
}

#sidebar {
  color: #111;
  background: #BCEE68;
  border-left: 1px dotted #555;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  padding: 12px;
  overflow: hidden;
}

.transparent1 img {
  moz-opacity: 0.3;
  khtml-opacity: 0.3;
  opacity: 0.3;
}

.transparent1 img:hover {
  moz-opacity: 1;
  khtml-opacity: 1;
  opacity: 1;
}

.transparent2 {
  //moz-opacity: 0.3;
  //khtml-opacity: 0.3;
  //opacity: 0.3;
}

#footer {
  margin: 18px;
}

#copyrights {
  color: #444;
  margin: 15px;
}

/* links */

a {
  color: #555;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #6AC;
  text-decoration: none;
}

a.more-link {
  font-size: 14px;
  color: #111;
}

h2 a, li a {
  text-decoration: none;
}

/* blog */

#sidebar .titlename {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  background-color: #E4E4B1;
  padding: 2px;
  box-shadow: 0 0 3em #4682B4;
  -webkit-box-shadow: 0 0 3em #4682B4;
  -moz-box-shadow: 0 0 3em #4682B4;
  border: 1px solid #111;
  text-shadow: 0 0 7px #EA1;
  font-weight: bold;
}

.post {
  border-bottom: 1px dashed #444;
}

.entry {
  padding: 5px;
}

.entry p {
  margin: 15px 5px;
}

input#submit {
  color: #222;
  text-decoration: none;
  background-color: #EFDFCB;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border: 1px solid #111;
  padding-left: 9px;
  padding-right: 9px;
}

input#submit:hover {
  color: #000;
  border: 1px solid #12E;
  background-color: #FEFEEB;
}

#commentid, #nocomment, #denycomments {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  background-color: #FFEFDB;
  padding: 10px;
  box-shadow: 10px 10px 20px #777;
  -webkit-box-shadow: 10px 10px 20px #777;
  -moz-box-shadow: 10px 10px 20px #777;
  border: 1px solid #555;
  text-align: center;
}

.alignleft {
  float: left;
  padding: 0px 10px 10px 0px;
}

.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}

#nextprevious {
  margin: 10px;
}

.commentspic {
  padding-left: 25px;
  background: transparent url(images/comment.jpg) left 5px no-repeat;
  height: 20px;
}

div.spectable {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  background-color: #BCEE68;
  padding: 7px;
  box-shadow: 10px 10px 20px #777;
  -webkit-box-shadow: 10px 10px 20px #777;
  -moz-box-shadow: 10px 10px 20px #777;
  border: 1px solid #222;
  font-weight: bold;
  text-align: center;
  margin: 22px 10px 10px;
}

div.spectable a {
  margin: 0 4px;
}

h1, h2, h3, h4, h5 {
  margin: 10px;
  padding: 10px 0;
}

li {
  margin-left: 18px;
}

.alleft {
  text-align: left;
  margin-left: 18px;
}

.firetitle a {
  text-shadow: 0 0 24px #EFE, 0 0 4px #EFE, 1px 1px 2px #222;
}

.firetitle a:hover {
  text-shadow: -2px -2px 4px #7BAE13, -1px -1px 6px #9BCE33, -1px -1px 12px #9BCE33;
  color: #333;
}

#needmoderation {
  border: 1px solid #DED;
  background-color: #FFE;
  margin: 9px;
  padding: 9px;
  text-align: center;
  color: #E85;
}

.showcomment {
  padding-bottom: 12px;
}

.avatar {
  float: left;
  box-shadow: 7px 7px 7px #777;
  -webkit-box-shadow: 7px 7px 7px #777;
  -moz-box-shadow: 7px 7px 7px #777;
  padding: 0px;
  margin: 12px;
}

div#twitter {
  position: absolute;
  top: 95px;
  left: 53%;
  background: transparent url(./images/twitter.png) center center no-repeat;
  width: 22px;
  height: 22px;
  opacity: 0.5;
}

div#twitter:hover {
  opacity: 1;
}

small.Top {
  margin: 0 10px;
}

strong.Tags {
  margin: 0 10px;
}
