/*  
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;
}
/*** 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: 80px;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
 }
#header_inner {
  width: 940px;
  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 {
  float: right;
  margin: 20px 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: 520px;
  margin: 100px auto 250px 380px;
  height: 100%;
}
/*** START OF POST ***/
.post {
  width: 550px;
  margin: 0 0 50px 0;

}
.post h1 {
  margin: 0 0 10px 0;
  font-size: 21px;
}
.post h1 a {
  color: #000;
  text-decoration: none;
}
.post h1 a:hover {
  color: #bbb;
}
.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: 410px;
}
.post p a {
  color: #0000ee;
}
.post_content_left {
  border-bottom: 4px solid #b3b3b3;
  padding: 0 0 30px 0;
  width: 410px;
  float: left;
}
.post_content_right {
  width: 120px;
  float: right;
}
.post_author {
  font-size: 10px;
}
#sidebar{
  position:absolute;
  height:100%;
  top: 100px;
  left: 50px;
  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: #ccc;
}
#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;
}



