/***** Main Template *****/
html {
	min-width: 902px;
} /*IE7*/

body {
	background: #FCF9F7 url(../images/page-back.gif) repeat-x;
	color: #393733;
	margin: 0;
	padding: 0 20px;
	text-align: center;	
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

input {
	line-height: 1.0;
}


/***** Common Content Formatting *****/

a {	
	color: #393733; 
	outline: none; 
	text-decoration: none;
}
a:visited { 
	color: #595650; 
}
a:hover, a:focus { 
	text-decoration: underline;	
}
a:active { 
	color: #000; 
}

h3 a:visited {
	color: #595650;
}

img {
	border: none;
}

p {
	line-height: 1.4;
}

li {
	margin-bottom: 0.3em;
}

form {
	clear: left;
	margin: 0;
}


h2 {
	margin: 0 0 0.2em 0;
	font-size: 185%;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4E463F;
	color: #DC7C00;
}


h2 span, h3 span {
	color: #999;
	white-space: nowrap;
}


h3 {
	margin: 0 0 0.5em 0;
	font-size: 135%;
	font-weight: bold;	
	line-height: 1.0;
	letter-spacing: -0.03em;
	clear: left;
	color: #4E463F;
}

h3 a {
	text-decoration: none;
	
} /*IE6, IE7*/


#highlight {
	float: left;
	width: 920px;
	background: url(../images/highlight.gif) 0 100% no-repeat;
	margin-bottom: 9px;	
	z-index: 1;
	clear: both;
	color: #565049
}

#highlightWrapper {
	padding: 0 0 5px 0;
	background: url(../images/highlight.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	padding: 5px 10px 0px 10px;
	line-height: 1.1;
	font-weight: bold;	
	z-index: 1	;
}

/***** Template ****/

#container {
	text-align: left;
	margin: 0 auto;
/*	max-width: 1200px;*/
	width: 920px;
	z-index: 1000;
}

#wrapper {
	background: url(../images/main-back.gif) 0 0 no-repeat;
	padding: 12px 0 0 15px;
	min-height: 500px;
	z-index: 1000;
} /*IE6*/

#contents {
	clear: both;
	padding: 0 15px 15px 0;
	margin-top: 0px;
	background: url(../images/main-back.gif) 100% 0 no-repeat;
	z-index: 1000;
}

#header {
	background: #565049 url(../images/header-background.gif) 98% 3px no-repeat;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	position: relative;
}

#header a {
	color: #D2DCF3;
	font-size: 85%;
	font-weight: bold;
}


#header a:hover {
	color: #fff;
}

h1 {
	font-size: 100%;
	margin: 0;
	
}

h1 a {
	position: absolute;
	height: 50px;
	width: 160px;	
	left: -14px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 100; /* need for FX and IE */
	background: url(../images/logo.gif) 0 0 no-repeat;
}

h1 a:hover {
	cursor: pointer; /* IE7 */
}

label.inside {
	position: absolute;
	visibility: hidden;
}

#header label {
	color: #B6C6D6;
}


#section-home, #section-forum, #section-soft, #section-search {
	font-size: 115%;
	font-weight: bold;
	float: left;
	display: block;
	margin: 15px 0;
	width: 74px;
	height: 28px;
	text-decoration: none;
	text-indent: -2000em;
	background: url(../images/menu-home.gif) 0px -99px no-repeat;
	position: relative;
}

#section-home {
	margin-left: 200px;
	background-image: url(../images/menu-home.gif);
	width: 100px;
	display: inline;
}

#section-forum {
	background-image: url(../images/menu-forum.gif);
	width: 100px;
}

#section-soft {
	background-image: url(../images/menu-soft.gif);
	width: 100px;
}

#section-search {
	background-image: url(../images/menu-search.gif);
	width: 100px;
}

#section-home:hover, #section-forum:hover, #section-soft:hover, #section-search:hover {
	background-position: 0 0px;
}

#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	float: left;
	width: 100%;
	clear: both;
}


.header-submenu {
	background: #DACFC5;
	float: left;
	width: 100%;	
	height: 0px;
	overflow:hidden;	
}

.header-submenu {
	background: #DACFC5 url(../images/header-submenu.gif) 100% 100% no-repeat;
}

.header-submenu ul, #search {
	background: url(../images/header-submenu.gif) 0 98% no-repeat;
}

#header .header-submenu a:hover {
	color: #000000;
	background: url(../images/header-submenu-current.gif) 50% 0% no-repeat;
}

#search {
	padding: 2px 15px 5px 15px;
	overflow: hidden;
}

#search span {
	color: #80694d;	
	font-size: 85%;
}

#search input {
	border: 1px solid #C0A98D;
	text-align:right;
	color: #DACFC5;
	padding-right: 4px;
}

#search input:focus {
	color: #70593D;
}

#search input.activeImage {
	vertical-align: bottom;
	border: none;
}

#submenu {
}

#submenu-home {
	height: 26px;
}

#header li {
	display: inline;
}

#header li a {
	text-decoration: none;
	color: #80694d;
	padding: 5px 6px;
	position: relative;
	left: 5px;
	word-spacing: -0.17em;
	float: left;
	display: block;
	white-space: nowrap;
	font-weight: normal;
}





/***** News Articles *****/



.news-summary, .news-full, .news-full-confirm {
	padding: 0.7em 0 2em 0;
	position: relative;
	clear: left;
    min-height: 50px;
}

.news-full, .news-full-confirm {
	margin-top: 7px;
	padding: 1px 0 2em 0; /* need 1px top padding for IE6 */
	margin-right: 220px;
}

.movies-body {
	float: right; 
	width: 49%; 
	clear: left;
}

.series-body {
	width: 49%;
}

.movies-summary {
	padding-top: 10px;
}

.series-summary {
	padding: 0.7em 0 1em 0;
	margin-top: 0px;
	position: relative;
	clear: left;
    min-height: 50px;
}

.movie-body {
	width: 100%;
}

.serie-body {
	padding-left: 0px;
}

.movie-body strong {
	font-size: 90%;
	color: #666;
}

.serie-poster {		
		
}

.movie-links, .serie-links {
	color: #888888;
	padding: 5px 0pt 0pt;
	position:relative;
}

.movie-poster {
	margin: 0pt 5px 0pt 0pt; 
	padding: 3px; 
	float: left;
	text-align: center;
	width: 30%;
}

.serie-poster-wrapper {	
	
} 

.movie-body h3, .serie-body h3  {
	margin: 2px 0 0 0;
	font-size: 120%;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.movie-body h3  {
	font-size: 130%;
}

.serie-body h3  {
	margin:  0 0 3px 0 ;
	text-transform: uppercase;
	font-weight: normal;
}

.serie-body h3 .serie-episode-number {
	color: #B4A492;
}

.movie-body p {
	margin: 0.2em 0 0.1em 0;
	line-height: 1.3;
}

.movie-info {
	float:left;
	padding-left: 4px;
	width: 65%;
}

.serie-links span, .movie-links span {	
	color: #888;
}

.serie-links a, .movie-links a {	
	color:#222222;
	padding: 2px 6px 0 20px;
	font-weight: bold;
	display: block;
	font-size: 85%;
	min-height: 18px;
    white-space: nowrap;
}

.serie-links a:hover, .movie-links a:hover {	
	text-decoration: underline;
}

.serie-links .serie-divisor {
	float: left;
	width: 45%;
	overflow: visible;	
}

.link-divxpack {
	background: url(../images/icon-divxpack.gif) 0 2px no-repeat;
}

.link-subtitle {
	background: url(../images/icon-subtitle.gif) 0 2px no-repeat;
}

.link-comments {
	background: url(../images/icon-comments.gif) 0 2px no-repeat;
}

.link-patch {
	background: url(../images/icon-patch.gif) 0 2px no-repeat;
}

.info {
	display: block;
	font-size: 85%;
	padding: 2px 6px 0 20px;
	min-height: 18px;
    white-space: nowrap; /*need for IE6*/
}

.info-season {
	background: url(../images/icon-season.gif) 0 2px no-repeat;
}

.info-episode {
	background: url(../images/icon-episode.gif) 0 2px no-repeat;
}

.info-version {
	background: url(../images/icon-version.gif) 0 2px no-repeat;
}


.serie-links strong, .movie-links strong {
	font-size: 90%;
	color: #666;
}


.info strong !important{
	font-weight: bold;
}

/***** Compact News Articles *****/

.main {
	margin-right: 200px;
}


.sub-menu {
	position: relative;
	clear: both;

}

.sidebar {
	float: right;
	width: 180px;
	clear: left;
	margin: 0 0 2em 3%;
}

.side-container {
	clear: both;
	background: url(../images/side-container.gif) no-repeat;
	padding: 10px 0 2em 10px;
	font-size: 100%;
	overflow: hidden;
}

.calendar-container {
	background: url(../images/calendar-logo.gif) no-repeat;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 0 0 0 36px;
	cursor: pointer;
	border-bottom: 1px solid #EEEEEE;
}

.donate-container {
	background: url(../images/donate-logo.png) no-repeat 0 5px;
	clear: both;
	font-size: 100%;
	overflow: hidden;
	padding: 8px 0 2px 38px;
}


.side-container p {
	margin: 0.3em 0 0 0;
}

.calendar-container h2, .side-container h2, .donate-container h2 {
	margin: 0 0 0.5em 0;
	font-size: 130%;
	color: #dc7c00;	
	line-height: 1.0;
	letter-spacing: normal;
}

.calendar-container h2 strong, .side-container h2 strong, .donate-container h2 strong {
	display: block;
	font-weight: normal;
	padding-left: 2px;
	font-size: 70%;
	color: #B4A492;
	letter-spacing: -1px;
}

.calendar-container h2 a img {
	margin: 0 0 0 5px;
}

.calendar-container h2 strong a img {
	margin: 0 0 0 45px;
}

.side-container .movie-poster {
	top: 0;
	background: none;
}

.side-container .translation-summary {	
	padding-left:5px;
	padding-top:0pt;
	margin-bottom: 5px;
} 

.side-container .serie-translation-summary {	
	padding-left:5px;
	padding-top:0pt;
	margin-bottom: 5px;
} 

.side-container .serie-translation-summary-extra {
	display: none;
}

.side-container .serie-translation-summary-extra-show {
	display: block;
}

#serie-translation-extra-button {	
	cursor: pointer;
	font-size: 90%;
	font-weight: bolder;
	text-align: right;
	padding-right: 15px;
	background: url(../images/icon-more-series.gif) no-repeat right;
}

#serie-translation-extra-button:hover {
	text-decoration: underline;
}	

.serie-translation-extra-button-up {
	background-image: url(../images/icon-less-series.gif) !important;
}

.side-container h3 {
	margin: 0px;
}

.side-container h3 a {
	line-height: 1.1em;
	color:#222222;
	padding: 3px 2px 0 20px;
	font-weight: bold;
	display: block;
	font-size: 65%;
	min-height: 16px;
	letter-spacing: 0em;
	text-decoration: none;	
}

.side-container h3 a:hover {
	text-decoration: underline;	
}

.side-container .translation-status {
	display: block;
	padding-left: 20px;
	color: #80694D;
	font-size: 80%;
	margin-top: -2px;	
}

/***** tabbed navigation *****/

.extra-nav {
	background: url(../images/tab-line.gif) bottom repeat-x;
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-bottom: 10px;
} /*IE6*/

.extra-nav br {
	clear: both;
}

.extra-nav h2 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}

#searchResults {
	width: 100%;
	border-spacing: 0px;
	clear: both;
	margin-top: 15px;
}

#searchResults th {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#searchResults td {
	font-size: 105%;
	border-top: 1px solid #DDDDDD;
	padding: 5px 2px 3px 2px;
}

#searchResults td .searchResultLink {
	background: url(../images/icon-subtitle.gif) 0 1px no-repeat;
	padding-left: 20px;
}

#searchResults td .searchResultImdb {
	text-align: center;
}

#searchResults td span {
	display: block;
	text-align: center;
}

.updated {
	display: none;
	width: 0px;
	height: 0px;	
}



