html, body {
	height:100%
}
body {
	min-width:800px;
	background-image: url('http://www.melon-pan.net/bg-green.gif');
	background-repeat: repeat
	margin: 0;
	padding: 0;
}
p, h2, h3 {
	font-family:Arial;
	font-size:11pt;
}

a {
	color: #74a44f;
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	cursor: crosshair;
}
a:visited {
	color:grey;
}
.storycontent img{
	padding:10px;
	background-color:#FFFFFF;
}
li {
	list-style-type : square;
}

#container {
	background:#FFFFFF;
  margin:0 auto;
  width:800px;
  padding:0;
}
#header {
	background-color:#FFA438; 
	padding:0px; 
	margin:0px;
}
#main {
	float: left;
	width: 600px;
	padding: 5px;
	background: #FFFFFF;
}
#main2 {
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
#blogmain {
	width:480px; 
	margin:10px;
	padding:10px;
	background-color:#efdecd;
}

#sidebar {
	float: right;
	width:160px;
	padding:10px;
	background: #FFFFFF;
}
#blogsidebar {
	width:270px; 
	float:right; 
	padding:5px;
	margin-top:5px;
	margin-left:10px;
}
#footer {
	clear:both;
	padding:5px;
}
#nav {
	margin-top:-30px;
	margin-left:185px;
	padding:0px;
	width:610px;
	
}
#nav ul {
	margin: 0;
	padding:0px;
	list-style: none;
}
#nav li {
	margin:0px;
	padding: 0px;
	display: inline;
}
.normal,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.small {
	font-size:8pt;
}
.update {
	width:580px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	clear:both;
}
.divider {
	width:80%;
	color:green;
	clear:both;
}
.updatetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding-bottom:10px;
	padding-top:10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left:auto;
	margin-right:auto;
}
.subgallery {
	float:left; 
	width:380px; 
	
	padding:0px;
	margin:3px;
}
.blogdate {
  border-bottom: 1px solid #56402b;
	font-family: Arial, Times, serif;
	font-size:11pt;
	margin: 0px 0 5px 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.blogtitle, .meta, .feedback, a.feedback {
	font-family: Arial;
	font-size: 11pt;
	color: #56402b;
}
.thumbnail {
	padding: 1px;
	margin: 5px;
	float:left;
	width:130px;
	height:130px;
	text-align:center;
	vertical-align:bottom;
	position: relative;
}
.pic {	
	position: absolute;
	left:5px;
	bottom:0px;
	width:120px;
	height:120px;

}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:100;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:101;
}

.lbLoading {
	background: #fff url(stuff/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index:100;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(stuff/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(stuff/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(stuff/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
