/********************/
/* CUSTOM STYLE CSS */
/********************/
/* 
Put your custom css and css overrides in this file. By restricting your css changes to 
custom-style.css, your changes will not be overwritten when upgrading to a new version of this theme.

Steps to customize your theme:
1. Add your custom css to this file;
2. Uncomment different examples below and modify data as you wish;
3. Clear cached data at admin/settings/performance or, if you use Administration Menu module, "Flush all caches".
	 You can also check "Rebuild theme registry on every page" at /admin/appearance/settings/zeropoint during development;
4. Don't forget to save a copy of this file with a different name to avoid loosing it after a theme update.
*/



/* Erase or comment the lines below to get rid of the image in the right sidebar and the brand image at the bottom */
#middlecontainer {
	background: transparent url(../images/all/_sidebarimg.png) 99% 99% no-repeat;
}
#brand {
	background: url(../images/all/_brand.png) 50% 0 no-repeat;
	margin: 0 auto;
	height: 50px;
}


/***********************/
/* CHANGE DEFAULT FONT */
/***********************/
/*
html, .pure-g [class*="pure-u"] {
	font-family: Verdana, Helvetica;
}*/


/**********************/
/* ROUND USER PICTURE */
/**********************/
/*
.user-picture img {
	border-radius: 100% !important;
}*/


/*************************/
/* DROP DOWN ADJUSTMENTS */
/*************************/

/* no dropdown shadows */
/*
.pure-menu-children {
	box-shadow: none;
}*/

/* big arrows */
/*
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
	content: "\25BC";
}
.pure-menu-has-children .pure-menu-has-children > .pure-menu-link:after {
	content: "\25B6";
}*/


/**************************/
/* INDIVIDUAL MENU COLORS */
/**************************/
/* Uncomment the following lines to have different colors for menu items. 
 * Change the values below accordingly: XXX=menu item number; YYY=color. */

/* Individual menu item */
/*
.menu-XXX {
	background: #YYY;
}*/

/* First/last menu item */
/*
.first.pure-menu-link {
	background: #YYY;
}*/

/* Middle menu items */
/*
.pure-menu-link {
	background: #YYY;
}*/

/* Children color */
/*
.pure-menu-children .pure-menu-link {
	color: #YYY !important;
	background: YYY;
}*/


/***************************************************/
/* HIDE some TITLES, READMORE and Developer's link */
/***************************************************/
/* Uncomment the first declaration below to hide all titles on the front page 
 * Addapt the second declaration to hide a certain title on the frontpage. 
 * Third one is for no "Read more" on the front page. */ 
/*
.front #main h2.title a {	display: none; }
.front #main #node-XXX h2.title a {	display: none; }
.front .node-readmore {	display: none; }
.by { visibility: hidden; }
*/


/*******************************/
/* UPDATE ICONS FOR NEW BLOCKS */
/*******************************/
/* where ID is the block id */

/*
#ID .block-icon {
	background: transparent url(../images/all/icons/blocks/icon_24_48.png) no-repeat;
}
*/


/*************************/
/* USER BLOCKS ALIGNMENT */
/*************************/
/*
#section1 .block {
	min-height: 250px;
}*/


/*************************/
/* CENTERED BLOCK IMAGES */
/*************************/
/*
.block img {
	margin: auto;
}*/


/************************/
/* OTHER SOCIAL NETWORK */
/***********************/
/*
#soclinks .myother { 
	background: transparent url(myother-social-network_32.png) no-repeat scroll center center; 
}*/


/***********************/
/* CHANGE HEADER IMAGE */
/***********************/
/* Deactivate the image rotator in theme's settings, put your new image in the _custom folder and uncomment the lines below */
/*
.himg #headimg, #headimg {
	background: #fff url(YOUR_IMAGE.png) no-repeat 100% 100%;
}*/


/***********************/
/* CHANGEs for MOBILES */
/***********************/

@media screen and (max-width: 48em) {

/* HEADER IMAGE */
/* Comment or erase the lines below and images rotator will work on mobiles too.
	 You can also change the image with "mobi-sq" or use your own. */
	.himg #headimg, #headimg {
		background: #fff url(../images/all/mobi-dot.png) repeat;
	}
}

/* ------------- */
/* heaven 自訂的 */
/* ------------- */

/***********************/
/* CHANGE DEFAULT FONT */
/***********************/

html, .pure-g [class*="pure-u"] {
	font-family: Verdana, Helvetica, 細明體, Hanazono Mincho A, Hanazono Mincho B;
}

body {
	line-height: 160%;
	color: #202020;
}

/* 內文文字 */
#main .content {
	font-size: 1.2em;
    line-height: 160%;
}
#main .field-name-body {
	border: 1px solid #be7;
	background-color: #f8fff0;
	margin: 10px;
	padding: 20px;
	border-radius: 5px;
}


/* 最上方標題大字 */
#site-name {    /* site name link */
	font-family: 標楷體, 細明體, sans-serif, Arial, Verdana, Helvetica;
	font-style: italic;
	font-weight: bold;
  }

/* block 選單標題 */
#sidebar-right {
	font-size: 15px;
	font-family: 微軟正黑體, 細明體, sans-serif, Arial, Verdana, Helvetica, Hanazono Mincho A, Hanazono Mincho B;
	line-height: 120%;
}
#sidebar-right .block-title {
	font-size: 20px;
}

/* 首頁中間標題 */
.u1 .block-title, .u2 .block-title  {
	background-color: #a08d35;
	color: white;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	padding-right: 20px;
}
.bi32 .themed-block .title , .bi48 .themed-block .title {
	padding: 10px;
	padding-right: 20px;
}

/* 首頁中間內文 */
.u1 .content, .u2 .content {
	font-size: 1.2em;
}

/* 引言的文字不要斜體 */
blockquote {
	font-style: normal;
}

/* table 表格顏色 */
tr.odd {
	background-color: #ebffe9;
}
tr.even {
	background-color: #feffed;
}

/* 內縮要標準, 預設太前面了 */
.node ul {
	padding-left: 2em;
}