/*內文設定*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table td {
	font-size: 12px;
}

a {text-decoration: none;}
a:hover {color: #ff6600;}

.even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	letter-spacing: 1px;
}

/*【新聞區】：邊框樣式=「1 實線 #cccccc」*/
.item {border: 1px solid #cccccc; width: 100%}

/*【新聞標題區】：內距=3；背景色=#2F5376；文字顏色=#FFFFFF*/
.itemHead {padding: 3px; background-color: #2F5376; color: #FFFFFF;width: 100%}

/*【新聞資訊區】：文字對齊=右邊；內距=3；背景色=#efefef*/
.itemInfo {text-align: right; padding: 3px; background-color: #efefef;width: 100%}

/*【新聞區標題連結】：文字大小=130%；文字粗細=粗；文字變化=小字體；文字顏色=#ffffff；背景色=透明*/
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent;}

/*【新聞資訊區之發佈者】：文字大小=90%；文字形態=斜體*/
.itemPoster {font-size: 90%; font-style:italic;}

/*【新聞資訊區之發佈日期】：文字大小=90%；文字形態=斜體*/
.itemPostDate {font-size: 90%; font-style:italic;}

/*【新聞資訊區之狀態】：文字大小=90%；文字形態=斜體*/
.itemStats {font-size: 90%; font-style:italic;}

/*【新聞內容區】：左內距=5*/
.itemBody {padding-left: 5px;width: 100%}

/*【新聞內容區之文字】：上邊距=5；下邊距=5；行高=1.5倍*/
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;width: 100%}

/*【新聞內容區之首字】：文字大小=133%；文字粗細=粗*/
.itemText:first-letter {font-size: 133%; font-weight: bold;}

/*【新聞頁尾區】：文字對齊=右邊；內距=3；背景色=#efefef*/
.itemFoot {text-align: right; padding: 3px; background-color: #efefef;width: 100%}

/*【新聞頁尾區之管理工具】：文字大小=90%*/
.itemAdminLink {font-size: 90%;}

/*【新聞頁尾區之權限工具】：文字大小=90%*/
.itemPermaLink {font-size: 90%;}

/*【HTML表格標題】：背景色=#2F5376；文字顏色=#FFFFFF；內距=2；垂直對齊=中間；字型='AR PL New Sung',新細明體,Verdana, Arial, Helvetica, sans-serif；*/
th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle; font-family: 'AR PL New Sung',新細明體,Verdana, Arial, Helvetica, sans-serif;}

/*【廣告標題區】：寬度=100%；背景色=#2F5376；垂直對齊=中間；文字對齊=中間*/
td#headerbanner {width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center;}

/*【頁首列】：下邊框樣式=「1 實線 #dddddd」；底圖=hbar.gif; */
td#headerbar {width: 150px; border-bottom: 1px solid #dddddd; background-image: url(hbar.gif);}

/*【左邊區塊的儲存格】：寬度=170；右邊框樣式=「1 實線 #cccccc」；文字大小=12*/
td#leftcolumn {width: 150px; border-right: 0px solid #cccccc; font-size:14px;line-height: 20px;}

/*【左邊區塊的表格標題】：背景色=#2F5376-->background-color: #2F5376；文字顏色=#FFFFFF；垂直對齊=中間*/
td#leftcolumn th {width: 150px; color: #FFFFFF; vertical-align: middle;font-size:14px;}

/*【左邊區塊的區塊標題區】：內距=3；背景色=#dddddd；文字顏色=#639ACE；文字粗細=粗*/
td#leftcolumn div.blockTitle {width: 150px ;padding: 3px; color: #639ACE; font-weight: bold;font-size:10px;}

/*【左邊區塊的區塊內容區】：內距=3；行高=120%*/
td#leftcolumn div.blockContent {width: 150px; padding: 3px; line-height: 20px;font-size:10px;}


/*【中間區塊的儲存格】：文字大小=12*/
td#centercolumn {font-size: 12px;}

/*【中間區塊的表格標題】：背景色=#2F5376；文字顏色=#FFFFFF；垂直對齊=中間*/
td#centercolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}

/*【中間區塊的正中區塊】：內距樣式=「0 3 1 3」*/
td#centerCcolumn {padding: 0px 3px 1px 3px;}

/*【正中區塊的區塊標題區】：內距=3；文字顏色=#639ACE；文字粗細=粗；上邊距=0；右邊距=0；左邊距=0*/
td#centerCcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px; margin-right: 0px;  margin-left: 0px;}

/*【正中區塊的區塊內容區】：左邊框樣式=「1 實線 #cccccc」；右邊框樣式=「1 實線#cccccc」；下邊框樣式=「1實線  #dddddd」；內距=3；右邊距=0；左邊距=0；下邊距=2；行高=120%*/
td#centerCcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-right: 0px;  margin-left: 0px; margin-bottom: 2px; line-height: 120%;}

/*【中間區塊的中左區塊】：寬度=50%；內距樣式=「0 3 0 0」*/
td#centerLcolumn {width: 50%; padding: 0px 3px 0px 0px;}

/*【中左區塊的區塊標題區】：內距=3；文字顏色=#639ACE；文字粗細=粗；上邊距=0*/
td#centerLcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}

/*【中左區塊的區塊內容區】：左邊框樣式=「1 實線 #cccccc」；右邊框樣式=「1 實線#cccccc」；下邊框樣式=「1實線 #dddddd」；內距=3；左邊距=3；右邊距=2；下邊距=2；行高=120%*/
td#centerLcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 120%;}

/*【中間區塊的中右區塊】：寬度=50%；內距樣式=「0 3 0 0」*/
td#centerRcolumn {width: 50%; padding: 0px 3px 0px 0px;}

/*【中右區塊的區塊標題區】：內距=3；文字顏色=#639ACE；文字粗細=粗；上邊距=0*/
td#centerRcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}

/*【中右區塊的區塊內容區】：左邊框樣式=「1 實線 #cccccc」；右邊框樣式=「1 實線#cccccc」；下邊框樣式=「1實線 #dddddd」；內距=3；左邊距=2；右邊距=3；下邊距=2；行高=120%*/
td#centerRcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 2px; margin-right: 3px; margin-bottom: 2px; line-height: 120%;}

/*【主內容區】：文字對齊=左邊；內距=8*/
div#content {text-align: left; padding: 8px;}

/*【右邊區塊的儲存格】：寬度=170；左邊框樣式=「1 實線 #cccccc」；文字大小=12*/
td#rightcolumn {width: 170px; border-left: 1px solid #cccccc; font-size:12px;}

/*【右邊區塊的表格標題】：背景色=#2F5376；文字顏色=#FFFFFF；垂直對齊=中間*/
td#rightcolumn th {width: 170px; background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}

/*【右邊區塊的區塊標題區】：內距=3；背景色=#dddddd；文字顏色=#639ACE；文字粗細=粗*/
td#rightcolumn div.blockTitle {width: 170px; padding: 3px; background-color: #dddddd; color: #639ACE; font-weight: bold;}

/*【右邊區塊的區塊內容區】：內距=3；行高=120%*/
td#rightcolumn div.blockContent {width: 170px; padding: 3px; line-height: 120%;}

/*【頁尾列】：文字對齊=中間；底圖=hbar.gif*/
tr#footerbar {text-align:center; background-image: url(hbar.gif);}

/*【主選單連結】：背景色=#e6e6e6；顯示方式=區塊；邊距=0；內距=4*/
td#mainmenu a {display: block; margin: 0; padding: 4px;}

/*【主選單滑鼠移過時之連結】：背景色=#ffffff-->background-color: none;*/
td#mainmenu a:hover {color: #e6e6e6;}

/*【主選單最上方選項】：左內距=3；上邊框樣式=「1 實線 silver」；右邊框樣式=「1 實線#666666」；下邊框樣式=「1 實線 #666666」；左邊框樣式=「1 實線 silver」；*/
/*td#mainmenu a.menuTop {color:#ffff00; width: 150px;padding-left: 3px; border-top: 1px solid silver; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;} */
td#mainmenu a.menuTop {font-size: 133%; color:#ffffff; width: 150px;padding-left: 3px; border-top: 1px solid silver; border-right: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver;} 
/*td#mainmenu a.menuTop {width: 170px;}*/

/*【主選單之主選項】：左內距=3；右邊框樣式=「1 實線 #666666」；下邊框樣式=「1實線#666666」；左邊框樣式=「1 實線 silver」；*/
/*td#mainmenu a.menuMain {color:#ffff00; width: 150px;padding-left: 3px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}*/
td#mainmenu a.menuMain {font-size: 133%; color:#ffffff; width: 150px;padding-left: 3px; border-right: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver;}
/*td#mainmenu a.menuMain {width: 170px;}*/

/*【主選單之次選項】：靠右對text-align: right;左內距=9；右邊框樣式=「1 實線 #666666」；下邊框樣式=「1實線#666666」；左邊框樣式=「1 實線 silver」；*/
/*td#mainmenu a.menuSub {color:#ffffff;padding-left: 28px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}*/
td#mainmenu a.menuSub {color:#ffff00;padding-left: 28px; border-right: 1px solid silver; border-bottom: 1px solid silver; border-left: 1px solid silver;}
/*td#mainmenu a.menuSub {width: 170px;}*/

/*【使用者選單連結】：背景色=#e6e6e6；顯示方式=區塊；邊距=0：內距=4；右邊框樣式=「1 實線 #666666」1px solid #666666；下邊框樣式=「1實線#666666」；左邊框樣式=「1 實線 silver」；*/
td#usermenu a { display: block; margin: 0; padding: 4px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}

/*【使用者選單滑鼠移過時之連結】：背景色=#ffffff*/
td#usermenu a:hover {background-color: #e6e6e6;}

/*【使用者選單最上方選項】：上邊框樣式=「1 實線 silver」*/
td#usermenu a.menuTop {border-top: 1px solid silver;}

/*【使用者選單高亮度設定】：背景色=#fcc*/
td#usermenu a.highlight {background-color: #fcc;}

/*【outer】：邊框樣式=「1 實線 silver」*/
.outer {border: 1px solid silver;}

/*【head】：背景色=#c2cdd6；內距=5；文字粗細=粗*/
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}

/*【even】：背景色=#dee3e7；內距=5*/
.even {background-color: #dee3e7; padding: 5px;}

/*【odd】：背景色=#E9E9E9；內距=5*/
.odd {background-color: #E9E9E9; padding: 5px;}

/*【foot】：背景色=#c2cdd6；內距=5；文字粗細=粗*/
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}

/*【表格列套用even的儲存格】：背景色=#dee3e7；內距=5*/
tr.even td {background-color: #dee3e7; padding: 5px;}

/*【表格列套用odd的儲存格】：背景色=#E9E9E9；內距=5*/
tr.odd td {background-color: #E9E9E9; padding: 5px;}

/*【錯誤訊息】：背景色=#FFCCCC；文字對齊=中間；上邊框樣式=「1 實線 #DDDDFF」；左邊框樣式=「1 實線#DDDDFF」；右邊框樣式=「1 實線 #AAAAAA」；下邊框樣式=「1 實線 #AAAAAA」；文字粗細=粗；內距=10*/
div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}

/*【確認訊息】：背景色=#DDFFDF；文字顏色=#136C99；文字對齊=中間；上邊框樣式=「1 實線 #DDDDFF」；左邊框樣式=「1 實線#DDDDFF」；右邊框樣式=「1 實線 #AAAAAA」；下邊框樣式=「1 實線 #AAAAAA」；文字粗細=粗；內距=10*/
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}

/*【結果訊息】：背景色=#CCCCCC；文字顏色=#333333；文字對齊=中間；上邊框樣式=「1 實線 silver」；左邊框樣式=「1 實線silver」；文字粗細=粗；右邊框樣式=「1 實線 #666666」；下邊框樣式=「1 實線 #666666」；內距=10*/
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

/*【XOOPS程式碼區】：背景色=#FFFFFF；邊框樣式=「1 3D嵌入 #000080」；字型="Courier New",Courier,monospace；內距樣式=「0 6 6 6」*/
div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}

/*【XOOPS引用區】：背景色=#FFFFFF；邊框樣式=「1 3D嵌入 #000080」；字型="Courier New",Courier,monospace；內距樣式=「0 6 6 6」*/
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}

/*【評論標題】：文字粗細=粗；下邊距=2；*/
.comTitle {font-weight: bold; margin-bottom: 2px;}

/*【評論內文】：內距=2*/
.comText {padding: 2px;}

/*【評論之使用者狀態】：文字大小=10；文字顏色=#2F5376；文字粗細=粗；邊框樣式=「1 實線 silver」；背景色=#ffffff；邊距=2；內距=2*/
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}

/*【評論之使用者資訊】：文字粗細=正常*/
.comUserStatCaption {font-weight: normal;}

/*【評論之使用者正在線上】：左邊距=2；上邊距=10；文字顏色=#2F5376；文字粗細=粗；文字大小=10*/
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}

/*【評論之使用者等級】：邊距=2*/
.comUserRank {margin: 2px;}

/*【評論之使用者等級文字】：文字大小=10；文字粗細=粗*/
.comUserRankText {font-size: 10px;font-weight:bold;}

/*【評論之使用者等級圖片】：邊框=0*/
.comUserRankImg {border: 0;}

/*【評論之使用者名稱】：尚未設定*/
.comUserName {}

/*【評論之使用者圖像】：邊距=2*/
.comUserImg {margin: 2px;}

/*【發表評論日期區】：文字粗細=正常；文字形態=斜體；文字大小=較小*/
.comDate {font-weight: normal; font-style: italic; font-size: smaller}

/*【發表評論日期文字】：文字粗細=粗；文字形態=正常*/
.comDateCaption {font-weight: bold; font-style: normal;}

/*wolong*/
.left-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.news-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.news-title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.content-bg {

	background-image: url(http://140.123.103.176/ckorrnell/themes/wolong2014/images/index_32.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content-text01 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #284162;
	text-decoration: none;
}
.layout-left-bg {
	background-image: url(http://140.123.103.176/ckorrnell/themes/wolong2014/images/index_layout_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.layout-right-bg {
	background-image: url(http://140.123.103.176/ckorrnell/themes/wolong2014/images/index_layout_right_bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* color -- dropdown menu for Forum */
div.dropdown a, div.dropdown .menubar a{
	color:#FFF;
}

div.dropdown .menu, div.dropdown .menubar, div.dropdown .item, div.dropdown .separator{
	background-color: #2F5376; /* color set in your theme/style.ss .th{} is recommended */
	color:#FFF;
}

div.dropdown .separator{
	border: 1px inset #e0e0e0;
}

div.dropdown .menu a:hover, div.dropdown .userbar a:hover{
	color: #333;
}
/* color - end */

/* direction -- for rtl */
div.dropdown ul, div.dropdown .userbar{
	direction: ltr;
}

div.dropdown li ul {
	left: -150px !important; /* for IE, tune the value if necessary */
}
div.dropdown li>ul {
	left: -1px !important; /* for non-IE, tune the value if necessary */
}

div.dropdown .userbar{
	float: right !important;  /* need a more formal solution, any help would be appreciated */
}
/* direction fix end */

