/***********************************************************************
 @ filename         : /templates/3columnv2/css/default.css
 @ author           : Ken Wang
 @ description      : default styles for media.ipavo.com blogs
 @ media            : screen
 @ modified         : 2007-06-20
**********************************************************************/
/* modify by yukang */
@import url(../base_v2.css);

/***** 背景 及 主架構 *****/
body {
	background: #d5d5d5 url(../img/back_texture.jpg) 0 34px repeat-x;
}
#section-main {
	text-align: center;
}
a, a:link, a:visited { color: #aaa; text-decoration: none; }
a:hover { color: #B7D52B; text-decoration: underline; }
a:active { color: #fc0; }

/***** 主圖及標題 *****/
#section-main-top {
	background: transparent url(default/main_pic.jpg) center 0 no-repeat;
	width: 920px; height: 266px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
h1#blog-title {
	padding: 20px 20px 5px;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 175%;
	color: #333;
}
h1#blog-title a{
	padding: 20px 20px 5px;
	font-family: "Trebuchet MS",arial,sans-serif;
/*	font-size: 175%;*/
	color: #333;
}

p#blog-desc {
	padding: 5px 20px 0;
	width: 350px; height: 150px;
	overflow: hidden;
	font-size: 9pt;
	line-height: 150%;
	color: #666;
}
#section-main-topmenu {
	margin: 0 auto; padding: 8px 0 5px;
	width: 920px;
	font-size: 8pt;
	background: transparent url(default/main_title.jpg) no-repeat;
}
#section-main-topmenu a {
	color: #ccc;
}
#section-main-topmenu a:hover {
	color: #B7D52B;
}

/***** 主內容區塊 *****/
#section-main-body {
	padding-bottom: 30px;
	background: #434343 url(default/bg_main_bottom.jpg) center bottom no-repeat;
}

/***** main-content *****/
div.blog-post {
	color: #ccc;
	margin-bottom: 50px;
	font-size: 9pt;
}
h2.post-title {
	margin: 0 0 5px; padding: 4px 0 3px 15px;
	font-size: 9pt;
	color: #fff;
	background-color: #666;
}
h2.post-title a {
	color: #fff;
}
h2.post-title a:hover {
	color: #B7D52B;
	text-decoration: none;
}
div.post-info {
	color: #999;
	text-align: right;
	font-size: 8pt;
}
div.post-info span.author {
	color: #B7D52B;
	font-weight: bold;
}
div.post-body {
	padding: 10px 15px;
	font-size: 9pt;
}
div.post-footer {
	padding: 4px 0 5px 15px;
	font-size: 8pt;
	color: #666;
	/*background: transparent url(../img/i/tiny/folder.gif) 0 5px no-repeat;*/
	/*border-top: 1px dotted #555; */
	text-align: right;
}
a.showMoreLink {
	color: #B7D52B;
	display: block; clear: left;
	padding: 4px 0 4px 15px;
	font-size: 8pt; font-weight: bold;
	background: transparent url(../img/i/tiny/arrow_fat_right.gif) 0 5px no-repeat;
}
div.blog-nav {
	padding: 4px 0 5px 5px;
	font-size: 8pt;
	color: #666;
	text-align: right;
}
div.blog-nav a {
	color: #B7D52B;
}

/***** comments *****/
div.comments-list {
	margin-top: -20px;
	padding: 0 15px;
	font-size: 8pt;
}
h5.comment-title {
	padding: 5px 5px 5px 20px;
	font-size: 9pt;
	color: #fff;
	background: #555 url(../img/i/tiny/comment.gif) 5px 7px no-repeat;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
}
h5.comment-title a {
	color: #B7D52B;
}
div.comment-text {
	padding: 5px 5px 10px 20px;
	font-size: 9pt;
	color: #ccc;
	background-color: #555;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
div.comment-info {
	margin-top: -1px;
	padding: 5px 5px 15px 35px;
	font-size: 8pt;
	color: #666;
	background: transparent url(default/comment_bubble_pointer.gif) 15px 0 no-repeat;
}
div.comment-info span.author {
	color: #eee;
	font-weight: bold;
}
div.comment-info a.author {
	color: #B7D52B;
	font-weight: bold;
}
div.comment-info span.datetime {
	color: #ccc;
}


/***** comment-form *****/
div.comment-form {
	margin: 50px 0 10px;
	font-size: 8pt;
	color: #999;
}
div.comment-form form {
	padding: 5px 15px;
}
h3.comment-form-title {
	margin: 0 0 5px; padding: 1px 0 5px 15px;
	font-size: 9pt;
	color: #B7D52B;
	border-bottom: 1px dotted #666;
	background: transparent url(../img/i/tiny/comment.gif) 0 3px no-repeat;
}
div.comment-form span.label {
	display: block;
	padding: 7px 0 3px;
}
.comment-form textarea.NewComment_input2,
.comment-form input.NewComment_input1 {
	border: 1px solid #333;
	border-color: #333 #888 #888 #333;
	padding: 2px;
	color: #ccc;
	background-color: #666;
	font-size: 9pt;
}
.comment-form textarea.NewComment_input2:focus,
.comment-form input.NewComment_input1:focus {
	background-color: #777;
	color: #fff;
}
.comment-form textarea.NewComment_input2 {
	width: 485px;
}
.comment-form .buttons {
	margin: 10px 0;
}


/***** 兩旁小區塊 *****/
div.block-body {
	color: #999;
}

/***** block-self-intro *****/
#block-self-intro div.block-body {
	position: relative;
	margin: 5px 0; padding: 0;
	text-align: center;
	background: transparent url(default/bg_profile_body.jpg) repeat-y;
}
#block-self-intro div.block-body .user-nickname {
	margin: 0; padding: 130px 15px 5px;
	font-size: 9pt; font-weight: normal;
	color: #333;
	background: transparent url(default/bg_profile_top.jpg) no-repeat;
}
#block-self-intro img.user-pic {
	position: absolute;
	left: 33px; top: 15px;
	border: 2px solid #ccc;
}
#block-self-intro div.user-desc {
	padding: 5px 15px 20px;
	font-size: 8pt;
	color: #666;
	line-height: 150%;
	background: transparent url(default/bg_profile_bottom.jpg) 0 bottom no-repeat;
	text-align: left;
}
/***** block-recent-post *****/
#block-recent-post div.block-body li {
	background-image: url(../img/i/tiny/document.gif);
}
#block-recent-post #recent-post-feed {
	padding-top: 8px;
}
/***** block-recent-comment *****/
#block-recent-comment div.block-body li {
	background-image: url(../img/i/tiny/comment.gif);
}
#block-recent-comment li b {
	color: #B7D52B;
}




/***** block-calendar *****/
#block-calendar div.block-body {
	text-align: center;
}
#block-calendar table.calMonth {
	margin: 0 auto;
}
#block-calendar table.calMonthBackward {
	text-align: left;
}
#block-calendar table.calMonthForward {
	text-align: right;
}
#block-calendar tr.calMonthNav th {
	padding: 1px;
	text-align: center;
	color: #999;
}
#block-calendar tr.calMonthNav a {
	margin: auto;
	padding: 2px 2px 1px 0;
	display: block;
	width: 1.5em;
	text-decoration: none;
	color: #666;
}
#block-calendar tr.calMonthNav a:hover {
	color: #000;
	background-color: #B7D52B;
}
#block-calendar tr.calMonthHeader th {
	font-weight: normal;
	padding: 4px 0 2px;
	color: #B7D52B;
	text-align: center;
}
#block-calendar td {
	padding: 1px;
	font-size: 8pt;
	color: #333;
}
#block-calendar td.calMonthToday span {
	color: #fc0;
	border-color: #494949;
}
#block-calendar td a {
	padding: 2px 2px 1px 0;
	display: block;
	width: 1.5em;
	text-align: right;
	text-decoration: none;
	color: #fff;
	border: 1px solid #464646;
}
#block-calendar td a:hover {
	color: #000;
	background-color: #B7D52B;
	border-color: white;
}
#block-calendar td span {
	color: #999;
	border: 1px solid #464646;
	padding: 2px 2px 1px 0;
	display: block;
	width: 1.5em;
	text-align: right;
	cursor: default;
}

/***** block-ipavo-station *****/
#block-ipavo-station #station-name {
	margin-bottom: 5px; padding: 10px 0 5px;
	color: white;
	font-size: 9pt;
	border-bottom: 1px dotted #666;
}
#block-ipavo-station #station-feed {
	margin-top: 5px; padding: 8px 0 2px;
	border-top: 1px dotted #666;
}
#block-ipavo-station #onoff-air {
	text-align: center;
}
#block-ipavo-station li {
	color: #B7D52B;
	border-bottom: none;
	padding-top: 0; padding-bottom: 2px;
	background-position: 0 3px;
}
#block-ipavo-station li.item-empty {
	padding-left: 0;
	background-image: none;
}
#block-ipavo-station li.item-report {
	background-image: url(../img/i/tiny/warning.gif);
}
#block-ipavo-station li.item-report a:hover {
	color: red;
}
#block-ipavo-station li.item-more a {
	color: #B7D52B;
	text-decoration: underline;
}
#block-ipavo-station li.item-more a:hover {
	font-weight: bold;
}

/***** block-ipavo-schedule *****/
#block-ipavo-schedule li {
	background-image: url(../img/i/tiny/cube.gif);
}
#block-ipavo-schedule #schedule-feed {
	padding-top: 8px;
}
#block-ipavo-schedule li a.more {
	text-decoration: underline;
}

/***** block-ipavo-uploads *****/
#block-ipavo-uploads #uploads {
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
#block-ipavo-uploads div.block-body {
	padding-top: 0;
}
#block-ipavo-uploads #uploads p {
	text-align: center;
}
#block-ipavo-uploads #uploads a span {
	color: #B7D52B;
}
#spaceStorageAmount {
	font-weight: bold;
	text-decoration: underline;
}
#block-ipavo-uploads #uploads-feed {
	margin-top: 5px; padding: 8px 0 2px;
	border-top: 1px dotted #666;
}
#block-ipavo-uploads li {
	padding-top: 0; padding-bottom: 2px;
	background-position: 0 2px;
	border-bottom: none;
	background-image: url(../img/i/tiny/cube.gif);
}
#last_5_files {
	padding-top: 10px;
}
#last_5_files p {
	margin-bottom: 5px;
}

/***** block-category *****/
#block-category li {
	background-image: url(../img/i/tiny/folder.gif);
}
#block-category li abbr {
	color: #B7D52B;
}
