@charset "UTF-8";
/* CSS Document */

/* 

Pink	##FF009B
Blue	#09F
Gray	#333

*/
/* - - - - - - - - - - 
   Reset CSS
   - - - - - - - - - - - */
   
a, a:active, img {
	outline: none;
	border: none;
	text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, Iinput, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

span.skype_pnh_container {
	display:none !important;
}
span.skype_pnh_print_container {
	display:inline !important;
}


/* - - - - - - - - - - 
   General Rules
   - - - - - - - - - - - */
   
/* - - - - - - - - - - 
   Typography
   - - - - - - - - - - - */
   
h1 {
	font-size: 24px;
	color: #5C861E;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C861E;
	margin-right: 20px;
	font-weight: normal;
	font-family: 'Lato', helvetica, sans-serif;
}

h2 {
	font-family: 'Lato', helvetica, sans-serif;
'Lato', arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #5C861E;
	padding: 0px;
	line-height: 24px;
	word-spacing: 5px;
}

h3 {
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #919194;
	margin-bottom: 10px;
	margin-top: 2px;
}


/* - - - - - - - - - - 
   General Rules
   - - - - - - - - - - - */
   
body {
}
p {
	font-size: 13px;
	font-family: 'Lato', helvetica, sans-serif;
	color: #5C861E;
	margin-bottom: 10px;
	line-height: 22px;
}
.intro {
	font-size: 20px;
}
.copyright  {
	font-size: 11px;
	color: #5C861E;
	margin-left: 10px;
	font-weight: bold;
	margin-right: 30px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	float: left;
}

#container {
	width: 920px;
	height: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
header {
	float: left;
	height: 150px;
	width: 910px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5C861E;
	border-left-color: #5C861E;
}
footer {
	width: 910px;
	height: 30px;
	float: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5C861E;
	border-left-color: #5C861E;
	margin-bottom: 50px;
}
header #logo1 {
	float: left;
	height: 150px;
	width: 300px;
}

header #logo2 {
	float: right;
	height: 150px;
	width: 300px;
}
#mainsite {
	float: left;
	width: 910px;
	height: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5C861E;
	border-left-color: #5C861E;
}
#main_left {
	width: 230px;
	float: left;
}
#main_right {
	width: 670px;
	float: left;
	padding-bottom: 20px;
}
article.list {
	height: 120px;
	width: 650px;
	float: left;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #F2FFF2;
	background-image: url(../images/w2-texture1.png);
	background-repeat: repeat;
}
.over  {
	background-color: #F2FFF2;
}

.clip {
	float: left;
	height: 90px;
	width: 150px;
	padding: 15px 20px;
}
.clip a:hover , .play a:hover{
	cursor: pointer;
	cursor: hand;
}
.clip a img {
	float:left;
	width: 150px;
	height: 90px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.clip a:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}
.text {
	width: 320px;
	float: left;
	height: 105px;
	padding: 15px 20px 0px;
}
.text ul {
}
.text ul li {
	list-style: none;
}
.text ul li .title {
	font-size: 11px;
	font-weight: bold;
	width: 75px;
	float: left;
	font-family: 'Lato', helvetica, sans-serif;
	color: #919194;
	margin-top: 3px;
}
.text ul li .name {
	font-family: 'Lato', helvetica, sans-serif;
	color: #5C861E;
	font-size: 12px;
	line-height: 18px;
	width: 75px;
}
.play {
	height: 120px;
	width: 50px;
	float: right;
	margin-right: 20px;
}
.play a img {
	opacity: 0.3;
}

.play a:hover img {
	opacity: 0.8;
}
nav ul {
	float: left;
	margin-left: 10px;
	margin-top: 50px;
	font-family: 'Lato', helvetica, sans-serif;
}
nav ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
}
nav ul li.home {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #919194;
	margin-top: 10px;
	padding-top: 10px;
}
nav ul li a{
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
}
nav ul li a:hover {
	color: #5C861E;
}
nav ul#contact {
	padding-top: 15px;
	font-size: 12px;
	color: #5C861E;
	margin-top: 15px;
}
nav ul#contact li a{
	font-size: 12px;
}

/* - - - - - - - - - - 
   Flowplayer Overlay Design
   - - - - - - - - - - - */
   
.overlay {
	background: url(../images/white.png) no-repeat;
	padding: 40px;
	width: 576px;
	display: none;
}

.close {
	background: url(../images/close.png) no-repeat;
	position: absolute;
	top: 2px;
	display: block;
	right: 5px; 
	width: 35px;
	height: 35px;
	cursor: pointer;
}
a.player {
	display: block;
	height: 450px;
}
.homepage {
	margin-right: 120px;
	margin-bottom: 50px;
	float: left;
}

/* - - - - - - - - - - 
  Homepage 4 Panels
   - - - - - - - - - - - */

ul#genre {
}
ul#genre li {
	display: block;
	width: 180px;
	list-style-type: none;
	float: left;
	margin-bottom: 20px;
	font-size: 12px;
	height: 40px;
	margin-right: 25px;
	padding: 10px 10px 15px 60px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #5C861E;
	font-family: 'Lato', helvetica, sans-serif;
	cursor: pointer;
}
ul#genre li a {
	color: #5C861E;
}
ul#genre li h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
ul#imdb {
}
ul#imdb li {
	display: block;
	width: 360px;
	list-style-type: none;
	float: left;
	margin-bottom: 20px;
	font-size: 12px;
	height: 25px;
	margin-right: 25px;
	padding: 25px 10px 15px 120px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #5C861E;
	font-family: 'Lato', helvetica, sans-serif;
	cursor: pointer;
}
ul#imdb li a {
	color: #5C861E;
	font-size: 15px;
	font-weight: bold;
}
ul#imdb li h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
.title_imdb {
	background-image: url(../images/w2_imdb.png);
}
.title_cv {
	background-image: url(../images/w2_cv.png);
	padding-top: 10px;
}
.title_drama {
	background-image: url(../images/w2_drama.png);
}
.title_documentary {
	background-image: url(../images/w2_documentary.png);
}
.title_animation {
	background-image: url(../images/w2_animation.png);
}
.title_commercial {
	background-image: url(../images/w2_commecial.png);
}

