.post-tooltip{
	cursor:pointer;
	display:inline-block;
	border-bottom:1px #666 dotted;
	color:#ed5109;
}
	.post-tooltip:hover{ border-bottom-color:#ed5109;}
	
.highlight {background: #FF9;}
.dropcap{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 50px;
	font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}
.entry .starlist li,
.entry .checklist li{
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:25px;
	list-style:none;
}
.entry .starlist li  { background-image: url(../images/bullet_star.png);}
.entry .checklist li {background-image: url(../images/bullet_check.png);}

/* Boxes */
.box{
	padding: 20px;
	background-color: #F6F6F6;
	border: #DADADA 1px solid;
	margin-bottom: 20px;
	word-wrap: break-word;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 7px #ccc;
	-webkit-box-shadow: 0 0 7px #ccc;
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #FFF;
}
	.box div{padding-left:60px; min-height:50px;}
	.box.shadow{
		-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
		-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
		box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
		border: 1px solid #AAA;
	}
		.box.shadow div{padding:0;}
	.box.info{background:#d6f6ff;}
		.box.info div{background:url(../images/info.png) no-repeat left top;}
	.box.success{background:#e2f2cb;}
		.box.success div{background:url(../images/success.png) no-repeat left top;}
	.box.warning{ background:#fffddb;}
		.box.warning div{background:url(../images/warning.png) no-repeat left top;}
	.box.error{ background:#ffe6e2;	}
		.box.error div{background:url(../images/error.png) no-repeat left top;}
	.box.download{background:#e2f2cb;}
		.box.download div{background:url(../images/download.png) no-repeat left top;}
	.box.note{background:#fffddb;}
		.box.note div{background:url(../images/note.png) no-repeat left top;}

/* Buttons */
a.button{ 
	height: 25px;
	line-height:25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	display:inline-block;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	margin:0 5px 20px;
	padding:0 10px;
	position:relative;
	font-size:12px;
	-webkit-transition: background .40s;
	-moz-transition: background .40s;
	-o-transition: background .40s;
	transition: background .40s;
	border: 1px solid #a3a3a3;
	background: #d4d4d4;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));
	background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
	background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
	background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
	background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
	background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
}
	a.button:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));
		background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);
		background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);
		background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);
		background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);
		background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);
	}
	a.button:active{ top:1px;} 
a.button.red{ 
	border: 1px solid #B63540;
	background: #ED596A;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));
	background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);
	background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);
	background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);
	background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);
	background: linear-gradient(top,#F77087 0,#E3414D 100%);
}
	a.button.red:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));
		background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);
		background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);
		background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);
		background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);
		background: linear-gradient(top,#F8889B 0,#E65762 100%);
	}
a.button.green{ 
	border: 1px solid #5E8C22;
	background: #89C03E;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));
	background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);
	background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);
	background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);
	background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);
	background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);
}
	a.button.green:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));
		background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);
		background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);
		background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);
		background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);
		background: linear-gradient(top,#B2D862 0,#76C132 100%);
	}
a.button.blue{ 
	border: 1px solid #1e638b;
	background: #00a2ff;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));
	background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);
	background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);
	background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);
	background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);
	background: linear-gradient(top,#00a2ff 0,#028edf 100%);
}
	a.button.blue:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));
		background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);
		background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);
		background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);
		background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);
		background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);
	}
a.button.orange{ 
	border: 1px solid #be8a2b;
	background: #FFA500 ;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));
	background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);
	background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);
	background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);
	background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);
	background: linear-gradient(top,#FFA500 0,#ed9900 100%);
}
	a.button.orange:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));
		background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);
		background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);
		background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);
		background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);
		background: linear-gradient(top,#ffb93a0,#f3ab26 100%);
	}
a.button.pink{ 
	border: 1px solid #cc198b;
	background: #ff00a2;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));
	background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);
	background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);
	background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);
	background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);
	background: linear-gradient(top,#ff00a2 0,#ed0097 100%);
}
	a.button.pink:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));
		background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);
		background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);
		background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);
		background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);
		background: linear-gradient(top,#ff6cc9,#ea51b2 100%);
	}
a.button.purple{ 
	border: 1px solid #833083;
	background: #d700d7;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));
	background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);
	background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);
	background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);
	background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);
	background: linear-gradient(top,#d700d7 0,#b000b0 100%);
}
	a.button.purple:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));
		background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);
		background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);
		background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%);
		background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);
		background: linear-gradient(top,#f969f9,#c302c3 100%);
	}
a.button.black{ 
	border: 1px solid #000;
	background: #434343;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));
	background: -webkit-linear-gradient(top,#434343 0,#232323 100%);
	background: -moz-linear-gradient(top,#434343 0,#232323 100%);
	background: -o-linear-gradient(top,#434343 0,#232323 100%);
	background: -ms-linear-gradient(top,#434343 0,#232323 100%);
	background: linear-gradient(top,#434343 0,#232323 100%);
}
	a.button.black:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));
		background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);
		background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);
		background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);
		background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);
		background: linear-gradient(top,#5a5959,#3d3d3d 100%);
	}
a.button.white{ 
	border: 1px solid #d9d9d9;
	background: #fbfbfb;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));
	background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);
	background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);
	background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);
	background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);
	background: linear-gradient(top,#fbfbfb 0,#eee 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color:#000;
	text-shadow: 0 1px 0 #FFF;
}
	a.button.white:hover{ 
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));
		background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: linear-gradient(top,#FFF ,#f8f8f8 100%);
	}
a.button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
a.button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}

/* Flickr */
.flickr-wrapper {
	overflow:hidden;
	margin-bottom:20px;
}
	.flickr-wrapper .flickr_badge_image {
		float:left;
		margin:8px;
	}
		.flickr-wrapper .flickr_badge_image img{
			opacity:1;
			background:#FFF;
			padding:4px;
			box-shadow: 0px 0px 3px #B2B2B2;
			-moz-box-shadow: 0px 0px 3px #b2b2b2;
			-webkit-box-shadow: 0px 0px 3px #B2B2B2;
		}
		.flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}

/* Twitter */
#twitter-shortcode{margin-bottom:10px;}
	#twitter-shortcode li{
		background:url(../images/tweet-icon.png) no-repeat 10px 15px;
		padding:5px 10px 5px 30px;
		overflow:hidden;
		list-style:none;
	}
	#twitter-shortcode li:last-child{border-bottom:0 none;}
		#twitter-shortcode .tweet_list .tweet_avatar img{
			padding:2px ;
			margin-left:5px;
			float: right;
			background:#FFF;
			border:1px solid #d6d6d6;
		}
		#twitter-shortcode .loading{text-align:center; padding:10px;}

/* Toggle */
.toggle {
	background:#F6F6F6;
	margin-bottom: 15px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid #979797;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);			
}
	.toggle h3{
		padding-bottom:5px;
		margin-bottom:0;
		text-shadow: 0px 1px 1px #FFF;
		cursor:pointer;
		background:url(../images/toggle-close.png) no-repeat right;
	}
	h3.toggle-head-close{
		background:url(../images/toggle-open.png) no-repeat right;
		display:none;
	}
	.toggle-content{
		padding-top:15px;
	}
	.toggle.close .toggle-content ,
	.toggle.close  h3.toggle-head-open  {display:none;}
	.toggle.close  h3.toggle-head-close {display:block;}

/* Author Info */
.author-info{
	background:#F6F6F6;
	margin-bottom: 15px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid #979797;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);	
}
	.author-info-content{padding-left:100px;}
		.author-info-content h3{margin-bottom:15px;}
		.author-info img.author-img{
			max-width:70px;
			float:left;
			margin-right:15px;
			background:#FFF;
			padding:4px;
			box-shadow: 0px 0px 3px #B2B2B2;
			-moz-box-shadow: 0px 0px 3px #b2b2b2;
			-webkit-box-shadow: 0px 0px 3px #B2B2B2;
		}

/* Fluid Columns */
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth{
	position:relative;
	margin-right:4%;
	float:left;
}
.one_half		{ width:	48%;	}
.one_third		{ width:	30.66%;	}
.two_third		{ width:	65.33%;	}
.one_fourth		{ width:	22%;	}
.three_fourth	{ width:	74%;	}
.one_fifth		{ width:	16.8%;	}
.two_fifth		{ width:	37.6%;	}
.three_fifth	{ width:	58.4%;	}
.four_fifth		{ width:	67.2%;	}
.one_sixth		{ width:	13.33%;	}
.five_sixth		{ width:	82.67%;	}
.entry .last{
	margin-right:0 !important;
	clear:right;
}

/* Post Tabs */
.post-tabs,
.post-tabs-ver{	margin-bottom:20px;}
	.post-tabs ul.tabs-nav{
		height:33px;
		margin:0;
		padding-left:20px;
	}
	.post-tabs ul.tabs-nav li{
		border:1px solid #E1E1E1;
		border-radius: 4px 4px 0 0;
		font-weight: bold;
		line-height: 32px;
		cursor: pointer;
		display: block;
		float: left;
		margin: 0 5px 0 0;
		padding: 0 16px;
		background:#ddd;
		border-bottom: 0 none;
		-webkit-transition: background .5s ease;
		-moz-transition: background .5s ease;
		-o-transition: background .5s ease;
		transition: background .5s ease;
	}
		.post-tabs ul.tabs-nav li.current{
			background:#F6F6F6;
			z-index:1;
			height:33px;
		}
	.post-tabs .pane{
		background: #F6F6F6;
		margin-bottom: 15px;
		border: 1px solid #E1E1E1;
		border-bottom: 1px solid #979797;
		padding: 20px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	}

/** verticale **/
.post-tabs-ver ul.tabs-nav{
	float:left;
	width:170px;
	margin:0;
	padding-top:10px;
}
	.post-tabs-ver ul.tabs-nav li{
		border:1px solid #E1E1E1;
		border-radius: 4px 0 0 4px;
		font-weight: bold;
		line-height: 32px;
		cursor: pointer;
		display: block;
		margin: 0 0 10px 0;
		padding: 0 16px;
		background:#ddd;
		border-right-width: 0;
		-webkit-transition: background .5s ease;
		-moz-transition: background .5s ease;
		-o-transition: background .5s ease;
		transition: background .5s ease;
	}
	.post-tabs-ver ul.tabs-nav li.current{
		background:#F6F6F6;
		z-index:1;
		width:138px;
	}
	.post-tabs-ver .pane{
		margin-left:170px;
		background: #F6F6F6;
		margin-bottom: 15px;
		border: 1px solid #E1E1E1;
		border-bottom: 1px solid #979797;
		padding: 20px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		min-height:180px;
	}
	
	


div.jp-audio a,
div.jp-video a{

-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}

div.jp-audio,
div.jp-video {
	font-size:1em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border: 1px solid #DDD;
	border-radius:8px !important;
	background: transparent;
	position:relative;
}
div.jp-audio {
	width:500px;
	border-radius: 8px !important;
	margin-bottom:20px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:1000;
	margin-left: 0 !important;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index:1000;
}

div.jp-gui {
	width: 100%;
}

div.jp-gui div.jp-interface {
	border: none !important;
}

div.jp-interface {
	width: 100%;
	position: relative;
	border-radius: 6px!important;
	background: url(../images/jplayer/interface.png) repeat-x;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:50px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:70px;
}

div.jp-video div.jp-interface {
	border:0;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 460px;
	padding: 5px 15px 0 10px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 150px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("../images/jplayer/jplayer.light.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/jplayer/jplayer.light.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/jplayer/jplayer.light.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer/jplayer.light.png") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("../images/jplayer/jplayer.light.png") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("../images/jplayer/jplayer.light.png") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("../images/jplayer/jplayer.light.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("../images/jplayer/jplayer.light.png") -29px -112px no-repeat;
}

a.jp-next {
	background: url("../images/jplayer/jplayer.light.png") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("../images/jplayer/jplayer.light.png") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: none;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:15px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:102px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:156px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("../images/jplayer/jplayer.light.png") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
	border-radius: 5px;
}
div.jp-play-bar {
	background: url("../images/jplayer/jplayer.light.png") 0 -218px repeat-x ;
	width:0px;
	height:100%;
	border-radius: 5px;
}
div.jp-video div.jp-seek-bar {
	border-radius: 0 !important;
}
div.jp-video div.jp-play-bar {
	border-radius: 0px !important;
}
	

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("http://doglovely.com/wp-content/themes/sahifa/images/jplayer/jplayer.light.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
	margin-left: -24px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 220px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
	margin-left: 56px;
}

div.jp-audio div.jp-type-single a.jp-volume-max {
	margin-left: 107px !important;
}

div.jp-audio div.jp-type-single a.jp-mute {
	margin-left: 220px !important;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}


div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("../images/jplayer/jplayer.light.png") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("../images/jplayer/jplayer.light.png") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("../images/jplayer/jplayer.light.png") -39px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/jplayer/jplayer.light.png") -60px -170px no-repeat;
}

a.jp-volume-max {
	background: url("../images/jplayer/jplayer.light.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("../images/jplayer/jplayer.light.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../images/jplayer/jplayer.light.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
	border-radius: 5px;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	position: absolute;
	left: 325px !important;
	overflow:hidden;
	background: url("../images/jplayer/jplayer.light.png") 0 -250px repeat-x;
	width:100px;
	height:5px;
	cursor: pointer;
	border-radius: 5px;
}
div.jp-audio div.jp-volume-bar {
	top:21px;
	left:317px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:50px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer/jplayer.light.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
	border-radius: 5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:33px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:106px;
	width:175px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:156px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}
div.jp-current-time {
	float: left;
	display:inline;
	text-align: left;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
	color: #666;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}

div.jp-video div.jp-title {
	border: none !important;
}

div.jp-title,
div.jp-playlist {
	background: url(../images/jplayer/playlist_bg.png);
	border-top: none !important;
	border-radius: 0 0 6px 6px !important;
	text-align: left !important;
	width: 100%;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none !important;
	margin:0;
	padding:0 0;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 15px 5px 15px;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 15px 5px 15px;
	border-bottom: 1px solid #DDD;
	background: url(../images/jplayer/playlist_bg.png);
	text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 15px;
	border-bottom: none !important;
	border-radius: 0 0 6px 6px !important;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:none;
	list-style-position:inside;
	padding-left:15px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0D88C1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0D88C1;
	font-weight: bold;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("../images/jplayer/jplayer.light.video_play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("../images/jplayer/jplayer.light.video_play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	width: 110px;
	display: block;
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:28px;
	width: 65px;
	margin: 0;
	position: absolute;
	right: 9px;
	top: 9px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:65px;
	margin: 0;
	position: absolute;
	right: 8px;
	top: 22px;
}

div.jp-video ul.jp-toggles {
	margin-top:7px;
	width:110px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:28px;
	height:28px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-shuffle {
	background: url("../images/jplayer/jplayer.light.png") 0 -262px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("../images/jplayer/jplayer.light.png") -30px -262px no-repeat;
}

a.jp-shuffle-off {
	background: url("../images/jplayer/jplayer.light.png") -60px -262px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("../images/jplayer/jplayer.light.png") -90px -262px no-repeat;
}

a.jp-repeat {
	background: url("../images/jplayer/jplayer.light.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("../images/jplayer/jplayer.light.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("../images/jplayer/jplayer.light.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("../images/jplayer/jplayer.light.png") -90px -290px no-repeat;
}

a.jp-full-screen {
	background: url("../images/jplayer/jplayer.light.png") 0 -318px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("../images/jplayer/jplayer.light.png") -30px -318px no-repeat;
}

a.jp-restore-screen {
	background: url("../images/jplayer/jplayer.light.png") -60px -318px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("../images/jplayer/jplayer.light.png") -90px -318px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}