@charset "utf-8";
/* CSS Document */
body
{
	background:url(../images/background.gif);
	margin:0px;
	padding:0px;
	text-align: center;
}

.main #container{
	width: 1000px;
	margin: 0 auto;
	
	text-align: left;
}

.main #topLayout{
	padding:0px;
	height: 150px;
}

.main #content{
	height: 35px;
	margin: 0px;
	z-index: 3;
	width: 1000px;
	padding: 5px 0 0 0 ;
	background:#930;
}

.main #rightframe{
	width: 250px;
	min-height: 700px;
	float:right;
	padding: 15px 0;
	background-color: #FFA07A;
}

.main #mainLayout{

	width: 750px;
	margin: 0 0 0px 0px;
	z-index: 1;
	float:left;
	background-color: #FFA07A;

}
.main #bottomLayout{
	margin: 0; 10px;
	float:left;
	width:1000px;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.diary
{
	width: 730px;
	margin: 0 0 5px 5px;
	padding: 5px;
	background-color: #FFA07A;
}

.diary #header{
	float: left;
	padding: 0px;
	width:730px;
	height: 70px;
	background: #FFA07A;
}
.diary #header h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color:#990033;
	font-weight:bold;
	text-shadow: 0.1em 0.1em #FFFEEE;
	margin-left:10px;
	margin-top:5px;
}

.diary #header h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top: -15px;
	margin-left:10px;
}

.diary #passage, #photo {
	width:710px;
	min-height: 300px;	
	background: #FFFFFF;
	padding: 10px;
}

.diary #passage h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color:#990033;
	font-weight:bold;
	text-shadow:#CCC;
}

.diary #passage h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-top: -15px;
}

.diary #passage p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2.5em;
	word-spacing:0.1em;
}

.diary #passage h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#993300;
	margin-bottom: -15px;
}	

.diary #passage a:link, .diary #passage a:visited, #photo a:link, #photo a:visited{ 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#CC3300;
	text-decoration:none;
	line-height: 18px;
	word-spacing:0.1em;
}

.diary #passage a:hover, #photo a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF0000;
	background-color:#FF9;
	line-height: 18px;
	word-spacing:0.1em;
}

/* for post reply on index.php */
#reply, #link
{
	width:200px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;

}
#reply ul, #link ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-decoration:none;
}

#reply li, link li{
	float: none;
	list-style-type: none;
	padding: 5px;
	position: relative;
	font-size: 12px;
}

#reply a:link, #reply a:visited, #link a:link, #link a:visited{
	color:#CC3300;
	cursor:pointer;
	text-decoration:none;
	line-height: 18px;
}
#reply a:hover, #link a:hover{
	color:#693;
	cursor:pointer;
	text-decoration:none;
	line-height: 18px;
	
}
#link .moreLink
{
	text-align: right;
		font-size: 12px;
}

/* Post message reply on each diary */
#comment
{
	padding: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.comment { background-color:#FFFFFF; border:1px solid #000000; padding:5px 0 5px 5px; color:#000000; }
.myReply { background-color:#CC0000; border:1px solid #000000; margin-left: 104px; margin-top:0px; padding:5px 0px 5px 5px; color:#000000; }

.row { padding-left:5px; margin-bottom:5px; clear:both; overflow:hidden; }
.row label { width:100px; margin-left:2px; margin-right:2px; display:block; float:left; font-weight:bold; padding-top:5px; }
.row input, .row textarea, .row div { width:280px; display:block; float:left; }


#leaveComment
{ 
	width:400px; 
	border:3px solid #000000; 
	margin:10px; 
	overflow:hidden;
	position:relative; 
	background-color:#F96; 
}


#comment p
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align:left;
}
#comment h2
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align:left;
	margin-left: 10px;
	color:#969;
	font-weight:normal;
}

#comment h1
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align:right;
	color:#000;
	font-weight:normal;
}

#photo td{
	text-align: center;
	width:170px;
}
/* pictures for diary */
#contentLeft { 
	background: url('shadow.gif') no-repeat bottom right; 
	clear: left; 
	float: left; 
	margin: 0 25px 15px 0px; 
	padding: 0; 
	position: relative; 
}
  
#contentLeft img { 
	background-color: #fff; 
	border: 1px solid #a9a9a9; 
	display: block; 
	margin: -5px 5px 5px -5px; 
	padding: 4px; 
	position: relative; 
}

#contentRight { 
	background: url('shadow.gif') no-repeat bottom right; 
	clear: right; 
	float: right; 
	margin: 0 0 15px 25px; 
	padding: 0; 
	position: relative; 
}
  
#contentRight img { 
	background-color: #fff; 
	border: 1px solid #a9a9a9; 
	display: block; 
	margin: -5px 5px 5px -5px; 
	padding: 4px; 
	position: relative; 
}

#contentRight object { 
	background-color: #fff; 
	border: 1px solid #a9a9a9; 
	display: block; 
	margin: -5px 5px 5px -5px; 
	padding: 4px; 
	position: relative; 
}

#contentMiddle {
	text-align: center;
}

/* pictures for diary */
#thread
{
	width: 450px;
	background-color:#F9F9F9;
	border: 1px dashed #a9a9a9;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 10px;
	margin: auto;
	color:#666;
}

#linkList a:link, #linkList a:visited{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	text-decoration:none;
		line-height: 18px;
	word-spacing:0.1em;
}
