/*
Theme Name: Lounge Theme
Theme URI: http://lounge.clubin.org.ua
Description: Lounge theme, designed by clubin.org.ua, Pou Le Serg
Version: 1.0
Author: Pou Le Serg
Tags: two columns, widgets, lounge

(P) by http://clubin.org.ua, http://pouleserg.com

*/

body {
  background-color: #FFFFCC;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1E1E1E;
  width: 1200px;
  text-align: center;
  margin: 10px auto;
  }
#header {
  width: 90%;
  padding: 20px;
  }
#menu {
  border-left: 5px dotted #FFCC99;
  border-right: 3px dotted #FFCC99;
  width: 30%;
  padding: 10px;
  }
#content {
  text-align: justify;
  padding: 20px;
  }
#footer {
  border-top: 5px solid #F5DEB3;
  font-size: 10px;
  width: 90%;
  }

#footer a, #footer a:hover {
  color: #111;
  }
#header a, #header a:hover {
  text-decoration: none;
  }

a {
  color: #FF9900;
  text-decoration: none;
  }
a:hover {
  color: #727248;
  text-decoration: underline;
  }

#navigation ul {
  list-style: none;
  }
#navigation li {
  float: left;
  }
#navigation li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 11pt;
  color: #66CC33;
  text-transform: lowercase;
  }
#navigation li a:hover {
  color: #d3d082;
  text-decoration: none;
  background-color:#a12;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  }

.post {
  border-bottom: 1px dashed #F5DEB3;
  }
.entry {
  border-left: 1px dashed #F5DEB3;
  padding: 5px;
  }
  
input#submit {
  color: #f3f0A2;
  text-decoration: none;
  background-color: #a12;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border: 1px solid #444;
  }

#commentid, #nocomment, #denycomments {
  border-radius:14px;
  -moz-border-radius:14px;
  -webkit-border-radius:14px;
  -khtml-border-radius:14px;
  background-color: #E4E4B1;
  padding: 9px;
  box-shadow: 10px 10px 20px #333;
  -webkit-box-shadow: 10px 10px 20px #333;
  -moz-box-shadow: 10px 10px 20px #333;
  border:1px solid #111;
  }

.alignleft {
  float: left;
  padding: 10px;
  }
.alignright {
  float: right;
  padding: 10px;
  }
#nextprevious {
  margin: 10px;
  }
.postmetadata {
  clear: both;
  }
.commentspic {
  padding-left: 25px;
  background: url(images/comment.jpg) left 5px no-repeat;
  height: 20px;
  }

.spectable {
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -khtml-border-radius:12px;
  background-color: #E4E4C1;
  padding: 7px;
  box-shadow: 10px 10px 20px #444;
  -webkit-box-shadow: 10px 10px 20px #444;
  -moz-box-shadow: 10px 10px 20px #444;
  border:1px solid #222;
  font-weight: bold;
  text-align: center;
  }

#searchform {
  background-color: #FAFAD2;
  border: 1px solid #CCCCCC;
  float: right;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 80px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
  }

#searchsubmit {
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-bottomright: 22px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  color: #111;
  background-color: #EEE8AA;
  padding-left: 9px;
  padding-right: 9px;
  }

