/* 
 * main >> body
 **/
html, body {
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	background-color: #FFFFFF;
} 


/*
 * head
 **/
#head {
	position: absolute;
	top:0px;
	padding: 0px;
	margin: 0px;
	width:100%;
	background: #7dd000;
}
#head a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.blogTitle {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}


/*
 * navigation
 **/
#topnavi {
	background-color: #40ae01;
	border-bottom: 1px #7dd000 solid;
	padding-left: 40px;
	color: white;
}
.menu img, .buttons img {
	margin-bottom: 5px;
}
.menu, .buttons, .serendipitySideBarItem {  
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.menu legend, .buttons legend {
	color: #000;
	background-color: white;
}


/*
 * sidebar
 **/
#rightcol , #serendipityRightSideBar {
	position: absolute;
	top: 100px;
	left: 5px;
	width: 265px;
}
#pageNavi {
	padding: 0;
	margin: 10px 20px;
}


/*
 * middlecontent
 **/
#middlecontent {
	position: absolute;
	left: 240px;
	top: 90px;
	right: 10px;
	background-color:#fff;
	padding-right: 10px;
	padding-left: 10px;
} 
#box, .box {
	margin: 10px 20px;
	padding: 0;
}
.box legend a, .menu legend a { 
	color: #40ae01;
	background-color: white;
	text-decoration: none; 
}
.box legend a:hover, .menu legend a:hover {
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 1em 2em;
	border: #333333 dotted 1px;
	text-align: left;	
}
legend, .blogTitle {
	padding: 0px 3px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	overflow: hidden;
	
}
.feedcontent {
	margin: 1.12em 0;
}


/*
 * blog links
 **/
.blogLink, .blogLinkPad {
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 5px;
	text-indent: -10px;
}
.blogLinkPad {
	padding-left: 15px;
}
.inlineBlogLink {
	text-decoration: none;
}
.inlineBlogLink:hover, .blogLink:hover, .blogTitle:hover, .box legend:hover {
	background-color: white;
	text-decoration: underline;
}


/*
 * default
 **/
a {
	color: #ca6a22;
	background-color: transparent;
}
.phpcode, pre {
	overflow: auto;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	width: 93%;
	display: block;
	background-color: #eeeeee;
	color: #000000;
	max-height: 300px;
} 
img {
	max-width: 500px;
}
img.face {
	float: right;
	margin-top: -3em;
}
.center{
	text-align: center; 
}


/*
 * submit
 **/
.submit{
	border-style: dotted;
	border-color: black;
	background-color: white;
	border-width: 1px;
	margin-left: 5px;
}
#submit input, #submit textarea {
	border: #333333 dotted 1px;
}
#submit label, #submit input {
	display: block;
	width: 190px;
	float: left;
	margin-bottom: 10px;
}
#submit label {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}
#submit br {
	clear: left;
}
#submit label.url2, #submit input.url2 {
	display: none;
}


/*
 * something else
 **/
.nnbe {
  padding-left: 5px;
}
.serendipity_comment_source {
	padding-top: 1em;
}
.serendipity_comment {
	padding-bottom: 1em;
}
#edit {
	float: right;
}      

