@charset "utf-8";
/* CSS Document 
color:#ff1990;   ->pink color
*/

body{
	font-family: "Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	margin: 15px 0px 15px 0px;
	padding: 0;
	text-align: center;
	/*background: #f4e9f2 url(../images/snow0611.jpg) top center repeat-x;*/
	background-color:#000;
}

#baseContainer {
	width: 890px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/bg.gif);

}


/****************COMMON LINK********************/

a{
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration : underline ; 
	color: #433518;
}


/***************top MENU Photo,Music************/
#headLink_top{
	font-size: 10pt;
	font-weight:bold;
	line-height: 120%;
	color:#4c412b;
	text-align: right;
	padding: 15px 5px 0px 50px;
	height:15px;
}

#headLink_top ul{
	padding: 0px 0px 0px 30px;
	margin:0px;
	}
	
#headLink_top li{
	list-style-type: none;
	display:inline;
	padding:0px 20px 0px 20px;
	background-image: url(../images/listing.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	padding-left:1.5em;
	/*width:650px;*/
}

#headLink_top li a
{
	color:#e1e1e1;
	text-decoration:none;
}


#headLink_top li a:hover
{
	color: #e1e1e1;
	text-decoration:underline;
}


/* ************ HEADER TOP TITLE & DESC ***************/
/* header_mid is hearder bg */
#header_mid {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	text-align: left;
	height: 232px;
	width: 880px;
	/*border-top: 3px dotted #fff;*/	
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#headBlogName_mid{
	font-family:"Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	font-size: 18pt;
	color:#000;
	padding: 40px 50px 0px 250px;
	font-weight: Bold;
}


#headBlogName_mid a { color: #e1e1e1; text-decoration: none;}
#headBlogName_mid a:active {color: #e1e1e1; text-decoration: none;}
#headBlogName_mid a:visited { color: #e1e1e1; text-decoration: none;}
#headBlogName_mid a:hover { color: #e1e1e1; text-decoration: underline; /*background-color: #b8cfeb;*/}

#headIntroduction{
	font-size: 10pt;
	line-height: 130%;
	color: #e1e1e1;
	text-align: left;
	padding: 10px 80px 0px 250px;
}



/*
#headLink{
	font-size: 10pt;
	font-weight:bold;
	line-height: 120%;
	color: #ff1990;
	text-align: left;
	padding: 15px 50px 0px 0px;
	height:15px;
}

#headLink ul{
	padding: 0px 0px 0px 30px;
	margin:0px;
	}
	
#headLink li{
	list-style-type: none;
	display:inline;
	padding:0px 20px 0px 20px;
	background-image: url(../images/listing.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	padding-left:1.5em;
}
*/

/*

blockquote {
	margin: 10px;
	padding: 10px;
	background-color: #eef8ff;
	border-top: 2px solid #b3ccd9;
	border-bottom: 2px solid #b3ccd9;
}
*/

/************************************/
/*header           

#header {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	text-align: left;
	height: 160px;
	width: 880px;
	border-top: 3px dotted #fff;	
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#headBlogName{
	font-family:"Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	font-size: 18pt;
	color:#0f54bb;
	padding: 30px 50px 0px 180px;
	font-weight: Bold;
}

  */
/***************MENU + CONTENT BLOCK (LEFT)**********************/

#mainBlock_leftmenu {
	/*padding:30px 0px 0px 25px;*/
	padding:0px 20px 0px 0px;
	float : right;
	width : 550px;
	
}

#menuBlock_leftmenu {
	float : left;
	width : 260px;
	/*padding: 20px 25px 20px 0px; without headlink*/
	padding: 0px 0px 20px 25px; 

}


/******************* MENU + CONTENT BLOCK (RIGHT ) ****************/
#menuBlock {
	float : right;
	width : 260px;
	/*padding: 20px 25px 20px 0px; without headlink*/
	padding: 0px 25px 20px 0px; 
}

#mainBlock {
	/*padding:30px 0px 0px 25px;*/
	padding:0px 0px 0px 25px;
	float : left;
	width : 550px;
}

/*END */

.menuBlockBase {
	margin: 0px ;
	
}
.menuBlockHead {
	margin: 10px 0px 0px 0px;
	padding: 18px 7px 7px 38px ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Osaka;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/xmas_sub_title.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


.menuBlockBody {
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}


/* FOR CALENDAR */
.menuBlockBodyCalendar {
	/*padding: 5px 5px 5px 5px;*/
	background-color: #ffffff;
	height:230px;
	_height:240px;
}


/* CONTENT TEXT */
.menuText {
	font-size: 9pt;
	padding: 0px;
	color: #666;
	line-height: 130%;

}
.menuText a {
	font-size: 9pt;
	padding: 0px;
	color: #666;
	line-height: 130%;
	text-decoration : none ; 
}

.menuText a:hover {
	text-decoration : underline ; 
	/*background-color : #d4ebf3 ;*/
	color: #433518;
}


.menuText p{
	margin: 0.3em;
}

.menuText ul {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
}
.menuText ul li {
	margin: 5px 5px 5px 20px;
}

/*FOR THE MENU BOTTOM LINK */
.menuTextLink{
	font-size: 9pt;
	padding-left: 180px;
	color: #666;
	line-height: 150%;
}

.menuTextLink a{
	color: #433518;
	text-decoration:none;

}

.menuTextLink a:hover{

	color: #433518;
	text-decoration:underline;

}

/* ***FOR MORE BLOG LINK ****/
.moreLink a
{
	color: #433518;
	font-size: 9pt;
	text-decoration:none;
}

.moreLink a:hover
{
	color: #433518;
	text-decoration:underline;
}

/* **** START : for blog content Title *****/
.contentTitle {
	font-size: 11pt;
	padding: 0px;
	color: #433518;
	line-height: 130%;
	font-weight:bold;

}

.contentTitle a {
	font-size: 11pt;
	color: #433518;
	text-decoration : underline ; 
}

.contentTitle a:hover {
	text-decoration : none;  
	color: #433518;
}



.contentTitle_date {
	font-size: 8pt;
	padding: 0px;
	color: #666;
	line-height: 130%;
}


.contentTitle_date a{
	font-size: 8pt;
	color: #666;
	text-decoration : none ; 
}


.contentTitle_date a:hover{
	font-size: 8pt;
	color: #433518;
	text-decoration : none ; 
}

.separate_line
{
border:1px dotted #da5403;
padding: 0px;
margin:1px;
}


/*END  */




/* ********* FOR FORM BUTTON ********* */
.button
{
	font-size:12px;
	border:1px solid;
}








/******************************************/

/* main content             */


.mainEntryBlock {
	width : 550px;
	margin: 20px 10px 0px 0px;

}

.mainEntryTitle {
	padding: 8px 15px 8px 30px;
	font-size: 11pt;
	font-weight: bold;
	color: #433518; 
	border-bottom: 0px dotted #b8cfeb;
	background-image: url(../images/waku_top_x.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.mainEntryTitle a
{
	color: #433518;
	text-decoration: none;
}

.mainEntryTitle a:hover
{
	text-decoration : underline ; 
	/*background-color : #d4ebf3 ;*/
	color: #433518;
}

.mainEntryBody {
	
	padding: 10px 15px 25px 15px;
	font-size: 10pt;
	line-height: 150%;
	color: #666;
	background-color: #fff;
	border-top: 0px solid #ffffff;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	background-image: url(../images/snow_down.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align:justify;
	float:left;
	width:506px;
	
	
	
}

.mainEntryBottom 
{
		padding: 3px 15px 12px 15px;
		font-size: 9pt;
		line-height: 120%;
		color: #666;
		text-align: right;
		background-image: url(../images/waku_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-color:transparent;
		clear:both;
		height:12px;
		overflow:hidden;
	
}


.mainEntryBottom  a{
	color: #433518;
	text-decoration:none;

}

.mainEntryBottom a:hover{

	color: #433518;
	text-decoration:underline;

}

.pageLink{
	font-size: 10pt;
	color: #da5403;
	text-align: left;
	margin: 20px 10px 30px 30px;
}
.padmin{
	text-align:right;
	font-size:9pt;
	color: #da5403;
	padding:5px 15px 5px 5px;
	background-color: #ffffff;
}


.mainEntryBase img{
	margin:0px 0px 0px 0px;
}


/************************************/

/***************************************/
/* footer        */
#footer {
	width: 880px;
	height: 40px;
	padding: 10px 0px 10px 0px;
	margin: 25px 0px 0px 5px;
	clear: both;
	font-size: 9pt;
	line-height: 140%;
	color: #433518;
	text-align:center;
	font-weight:bold;
}

#footer a
{
	color: #433518;
	text-decoration: none;
	
}

#footer a:hover {
	text-decoration : underline ; 
	/*background-color : #d4ebf3 ;*/
	color: #433518;
}


 
/* FOR MUSIC TITLE */
.cssttl{
	text-align:center;
	padding-top:2px;
	height:20px;
	font-weight:bold;
	color: #666;
	border-bottom:2px dotted #666;
	font-family:font-family: "Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
}


/*************DETAIL FORM **********/
.menuFormText
{
	font-size: 9pt;
	padding: 0px;
	color: #666;
	line-height: 130%;
	text-decoration:underline;
	font-weight:bold;
}
.detailform {
	margin:50px auto;
	padding:4px 10px 6px 12px;
}

.detailform h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

	
.detailform p{
	padding:10px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	font-size:11px;
	color: #666;
	font-weight:bold;
}	

.frmbutton{
	margin-top:5px;
}

/**** Video thumbnail listing ****/
/*
.video_thumb
{
	margin:5px 10px 5px 15px;
	padding: 5px;
	background:#fff;
	width: 100px;
	height:100px;
	border: 1px #ccc solid;
	
	}
*/	

 .center ul{
	padding: 0px;
	margin: 5px;
	list-style-type: disc;
	

}



.picturedetail{
		width:450px;
		height:360px;
		padding:4px 10px 6px 12px;
		margin :0px 10px 0px 10px;
}


.menuNormalText {
	font-size: 9pt;
	padding: 10px;
	color: #666;
	line-height: 130%;
}

.thumb{
	float:left;
	margin:12px 4px;
	width:74px;
	height:75px;
	border:1px solid #65532F;
}



.video_thumb{
	margin:0px;
	padding: 0px;	
	background:#fff;
	/*border: 1px #ccc solid;*/
	width:auto;
	list-style-type:none;
}
	
.video_thumb_con{
	padding: 5px;
	background:#000;
	width:90px;
	/*border: 1px #ccc solid;*/
}
	
.videoText {
	position:absolute;
	margin:-77px 0px 0px 105px;
	padding: 3px;
	color: #4c6b73;
	font-size: 9pt;
	width: 120px;
	height:75px;
	/*border: 1px #ccc solid;*/
	text-align:left;
	vertical-align:top;

}

.videoTitle{
	font-weight:bold;
	font-size:12px;
	width: 120px;

}

.videoDur{
 	float:left;
	font-weight:normal;
	line-height:14px;
	font-size:11px;
		color: #666;
	/*color:#ff0000;*/
	width:120px;
		
}


.videoNote{
 	float:left;
	font-weight:normal;
	line-height:13px;
	font-size:11px;
	width:120px;
}

/******************* photo front page**************************/
#photo_col_span{
	margin:5px 15px 8px 5px;
	padding:0px;
	width:140px;
	height:160px;
	float:left;

	}
	
.listing_photoalbum_pic{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 12px 12px 15px 7px;
	background: url(../images/photo_album_bg.gif) no-repeat top left;
	/*background-position:2px 50%; /* x-pos y-pos */
	width: 120px;
	height:100px;
	/*border: 1px #ccc solid;*/
}

.listing_photoalbum_pic a
{
	
	text-decoration: none;
}
.listing_photoalbum_pic a:hover 
{
	text-decoration : none ; 
	background-color : #fff ;
	color : #fff ;
}

.photoalbum_pic
{
	width: 120px;
	height:100px;
}


.photo_thumb_pic{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 8px 5px;
	/*background: url(../images/photo_album_bg.gif) no-repeat top left;
	background-position:2px 50%;/*
	 /* x-pos y-pos */
	width: 120px;
	height:100px;
	border: 1px #ccc solid;
	background-color:#fff;
}

.photo_album{
	float:left;
	font-size:10px;
	font-family: "Trebuchet MS";
	text-align:center;
	width:140px;
	height:12px;
	color:#666;

}

.photo_album a
{
	color: #666;
	text-decoration: none;
}
.photo_album a:hover 
{
	text-decoration : underline ; 
/*	background-color : #d4ebf3 ;*/
	color: #433518;
}

.photo_content_comment{
	float:left;
	width:140px;
	height:15px;
	color: #666;
	text-align:center;
	background: url(../images/comment.gif) center no-repeat;
	background-position:20px 50%; /* x-pos y-pos */
	font-family: "Trebuchet MS";
	font-size:10px;
	margin-top:3px;
}


.total_photo{
	float:left;
	width:140px;
	height:15px;
	color:#666;
	text-align:center;
	/*background: url(../images/listing.gif) center no-repeat;*/
	background-position:8px 60%; /* x-pos y-pos */
	font-family: "Trebuchet MS";
	font-size:10px;
	margin-top:4px;
}
.total_photo a
{
	color:#666;
	text-decoration:none;
}

.total_photo a:hover
{
	color: #433518;
	text-decoration:underline;
}




.menuText_inline {
	font-size: 9pt;
	padding: 0px;
	color: #666;
	line-height: 130%;
	height:220px;


}


.menuText_inline p{
	margin: 0.3em;
}

.menuText_inline ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:inline-block;

}

.menuText_inline ul li {
	float:left;
	margin: 5px 5px 5px 12px;
	_margin: 5px 5px 5px 8px;
	width:90px;
	height:80px;
	background:#fff;
	padding:5px;
	_padding:5px 5px 0px 5px;
	border:1px solid #ccc;
}

.menuText_thumb_pic
{
	width:90px;
	height:80px;
}

.menuText_inline a
{
	text-decoration: none;
}

.menuText_inline a:hover 
{
	text-decoration : underline ; 
	background-color : #fff ;
}



/* *** VIDEO THUMBNAIL*** */

.video_thumb_pic
{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*background: url(../images/photo_album_bg.gif) no-repeat top left;
	background-position:2px 50%;/*
	 /* x-pos y-pos */
	width: 120px;
	height:100px;
	background:#000;
}
.video_thumb_pic a
{
	text-decoration: none;
	
}

.video_thumb_pic a:hover 
{
	text-decoration : none ; 
	background-color : #000 ;
	color : #18605a ;
}



#video_col_span
{
	margin:5px 15px 8px 5px;
	padding:0px;
	width:140px;
	height:160px;
	float:left;
}




#video_col_span{
	Margin:5px 15px 5px 5px;
	padding:0px;
	width:140px;
	height:160px;
	float:left;
	}


.listing_video_pic{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 12px 12px 15px 7px;
	background: url(../images/video_album_bg.gif) no-repeat top left;
	/*background-position:2px 50%; /* x-pos y-pos */
	width: 120px;
	height:100px;
	/*border: 1px #ccc solid;*/
}


.listing_video_pic a
{
	
	text-decoration: none;
}
.listing_video_pic a:hover 
{
	text-decoration : none ; 
	background-color : #000;
	
}


.videoalbum_pic
{
	width: 120px;
	height:100px;
}


.video_album{
	float:left;
	font-size:10px;
	font-family: "Trebuchet MS";
	text-align:center;
	width:140px;
	height:12px;
	color:#666;
}

.video_album a
{
	color: #666;
	text-decoration: none;
}
.video_album a:hover 
{
	text-decoration : underline ; 
/*	background-color : #d4ebf3 ;*/
	color: #433518;
}

.total_video{
	float:left;
	width:140px;
	height:15px;
	color:#666;
	text-align:center;
	/*background: url(../images/listing.gif) center no-repeat;*/
	background-position:8px 60%; /* x-pos y-pos */
	font-family: "Trebuchet MS";
	font-size:10px;
	margin-top:4px;
}

.total_video a
{
	color:#666;
	text-decoration:none;
}
.total_video a:hover
{
	color: #433518;
	text-decoration:underline;
}



.video_content_comment{
	float:left;
	width:140px;
	height:12px;
	color: #8b21a3;
	text-align:center;
	background: url(../images/comment.gif) center no-repeat;
	background-position:23px 50%; /* x-pos y-pos */
	font-family: "Trebuchet MS";
	font-size:10px;
}


/* ***********FOR LISTVIDEO **************** */
.vleft{
	clear:right;
	float:left;
	padding-left:5px;
	padding-top:5px;
	width:490px;
	clear:both;
	padding-bottom:15px;


}

.vright{
	padding-left:5px;
	padding-top:5px;
	float:left;
	width:300px;
}


#videoframe{
	margin:0 auto;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	width:120px;	
	height:90px;
	background:#000;
}

#videoframe .pic{
	margin:0 auto;
	padding:0 0;
	width:120px;
height:90px;
}

#videoframe a{
	margin:0 auto;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	width:120px;
	height:90px;
	background:#000;
}

#videoframe a:hover{
	margin:0 auto;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	width:120px;
	height:90px;
	background:#000;
}


/* ******************FOR PROFILE ************* */

.caption{ 
	font-family: "Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	color: #666;
	font-size: 9pt;
	font-weight:bold;
}

.profileleft{
	float:left;
	padding-left:5px;
	padding-top:5px;
	width:100px;
	clear:right;
	padding-bottom:5px;
}

.profileright{
	padding-left:5px;
	padding-top:5px;
	float:left;
	width:135px;

}


/* ***** FOR RSS LINK ***** */

.rssfeed
{
	font-size: 10pt;
	font-family:font-family: "Trebuchet MS", Arial, Helvetica, Osaka, sans-serif;
	padding: 0px;
	color: #433518;
}

.rssfeed a
{
	color: #433518;
	text-decoration : underline ; 
}
.rssfeed a:hover {
	text-decoration : none;  
	color: #433518;
}
