/*
 * ghindaVideoPlayer - jQuery plugin 1.0.0
 *
 * Copyright (c) 2010 Cristian-Ionut Colceriu
 *
 * ghindaVideoPlayer.css
 * Styles for the ghindaVideoPlayer
 *
 */

/* base styles */
.ghinda-video-player {}
.ghinda-video-play, .ghinda-volume-button {
	cursor: pointer;
}
.ghinda-video-timer {
	cursor: default;
}
.ghinda-video-player {
	background: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ghinda-video-player .ghinda-video-play, .ghinda-video-player .ghinda-video-seek, .ghinda-video-player .ghinda-volume-box, .ghinda-video-timer {
	float: left;
}

/* play, pause */
.ghinda-video-player .ghinda-video-play {
	display: block;
	width: 15px;
	height: 15px;
	margin: 4px 50px 0 0;
	background: url(../img/video/play-icon.png) no-repeat;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
.ghinda-video-player .ghinda-paused-button {
	background: url(../img/video/pause-icon.png) no-repeat;
}
.ghinda-video-player video {
	float: left;
}
.ghinda-video-player .ghinda-video-play:hover {	
    opacity: 1;
}

/* seek */
.ghinda-video-player .ghinda-video-seek {
	position:relative;		
	width: 300px;
	height: 15px;
	border: 1px solid #ccc;
	margin-top: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e2e2e2;
	box-shadow: inset 0 -3px 3px #333333;
}
.ghinda-video-player .ghinda-video-seek .ui-slider-handle {
	width: 14px;
	height: 23px;
	background: url(../img/video/scrub-ball.png) no-repeat;
	cursor: pointer;
	top: -4px;
}
.ghinda-video-player .ghinda-video-seek .ui-slider-range {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background: #4cbae8;
	background-image: -moz-linear-gradient(top, #4cbae8, #39a2ce);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4cbae8),color-stop(1, #39a2ce));
	box-shadow: inset 0 -3px 3px #39a2ce;
	display: none !important;
}

/* timer */
.ghinda-video-player .ghinda-video-timer {
	margin-top: 5px;
	margin-left: 10px;
	display: none;
	color: #999;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume */
.ghinda-video-player .ghinda-volume-box {
	width: 20px;
	height: 30px;
	bottom: 8px;
	color: #fff;
	overflow: hidden;
	padding: 0px 10px;
	position: absolute;
	right: 60px;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.1s ease-in-out; 
}
.ghinda-video-player .ghinda-volume-box:hover {	
	height: 135px;
	padding-top: 15px;
}
.ghinda-video-player .ghinda-volume-box:hover .ghinda-volume-slider {
	height: 60px;
	position: relative;
	visibility: visible;
	opacity: 1;
}
.ghinda-video-player .ghinda-volume-slider {	
	position: relative;
	height: 100px;
	width: 13px;
	left: 4px;
	visiblity: hidden;
	opacity: 0;
}
.ghinda-video-player .ghinda-volume-slider .ui-slider-handle {
	width: 13px;
	height: 15px;
	cursor: pointer;
	left: 0;
	margin-left:0;
	background: url(../img/video/volume-ball.png) no-repeat;
}
.ghinda-video-player .ghinda-volume-slider .ui-slider-range {
	height: 100px !important;
	background: url(../img/video/volume-bar.png) top center repeat-y;
}

/* volume button */

.ghinda-video-player .ghinda-volume-button {
	width: 22px;
	height: 22px;
	position: absolute;
	bottom: -4px;
	display: block;
	background: url(../img/video/volume-full-icon.png) no-repeat;
	text-indent: -9999px;
	opacity: 1;
}
.ghinda-video-player .ghinda-volume-mute {
	background: url(../img/video/volume-mute-icon.png) no-repeat;
}

/* Start of smalldark child theme */

.ghinda-video-player video:hover + .ghinda-video-controls {
	visibility: visible;
	opacity: 1;
}

.ghinda-video-player .ghinda-video-controls:hover {
	visibility: visible;
	opacity: 1;
}
.ghinda-video-player .ghinda-video-controls {
	width: 550px;
	height: 28px;
	background: #ffffff;
	left: 0;
	padding: 5px 0 0 70px;	
	position: absolute;
	top: 315px;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; 
}
.ghinda-video-player .ghinda-volume-box:hover {	
	height: 85px;	
}
.ghinda-video-player .ghinda-volume-slider {
	height: 57px;
}

/* needed jquery ui styles
 * using these, we don't depend on jQuery UI's stylsheet
 */
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left:-0.6em;
	cursor: default;
	outline: none;
}
.ui-slider-range {
	display:block;
	width:100%;	
	height:100%;
	left:0;
	bottom: 0;
	border:0 none;
	position:absolute;
	z-index:1;
}

/*------ Splash page version -----*/

body.splash .ghinda-video-player .ghinda-video-controls {
	width: 462px;
	height: 26px;
        border: 1px solid #999;
	padding: 5px 0 0 50px;
	top: 261px;
}
body.splash .ghinda-video-player .ghinda-volume-box {
        right: 20px;
}