/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
body {
	background:#ffffff;
}


.tm-headerbar { /*改橫幅的高度與背景色*/
    padding: 0;
    background-color: #00a0e9;
	background-image:url("http://www.rueidemo.info/tprm/images/content/header_bg.png");
	background-repeat: no-repeat;
	background-position: 35% top;
    height: 150px;
}

.tm-toolbar { /*改橫幅的高度與背景色*/
    background-color: #00a0e9;
}

.tm-page { /*把頁面的框線取消*/
        box-shadow:none; 
}

.uk-subnav { /*上選單的位置調整*/
    position: relative;
    top: 30px;
}

.tm-headerbar .uk-panel { /*搜尋模組的位置調整*/
    position: relative;
    top: 20px;
}


.tm-page .tm-block:first-child {
    padding-top: 0px;
}

.uk-button-large-join { /*調整加入會員按鈕的高度*/
    min-height: 60px;
    padding: 0 15px;
    line-height: 60px;
    font-size: 24px;
}


.nav-tabs.nav-stacked > li > a {
   color:#000000;
}


.nav-tabs > li > a { /*會員頁面的tab按鈕字型顏色*/
    color: black;
}

.tm-isblog .tm-content .uk-width-medium-1-2 .uk-article-title, .tm-isblog .tm-content .uk-width-medium-1-3 .uk-article-title {
    font-size: 18px;
    line-height: 24px;
}

.uk-button, a.uk-button, button.uk-button { /*繼續閱讀按鈕文字的weight*/
    font-weight: normal;
}


/*改產業資訊頁面的部落格布局*/
.tm-content > .uk-grid .uk-article .tm-featured-image {  
display: block;  
float: left;  
width: 25%;  
margin-right: 20px;  
}  

.tm-content > .uk-grid .uk-article .tm-featured-image + h1.uk-article-title {  
margin-top: 0;  
/*font-size: 20px;  */
line-height: 24px;  
}  

.tm-content > .uk-grid .uk-article .uk-article-meta {  
font-size: 16px;  
line-height: 20px;  
}  

.tm-content > .uk-grid .uk-article .tm-blog-more {  
text-align: right;  
}  

.tm-content > .uk-grid .uk-article .tm-blog-more .uk-button {  
font-size: 14px;  
line-height: 28px;  
min-height: 28px;  
padding: 0 10px;  
}

.sidebar-a-down { /*sidebar-a位置往下*/
	position:ralative;
	top:50px;
}

.jsn_search_module > .btn,.jsn_search_module .control-group, .jsn_search_module .controls,.jsn_search_module .control-label,

.jsn_search > .btn,.jsn_search .control-group, .jsn_search .controls,.jsn_search .control-label {
	display:inline-block !important;
	width:auto !important;
	margin:0 !important;
	float:none;
}

.jsn_search_module{
	width:600px;
	float:right !important;
	text-align:right;
	padding-top:20px;
}

.jsn_search_module input{
	width:100px !important;
}

.jsn_search_module label{
	color:#ffffff !important;
	font-weight:normal !important;
}

.uk-navbar-center { /*手機版logo的寬度*/
    max-width: 70%;
}
