body{
    font:normal normal 62.5%/1.6em Tahoma,Helvetica,sans-serif;
    color:#fff;
    background:#5fcb71 url('/images/css/header.png') no-repeat center top;
    margin:0;
    padding:0;
}

h1,h2,h3,h4{
    margin:5px 0px;
    padding:0px;
}

h1{
    font-size:18px;
    font-weight:normal;
    margin-bottom:15px;
}

h3{
    font-size:14px;
}

a{
    text-decoration:none;
    color:#ffdb12;
}

a:hover{
    text-decoration:underline;
}

a img{
	border:none;
	text-decoration:none;
}

p{
    margin:10px 0px;
    padding:0px;
}

code{
    display:block;
    padding:3px;
    background:#79be84 url('/images/css/codebit.png') no-repeat right bottom;
    border:1px dashed #2f803d;
    margin:10px 0;
	color:#103c03;
}

address{
	font-style:normal;
}

.rep{
    display:block;
    text-indent:-1000em;
    overflow:hidden;
}

.clr{
	display:block;
	height:1px;
	width:100%;
	clear:both;
}

.tl,.tr,.bl,.br{
    width:8px;
    height:8px;
    position:absolute;
    background:url('/images/css/matrix.png') no-repeat right top;
}

.tl{
    left:-1px;
    top:-1px;
    background-position:-125px top;
}

.tr{
    right:-1px;
    top:-1px;
}

.bl{
    left:-1px;
    bottom:-1px;
    background-position:-125px -34px;
}

.br{
    right:-1px;
    bottom:-1px;
    background-position:right -34px;
}

.container{
    padding:5px 10px 20px;
    border:1px solid #499155;
    background:#49a658 url('/images/css/gradient.png') repeat-x;
    position:relative;
}

#main,
#ie6{
    width:970px;
    margin:0 auto;
    padding-top:328px;
    position:relative;
    font-size:12px;
    background:url('/images/css/header.png') no-repeat center top;
}

#footer{
	clear:both;
	margin:25px 0px;
	text-align:center;
}

/* navigation */
#menu{
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    width:970px;
    height:300px;
    top:0px;
    left:0px;
}

#home{
    width:182px;
    height:58px;
    position:absolute;
    top:8px;
    left:3px;
}

#posts{
    position:absolute;
    top:134px;
    left:-7px;
    width:170px;
    height:159px;
    background: url('/images/css/posts.gif') no-repeat;
}

#about{
    position:absolute;
    top:104px;
    left:473px;
    width:172px;
    height:184px;
    background: url('/images/css/about.gif') no-repeat;
}

#posts:hover,
#about:hover{
    background-position:left bottom;
}

/* content */
#content{
    min-height:400px;
}

#post{
    width:600px;
	min-height:480px;
    float:left;
}

#the_details{
    background: url('/images/css/matrix.png') no-repeat;
    width:116px;
    height:33px;
    position:absolute;
    left:8px;
    top:289px;
}

#archive{
    width:300px;
    float:right;
}

#the_posts,
#the_form{
    background: url('/images/css/matrix.png') no-repeat left -34px;
    width:116px;
    height:42px;
    position:absolute;
    left:658px;
    top:289px;
    z-index:100;
}

#the_form{
	background-position:right bottom;
	top:282px;
	left:639px;
}

#archive_items{
    list-style:none url('/images/css/bullet.png') outside;
    margin:0;
    padding:5px 0 0 20px;
}

#archive_items li{
    margin:0 0 10px 0;
}

#archive_items a{
    color:#fff;
}

#giraffe{
    background:url('/images/css/matrix.png') no-repeat left -76px;
    width:100px;
    height:151px;
    position:absolute;
    bottom:-15px;
    right:-57px;
}

#bird{
    background:url('/images/css/matrix.png') no-repeat -10px -227px;
    width:63px;
    height:71px;
    position:absolute;
    bottom:-15px;
    right:-28px;
}

/* contact form */
form div{
	margin:3px 0px;
}

label{
	display:block;
}

.field{
	border:1px solid #499155;
	width:294px;
	padding:3px;
}

.ok,
.error{
	margin:6px 0px;
	padding:3px 0px 3px 22px;
	background: url('/images/css/matrix.png') no-repeat -176px -154px;
}

.error{
	background-position: -176px -206px;
}
/* ie6 message */
#ie6{
	display:none;
	width:650px;
}

* html #main{
	display:none;
}

* html #ie6{
	display:block;
}
