*{ 
margin:0; 
padding:0; 
} 

body {
	margin: 0px 0px 0px 0px;
		background-color: #FFFFFF;/*#D2EDCD;ADE29D*/
		background-image:url("top-background.jpg");	
	background-position: left bottom;
	background-repeat: no-repeat;
        	background-attachment: fixed;
        	text-align: center;
	}

/* scrollbar color */
#scrollbar-greengate
{
  scrollbar-face-color: #e0e0ff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-3dlight-color: #9999dd;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #9999dd;
}

a {
	text-decoration: underline;
}

a:link {
	color: #E2B78A; /*47A785*/
	background: none;
}

a:visited {
	color: #00BD00;
	    background: none;
}

a:active {
	color: #00BD00;
	    background: none;
	    background-color: #00cc00;
}

a:hover {
	color: #aadfa7;
	background-color:#eaffe7;
	text-decoration:none
	background: none;

	border: 1px dotted #CCC;
	padding: 5px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
/*	background-color: #F7FFF5;*/
	border-bottom:30px solid #00cc00;

	background-image:url("top-container-background.jpg");	
	background-position: center 300px;
        	background-attachment: fixed;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: pink;/*#A7FD67*/
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	height: 300px;

	background-image: url("top-banner-background.gif");
	background-repeat: no-repeat;
	background-position: center center;
	}

/* CALENDAR */
#banner-calendar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.70em;
	color: #00BD00;
  	line-height: 110%;
	text-align: center;

	border-bottom:1px solid #FFFFFF;

	width:650px;
	margin-right:auto;
	margin-left:auto;
	position:relative; top: 280px;
	}

#banner-calendar a:visited{
	color: #A7FD67;
	text-decoration:none;
	}

#banner-calendar .today {
	font-size: 1em;
	border:2px solid #ffffff;
	font-weight: bold;
}

#banner #pics{
	position:absolute;
	top:30px;
	margin-left:635px;
}

#banner .title {
	display: none;
	}

#banner img {
	border:0px;
	}

/*
#banner a {
	color: #b5dd75;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	}

#banner h2 {
	font-size: small;
	}
*/


/* MAIN = CENTER & RIGHT */
#main {
}


#center {
	float: left;
	width: 486px;
	padding: 5px;
/*	overflow: show; */

	border: 3px 2px 0px 2px solid #ffffff;

/*	background-image: url("top-center-background.jpg");
	background-position: center bottom;
*/	}


#right {
	line-height: 100%;
	float: left;
	width: 196px;
	border: 3px 2px 0px 2px solid #ffffff;

/*	background-color: #F7FFF5;
	overflow: show;
*/	
	}


.content {
	padding: 0px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;

/*	background-color: #FDFFFD;*/
/*	background-image: url("top-center-background.jpg");*/
	}


.content div.entryall{
/*		background-color: #FFFFD5;*//*#D2EDCD;ADE29D*/
	border: 5px double #8acf87;
	padding: 5px;
	margin-bottom: 15px;
}

.content div.entrybody{
/*		background-color: #FFFFFF;*//*#D2EDCD;ADE29D*/
		padding-left:15px;
}

.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	list-style-type: circle;
	}

.content h2 {
	color: #92AFE2;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 1px;
	
	}

.content h3 {
	color: #1D4DA7;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	
	text-align: left;
	font-weight: bold;
	
/*	background-color: #FDFFFD;*//*ADE29D*/
/*	background-image: url("grass.jpg");
	background-repeat: no-repeat;
	background-position: -150px 11px;
*/

	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
	}



.sidebar {
	padding: 15px;
	}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .1em;
	}

.sidebar div#commentlist,#categories,#entrylist{
	margin:auto;
	margin-bottom: 10px;
	overflow:show;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	margin-bottom: 10px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 100%;
	
	margin-top: 5px;
	list-style-type: none;
	}

/* ABOUT SIAM */
.sidebar #counter{
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar #about {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	line-height: 110%;
	padding: 10px;

/*	background-image:url("top-about-background.gif");*/
	background-position: center center;
	background-repeat: no-repeat;
 }

.sidebar #about img{
padding 0px;
}

.sidebar #categories {
	padding: 10px;
	}
.sidebar #categories ul {
	padding-left: 15px;
	}
.sidebar #categories li {
	font-size: x-small;
	list-style-type: disc;
	}

.sidebar #entrylist li{
	font-size: x-small;
	list-style-type: none;
}

.sidebar #commentlist {
	font-size: x-small;
	line-height: 100%;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 110%;
	text-align: left;
	padding: 2px;
	margin-bottom: 30px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.show { display : block; }
.hidden { display : none; }


#copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	color: #666;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;	
	margin: 50px 0px 0px 0px;
	padding-left: 30px;
	}

}
