@charset "utf-8";
*{
	font-family:sans-serif;
	margin:0;
}

.container{
	width:800px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */

}
#contentblock {
	background-image:url(../imgs/trans80.png);
	border:#000 1px solid;
	border-bottom:none;

}
#push {
	clear:both;
}
#footer  {
	padding-top:7px;
}
#sidebar{
	float:right;
	width:201px;
}
#sidebar .box{
	border:#000 1px dashed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:10px 10px 10px 0 ;
}
#sidebar h2 {
	padding:0 10px;
}
#sidebar .box > div{
	padding:0 10px 10px;
	font-size:80%;
	
}
#sidebar ul{
	padding-left:0;
	list-style: inside none;
}
#sidebar ul ul{
	padding-left:10px;
}

#sidebar a{
	color:#000;
	text-decoration:none;
}
#sidebar a:hover{
	color:#f7421f;
	text-decoration:underline;
}

#content{
	padding-right:200px;
	padding-bottom:20px;
}
#footer{
	width:800px;
	margin:0 auto;
	background-image:url(../imgs/trans80.png);
	border:#000 1px solid;
	border-top:none;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
}
#footer >* {
	margin:7px 10px;
	}


body {
	background-image:url(../imgs/bg.png);
	background-position:center;
	background-repeat:repeat-y;
	background: -moz-linear-gradient(0% 0% 0deg, #FEF100,#FA9600);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FAF900), to(#FA9600));
	padding: 10px 0;
}
#header > #headerimg{
	background-image:url(../imgs/island.png);
	width:477px;
	height:329px;
	margin-bottom:-100px;
}
#header > h1,#header > h2 {
	float:right;
	width:100%;
	text-align:right;
}
#menu{

	height:35px;
	margin-left:-1px;
}
#menu > ul{
	list-style:none outside;
	padding:0;
}
#menu > ul > li{
	float:left;
	padding:0 10px 0 0;
}#menu > ul > li > a{
	padding: 8px 10px;
	line-height:35px;
	background-image:url(../imgs/menuline.png);
	font-weight:bold;
	text-decoration:none;
	height:35px;
	color:#000;
	border:#000 1px solid;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.entry {
	position:relative;
	margin: 0 10px;
	border-bottom:#000 dashed 1px;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:justify;
}
.commentfield {
	position:relative;
	margin: 0 10px;
	border-bottom:#000 dashed 1px;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:justify;
}
.commentfield textarea {
	width:100%;
	padding:0 !important;
}


#nextprev{
	margin: 0 10px;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:justify;

}
.alignright{float:right}
.alignleft{float:left}



a{
	color:#f7421f;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

.block-date { 
	position:absolute;
	left:-100px;
	top: -1px;
	width:68px;
	padding:45px 5px 0px;
	margin-left:10px;
	background-image:url(../imgs/trans80.png);
	border:#000 1px solid;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
} 
.block-date .block-month {
	text-transform: uppercase;
	font-size:25px;
}
.block-date .block-day {
	font-size:45px;
	line-height:45px;
	position:absolute; left:5px; top:0px;
}
.block-date .block-year { 
	display:block; 
	position:absolute; right:-5px; top:15px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);			
}
#comments {margin:0 10px;}
#comments li{
	padding-top:5px;
	padding-bottom:5px;
}

#comments ul{
	list-style:none inside;
	padding-left:0;
}

blockquote {
margin:22px 0px;
color:#575757;
padding: 0 0 0 60px;
background: transparent url(../imgs/quote.png) no-repeat 0 0;
min-height:50px;

}
pre {
margin:22px 0px;
color:#575757;
padding: 0 0 0 60px;
background: transparent url(../imgs/code.png) no-repeat 0 0;
font-family:monospace;
min-height:55px;
overflow:auto;

}