body{
	background-color: #FFFFF0;	
	background-color: #F5F5DC;	
	margin-top: 20px;
}

div,ul,li,img{
	margin: 0px;
	padding: 0px;
}


.day img{
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
}

#header{
	position: relative;
	width: 700px;
	margin: 0px auto;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -3px;
	z-index: 10;
}

#header ul{
	position: absolute;
	bottom: 0px;
	left: 10px;
	list-style: none;
	margin: 0px;
	padding:0px;
}
#header li{
	float: left;
	font-size: 15px;
	font-weight: none;
	
}
#header li a{
	text-decoration: none;
	color: black;
}
#header li a:hover{
	color: #D4BC7A;
}
#header li.cur-date{
	position: relative;
	text-align: center;
	margin-left: 50px;
	font-size: 8px;
	float: none;
	margin-top: 7px;
	color: #AD9A64;
}

#calendar{
	width: 700px;
	margin: 0px auto;
	border: 1px solid #AD9A64;
	border-top: 0px;
	border-bottom: 0px;
}

#login-area{
	width: 700px;
	margin: 0px auto;
	border-top: 0px;
	border-bottom: 0px;
	text-align: right;
	font-size: 80%;
	font-style: italic;
}

#calendar ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding:0px;
}


#calendar li{
	position: relative;
	font-size: 8px;
	text-align: center;
	float: left;
	margin: 0px;
	padding:0px;
	background-color: #AD9A64;
	width: 100px;
	height: 100px;
}

#calendar .dayinmonth{
	background-color: #D4BC7A;
	border-bottom: 1px solid #AD9A64;
	height: 99px;
}
#calendar .dayinmonth+.dayinmonth{
	background-color: #D4BC7A;
	border-left: 1px solid #AD9A64;
	border-bottom: 1px solid #AD9A64;
	width: 99px;
	height: 99px;
}

#calendar .today{
	background-color: #C7B173 !important;
}

#calendar .today img{
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}




#weekheader{
	height: 20px;
}
#weekheader li{
	font-size: .8em;
	height: 20px;
//	background-color: #87784E;
}


#calendar .date{
	position: absolute;
	color: white;	
	top: auto;
	bottom: 0px;
	text-align: center;
	width: 100px;
}

.day{
	position: relative;
}

.blog{
	position: absolute;
	display: none;
	top: 100px;
	width: 150px;
	height: 2em;
	border: 1px solid black;
	background-color: red;
	z-index: 200;
	overflow: hidden;
}

#upload{
	font-size: 80%; 
	text-align: center; 
	font-style: italic;
}


#bigimage_c{
	text-align: center;
	z-index: 100;
}

#image-date{
	position: relative;
	background-color: white;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	width: 100px;
	margin: 0px auto;
	top: -1px;
	z-index: 10;
	font-size: 8px;
}


#bigimage_c img{
	position: relative; 
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
	background-color: white;
	z-index: 5;
}

#bigimage_mask , .mask{
	background-color: white;
	background-color: #D4BC7A;
	
	-moz-opacity: 0.60;
	opacity:.60;
	filter:alpha(opacity=60);
}


#imageaday.yui-skin-sam .yui-panel{
	border: 0px solid green;
}

#bigimage{
	position: relative;
	border: 0px;
}
#bigimage #navi{
	position: absolute;
	top: -1em;
	border: 0px;
}
#bigimage #navi ul{
	border: 0px;
	list-style: none;
}

#bigimage ul#navi  li{
	float: left;
	list-style: none;
	border: 0px;
}
#bigimage ul#navi li a{
	color: red;
}


.remove-image{
	position: absolute;
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	right: 0px;
	left: auto;
}


#close, #close2{
	position: absolute; 
	top: -6px; 
	right: -14px; 
	width: 20px;
	height: 20px;
	background-color: white;	
	border: 1px solid gray;
	z-index: 0;
}

#close2{
	top: -5px; 
	right: -13px; 
	z-index: 6;
	border: 0px solid gray;
}


#close2:hover{
	color: red;	
}



img.wide{
	margin-top: 10px;
}


