/*  
Theme Name: Ulap
Version: 1.0
Author: Plus63
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes, but please keep a link back to Plus63 somewhere on your site.
*/

* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}
img {
  border: none;
}
h2 {
  color: #ccc;
  font-size: 21px;
}
h2 span {
  color: #b3b3b3;
}
h3 {
  font-size: 11px;
}


h4#center {
	text-align: center;
	padding: 0 0 15px 0;
}
/*** THE CLEARERS ***/
#header_inner:after, .post_content_wrap:after {
  clear: both;
  content: ".";
  display:block;
  height: 0;
  visibility: hidden;
}
div#header {
  position:absolute;
  top:0;
  left:0;
  background: #efefef;
  width: 100%;
  height: 90px;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
 }
 h1#header {
    font-family: 'Neucha';
    position:absolute;
    top: 3px;
    left: 150px;
    font-size: 32px;
    text-shadow: 4px 4px 4px #aaa;
    
}
h3#header {
	font-family: 'Philosopher', cursive;
	font-size: 14px;
    position:absolute;
    top: 40px;
	left: 150px;
}
#header_inner {
  width: 1040px;
  margin: 0 auto 0 70px;
}
@media screen {
  body>div#header{
   position:fixed;
}
 body>div#sidebar{
   position:fixed;
  }
 }
* html body{
  overflow:hidden;
} 
* html div#content{
  height:100%;
  overflow:auto;
}
#logo {
  float: left;
  margin: 10px 0 0 0;
}
#search {
  float: left;
  margin: 30px 0 0 12px;
}
#search form input[type="text"] {
  border-bottom: 3px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  padding: 4px 5px;
  width: 180px;
  color: #fff;
}
#search form input[type="text"]:focus {
  background: #dedede;
  color: #000;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-right-radius: 5px;
  -webkit-border-left-radius: 5px;
}
#search form input[type="submit"] {
  color: #ccc;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 10px ;
}

#search form input[type="submit"]:hover {

}

#date_links {
  /*position:absolute;*/
  float: right;
  margin: -50px 0 0 0;
}
#date_links ul {
  margin: 10px 0 0 5px;
}
#date_links ul li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}	
#date_links ul li a {
  color: #404040;
  font-weight: bold;
  text-decoration: none;
  font-size: 8px;
}
#date_links ul li a:hover {
  color: #ccc;
}
#content {
  width: 590px;
  margin: 100px auto 250px 340px;
  height: 100%;
}

#text {
	/*padding: 5px;*/
    text-indent: 1.5em; /* Îòñòóï ïåðâîé ñòðîêè */
    text-align: justify;  /* Âûðàâíèâàíèå ïî øèðèíå */
    /* padding: 0 0 10px 0;*/
    /*line-height: 1.2;*/
}

#rtext {
    text-align: right;
    float: right;
}

#ctext {
     /*text-indent: 3.5em !important; */
	padding: 5px 0 5px 80px;
}


fieldset#f1 {
  border:1px solid #ccc;
  margin: 10px;
  padding: 10px 10px 0px 10px; }

fieldset#f1 div {
  padding: 5px;
}


legend#l1 {
  padding: 0.2em 0.5em;
  border:1px solid #ccc;
  color:black;
  font-size:90%;
  text-align:left;
}



fieldset#f2 {
    border-top: 1px solid #ccc;
    border-left: 0px;
    border-bottom: 0px solid #ccc;
    border-right: 0px;
    margin: 10px;
    padding: 0px 10px;
}

fieldset#f2 ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

fieldset#f2 a {
    color: #000055;
}

fieldset#f2 div div {
    padding: 10px 0px 10px 100px;
	font-style: italic;
}

fieldset#f2 div {
    padding: 10px;
}

fieldset#f2 div p {
font-style: normal;
}

legend#l2 {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  border:0px;
  background-color:#aaa;
  font-weight: bold;
  font-size:90%;
  text-align:left;
}

legend#l2 a {
    text-decoration: none;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}
legend#l2 a:hover {
    text-decoration: none;
    color: #DDD;
}

/*** START OF POST ***/
.post {
  width: 590px;
  margin: 0 0 50px 0;

}
.post h1 {
  margin: 0 0 0px 0;
  font-size: 18px;
}
.post h1 a {
  color: #000;
  text-decoration: none;
}
.post h1 a:hover {
  color: #bbb;
}

.post ul#normal {
padding: 0px 16px;
}
.post ul li#normal {
list-style: disc outside;
}

.post ol#normal {
padding: 0px 0px 0px 16px;
}

.post ul {
  margin: 10px 0;
}
.post ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
.post ul li a {
  background: #333;
  color: #fff;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  padding: 5px 8px;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 8px;
}
.post ul li a:hover {
  background: #bbb;
}
.post h5 a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
.post h5 a:hover {
  color: #ccc;
}
.post img {
  margin: 0 0 10px 0;
}
.post p {
  font-style: italic;
  line-height: 15px;
  /*width: 590px;*/
}
.post p a {
  color: #0000ee;
}
.post_content_left {
  border-bottom: 3px solid #b3b3b3;
  padding: 0 0 30px 0;
  width: 590px;
  float: left;
  text-align: justify;
}
.post_content_right {
  width: 120px;
  float: right;
}
.post_author {
  font-size: 10px;
}
.post_datetime {
  font-size: 10px;
  padding: 5px 10px 0px 10px;
  margin: 0px 0px 0px 0;
}
.post_title {
border-bottom: 1px solid #b3b3b3;
margin: 0 0 10px 0;
}

/* Ñòèëü äëÿ çàìåòîê */
#list1 .title { font-weight:bold; }
#list1, #list2 { width:590px; }
.title, .mytitle { cursor:pointer; border:1px solid #CCCCCC; margin-top:0.5em; padding:0.1em; }
.on  .mytitle { background-color:#C0C0C0; }
.off .mytitle { background-color:#E0E0E0; }
.content, .mycontent    { background-color:#F5F5F5; padding:5px; border:1px solid #C0C0C0; border-top-width:0; }
#log { position:absolute; top:0; right:1em; text-align:right; }


#sidebar{
  position:absolute;
  height:100%;
  top: 100px;
  left: 10px;
  width: 295px;
}

/*** START OF CATEGORIES AND TAGS ***/
#categories {
  width: 110px;
  float: left;
}
#categories ul li {
  text-align: right;
  list-style: none;
  margin: 0 0 5px 0;
}
#categories ul li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  text-align: right;
}
#categories ul li a:hover {
  color: #ccc;
}	 
#tags {
  width: 165px;
  float: right;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 20px 0;
}
#tags li {
  list-style: none;
}
#tags li a {
  color: #4d4d4d;
  font-size: 10px !important;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}
#tags li a:hover {
  color: #aaa;
  }
  
#tags_a a {
  color: #4d4d4d;
  font-size: 12px !important;
  font-weight: normal;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
#tags_a a:hover {
  color: #999;
}
#info {
  float: right;
  width: 165px;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 20px 0;
}

#info_secondary {
  float: right;
  width: 165px;
  margin: 20px 0 0 0px;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 20px 0;
}
#info_secondary h1 {
  font-size: 9px;
}
#info_secondary h2 {
  font-weight: normal;
  font-size: 9px;
  color: #333;
}
#info_secondary h3 a, #info_secondary h2 a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: 9px;
  color: #333;
}
#info_secondary h3 a:hover, #info_secondary h2 a:hover {
  color: #ccc;
}
/*** NAVIGATION ***/
.navigation a {
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
}
.navigation a:hover {
  background: #bbb;
}



/****** COMMENTS TEMPLATE ******/
.comments-template {
  width: 600px;
  margin: 20px auto;
}
.commentlist li {
  width: 410px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.commentlist li p {
  margin: 5px 0 10px 0;	
}
.commentlist li p a {
  color: #f96549;
}
.commentlist {
  list-style: none;
}
.comment_user {
  color: #f96549;
  font-weight: bold;
}
.commentmetadata a {
  color: #323232;
  font-weight: bold;
  text-decoration: none;
}
#respond {
  color: #444cc8;
  margin: 0 0 10px 0;
}
#commentform small {
  font-size: 12px;
  color: #808080;
}
#commentform textarea, #commentform input[type="text"] {
  width: 390px;
  border: 1px solid #b3b3b3;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  padding: 8px;
  margin: 3px 0 15px 0;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
  background: #ccc;
}
/****** END OF COMMENTS TEMPLATE ******/



/*** START OF FOOTER ***/
.footer {
  margin: 50px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 410px;
  padding: 15px 0;
}
.footer h1 {
  font-size: 18px;
}
.footer h1 span {
  font-size: 15px;
  font-weight: normal;
}
.footer p {
  margin: 5px 0 10px 0;

}
.footer p a {
  color: #858585;
  text-decoration: none;
}



