/* CSS Document */

/* ----- BODY -----  */
body {
	font-family: "Lucida Grande", "Arial", "Arial Narrow";
	background-image: url(../images/tuna.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
}

/* ----- GLOBAL LINKS -----  */ 
a:link {color: #848F5C; text-decoration: none;}
a:hover {color: #c13001; text-decoration: none; border-bottom: 0px dotted #c13001;}
a:visited {color: #848F5C; text-decoration: none; border-bottom: 0px none #787846;}
a:active {color: #126857; text-decoration: none;}


/* ----- MAIN ----- */

#main {
	width: 1000px;
	text-align: left;
	padding-left: 20px;
}

#main h1 {color: #444;}
#main h2 {color: #444;}
#main h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	border-left: 12px solid #999;
	padding-left: 10px;
	text-shadow: 1px 1px 1px #bbb;
	display: inline;
}

#main ul {color: #555; margin-right: 30px;}
#main ol {color: #555; margin-right: 30px;}

/* ----- BANNER ----- */

#main #banner {
/*	background-image: url(http://fred.ipod.to/images/bg_banner.gif); */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
}

#main #banner_title {
	font-family: 標楷體, BiauKai, Georgia, Serif;
	padding-left: 120px;
	margin: 0px 10px 30px 100px;
	border: 0px dotted #ccc;
	text-align: right;
	font-size: 28px;
	color: #ff9900;
	float: left;
}

#main #banner_left {
	float: left;
}

#main #banner_topleft {
	padding-left: 20px;
	margin: 0px;
}

#main #banner_midleft {
	padding-left: 20px;
	margin: 0px;
	height: 100px;
}

#main #banner_bottomleft {
	/*position: relative;*/
	padding-left: 20px;
	margin: 0px;
}

#main #banner .sub {
	font-size: 12px;
	color: #999999;
	text-align: right;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#main #banner .small {
	font-size: 9px;
	color: #999999;
	text-align: right;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

/* ----- LEFT SIDE ARTICLES ----- */
#main #content {
	MARGIN: 0px auto; 
	width: 500px;
	float: left;
}

#main #content .countingman {color: #999999; font-size: 12px;}
#main #content .countingman b {font-size: 18px;}
#main #content .switcher {font-size: 12px; color: #999999; word-spacing: 4px; text-align: center;}

/* ----- MAIN BLOG CONTENTS ----- */
#main #content #logbox {
	width: 95%;
	padding: 10px;
	font-size: 14px;
	color: #666; 
}

#main #content #bottombox {
	color: #666666;
	background-color: #ffffff;
	padding: 10px;
	font-size: 12px;
	width: 470px;
	margin: 10px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;}

#main #content #logbox hr {
	color: #333;
	background-color: #eee;
	border: 0;
	height: 1px;
}

#main #content #logbox h1 {color: #999; display: inline;}
#main #content #logbox h2 {color: #ff6600; display: inline;}

#main #content #logbox .headerdate {
	font-size: 14px;
	color: #cc3300;
	font-weight: bold;
	}

#main #content #logbox .title {
	font-size: 20px;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	background-color: #cc3300;
	}

#main #content #logbox .title a:link {
	color: #ffffff;
	text-decoration: none;}

#main #content #logbox .title a:visited {
	color: #eee;
	text-decoration: none;}

#main #content #logbox .title a:active {
	color: #cccccc;
	text-decoration: none;}

#main #content #logbox .title a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;}

#main #content #logbox .postbody {
	line-height: 200%;
	margin-left: 20px;
	}

#main #content #logbox .postbody img {
	padding: 5px;
	margin: 3px;
	border: 1px solid #666666;
    }

#main #content #logbox .postbody img.noframe {
	padding: 5px;
	margin: 3px;
	border: 0px;
    }

#main #content #logbox .postbody img.a:hover {border: 0px;}

#main #content #logbox .caption {
	font-size: 10px;
	color: #fff;
	background-color: #bbb;
	padding: 3px 15px 3px 15px;
	text-shadow: 2px 2px 2px #666;
	display: inline;
	}

#main #content #logbox .introbox {
	width: 400px;
	padding: 10px;
	font-size: 11px;
	color: #fff;
	background-color: #84C036;
	}

#main #content #logbox .introbox img {
	padding: 0px;
	margin: 5px;
	border: 1px solid #fff;
    }

#main #content #logbox .introbox a:link {
	color: #FAD86C;
	text-decoration: underline;}

#main #content #logbox .introbox a:visited {
	color: #404A3B;
	text-decoration: none;}

#main #content #logbox #comment {margin-top: 15px;}
#main #content #logbox #comment .date {margin-top: 15px; color: #aaaaaa;}



/* ----- FLOTING IMG BOX ----- */
#main #content #logbox .arc90_imgcaption {
	text-align: center;
	background-color: f5f5f5;
	border: 1px solid #666;
	padding: 0.5em;
	margin: 0.5em;
	width: 9em; }

#main #content #logbox .arc90_imgcaption img {
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
    }

#main #content #logbox .arc90_imgcaptionTXT {
	font-size: .8em;
	color: #666;
	text-align: left; }

#main #content #logbox .floatl {
	float: left;
	margin-right: 1em; }

#main #content #logbox .floatr {
	float: right;
	margin-left: 1em; }

#main #content #logbox .nofloat {
	float: none;
	margin:1em;}

/* ----- SIDE BOX CONTAINER ----- */
#main #side_container {
	font-size: 12px;
	line-height: 150%;
	width: 430px;
	float: right;
	padding-left: 0px;
	MARGIN: 0px auto; 
	border-left: 1px dotted #ddd;
}

#main #side_container .section_title {
	font-size: 20px;
	font-weight: bold;
}

#main #side_container .block {
	color: #999;
	margin: 10px 0px 10px 0px;
}

#main #side_container a:link {color: #c13001;}

#main #side_container a:visited {color: #872101; border: none;}

#main #side_container a:hover {color: #999; border-bottom: 1px dotted #c13001;}

#main #side_container a:active {color: #FF9900;}

#main #side_container .archives {border: dashed 0px #ccc; height: 180px; overflow: auto; color: #999999; border-bottom-width: 1px; margin: 10px 0px;}

#main #side_container .blockp {padding-left: 12px; margin: 10px 0px;}

#main #side_container .blockp img {margin-bottom: 10px;}

#main #side_container .blockp .nickname {font-size: 26px; color: #999999; font-weight: bold;}

#main #side_container .blockp .gender {font-size: 12px; color: #999999;}

#main #side_container .blockp .birthday {font-size: 12px; color: #999999;}

#main #side_container .blockp .right {float: right;}

/* ----- SIDE BOX LEFT ----- */
#main #side_left {
	font-size: 12px;
	line-height: 150%;
	width: 180px;
	float: left;
	MARGIN: 0px auto; 
	padding-left: 10px;
}

/* ----- SIDE BOX RIGHT ----- */
#main #side_right {
	font-size: 12px;
	line-height: 150%;
	width: 170px;
	float: right;
	MARGIN: 0px auto; 
	padding-left: 5px;
}

/* ----- FRIENDS ----- */
.category_name {font-size: 18px; color: #999999; padding: 8px 0px 2px 0px; font-weight: normal;}
.category_item {font-size: 12px; padding: 1px 0px;}

/* ----- CALENDAR ----- */
.blog_cal_table {width: 90%; font-size: 12px; text-align: center;}
.blog_cal_th_title {text-align: center; color: #141414;}
.blog_cal_th_header {text-align: center; color: #141414; }
.blog_cal_tr  {text-align: center; vertical-align: text-top;}
.blog_cal_tr a {text-decoration: none; text-align: center; vertical-align: text-top;}
.blog_cal_td_today {border: solid 1px #ddd;}
.blog_cal_td_today:hover {background: #F1F0E8;}

/* ----- Clear man, a very important Style ----- */
div.clearer {clear: both; display: block; padding: 0px; margin: 0px; height: 0px; line-height: 0px; font-size: 1px;}

/* ----- MY ADDITIONAL ----- */
.small {
	font-size: 9px;
	float: right;
}

blockquote {
	border-left: 1px solid #cc3300;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 10px;
	PADDING-TOP: 1px
	PADDING-BOTTOM: 1px;
	FONT-SIZE: 13px;
	COLOR: #444;
	margin-right: 30px;
}


#main #content #logbox #comment .reply {
	background-image: url(../images/blog/say.gif);
	background-repeat: no-repeat;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 30px;
	PADDING-TOP: 25px;
	PADDING-BOTTOM: 1px;
	FONT-SIZE: 14px;
	COLOR: #999;
	margin-right: 30px;
	margin-left: 30px;
}


/* ----- YUAN.CC FLICKR NOTE ----- */

.photo_box {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
}