/*** Layout ***/

body	{
	margin:0px;
	padding:0px;
}

#main {
	width: 98%;
}


#c1 {
	width: 150px;
	vertical-align: top;
	background-color: #f9ecd2;
	border:dotted 1px #9b824e;
}

#c2 {
	width: 100%;
	vertical-align: top;
	background-color: transparent;
	padding:0 10 0 10px;
}

#c3 {
	width: 150px;
	vertical-align: top;
	background-color: transparent;
}

/*** FONT ***/
td{
font-size:x-small; /* win ie5.x */
fo\nt-size:x-small; /* win ie6.x,mac ie5.x */
line-height: 1.3em;
}

h2, h3 {
font-size:x-small; /* win ie5.x */
fo\nt-size:x-small; /* win ie6.x,mac ie5.x */
line-height: 1.3em;
}

/* for gecko without mac ie5 \*/
html>body td{
font-size: 80%;
line-height: 1.3em;
}

html>body h2, h3 {
font-size:small;
line-height: 1.3em;
}

html>body .entry h3 {
font-size:small;
line-height: 1.3em;
}

/* for gecko without mac ie5 end */
small{
font-size:100%;
}

em{font-style:normal;}


/*** HEADER ***/

#gltitle {
	width:100%;
	background-color: #e5b27a;
	background-image: url(img/earth.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom:10px;
}

#gltitle h1 {
	font-size: 16px;
	padding: 45px 15px 45px 15px;
	margin:0px;
}

#h1tc {
	color: #ffffff;
}

#h4tc {
	color: #ffffff;
}


#gltitle .owner h4	{
	background-color: transparent;
	font-size:12px;
	text-align:right;
	padding:5px;
	cursor:pointer;
	cursor:hand;
	margin:0px;
	}

#gltitle p {
	background-color: #9b724e;
	border:1px #9b824e dotted;
	padding: 6px 15px 6px 15px;
	margin:0 4 6 4px;
	color: #ffffff;
}


/*** h2 ***/

#c1 h2 {
	width: 150px;
	font-weight: bold;
	background-color: #c49f83;
	padding: 4px;
	margin:0;
	color:#575757;
	text-align: center;
}

#c2 h2 {
	font-weight: bold;
	background-color: #f9ecd2;
	border:dotted 1px #9b824e;
	padding: 4px;
	margin:0;
	text-align: center;
	color: 575757;
}

#c3 h2 {
	width: 150px;
	font-weight: bold;
	background-color: #c49f83;
	padding: 4px;
	border:dotted 1px #9b824e;
	margin:0;
	color:#575757;
	text-align: center;
}

/*** LIST ***/
ul {list-style-image: url(img/arrow.gif); margin:10 10 0 25px;}

/* wo Mac IE5.0 \*/
*ul {list-style-image: url(img/arrow.gif); margin:10 10 0 20px;}
/* end wo Mac IE5.0 */
html>body ul {list-style-image: url(img/arrow.gif); padding-left:6px;}

li {line-height:130%; vertical-align: top; padding-bottom:8px;}
/* wo Mac IE5.0 \*/
li { line-height:130%; vertical-align: top; padding-bottom:8px;}
/* end wo Mac IE5.0 */
html>body li {line-height:120%;vertical-align: top;}


/*** GENERAL ***/
.spacer10
	 { 
	font-size: 0;
	line-height: 0;
	width: 10px;
	height:10px;
	clear: both;
	}

.spacer15
	 { 
	font-size: 0;
	line-height: 0;
	width: 15px;
	height:15px;
	clear: both;
	}

.spacer20
	 { 
	font-size: 0;
	line-height: 0;
	width: 20px;
	height:20px;
	clear: both;
	}

img
	{
	border:0;
	}

p{
	margin:0;
}

/*** LINK ***/

a:link	{
	text-decoration : none;
	color: #9b724e;
	background: transparent;
	}

a:visited	{
	text-decoration : none;
	color: #7b348c;
	background: transparent;
	}

a:hover	{
	text-decoration : underline;
	color: #9b724e;
	background: transparent;
	}

/*** LINK CALENDAR ***/

#cal a:link	{
	text-decoration : none;
	color: #003399;
	background: #eeeeee;
	}

#cal a:visited	{
	text-decoration : none;
	color: #003399;
	background: #eeeeee;
	}

#cal a:hover	{
	text-decoration : underline;
	color: #003399;
	background: #eeeeee;
	}

#cal .today{
	color: #000000;
	background: #f9ecd2;
	}

/*** MODULE ***/
#cal {
	text-align: center;
	padding: 4px;
	background-color: #ffffff;
        border:1px solid #9b724e;
	margin-top:10;
}

#cal th {
	text-align: center;
	font-size: 9px;
	font-weight:normal;
        border-bottom:1px solid #9b724e;
	padding-bottom:3px;
}


#link{
}

#avator{
	text-align: center;
}

#avator img{
	margin:10;
}


/*** ENTRY ***/

.entry h3 {
	font-weight: bold;
	text-align: center;
}

.entry p {
	line-height:150%;
}

p img.contents {	
	float: right;margin-left:10px;
	}

.uinfo {
	padding: 4px;
	margin-top:10px;
	text-align:right;
	border:dotted 1px #9b824e;
}

#glnavi {
	color: #575757;
	padding:10px;
}


/*** COMMENT VIEW ***/
#cview {
	width: 98%;
	vertical-align: top;
	background-color: transparent;
}

#cview h2 {
	font-weight: bold;
	background-color: #f9ecd2;
	border:dotted 1px #9b824e;
	padding: 4px;
	margin:0;
	text-align: center;
	color: #575757;
}

#error_wcomment	{
	color: #ff0000;
	background: transparent;
	font-weight:bold;
	text-align: center;
	margin:20 0 20 0px;
	}

.ucomment{
}

#wcomment {
	vertical-align:top;
	font-weight: bold;
	margin:10 0 0 0px;
}

#wcomment .uname{
	margin:0 20 10 0px;
}

#wcomment .email{
	margin:0 20 10 0px;
}

#wcomment .url{

}

#wcomment .filed{
	text-align:center;
}


/*** FOOTER ***/
#footer {
	border-top:dotted 1px #9b824e;
   	width: 100%;
	height: 50px;
	background-color: #c49f83;
	text-align: center;
	padding: 4px;
	margin-top:10px;
}

