@charset "UTF-8";
@import 'reset.css';
/* CSS Document */

/* GENERAL */

html, body {
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
    }
a {
	color: #73216d;
	cursor: pointer;
	text-decoration: none;
	border: 0;
    }
a:hover {
	color: #cc33cc;
	cursor: pointer;
	border: 0;
	}
STRONG {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #606;*/
	}
EM { 
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
   }
.clear {
  clear: both;
  }

#up_outerWrap {
	width: 100%;
	background-image: url(/20221213053125oe_/https://www.iso.cuhk.edu.hk/english/images/call-of-cuhk-colleges/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
    }
	
#low_outerWrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
    }
	
#innerWrap {
	width:970px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	}

#up_innerWrap {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	}
#low_innerWrap {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	}

/* HEADER */

#header {
	height: 190px;
	width: 980px;
	position: relative;
	background-image: url(/20221213053125oe_/https://www.iso.cuhk.edu.hk/english/images/call-of-cuhk-colleges/bg_hd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
    }

#logo_cu {
	position:absolute;
	left:20px;
	top:43px;
	z-index:150;
	}

#home {
	position:absolute;
	left:120px;
	top:35px;
	z-index:148;
	}
#home_b5 {
	position:absolute;
	left:120px;
	top:35px;
	z-index:148;
	}
	
#logo_50Ann {
	position:absolute;
	left:10px;
	top:112px;
	z-index:149;
	}
	

	
.icon_pdf {
	position:absolute;
	right:43px;
	top:65px;
	z-index:80;
	}
	
.icon_ebook {
	position:absolute;
	right:10px;
	top:65px;
	z-index:80;
	}
	
.icon_contents {
	position:absolute;
	right:10px;
	top:162px;
	color: white;
	/*z-index:80;*/
	}
	
.sizing {
	color: #CCCCCC;
	right: 3px;
	position: absolute;
	top: 95px;
	z-index: 95;
	float: right;
	}
	
.sizing p a {
	color: #CCCCCC;
	text-decoration: none;
	}
.sizing p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
.sizing p span.current {
	color: #DDA300;
	}
.sizing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.sizing p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

p.char {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 39px;
	right: 7px;
	color: #FFFFFF;
	z-index: 90;
	font-size: 13px;
	line-height: 1;
    }
p.char a {
	color: #FFFFFF;
    }
p.char a:hover {
	color: #dda315;
	cursor: pointer;
	border: 0;
	}



/* NAVIGATION */
#nav-box {
	height: 29px;
	position: relative;
	width: 980px;
	float: left;
	z-index: 150;
	margin: 0 0 0 0px;
	}
#nav-tab {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center; /* IE FIX */
	top: 0;
	margin: 0px;
	padding: 0px;
	float: left;
  }

 /* content */
#content_up {
	width: 979px;
	text-align: left;
	position: relative;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin: 0 auto 0 auto;
	padding: 12px 0 5px 0;
	position: relative;
	
	}

.minimized {
	/*height: 218px;*/
	overflow: hidden;
}	
/*	
.column_pic{
	width: 287px;
	float: left;
	position: relative;
}
.column_pic img{
	float: left;
	position: relative;
	margin: 0 0 12px 12px;
}
*/
.column_txt{
	/*width: 655px;*/
	/*float: left;*/
	position: relative;
	/*padding: 0 0 0 12px;*/
	padding: 0 20px;
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.column_txt >* {
	display:none;
}
.column_txt >h1, .column_txt >h2, .column_txt >p.introduction, .column_txt >div.introduction {
	display:block;
}

.column_txt p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.4;
	margin-bottom: 10px;
	/*position: relative;*/
	/*float: left;*/
	/*width: 620px;*/
}

.column_txt p.introduction {
	color: #254085;
}

.column_txt p.highlight {
	font-weight: bold;
	color: #73216d;
}

#content_up .expandbar {
	position: absolute;
	width: 22px;
	right: 20px;
	bottom: 25px;
}

#content_up .expandbar img#imgExpand {
	margin-bottom: 12px;
}

#content_up .expandbar img#imgCollapse{
	display:none;
	margin-bottom: 12px;
}

div.column_txt h1 {
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	color: #73216D;
	line-height: 1.5;
}

div.column_txt h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #73216D;
	line-height: 1.5;
}

div.column_txt h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5;
	font-weight: bold;
}

div.column_txt ol {
	padding-left: 10px;
	margin-top: 20px;
		
}

div.column_txt ol li {
	list-style-type: decimal;
	line-height: 1.3;
	margin-bottom: 20px;
}

div.column_txt ol li.no-list {
	list-style-type: none;
}

div.column_txt div.date {
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/* People section*/
div.column_txt div.people {
	border-top: 1px solid #DCA900;
	padding: 5px 0;
}

div.column_txt div.two_columns {
	float:left;
	width: 48%;
}


.icon_more {
	position: absolute;
	right: 3px;
	z-index: 60;
	float: right;
	top: 185px;
	}
.icon_less {
	position: absolute;
	right: 3px;
	z-index: 62;
	float: right;
	top: 185px;
	}
.icon_less2 {
	position: absolute;
	right: 3px;
	z-index: 63;
	float: right;
	bottom: 0;
	}

/* thumbnail */
.row_thumbnail{
	width: 932px;
	position: relative;
	background-image: url(/20221213053125oe_/https://www.iso.cuhk.edu.hk/english/images/call-of-cuhk-colleges/bg_thumbnail_repeat.jpg);
	background-repeat: repeat;
	background-position: top;
	/*padding: 12px 0 12px 0;*/
	padding: 0 24px;
	margin: 0 auto 0 auto;
	/*text-align: center;*/
}
.row_thumbnail a img{
	border: 6px solid #FFF;
	margin: 19px 7px;
}
.row_thumbnail a:hover img, .row_thumbnail a.selected img {
	border: 6px solid #C90;
}
.caption1 {
	display: block;
	position: absolute;
	left: 37px;
	top: 98px;
	height: 86px;
	width: 156px;
	text-align: left;
}
.caption1 a{
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	position: absolute;
	bottom: 1px;
	padding: 3px;
	background-image: url(/20221213053125oe_/https://www.iso.cuhk.edu.hk/english/images/call-of-cuhk-colleges/bg_trans.png);
	font-size: 11px;
	line-height: 1.2;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
	







/* footer */

#footer {
  /*width: 980px;*/
  margin: 0 0 50px 0;
    }

#social_mark {
	width: 460px;
	margin-left: 5px;
}

#footnote {
	width: 490px;
	position: relative;
	height: auto;
	text-align: left;
	margin-left: 5px;
}
	
#footnote ul {padding:5px 0; margin:0; list-style:none;}
#footnote ul li {display:inline; color:#666;}
#footnote p {
	line-height: 1.2;
	color: #666;
	padding: 0;
	margin: 5px 0;
}

#fb-comment-wrapper {
	width: 470px;
}

#shareme-wrapper {
	padding: 5px 0 5px 0 ;
}

#shareme-wrapper .sharrre .button {
	float: left;
	width: 85px;
	height: 25px;
	margin: 5px 0;
	display: table-cell;
	text-align:center;
}

#fb-comment-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

#popup_social_mark #shareme-wrapper .sharrre .button {
	min-width: 85px;
	width: 32%;
}

#shareme-wrapper .sharrre .googleplus, #shareme-wrapper .sharrre .sina {
	width: 80px;
}

/*--------------------------------------------------------*/	
div.fb-comments-count {
	/*Facebook generate a span tag for non-IE browswer while generate a div tag for IE browser. */
	display: inline; /*For IE */ 
}

/*--------------------------------------------------------*/	
.fancybox-type-iframe .fancybox-nav {
    width: 80px;       
}

.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-type-iframe .fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-type-iframe .fancybox-next {
    right: -80px;
}

.fancybox-type-iframe .fancybox-prev {
    left: -80px;
}

.fancybox-title div.date {
	font-style: italic;
}

/* Committee Page*/

.col_photo {
	width: 275px;
	padding-right: 15px;
}


/* Menu */


div#menu-slide {
	display: none;
	position:absolute; top:190px; /*height:200px;*/ width:920px; 
	
	background:#913F8B; 
	background:transparent; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CD913F8B,endColorstr=#CD913F8B); 	
	background-color:rgba(145, 63, 139, 0.8); z-index:95; padding:10px 30px;
	border-radius: 0 0 25px 25px;
}

div#menu-slide .menu-item {
	float: left;
	width: 305px;
	margin: 8px 0px;
	border-left: 1px solid white;
}
div#menu-slide .menu-item a{
	color: white;
	display:block;
	/*width: 264px;*/
	padding: 5px 10px;
}

div#menu-slide .menu-item a:hover{
	background-color: #996600;
}

/* Colleges */
div.college-item {
	margin: 10px 10px 10px 20px;
	padding: 10px;
	width: 260px; 
	border: 1px solid #666;
	float: left;
}

div.college-item div.college-emblem{
	float: left;
	width: 100px;
	padding-right: 5px;
	text-align: center;
}

div.college-item div.college-content{
	float: left;
	width: 152px;
}

/* Learning from the Wise */
div.wise-column {
	float:left;
	width: 48%;
}
