﻿@charset "utf-8";

/*-------------------------------------------

    Title :  NTDTV 2014
    Usage :  common styles
    Author:  NTDTV
    Edited:  2014-01-28

---------------------------------------------

    1. reset
    2. fonts
    3. typography
    4. default
    5. containers
    6. banner
       6.1. useful bar
       6.2. logo
       6.3. search
       6.4. social links
    7. Site Navigation
 

---------------------------------------------*/



/*  1. reset
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
	}

h1, h2, h3, h4, h5, h6,
input, select, button, textarea,
small {
	font-size: 100%;
	}

li {
	list-style: none;
	}

img {
	vertical-align: top;
	}

img, abbr, fieldset, iframe {
	border: none;
	}

img, video {
	max-width: 100%;
	}

object {
	outline: none;
	}

dfn {
	font-style: normal;
	}

mark {
	background: none;
	}

sup, sub {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

object {
	outline: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

input, select, textarea, button {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	font-family: inherit;
	outline: none;
	box-shadow: none;
	}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
	}

input[type="search"] {
	-webkit-appearance: textfield;
	}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	}

textarea {
	-webkit-appearance: none;
	vertical-align: top;
	overflow: auto;
	}

[placeholder]::-webkit-input-placeholder {
	color: inherit;
	}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
	}

[placeholder]::-moz-placeholder {
	opacity: 1;
	}

[placeholder]:focus:-moz-placeholder {
	color: transparent;
	}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
	}

button {
	cursor: pointer;
	overflow: visible;
	}

button::-moz-focus-inner {
	padding: 0;
	border: none;
	}



/*  2. fonts
---------------------------------------------*/










/*  3. typography
---------------------------------------------*/

body,
input, select, textarea, button {
	font-family: DFLiHei, "華康儷黑", "Microsoft JhengHei", "微軟正黑體", sans-serif;
	}

.winxp body,
.winxp input, .winxp select, .winxp textarea, .winxp button {
	font-family: PMingLiU, "新細明體", SimSun, sans-serif;
	}

a {
	color: inherit;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	background-color: transparent;
	}



/*  4. default
---------------------------------------------*/

/*  Ad */

.ad-two {
	margin: 10px auto;
	width: 980px;
	zoom: 1;
	}

.ad-two:after {
	content: "";
	clear: both;
	display: block;
	}

.ad-two .ad-left {
	float: left;
	}

.ad-two .ad-right {
	float: right;
	}

.ad-type1 {
	clear: both;
	margin: 5px auto;
	width: 978px;
	border: 1px solid #e6e6e6;
	}

.ad-type1 .wrapper {
	margin: 0 auto;
	width: 728px;
	height: 90px;
	}

.ad-no-border {
	border: none;
	}


/*  5. containers
---------------------------------------------*/

body {
	position: relative;
	background: #fff url(../images/bg_body.jpg) no-repeat top center;
	}

.ie7 body {
	overflow: hidden;
	}



/*  6. banner
---------------------------------------------*/

#v2014_banner {
	position: relative;
	z-index: 200;
	height: 86px;
	background: #282c75 url(../images/bg_banner.png) no-repeat top center;
	}

#v2014_banner .center {
	position: relative;
	margin: 0 auto;
	width: 980px;
	zoom: 1;
	}

#v2014_banner .center:after {
	content: "";
	clear: both;
	display: block;
	}



/*  6.1. useful bar
---------------------------------------------*/

#v2014_useful {
	padding: 4px 0;
	width: 100%;
	}

#v2014_useful ul {
	font-size: 0;
	text-align: right;
	}

#v2014_useful ul li {
	display: inline-block;
	margin-left: 30px;
	*margin-left: 31px;
	cursor: default;
	font-size: 10px;
	}

#v2014_useful ul li {
	*display: inline;
	}

#v2014_useful ul li.app {
	_position: relative;
	_top: -1px;
	}

#v2014_useful ul li a {
	*clear: expression($(this).filter(':contains(app)').parent().addClass('app'), style.clear = "none", 0);
	color: #fcfcfc;
	font-size: 1.2em;
	}

#v2014_useful ul li.donate a{
	color: #fce310;
	font-weight: 700;
}

#v2014_useful ul:after {
	content: "";
	clear: both;
	display: block;
	}

#v2014_useful:after {
	content: "";
	clear: both;
	display: block;
	}

#v2014_branches,
#v2014_lang {
	position: relative;
	*top: -1px;
	_top: -2px;
	z-index: 100;
	display: inline-block;
	}

#v2014_branches,
#v2014_lang {
	*display: inline;
	}

#v2014_branches h4,
#v2014_lang     h4 {
	position: relative !important;
	*top: 2px;
	left: 0 !important;
	*clear: expression($(this).append('<after></after>'), style.clear = "none", 0);
	display: inline-block;
	cursor: default;
	color: #fcfcfc;
	font-weight: 400;
	font-size: 1.2em;
	}

#v2014_branches h4,
#v2014_lang     h4 {
	*display: inline;
	}

#v2014_useful ul li #v2014_branches ul,
#v2014_useful ul li #v2014_lang     ul {
	position: absolute;
	top: 15px;
	top: -moz-calc(16px);
	*top: 16px;
	left: -11px;
	*clear: expression($(this).wrapInner('<table><tr><td></td></tr></table>'), style.clear = "none", 0);
	display: none;
	padding: 0 !important;
	text-align: left;
	background: white;
	border: 1px solid #f4f4f4;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	}

#v2014_useful ul li #v2014_branches:hover ul,
#v2014_useful ul li #v2014_lang:hover     ul {
	display: block;
	}

#v2014_branches ul li,
#v2014_lang     ul li {
	position: static !important;
	float: none !important;
	display: block !important;
	margin-left: 0 !important;
	*list-style-position: outside;
	}

#v2014_branches ul li:before,
#v2014_branches ul li before,
#v2014_lang     ul li:before,
#v2014_lang     ul li before {
	display: none;
	}

#v2014_branches ul li a,
#v2014_lang     ul li a {
	display: block;
	padding: 5px 32px 5px 10px;
	height: 1%;
	color: #666 !important;
	font-size: 1.2em;
	white-space: nowrap;
	}

#v2014_branches ul li a { padding-right: 35px }
#v2014_lang     ul li a { padding-right: 30px }

#v2014_branches ul li a:hover,
#v2014_lang     ul li a:hover {
	text-decoration: none;
	background: #eee;
	}



/*  6.2. logo
---------------------------------------------*/

#v2014_logo h3 a {
	position: absolute;
	top: 15px;
	left: 4px;
	width: 360px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/sprite.png) no-repeat -620px 0;
	-pie-png-fix: true;
	behavior: url(js/PIE.htc);
	}



/*  6.3. search
---------------------------------------------*/

#v2014_banner .center form {
	float: left;
	display: inline;
	margin: 12px 0 0 424px;
	width: 343px;
	}

#v2014_banner .center form div input {
	float: left;
	padding: 5px 8px;
	width: 267px;
	height: 20px;
	color: #888;
	font-weight: 700;
	font-size: 1.6em;
	background: #fff;
	border: none;
	}

#v2014_banner .center form div button {
	float: left;
	*padding-top: 4px;
	width: 60px;
	height: 30px;
	overflow: hidden;
	color: #fff;
	font-weight: 700;
	font-size: 1.6em;
	text-indent: 4px;
	letter-spacing: 4px;
	background: #5079bd;
	border: none;
	}

#v2014_banner .center form div button:hover {
	background: #e97a03;
	}

#v2014_banner .center form:after {
	content: "";
	clear: both;
	display: block;
	}



/*  6.4. social links
---------------------------------------------*/

#v2014_social {
	float: right;
	margin-top: 18px;
	background: url(../images/sprite_social_a.hover.png) no-repeat 0 -5000px; /* preload image */
	}

#v2014_social ul {
	float: left;
	}

#v2014_social ul li {
	float: left;
	display: inline;
	margin-left: 12px;
	}

#v2014_social ul li a {
	float: left;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/sprite_social_a.png) no-repeat;
	}

#v2014_social ul li.facebook a { width: 24px; height: 24px; background-position:     0 0 }
#v2014_social ul li.twitter  a { width: 25px; height: 24px; background-position: -34px 0 }
#v2014_social ul li.youtube  a { width: 24px; height: 24px; background-position: -69px 0 }

#v2014_social ul li a:hover {
	overflow: hidden;
	text-indent: -5000px;
	background-image: url(../images/sprite_social_a.hover.png);
	}



/*  7. Site Navigation
---------------------------------------------*/

#v2014_sitenav {
	position: relative;
	z-index: 100;
	background: #161a6f;
	border-top: 1px solid #181928;
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	}

#v2014_sitenav .center {
	position: relative;
	margin: 0 auto;
	width: 980px;
	}

#v2014_sitenav .center ul {
	float: left;
	}

#v2014_sitenav .center ul li {
	float: left;
	*clear: expression($(this).is(':first-child') ? $(this).css('border-left', 'none') : null, style.clear = "none", 0);
	border-left: 1px solid #265196;
	}

#v2014_sitenav .center ul li:first-child {
	border-left: none;
	}

#v2014_sitenav .center ul li h3 a {
	position: relative;
	*clear: expression($(this).append('<after></after>'), style.clear = "none", 0);
	float: left;
	padding: 6px 13px 0 14px;
	height: 22px;
	overflow: hidden;
	color: #fff;
	font-weight: 700;
	font-size: 1.4em;
	text-decoration: none;
	}

#v2014_sitenav .center ul li h3 a:hover {
	color: #161a6f;
	background: #fff;
	}

#v2014_sitenav .center ul li.highlight h3 a {
	color: #fff;
	background: #4f7abe;
	}

#v2014_sitenav .center ul li.curr h3 a {
	margin-top: -1px;
	padding-top: 7px;
	color: #161a6f !important;
	background: #fff !important;
	}

#v2014_sitenav .center ul li h3 a:hover:after,
#v2014_sitenav .center ul li h3 a:hover after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	overflow: hidden;
	background: #4f7abe;
	}

#v2014_sitenav .center ul li .dropdown {
	position: absolute;
	top: 28px;
	left: -5000px;
	*clear: expression($(this).append('<div style="height: 0; overflow: hidden"></div><div class="bottom-border"></div>'), style.clear = "none", 0);
	width: 978px;
	zoom: 1;
	background: #fff url(../images/bg_sitenav_dropdown.gif) repeat-y top right;
	border: solid #ccc;
	border-width: 0 1px;
	}

#v2014_sitenav .center ul         li.show  .dropdown,
#v2014_sitenav .center ul.entered li:hover .dropdown,
#v2014_sitenav .center ul.entered li.hover .dropdown {
	left: 0;
	}

#v2014_sitenav .center ul li .dropdown:before,
#v2014_sitenav .center ul li .dropdown .bottom-border {
	content: "";
	position: absolute;
	bottom: -9px;
	left: -1px;
	width: 980px;
	height: 9px;
	overflow: hidden;
	background: #4f7abe;
	}

#v2014_sitenav .center ul li .dropdown .left {
	float: left;
	width: 793px;
	padding: 13px 0 10px 13px;
	}

#v2014_sitenav .center ul li .dropdown .left .item {
	float: left;
	display: inline;
	margin-right: 12px;
	width: 186px;
	}

#v2014_sitenav .center ul li .dropdown .left .item .fig {
	display: block;
	margin-bottom: 4px;
	width: 186px;
	height: 104px;
	}

#v2014_sitenav .center ul li .dropdown .left .item .fig img {
	width: 186px;
	height: 104px;
	}

#v2014_sitenav .center ul li .dropdown .left .item .txt {
	color: #333;
	font-size: 1.418em;
	line-height: 1.25;
	text-decoration: none;
	}

#v2014_sitenav .center ul li .dropdown .left .item .txt:hover {
	color: #03d;
	}

#v2014_sitenav .center ul li .dropdown .left .item .txt:visited {
	color: #999;
	}

#v2014_sitenav .center ul li .dropdown .left .item .txt:visited:hover {
	color: #757575;
	}

#v2014_sitenav .center ul li .dropdown .left .more {
	float: right;
	display: inline;
	margin: 10px 13px 0 0;
	color: #4f7abe;
	font-style: italic;
	font-size: 1.1em;
	text-decoration: underline;
	}

#v2014_sitenav .center ul li .dropdown .left .more:hover {
	text-decoration: none;
	}

#v2014_sitenav .center ul li .dropdown .right {
	float: right;
	display: inline;
	padding: 13px 13px 13px;
	width: 146px;
	}

#v2014_sitenav .center ul li .dropdown .right .section {
	*clear: expression($(this).is('.section + .section') ? $(this).addClass('nth-child-2') : null, style.clear = "none", 0);
	font-size: 0;
	}

#v2014_sitenav .center ul li .dropdown .right .section + .section {
	margin-top: 16px;
	padding-top: 17px;
	background: url(../images/bg_sitenav_dropdown_section.gif) repeat-x;
	}

#v2014_sitenav .center ul li .dropdown .right .nth-child-2 {
	margin-top: 16px;
	padding-top: 17px;
	background: url(../images/bg_sitenav_dropdown_section.gif) repeat-x;
	}

#v2014_sitenav .center ul li .dropdown .right .section h4 {
	margin-bottom: 2px;
	font-size: 15px;
	}

#v2014_sitenav .center ul li .dropdown .right .section .item {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	font-size: 13px;
	width: 73px;
	}

#v2014_sitenav .center ul li .dropdown .right .section .item {
	*display: inline;
	}

#v2014_sitenav .center ul li .dropdown .right .section .item a {
	color: #333;
	}

#v2014_sitenav .center ul li .dropdown .right .section .item a:hover {
	color: #4f7abe;
	}

#v2014_sitenav .center ul li .dropdown:after {
	content: "";
	clear: both;
	display: block;
	}

#v2014_sitenav .center:after {
	content: "";
	clear: both;
	display: block;
	}


/*  9. instant bar
---------------------------------------------*/

#v2014_instantbar {
	position: relative;
	margin: 2px auto;
	width: 980px;
	opacity: 0;
	border-bottom: 1px solid #ddd;
	}

.ie-older #v2014_instantbar {
	visibility: hidden;
	}

#v2014_cal {
	position: relative;
	margin: 0 auto;
	}

#v2014_cal span {
	position: absolute;
	top: 6px;
	_top: 7px;
	right: 0;
	color: #b01414;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 1px;
	}

#v2014_instant {
	height: 23px;
	overflow: hidden;
	}

#v2014_instant h3 {
	float: left;
	margin-top: 3px;
	_margin-top: 4px;
	color: #333;
	font-size: 1.5em;
	}

#v2014_instant .clip {
	position: relative;
	float: left;
	display: inline;
	margin: 3px 0 0 25px;
	_margin-top: 4px;
	width: 605px;
	height: 18px;
	overflow: hidden;
	}

#v2014_instant .clip .wrapper {
	width: 5000px;
	}

#v2014_instant .clip .wrapper ol {
	position: relative;
	display: inline;
	}

#v2014_instant .clip .wrapper ol li {
	display: inline;
	padding-right: 30px;
	}

#v2014_instant .clip .wrapper ol li a {
	color: #333;
	font-size: 1.5em;
	}

#v2014_instant:after {
	content: "";
	clear: both;
	display: block;
	}
	
#v2014_instant .clip ul {
	position: relative;
	display: block;
	}

#v2014_instant .clip ul li {
	display: block;
	padding-right: 30px;
	}

#v2014_instant .clip ul li a {
	color: #333;
	font-size: 1.5em;
	}


/* 12. Info
---------------------------------------------*/

#v2014_info {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
	background: #f2f2f2;
	zoom: 1;
	}

#v2014_info .bottom {
	position: relative;
	border-top: 1px solid #fcfcfc;
	background: #e2e2e2;
	}

.ie6 #v2014_info .bottom {
	clear: expression($(this).prepend('<div class="border"></div>'), style.clear = "none", 0);
	}

.ie6 #v2014_info .bottom .border {
	position: absolute;
	top: -1px;
	left: -2500px;
	width: 5000px;
	height: 1px;
	overflow: hidden;
	background: #d6d7d8;
	}



/* 12.1. Supplementary Navigation
---------------------------------------------*/

#v2014_suppnav {
	position: relative;
	margin: 0 auto;
	width: 934px;
	text-align: justify;
	text-align-last: justify;
	}

#v2014_suppnav:after {
	content: "";
	display: inline-block;
	width: 100%;
	}

#v2014_suppnav h3 {
	position: absolute;
	bottom: 0;
	left: -2500px;
	_display: none;
	width: 5000px;
	height: 1px;
	overflow: hidden;
	text-indent: -5000px;
	background: #d9dbdc;
	}

#v2014_suppnav .v2014_section {
	*clear: expression($(this).after(' '), style.clear = "none", 0);
	display: inline-block;
	padding: 14px 0 16px;
	*padding-bottom: 29px;
	vertical-align: top;
	text-align: left;
	}

#v2014_suppnav .v2014_section {
	*display: inline;
	}

#v2014_suppnav .v2014_section h4 {
	padding-bottom: 5px;
	color: #064fc3;
	font-size: 1.6em;
	letter-spacing: 1px;
	}

#v2014_suppnav .v2014_section ul {
	float: left;
	padding-left: 31px;
	}

.ie6 #v2014_suppnav .v2014_section ul {
	clear: expression($(this).filter(':first-of-type').css('padding-left', 0), style.clear = "none", 0);
	}

#v2014_suppnav .v2014_section h4 + ul {
	padding-left: 0 !important;
	}

#v2014_suppnav .v2014_section-2 ul {
	padding-left: 44px;
	}

#v2014_suppnav .v2014_section ul li {
	margin-top: 7px;
	}

#v2014_suppnav .v2014_section ul li a {
	color: #777;
	font-size: 1.5em;
	}



/* 12.2. Utility Links
---------------------------------------------*/

#v2014_util-wrapper {
	background: #f2f2f2;
	}

#v2014_util {
	margin: 0 auto;
	padding-top: 8px;
	*padding: 10px 0 11px;
	width: 934px;
	cursor: default;
	color: #bababa;
	font-size: 1.1em;
	text-align: justify;
	text-align-last: justify;
	}

#v2014_util:after {
	content: "";
	display: inline-block;
	width: 100%;
	}

#v2014_util span,
#v2014_util a {
	position: relative;
	top: 2px;
	display: inline-block;
	color: #777;
	font-size: 1.3em;
	}

#v2014_util span {
	cursor: text;
	}



/* 12.6. Copyright
---------------------------------------------*/

#v2014_info .bottom p {
	margin: 15px auto 0;
	width: 934px;
	color: #777;
	font: 1.1em/1.2 Arial, sans-serif;
	letter-spacing: 0.6px;
	}

.ie8 #v2014_info .bottom p {
	letter-spacing: 0;
	}



/* 12.4. Contacts
---------------------------------------------*/

#v2014_info .bottom .vcard {
	position: relative;
	margin: 5px auto 0;
	padding-bottom: 20px;
	width: 934px;
	color: #777;
	font-size: 1.1em;
	letter-spacing: 0.6px;
	}

.ie8 #v2014_info .bottom .vcard {
	letter-spacing: 0;
	}

#v2014_info .bottom .vcard * {
	display: inline;
	}

#v2014_info .bottom .vcard .heading {
	margin-right: -3px;
	}

#v2014_info .bottom .vcard .adr,
#v2014_info .bottom .vcard ul li {
	margin-right: 3px;
	}

#v2014_info .bottom .vcard .adr,
#v2014_info .bottom .vcard ul li .value,
#v2014_info .bottom .vcard ul li.email {	
	font-family: Arial, sans-serif;
	}

#v2014_info .bottom .vcard .fn {
	position: absolute;
	bottom: 13px;
	right: 0;
	width: 116px;
	height: 46px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/sprite.png) no-repeat 0 -58px;
	}

#v2014_info .bottom .vcard .adr br {
	display: none;
	}

#v2014_info .bottom .vcard .adr .locality {
	*margin-left: 3px;
	}

#v2014_info .bottom .vcard ul li .type {
	*clear: expression($(this).append('：'), style.clear = "none", 0);
	margin-right: -3px;
	}

#v2014_info .bottom .vcard ul li .type:after {
	content: "：";
	}

#v2014_info .bottom .vcard ul li a {
	color: #777;
	}
