body {
	font-family:"Lucida Grande", "Lucida Sans","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:82%;
	color :#333;
        background:url(../images/bg.png) repeat-x;
}



pre {
margin:20px;
padding: 10px;
font-size:12px;
background:#222 !important;
}


ul {
  margin-bottom:10px;
}

#posts {
list-style:none;
margin:0;
padding:0;
}


#posts li.post {
padding:0;
margin-bottom:40px;
padding-bottom:20px;
border-bottom:1px solid #ccc;
}

#nav ul {
  list-style:none;
margin:0;
}

#nav ul li {
  float:left;
}

#nav ul li a {
  display:block;
  padding: 10px 20px;
 
}
#nav ul li a:hover {
  background: #ccc;
  color:#fff
}

a {
	color:#666;
}
a:hover {
color: #999
}

h1, h2 {
	font-size:2em;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif
}

h1 a {
   text-decoration:none;
   color:#333;
}

h2 {
   font-size:1.6em;
   margin-bottom:5px;
}

h3 {
   font-size:1.3em;
}

.tags li {

display:inline;
}

#header {

   height:121px;
}

#idn {
   float:right;
   padding-top:20px;
   padding-right:20px;
}

#header h1 {
padding-top:30px;

}
#header h1 span {
font-size:16px;
color:#666;
padding-left:10px;
}

#content .wrapper {
	padding:10px;
	margin-bottom:100px;
}

#sidebar h3 {
   padding-left:10px;
   font-size:1.2em;
   border-bottom:1px solid #eee;
   padding-bottom:5px;
}

#footer {

clear:both
}


/* -----------------------------------------------------------------------
 
 
Tabs Plugin 0.1 for the Blueprint CSS Framework
http://blueprintcss.org
 
* Copyright (c) 2008-Present. Refer to the main Blueprint license.
* See README for instructions on how to use this plugin.
* For credits and origins, see AUTHORS.
 
----------------------------------------------------------------------- */
 
.tabs {
  border-bottom:1px solid #ccc;
  height:1%; /* fixing IE 6 */
  margin:0 0 .75em 0;
  min-height:auto;
  overflow:auto;
}
.tabs li {
  border:1px solid #ccc;
  border-bottom:none;
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 .25em 0 0;
  padding:0;
}
.tabs li a {
  background:#ddd;
  border:1px solid #eee;
  border-bottom:none;
  color:#222;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  padding:.15em .33em .25em .33em;
}
.tabs li a.selected {
  background:#666;
  border:1px solid #666;
  border-bottom:none;
  color:#fff;
  cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover {
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover {
  color:#555;
  outline:none;
}
.tabs li a.selected:focus, .tabs li a.selected:hover {
  color:#fafafa;
}  
.tabs li.label {
  border:none;
  font-weight:bold;
  line-height:1.5;
  margin-right:.5em;
  padding:.25em .33em .25em .33em;
}


.tags li {
	list-style:none;
}
.tags .css-1 { font-size: 0.75em; }
.tags .css-2 { font-size: 0.85em; }
.tags .css-3 { font-size: 1em; }
.tags .css-4 { font-size: 1.2em; }
