/*
Theme Name: EnjoyThis
Theme URI: http://www.enjoythis.co.uk
Description: Corporate portfolio theme
Version: 1.0
Tags: black, white, fixed-width, single column
Author: Enjoy This
Date: November 2010

*/

/* ----- FONT SETTINGS ----- */
/*-------------------------------------------------------------- */

/*** closedby suit (2019/07/12)

@font-face {
  font-family: "Gravur";
  src: url("http://typefront.com/fonts/825589027.eot");
  src: local("☺"),
       url("http://typefront.com/fonts/825589027.woff") format("woff"),
       url("http://typefront.com/fonts/825589027.ttf") format("truetype"),
       url("http://typefront.com/fonts/825589027.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "GravurBold";
  src: url("http://typefront.com/fonts/825589026.eot");
  src: local("☺"),
       url("http://typefront.com/fonts/825589026.woff") format("woff"),
       url("http://typefront.com/fonts/825589026.ttf") format("truetype"),
       url("http://typefront.com/fonts/825589026.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

***/


/* -----  CSS AWARDS-----*/
/*** closed by suit (2019/07/12)

#thecssawards{
position:absolute;
top:20px;
right:0px;
z-index:555;
}
#thecssawards a{
width:69px;
height:105px;
text-indent:-8000px;
display:block;
background:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/award_day_black.png) no-repeat;
}

***/



/*-------------------------------------------------------------- */

/* -----  GENERAL ATTRIBUTES -----*/
/*-------------------------------------------------------------- */

/*** closed by suit (2019/07/12)

a img {
	border: none;
}

p {
	padding:0 0 10px 0;
	margin:0 0 0 0;
}

#clear{
	height:3px;
	display:block;
}

#customClear{
	float:left;
	display:block;
}

***/



/* ----- MAIN LAYOUT ----- */
/*-------------------------------------------------------------- */

/** closed by suit, could be skipped (2019/07/12

#wrapper {
	background-color: #FFFFFF;
	width: 650px;
   	margin: 0 auto 0 auto;
}

#headwrap {
	background-color: #FFFFFF;
    margin:0 65px 0 65px;
	width:650px;
	height:624px;
	
}



#socialNetworks{
	float:right;
	margin-top:	110px;
	margin-bottom:60px;
}


.rssBtn{
	float:left;
	background-image:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/bulletRss.png);
	background-position: top left;
	border:none;
	display:block;
	margin-left:5px;
	width:27px;
	height:26px;	
}
.rssBtn:hover {
	background-position: bottom left;
}

.twitterBtn{
	float:left;
	background-image:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/bulletTwitter.png);
	background-position: top left;
	border:none;
	display:block;
	margin-left:5px;
	width:26px;
	height:26px;	
}
.twitterBtn:hover {
	background-position: bottom left;
}

.flickrBtn{
	float:left;
	background-image:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/bulletFlickr.png);
	background-position: top left;
	border:none;
	display:block;
	margin-left:5px;
	width:27px;
	height:26px;	
}
.flickrBtn:hover {
	background-position: bottom left;
}


#content {
	background-color: #FFFFFF;
	margin:0 65px 0 65px;
	width:650px;
	border-top: 0px dotted #A5A5A5;
	overflow:hidden;

}

#projectContent {
	margin:0 0px 0 0px;
	width:650px;
	border-top: none;
	overflow:hidden;

}




#headwrap .logo {
	float:left;
	margin-top:75px;
	width:300px;
	
}


#headwrap .logo a{
	border:none;
	
}


#headwrap #bigTitle{
	color:#000;
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:28px;
	line-height:28px;
	text-transform:uppercase;
	width: 800px;
	float:left;
	margin-top:	80px;
	margin-bottom:60px;
	text-align:left;
}


***/





/* ---- MAIN MENU  ---- */
/*-------------------------------------------------------------- */

/*** 必須關起來，因為會影響　Ｍenu 的　排列　學術活動　｜　出版刊物　｜　專科醫師　｜　會員專區　
#access {
	font-family: "GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:17px;
	text-transform:uppercase;
	display: block;
	float: right;
	margin-left:40px;
	margin-top:70px;
	text-align:right;
}
#access #headwrap,
div.menu {
	
}
#access #headwrapr ul,
div.menu ul {
	list-style: none;
}
#access #headwrap li,
div.menu li {
	margin-left:25px;
	float:left;
	position:relative
	
}
#access a {
	color: #000000;
	display: block;
	text-decoration: none;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #D50200;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a {
	color: #D50200;
}
#access ul li.current_page_item a{
color: #000000;
}

#access ul li a:hover {
	color: #D50200;
}


***/


/*SLIDER STUFF */
	
#sliderWrapper{

	
/* The width of the gallery */
	width:650px;
	overflow:hidden;
	margin-top:0px;
}

#slides{
	/* jQuery changes the height later on to the last image height. */
	height:624px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:650px;
	overflow:hidden;
}

.slide{
	float:left;
}
	
#slidesMenu{
	text-align:left;
	text-align:center; position:relative\9; *margin-left:435px;
	/* This is the container for the thumbnails */
}

#slidesMenu ul{
	padding:0;
	
}

#slidesMenu li{
	/* Every thumbnail is a li element */
	
	cursor:pointer; background:#FFF; display:inline-block; text-indent:-9999px; border:1px solid #CCC; width:12px; height:12px; border-radius:100%; margin:0 5px; *float:left; 
	/*
	width:20px;
	margin: 5px 1px 0 1px;
	display:inline-block;
	list-style:none;
	height:20px;
	overflow:hidden;
	*/
	/*background:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/bullets2.png) no-repeat;*/
	/*background-position:center center;
	border:0px; */
}

#slidesMenu li.now {
    background:#09C; border-color:#999;
}

#slidesMenu li.inact:hover{
	border:1px;
	background-position:top center;
	background:#CCC; border-color:#09C;
	/* The inactive state, highlighted on mouse over */
	
}

#slidesMenu li.act{
	/* The active state of the thumb */
	border:1px;
	background-position:bottom center;
	background:#09C; border-color:#09C;
}


#slidesMenu li.act:hover{
	/* The active state of the thumb */
	border:1px;
	background-position:top center;
}

#slidesMenu li.act a{
	border:1px;
	background-position:bottom center;
}


#slidesMenu li a{
	border:1px;
	display:block;
	height:20px;
	
}


#projectDetails{

}

#newsDetails{

	border-top: 1px dotted #A5A5A5;
	border-bottom: 1px dotted #A5A5A5;
	padding-bottom:60px;
	padding-top:60px;
	
}
#newsColumn{
	float:left;
	display:block;
	width:330px;
	padding-right:70px;

}

#newsTitle{
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	margin-top:18px;
	margin-bottom:20px;	
}


#newsAttachment{
	width: 560px;
	height:361px;
	overflow: hidden;
}


 #topColumn{
	float:left;
	width:650px;

}

#topColumn #title {
	
	width:560px;
	color: #000;
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom:0px;
}

#projectTags {
	margin-top:0px;
	text-transform:uppercase;
	color:#ABABAB;
	font-family:"GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:13px;
	margin-bottom:15px;
}


/* changed from 535
*/

#projectDetails #leftColumn{
	float:left;
	width:650px;
	padding-top:0;

}



#theContent {
	font-family:"Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:16px;
	line-height:21px;
	color:#999;
	font-style:normal; 
	margin-top:7px;
	
}

/*** closed by suit 2019/07/12

#theContent a:link,
#theContent a:visited {
	color: #000000;
	text-decoration: none;
}

#theContent a:active,
#theContent a:hover {
	color: #D50200;
}

***/

/* changed from 310
*/

#projectDetails #rightColumn{
	float:right;
	width:650px;
	padding: 10px 0 0 0;

}

#rightColumn #det_head{
	font-family:"GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:16px;
	color:#000000;
}
#rightColumn #det_inf{
	font-family:H"Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:15px;
	color:#999;
	margin-bottom:15px;
}

a{
	text-decoration: none;
}
#nextprev{
	float:right;
	margin-top: -8px;
}



.nextPost{
	float:left;
	background-image:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/bulletNext.png);
	background-position: top left;
	border:none;
	display:block;
	margin-left:5px;
	margin-top:4px;
	width:27px;
	height:26px;	
}
.nextPost:hover {
	background-position: bottom left;
}



.prevPost{
	float:left;
	background-image:url(file:///C|/Documents%20and%20Settings/user/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/4KR4U2WJ/images/bulletPrevious.png);
	background-position: top left;
	border:none;
	display:block;
	margin-top:4px;
	margin-left:5px;
	width:27px;
	height:26px;	
}
.prevPost:hover {
	background-position: bottom left;
}



