﻿/**
Motocity 2010 CSS
*/

body 
{
	margin: 0;
	background-color: #FFFFFF;
	text-align:center;
}

/* 頁面寬度 */
#motocity_container 
{
	width:980px; 
	text-align:left; 
	margin:0 auto;
}

/* 取消連結底線 */
a 
{
	text-decoration:none;
}

/* 
文章字大小 行距
注意: formIE.css
 */
.postbody 
{ 
	font-size : 16px; 
	line-height: 28px;
	letter-spacing: 2px;
} 

.postbody br {
 letter-spacing:0em;
}

/* 文內縮圖 */
/* 重要: ie 需要使用 <!DOCTYPE HTML> (HTML5 標準)*/
/* IE 相容模式會有問提, 要用 635PX */
.postbody img {
	max-width: 850px;
}

/* 引言縮圖 */
.quote img {
	max-width: 500px;
}

/* 頭像縮圖 */
img.avatar {
	max-width: 135px;
}

/* 首頁版面名稱 */
.forumlink
{
	font-size:13pt;
	line-height: 24px;
	margin: 5px 0;
}

/* 分享訊息 */
.nick
{
	color: #8D8C8C;
}

/* 在圖帶入前 顯示白色 */
th,td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom
{
	background: #FFFFFF;
}

/* 首頁論壇列表列高度 */
tr.forum_row td
{
	height:50px;
}

#toplist .forumlink
{
	font-size:12px;
	line-height:18px;
}

/* 解決上方白邊 issue */
#header iframe {
	display: block;
}