/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: url(../images/body-bg7.jpg) no-repeat center top;
    /*background-size: 100% 100%;*/
	font: 1em/150%  Arial, 新細明體, mingliu, Helvetica, sans-serif,PMingLiU;
	color: #666;
    min-width:600px;
    width: auto !important;
    width:600px;
}
body:before {
          content: "";
          /*position: fixed;*/
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}
.pagewrap
{

}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 140px;
}

/* site logo */
#site-logo {
/*	position: absolute;
	top: 10px;
*/
}
#site-logo a {
	font: bold 30px/100% Arial, 新細明體, Helvetica, sans-serif, mingliu,PMingLiU ;
	color: #000;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif, 新細明體, mingliu,PMingLiU;
	color: #000;
    padding: 0;
    margin: 0;

/*	position: absolute;
	top: 55px;
*/
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

#imgMemberList {
    position:absolute;
    top:0;
    right:0;
    cursor: pointer;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
    background: #5F3487; /* Old browsers */
    background: -moz-linear-gradient(top,  #5F3487 0%, #3B1A5A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5F3487), color-stop(100%,#3B1A5A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5F3487 0%,#3B1A5A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5F3487 0%,#3B1A5A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5F3487 0%,#3B1A5A 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5F3487 0%,#3B1A5A 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2D2D2D', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */ /*do not use filter, IE bug*/
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
    letter-spacing: 1px;
}
#main-nav > li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav li:hover, #main-nav a:hover {
	color: #fff;
	/* gradient */
    background: #5F3487; /* Old browsers */
    background: -moz-linear-gradient(top,  #5F3487 0%, #3B1A5A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5F3487), color-stop(100%,#3B1A5A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5F3487 0%,#3B1A5A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5F3487 0%,#3B1A5A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5F3487 0%,#3B1A5A 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5F3487 0%,#3B1A5A 100%); /* W3C */
}
#main-nav ul {
    margin: 0;
    padding: 0;
}
#main-nav li ul {
    display: none;
}
#main-nav li:hover ul {
    display: block;
    position: absolute;
	/* gradient */
    background: #815CA3; /* Old browsers */
}
#main-nav li:hover ul li {
    /*width: 125px;*/
    white-space: nowrap;
    width: 100%;
}
#main-nav .link_sixth_legco {
    display: none!important;
}
.link_sixth_legco {
    color: #026acb!important;
    text-decoration: none;
    outline: none!important;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#content {
    background: #fff url(../images/chamber.jpg) no-repeat center top;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/chamber.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/chamber.jpg',sizingMethod='scale')";
    background-size: 100% 100%;
    margin: 30px 0 30px;
	padding: 20px 35px;
	width: 600px;
	float: right;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 0px;
}
.post-title {
	margin: 5px 35px 5px 0px;
	padding: 0;
	font: bold 26px/120% Arial, 新細明體, Helvetica, sans-serif, mingliu,PMingLiU;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	color: #1E1E1E;
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

.post ul {
	margin: 0;
	padding: 0;
    display: block;
}
.post li {
	margin: 0;
	padding: 16px 0 16px 16px;
	list-style: none;
    cursor: pointer;
	border-top: solid 1px #D3D3D3;  /* solid 1px #eee*/
    font-size: 15pt;
    font-weight: 600;
    /*font-variant: small-caps;*/
    color: #5A5A5A; /*#fff;*/ /*#434343; /*#0040FF;*/
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    /* semi-transparent background */
    /* Fallback for web browsers that doesn't support RGBa */
    background: none;
	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFCC, endColorstr=#B2FFFFCC);       /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFCC,endColorstr=#B2FFFFCC)";  /* For IE 8*/
    zoom: 1;
	

	/* RGBa with 0.6 opacity - normal browser */	  
    /*background: rgba(200, 54, 54, 0.6);*/  /*Pink*/       
    /*background: rgba(203, 68, 1, 0.6);*/  /*Orange*/
    
    background: rgba(255, 255, 204, 0.7);

    


	clear: both;
    position:relative;
}
.post li:hover {
    background-color: #E0FFFF;
    color: #000000; /*#0000FF;*/
    /* Fallback for web browsers that doesn't support RGBa */
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFCC, endColorstr=#66FFFFCC);       /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFCC,endColorstr=#66FFFFCC)";  /* For IE 8*/
    zoom: 1;
	/* RGBa with 0.6 opacity - normal browser */

    /*PINK*/
   	/*background: rgba(242, 146, 146, 0.6);*/
    background: rgba(255, 255, 204, 0.4);

}
.post li .arrow {
    font-size: 20px;
    margin-top:0px;
    margin-right:0px;
    /*color: #cb4401;*/ /*orange*/    
    color: #B9BAE5;  /*yellow*/
    /*color:#432064;*/ /*purple*/

    position:absolute;
    top:0px;
    right:0px;
}


.post li:hover .arrow {
    color: #432064;
	/* color: #fff; */
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: left;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.password_widget {
    background: #969696 !important;
}

.password_widget a {
    color: white !important;
}

.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
.widget li .label {
    font-weight:bold;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.memberphoto
{
	display: block;
    margin:  auto;
}

.printerImg {
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #333;
	font-size: 85%;
	border-top: solid 1px #eee;
}
#footer a {
	color: #333;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


.wraplink {
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.enquiry-text-shadow {
    text-shadow: 0px 0px 15px #deddb8;
    font-size: 18px;
}