/*  
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.
*/

* {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  color: #000;
  font-size: 12px;
}
img {
  border: none;
}

a:link, a:visited {
	color:#000000;
}

a:hover {
	color:#FE0000;
}

h2 {
  color: #ccc;
  font-size: 18px;
}
h2 span {
  color: #b3b3b3;
}
h3 {
  font-size: 12px;
}
/*** THE CLEARERS ***/
#header_inner:after, .post_content_wrap:after {
  clear: both;
  content: ".";
  display:block;
  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: 970px;
  margin:0px;
  height: 80px;
}

 body>div#sidebar{
  display:block;
  overflow:auto;
 }
 
@media screen{
  body>div#header{
   position:fixed;
   margin-bottom:20px;
}


* html body{
} 
* html div#content{
  overflow:auto;
    display:block;
}
#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: 150px;
  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: 14px;
  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: #BABABA;
  text-decoration: none;
  font-size: 9px;
}
#date_links ul li a:hover {
  color: #ccc;
}
#content {
  margin: 100px 0px 0px 18px;
  float:left;
}
/*** START OF POST ***/
.post {
  width: 640px;
  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: 11px;
}
.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;
  max-width: 500px;
}
.post p {
  line-height: 15px;
  margin: 10px 0px 10px 0px;
}
.post p a {
  color: #F96549;
}
.post_content_left {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 30px 0;
  width: 500px;
  float: left;
}


.post_content_right {
  width: 120px;
  float: right;
}

.post_author {
  font-size: 11px;
}

.post blockquote {
	background:#FAFAFA none repeat scroll 0%;
    border:2px dashed #B3B3B3;
	padding:5px 15px 5px 15px;
	margin: 5px 0px 5px 0px;
}
#sidebar{
width: 250px;
float:left;
margin-top:100px; 
height: 100%;
}

/*** START OF CATEGORIES AND TAGS ***/
#categories {
  width: 65px;
  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: 12px !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: 14px;
}
#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: 450px;
  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: 440px;
  border: 1px solid #b3b3b3;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  padding: 2px;
  font-size: 12px;
  margin: 2px 0px 5px 0px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
  background: #ccc;
}
/****** END OF COMMENTS TEMPLATE ******/



/*** START OF FOOTER ***/
.footer {
  margin: 50px 0 0 0;
  width: 500px;
  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;
}

.alignright {
	float:right;
	margin:5px 0px 10px 10px;;
}
.alignleft {
	float:left;
	margin:5px 10px 10px 0px;
}

.alignright 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: 11px;
}

.alignright a:hover {
  background: #bbb;
}

.alignleft 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: 11px;
}

.alignleft a:hover {
  background: #bbb;
}
