/* CSS */

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#player-overlay {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: black;
	display: none;
}

#player-overlay div.close {
	position: absolute;
	color: #999;
	top:20px;
	right: 20px;
	font-size: 0.8em;
	z-index: 1000;
}

#voise {
	margin: auto;
	border: 1px solid black;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	margin-top: 15px;
}

#header div.left-title {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
#header div.right-title {
	width: 380px;
	float: left;
	margin-bottom: 40px;
}

#header h1 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#header h1 strong{
	font-weight: bold;
	font-size: 1.2em;
}


#header p {
	line-height: 1.4em;
	font-size: 0.8em;
}


#header ul {
	padding-top: 20px;
	text-align: center;
}

#header ul.main-movie {
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 40px;
	
}


#header ul.left-contents {
	padding-top: 20px;
	text-align: left;
	float: left;
	width: 380px;
	margin-right: 30px;
}

#header ul.right-contents {
	padding-top: 20px;
	text-align:left;
}



#header ul li {
	margin-right: 10px;
	font-size: 1em;
	margin-bottom: 14px;
	line-height: 1.4em;
}

#header ul li a {
	font-weight: bold;
	color: #333;
}

#header ul li em {
	font-size: 0.8em;
	font-style: italic;
}

div#content{
	padding-bottom: 8 0px;
}

div#content p.backlinks,
div#gallery-content p.backlinks {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 16px;
	margin-top: 16px;
}

div#content h1 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 20px 0;
}

div#content h2 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 20px;
}


div#content p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 8px 0;
	
}

div#content p em {
	font-style: italic;
}

div#content p strong {
font-weight: bold;
}

div#content p small {
font-size: smaller;
}

div#content hr {
	color: white;
	border:0;
	height: 1px;
	border-bottom: 1px dotted #ccc;
}
div#content blockquote.right {
	width: 280px;
	text-align: right;
	padding-left: 520px;
	clear: both;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 35px 0;
}

div#content blockquote.right em {
	font-style: italic;
	font-weight: bold;
}

div#content p.signature {
	width: 100%;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 22px;
}

#gallery-content ul {
	margin:0;
	padding:0;
}

#gallery-content ul li {
	list-style-type: none;
	margin:0;
	padding:0;
}

#gallery-content img {
	margin: 16px 0;
}
