/* CSS Document */

/* ----- BODY -----  */
body {
	font-family: "Hiragino Kaku Gothic Pro", "WenQuanYi Zen Hei", "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial";
	background-image: url(../images/bg.gif);
	background-color: #5e5e5e;
	background-repeat: repeat-y;
}

/* ----- GLOBAL LINKS -----  */ 
a:link {color: #666600; text-decoration: none; border-bottom: 1px #ffffff;}
a:hover {color: #c13001; text-decoration: none; border-bottom: 1px dotted #c13001;}
a:visited {color: #666633; text-decoration: none; border-bottom: 1px dotted #ffffff;}
a:active {color: #126857; text-decoration: none;}


/* ----- MAIN ----- */
#main {
	width: 900px;
	text-align: left;
	margin-left: 30px;
}

#main h1 {color: #fff;}
#main h2 {color: #fff; font-size: 20px; font-weight: bold;}
#main h3 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	border-left: 12px solid #fff;
	padding-left: 10px;
	text-shadow: 2px 2px 2px #fff;
	display: inline;
}

#main ul {color: #444; margin-right: 30px;}
#main ol {color: #444; margin-right: 30px;}

/* ----- BANNER ----- */
#main #banner {
	font-family: 標楷體, BiauKai, Georgia, Serif;
	padding-left: 20px;
	margin: 0px 10px 30px;
	border: 0px dotted #ccc;
	text-align: left;
	font-size: 28px;
	color: #d6d6d6;
	background-image: url(http://fred.ipod.to/images/bg_banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
}

#main #banner .sub {
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
        /* --color: #d6d6d6- */
	text-align: left;
	font-family: Georgia, "Lucida Grande";
}

/* ----- LEFT SIDE ARTICLES ----- */
#main #content {
	width: 630px;
	float: left;
}

#main #content .countingman {color: #999999; font-size: 14px;}
#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: 90%;
	padding: 2em;
	font-size: 14px;
	color: #333333; 
}

#main #content hr {
	color: #fff;
	background-color: #fff;
	border: 0;
	height: 1px;
}

#main #content #logbox h1 {color: #999; display: inline;}

#main #content #logbox h2 {
	color: #cc6633;
	display: inline;
	font-size: 20px;
	font-weight: bold;
	}

#main #content #logbox h3 {
	display: inline;
	font-size: 18px;
	}

#main #content #logbox .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px #aaaaaa;
	}

#main #content #logbox .headerdate {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	}

#main #content #logbox .postbody:first-letter
{
	font-size: 32px;
	float: left;
	margin: 6px 5px 0px 0px;
	padding: 6px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 標楷體, BiauKai, "Lucida Grande", Arial, Serif;
}

#main #content #logbox .postbody {
	font-size: 16px;
	line-height: 200%;
	color: #000;
	/*-- text-shadow: 1px 1px 1px #fff --*/
	}

#main #content #logbox .postbody img {
	padding: 6px;
	margin: 10px;
	border: 1px solid #666666;
	background-color: #d6d6d6;
    }

#main #content #logbox .postbody img.noframe {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ccc;
    }

#main #content #logbox .caption {
	font-size: 13px;
	color: #333;
	background-color: fff;
	padding: 3px 10px 3px 10px;
	display: inline;
	width: 500px;
	text-align: left;
	}

#main #content #logbox .postbody img.a:hover {border: 1px dotted; }
	
#main #content #logbox #comment {margin-top: 15px;}
#main #content #logbox #comment .commentbody {font-size: 14px; color: #111111;}
#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;}

/* ----- RIGHT SIDE BOX ----- */
#main #sidebox {
	font-size: 13px;
	line-height: 150%;
	width: 200px;
	float: right;
	padding-left: 20px;
}

#main #sidebox .block {
	color: #E3E3E3;
	margin: 10px 0px 10px 0px;
}

#main #sidebox div.feedBurnerFeedBlock ul { margin-left: -20px; color: white;}


#main #sidebox a:link {color: #FFCC00; text-decoration: none;}
#main #sidebox a:hover {color: #c13001; text-decoration: none; border-bottom: 1px dotted #c13001;}
#main #sidebox a:visited {color: #333333; text-decoration: none; border-bottom: 0px none #787846;}
#main #sidebox a:active {color: #FF9900; text-decoration: none;}

#main #sidebox .archives {border: dashed 0px #ccc; height: 180px; overflow: auto; color: #999999; border-bottom-width: 1px; margin: 10px 0px;}
#main #sidebox .blockp {padding-left: 12px; margin: 10px 0px;}
#main #sidebox .blockp img {margin-bottom: 10px;}
#main #sidebox .blockp .nickname {font-size: 26px; color: #999999; font-weight: bold;}
#main #sidebox .blockp .gender {font-size: 12px; color: #999999;}
#main #sidebox .blockp .birthday {font-size: 12px; color: #999999;}
#main #sidebox .blockp .right {float: right;}

/* ----- FRIENDS ----- */
.category_name {font-size: 18px; color: #999999; padding: 8px 0px 2px 0px; font-weight: bold;}
.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 ADDITION ----- */
.small {
	font-size: 9px;
	float: right;
}

blockquote {
	border-left: 2px solid #FFFFFF;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 10px;
	PADDING-TOP: 1px
	PADDING-BOTTOM: 1px;
	FONT-SIZE: 16px;
	COLOR: #333;
	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: #333333;
	margin-right: 30px;
	margin-left: 30px;
}

/* ----- YUAN.CC FLICKR NOTE ----- */

.photo_box {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
}
