/*  
Theme Name: pukomuko
Theme URI: http://pukomuko.lt
Description: pukomuko design 
Version: 2.0
Author: pukomuko
Author URI: http://pukomuko.lt
Tags: stupid
*/


@media all
{
  * { margin:0; padding: 0; }
  option { padding-left: 0.4em; }
  html { height: 100%; margin-bottom: 1px; }
  body { font-size: 100.01%; text-align: left; }
  fieldset, img { border: 0 solid; }
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }
  blockquote { margin: 0 0 1em 1.5em; }
  #header { position:relative; }
  #topnav { text-align: right; } 
  #header #topnav {
    position:absolute;
    top: 10px;
    right: 10px;
  }
  #header, #nav, #main, #footer { clear:both; }
  #col1 { float: left; width: 200px }
  #col2 { float:right; width: 200px }
  #col3 { width:auto; margin: 0 200px }
  #col1_content, #col2_content, #col3_content { position:relative; }
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix { display: block; }
  .floatbox { overflow:hidden; }
  #ie_clearing { display: none; }
  .subcolumns { width: 100%; overflow:hidden; }
  .subcolumns_oldgecko { width: 100%; float:left; }
  .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
}


@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  body { 
   background-color: #D5D8C7;
   background-image: url(images/bg.gif); 
   padding: 0 0; 
  }

  /* Layout Alignment | Layout-Ausrichtung */
  #page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 840px;  min-width: inherit; max-width: none; background: #fff; }
  #page { padding: 0px 0px 0px 0px; }
  #header { 
	padding: 0 0 0 0; 
	color: #000; 
	background:#b83d51; 
	border-bottom: #891616 solid 2px;
  }

  #main { margin: 0 0; background: #d5d8c7; 
  	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
  #footer { 
	padding: 0 0 0 0; color:#999; 
	background: #333 url(images/blackdirt.gif) no-repeat;
	border-top: #111 solid 3px;
	border-left: #111 solid 1px;
	border-right: #111 solid 1px;
	font-family: "Tahoma", "Trebuchet MS", "Tahoma", Arial;
	font-size: 10pt;
  }

  html,body{
	font-family: "Verdana", "Lucida Sans Unicode", "Georgia", serif;
	font-size: 10pt;
  }

a, a:visited {
	color: #b83d51;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
padding-top: 5px;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #b83d51;
  }
  /*-------------------------------------------------------------------------*/


  #col1 { float: left; width: 520px}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 520px}
  #col1_content { padding: 0 0 0 0 }
  #col3_content { padding: 0 0 0 0; background-color: #c5c7b9; }


  /* set column dividers */ 
  #col3 { }
	
  /*-------------------------------------------------------------------------*/

  #blog .blogpostWrapper {
	padding: 0 10px 0 10px;
	border-bottom: 2px solid #bab4a2;
	border-right: 2px solid #bab4a2;
	background: url("images/corner.gif") no-repeat right bottom;
  
  }
  
  #blog .blogpost {
	padding-bottom: 10px;

  }
  
  #blog .commentWrapper {
	padding: 5px 10px 0 10px;
	border-bottom: 2px solid #bab4a2;
	border-right: 2px solid #bab4a2;
	background: url("images/corner.gif") no-repeat right bottom;
  
  }
  
  #blog .comment {
	padding-bottom: 10px;
	font-size: 8pt;	
  }  
  
  #blog h2 {
  font-family: Tahoma, Geneva, sans-serif;
	line-height: 40px;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
  }
  #blog h2 a {
	
  }
  
  #blog .comment h2 {
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
  }
  #blog h2 a {
	
  }
  #blog p.metadata {
	font-size: 8pt;
	line-height: 18px;
	margin-bottom: 5px;
  }
  
  #blog p.metadata .date {
	font-family: "Georgia", serif;
	background:url("images/date.png") no-repeat left bottom;
	padding-left: 18px;
  }
  
  #blog p.metadata .tags {
	background:url("images/tag_red.png") no-repeat left bottom;
	padding-left: 16px;
	padding-bottom: 2px;
	margin-left: 10px;
	background-position: 0px 0px;
  }
  
  #blog p.metadata .commenter {
	background:url("images/user_red.png") no-repeat left bottom;
	padding-left: 18px;
	padding-right: 10px;
	background-position: 0px 5px;
	
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
  }
  
  #blog p.metadata  .pkmk{
	background:url("images/user_pkmk.png") no-repeat left bottom;
  }  

  #blog p.metadata a.comments {
	background:url("images/comments.gif") no-repeat left bottom;
	padding-left: 14px;
	margin-left: 10px;
  }

  .lineInputWrapper {
   width: 100%;
   clear: both; 
   padding-top: 5px;
  } 
  
  .lineInputWrapper div.label {
	display: inline;
  }

  .lineInputWrapper div.input {
	display: inline;
	float: right;
	width: 420px;
	padding-right: 5px;
  }
  
  .lineInput {
	width: 100%;
	
  }
   label {
   font-weight: bold;
   }
  
  .commentTextWrapper {
  padding: 5px 5px 5px 0px;
  clear: both;
  }
  .commentText {
	width: 100%;
	height: 100px;
	font-family: verdana;
	font-size: 10pt;
	
  }
  
  .submitButton {
	padding: 3px;
  }
  
  
    #blog .pagingWrapper {
	padding: 0 10px 0 10px;
	border-bottom: 2px solid #bab4a2;
	border-right: 2px solid #bab4a2;  
		background: url("images/corner.gif") no-repeat right bottom
  }
  
  #blog .paging {
	padding-bottom: 10px;
	padding-top: 10px;
  }
  
  #blog .paging .alignright {
		float:right;
  
  }
  /*-------------------------------------------------------------------------*/

  /* colors
    #F7F8F3 - white line
	#bab4a2 - original dark background
	#a2a484 - new blogpost border
	
  */
  
  #tumblr {
	font-size: 8pt;
  }
  #tumblr .tumblrPostWrapper {
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #e5e5e5;
	background: url("images/corner-light.gif") no-repeat right bottom
  
  }
  
  #tumblr .tumblrPost {
	padding-bottom: 10px;
	padding-top: 10px;

  }
  
  #tumblr h2 {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 40px;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: -10px;
	margin-bottom: 2px;
  }
  


  #tumblr p.metadata {
	margin-top: -5px;
	padding-bottom: 0px;
	padding-top: 0px;
  }
  
  #tumblr p.metadata .date{
	font-family: "Georgia", serif;
	background:url("images/date.png") no-repeat left bottom;
	padding-left: 18px;
  }
  
  #tumblr p.metadata a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
  }
  
  /*-------------------------------------------------------------------------*/
  
  #header img {
	margin: 10px;
	margin-left: 10px;
	border: 0px;
  }
  
  /*-------------------------------------------------------------------------*/
  .subcolumns {
  padding-top: 10px;
  }

  .c320r {
  float: right; margin-left: 0px;
  width: 319px;
  }
  .c260l {float: left; width: 259px}
  
  .colophon {
  padding: 0px 0px 5px 10px;
  }
  
  div#categories ul {
	margin: 0px;
	margin-left: -8px;
	padding: 0px;
	list-style-type: none;
	padding-bottom: 5px;
}

div#categories li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 14px;
}
  
    div#archives ul {
	margin: 0px;
	margin-left: -8px;
	padding: 0px;
	padding-top: 5px;
	list-style-type: none;
	padding-bottom: 5px;
}

div#archives li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 14px;
margin-left: 8px;
}
  #footer a {
  color: #C6D5FD;
  }
  
  #copyright {
  float: right;
  text-align: right;
  padding-right: 10px;
  }
  
ul#feeds {
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

ul#feeds li {
background-image: url(images/feed.gif);
background-repeat: no-repeat;
background-position: 100% 4px;
padding-right: 16px;
}

  /*-------------------------------------------------------------------------*/

#flickr_badge_wrapper {padding:0px 0 0px 0;}
.flickr_badge_image {margin:0px 0px 20px 20px; float: left;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_icon {float:left; margin-right:5px;}
  
  /*-------------------------------------------------------------------------*/
  
div#googleAd {
	width: 468px;
	border: 1px solid #e5e5e5;

	margin-top: 10px;
}  
  
  
div.thumb {
float: left;
width: 120px;
height: 100px;
/*border: 1px solid #999;*/
margin: 0 15px 15px 0;
padding: 5px;
}
   /*-------------------------------------------------------------------------*/
  
  #tabsC {
      float:right;

      /*background:#EDF7E7;*/
      
      line-height:normal;
		/*border: 1px solid red;*/
		font-family: "Tahoma";
		font-size: 10pt;
		font-weight: bold;

      }
    #tabsC ul {
	  margin:0;
	  padding:0px 4px 0 0px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      /*background:url("tableftC.gif") no-repeat left bottom;*/
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
		
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC.gif") no-repeat right bottom;
      padding:3px 10px 4px 6px;
	color: #fff; 

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#d5d8c7;
      }
    #tabsC a:hover, #tabsC li.active {
      background-position:0% -16px;
      }
    #tabsC a:hover span, #tabsC li.active span{
      background-position:100% -16px;
      }  

}
