/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {

	background: #191919;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	border-bottom: 1px dotted #7D9412;
	text-decoration: none;
	color: #a5d565;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

a.banner {
	border: none;
	text-decoration: none;
	color: #191919;
}

pre {
  border: solid 1px #F0F0F0;
  background: #a5d565;
  color: black;
  overflow: auto;
  font-size: 11px;
  padding: 5px;
  width: 90%;
  margin-left: 10px;
  font-family: monospace;
}

/* Header */

#header  {
   margin-left: 1cm;
}

.rNavigationBar {
  float: right top;
  margin: 0;
  padding: 0;
}

.rNavigationBar .rNavItem {
  list-style-type: none;
  float: right;
  padding: 4px;
  border-right: solid thin;
}

#pages {
  margin: 0;
  padding: 0;
  position: absolute;
  height: 30px;
  width: 100%;
}

#pages ul {
  background: url(http://www.pongasoft.com/blog/yan/resource/images/img3.gif) repeat-x;
  height: 31px;
  width: 600px;
  margin-left: 1cm;
  padding-left: 0;
  padding-top: 4px;
}

#pages li {
  list-style-type: none;
  float: left;
  padding: 4px 8px;
  border-right: solid thin;
}

#pages li.categories {
  list-style-type: none;
  float: left;
  padding: 6px 4px 4px;
  border-right: none;
  letter-spacing: 2px;
  font-size: 0.8em;
}

#pages li.active a {
  border-bottom: 1px blue;
}

/* Content */

#content {
        width: auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Column One */

#colOne {
	float: left;
        width: 600px;
        margin-left: 1cm;
        margin-top: 1cm;
}

#colOne a.daypermalink {
  border-bottom:solid 1px #777777;
  color: #777777;
}

#colOne h2 {
	margin-top: 0;
	font-size: 1.5em;
	color: #CCCCCC;
}

#colOne .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #000000;
	border-left: 2px solid #a5d565;
        width:600px;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#colOne img.baby_kiwi {
  float: left;
  padding-right: 10px;
  padding-top: 6px;
}

/* Column Two */


#colTwo {
	float: right;
	width: 200px;
	background: #111111;
        margin-right: 1cm;
        border: solid 1px #000000;
}

#colTwo li {
	margin-bottom: 20px;
	background: url(http://www.pongasoft.com/blog/yan/resource/images/img3.gif) repeat-x;
        border: solid 1px #111111;
}


#colTwo h2 {
	height: 25px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}
#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li li {
	margin-bottom: auto;
	background: none;
        border: none;
}

#colTwo li ul {
	padding-top: 0;
	padding-left: 20px;
	list-style: square inside;
}

#colTwo li.recentposts {
  font-size: 80%;
}

#colTwo #calendar {
	padding-left: 15px;
}

#form1 {
	background: #111111;
}

#textfield1 {
	width: 100px;
	margin-left: 20px;
}

#submit1 {
}

/* Footer */

#footer {
	clear: both;
	width: auto;
	height: 60px;
        margin-right: 1cm;
	padding: 20px 0 0 550px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: smaller;
}

/* comments */

form ul{ 
	margin-left:0;
	list-style:none inside none;
}
form ul li{ 
	list-style:none inside none;
	background-image: none;
}

label.desc{
    border: 0;
    display: block;
    font-weight: bold;
}

form textarea{
    width:90%;
    height:140px;
}

div.next-prev {
	text-align: center;
}

.comments-head {
        width: 600px;
	padding: 5px 0 8px 8px;
	background: #000000;
        height: 21px;
        background: url(http://www.pongasoft.com/blog/yan/resource/images/img3.gif) repeat-x;
}

.comments, .comments-form, #searchAgain{
	padding-top:20px;
}

.comments .odd {
  background: #202020;
  padding-left: 4px;
  border-top: solid 1px #303030;
  margin-bottom: 20px;
}

.comments .even {
  background: #202020;
  padding-left: 4px;
  border-top: solid 1px #303030;
  margin-bottom: 20px;
}

.comment-details {
  padding-left: 10px;
  background: black;
  font-size: 90%;
  height: 18px;
  padding-top: 3px;
  margin-left: -4px;
}

.comments-form .status {
  font-size: 150%;
  background-color: #a5d565;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}

