@charset "big5";


/*-------------------------------------------

  Shen Zhou Film Studio - universal settings

  last updated: 2008-06-14

---------------------------------------------*/


/*====================TOC====================

               1. global
               2. container
               3. header
               4. main navigation
               5. functional navigation
               6. search box
               7. footer

=============================================*/



/* 1. global
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	background: url(/sz/images/body_bg.gif) repeat top left;
	line-height: 1.35;
	*text-align: center;
	}

.b5 { font-family: '新細明體', serif; }

.gb { font-family: '新細明體', SimSun, serif; }

.en { font-family: 'Times New Roman', serif; }

ol, ul {
	list-style: none;
	}

p {
	margin-bottom: 1em;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img, table, th, td, fieldset, abbr {
	border: none;
	}

img {
	vertical-align: top;
	}


/* 2. container
---------------------------------------------*/
#container {
	position: relative;
	margin: 1.8em auto 0;
	width: 1000px;
	min-height: 100%;
	_height: 100%;
	background: white;
	*text-align: left;
	}

.theater #container      { padding-bottom: 11px; *padding-bottom: 22px; }

.filmFestival #container { padding-bottom: 11px; *padding-bottom: 0; }

.filmNews #container     { padding-bottom: 11px; *padding-bottom: 22px; _padding-bottom: 11px; }

.filmReview #container   { padding-bottom: 11px; *padding-bottom: 22px; _padding-bottom: 11px; }

.mv #container           { padding-bottom: 11px; *padding-bottom: 22px; _padding-bottom: 11px; }

#single #container {
	padding: 0;
	}

#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}


/* 3. header
---------------------------------------------*/
#header {
	margin-bottom: 11px;
	*margin-bottom: 12px;
	_margin-bottom: 8px;
	width: 1000px;
	height: 145px;
	}

body:first-of-type #header {
	margin-bottom: 13px;
	}

html:first-child #header {
	margin-bottom: 12px;
	}


/* 4. main navigation
---------------------------------------------*/
#nav-main {
	margin-bottom: 0.35em;
	width: 100%;
	}

body:first-of-type #nav-main {
	margin-bottom: 0.5em;
	}

#single #nav-main {
	margin-bottom: 0.5em;
	*margin-bottom: 0.4em;
	}

#nav-main h3 {
	position: absolute;
	left: -500em;
	}

#nav-main ul {
	margin-left: 7px;
	}

#nav-main ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#nav-main li {
	float: left;
	width: 105px;
	text-align: center;
	}

#nav-main a {
	color: #777978;
	font-weight: bold;
	font-size: 0.95em;
	}


/* 5. functional navigation
---------------------------------------------*/
#nav-func {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -1.55em;
	}

body:first-of-type #nav-func {
	margin-top: -1.6em;
	}

#nav-func h3 {
	position: absolute;
	left: -680em;
	}

#nav-func li {
	float: left;
	width: 5.5em;
	text-align: center;
	}

#nav-func a {
	color: white;
	font-size: 0.8em;
	}


/* 6. search box
---------------------------------------------*/
#search {
	position: absolute;
	top: 154px;
	*top: 153px;
	_top: 154px;
	right: 9px;
	}

#search fieldset {
	_display: inline;
	}

#search legend {
	display: none;
	}

#search label {
	position: absolute;
	left: -500em;
	}

#string-search {
	width: 136px;
	height: 14px;
	}

#botton-search {
	*padding-top: 1px;
	height: 18px;
	width: 80px;
	border: 1px solid #C6BDBE;
	background: #C6BDBE;
	color: white;
	}


/* 7. footer
---------------------------------------------*/
#footer {
	position: relative;
	margin: 0 auto 0;
	padding: 8px 0 0 82px;
	width: 918px;
	height: 53px;
	*height: 61px;
	background: #001B6A url(/sz/images/footer_bg.png) no-repeat 10px 5px;
	color: white;
	font-family: 'Times New Roman', serif;
	text-align: left;
	}

#branch #footer {
	*width: 1000px;
	}
