
body {
	background-image: url(../images/bg-page.gif);
  color: #444;
}
h1,
h2
{
  text-shadow: 0 1px 0 #fff;
}
.logo {
	background-image: url(../images/logo.png);
}
#nav li {
	background-image: url(../images/sprite.png);
}
#nav span {
	background-image: url(../images/sprite.png);
}
#nav ul ul {
	background-image: #eee url(../images/bg-drop.gif);
}
.search-form input[type=submit] {
	background-image: url(../images/sprite.png);
}
.bar {
	background-image: url(../images/bg-bar.gif);
}
.set-panel li{
	background-image:url(../images/sprite.png);
}
.paging .prev a{
	background-image:url(../images/sprite.png);
}
.paging .next a{
	background-image:url(../images/sprite.png);
}
.mob-paging a{
	background-image:url(../images/sprite.png);
}
.light-set span{
	background-image:url(../images/sprite.png);
}
.type-set li{
	background-image:url(../images/sprite.png);
}
.videos-list{
	background-image:url(../images/divider.gif);
}
.img-box .featured{
	background-image:url(../images/sprite.png);
}
.img-box .comments-value{
	background-image:url(../images/sprite.png);
}
.minimize-link{
	background-image:url(../images/sprite.png);
  color: #888;
}
.img-box .actions ul a{
	background-image:url(../images/sprite.png);
}
.info-panel .btn-top,
.info-panel .btn-down
{
	background-image:url(../images/sprite.png);
}
.videos-details{
	background-image:url(../images/divider.gif);
}
.video-block{
	background-image:url(../images/divider.gif);
}
#sidebar{
	background-image:url(../images/bg-sidebar.gif);
}
#sidebar .box{
	background-image:url(../images/divider.gif);
}
.text-sift{
	background-image:url(../images/text-sift.png);
}
.ad-holder .description{
	background-image:url(../images/bg-description.png);
}
.ad-holder .logo{
	background-image:url(../images/logo-sidebar.png);
}
.text-videosoft{
	background-image:url(../images/text-videosoft.png);
}
.fb-block .time{
	background-image:url(../images/sprite.png);
}
#footer{
	background-image:url(../images/bg-bar.gif);
}
.ico-cup,
.ico-calendar,
.ico-news,
.ico-lizard
{
  background-image:url(../images/sprite.png);
}
#footer .logo{
	background-image:url(../images/logo-footer.png);
}
.footer-nav li{
	background-image:url(../images/sprite.png);
}
.quote-block{
	background-image:url(../images/divider.gif);
}
.comments-block .arrow,
.quote-block .arrow
{
	background-image:url(../images/sprite.png);
}
.users-list{
	background-image:url(../images/divider.gif);
}
.comments-block{
	background-image:url(../images/divider.gif);
}
.comments-block .details{
	background-image:url(../images/bg-footer.gif);
}
.comments-block .answer-post .arrow{
	background-image:url(../images/sprite.png);
}
.tools-panel a{
	background-image:url(../images/sprite.png);
}
.comments-block .panel .flag{
	background-image:url(../images/sprite.png);
}
.comments-block .link-top,
.comments-block .link-bottom
{
	background-image:url(../images/sprite.png);
}
.mobile-panel{
	background-image:url(../images/bg-bar.gif);
}
.back-to-top{
	background-image:url(../images/sprite.png);
}
@media only screen and (max-width: 1023px) {
	#footer .logo{
		background-image:url(../images/logo-footer-small.gif);
  }
	.text-videosoft{
		background-image:url(../images/text-videosoft-small.png);
  }
}
/*
@media only screen and (max-width: 767px) {
	#nav strong{
		background-image:url(../images/sprite.png);
  }
	#nav .lists ul:first-child{
    background-image:url(../images/dot.gif);
  }
	#nav .lists ul li:first-child{
		background-image:url(../images/divider-2.gif);
	}
	#nav .lists ul li{
		background-image:url(../images/divider-2.gif);
	}
	.nav-block{
		background-image:url(../images/bg-tools.gif);
  }
	.nav-block .light-set{
		background-image:url(../images/line.png);
  }
	.type-set{
		background-image:url(../images/line.png);
  }
	#sidebar{
		background-image:url(../images/bg-aside.gif);
  }
	.lists-area .column:first-child{
		background-image:url(../images/divider.gif);
  }
	.nav ul ul li{
		background-image:url(../images/sprite.png);
	}
	#footer .logo{
		background-image:url(../images/logo-footer.png);
  }
}
@media only screen and (max-width: 478px) {
	.bar .light-set{
		background-image:url(../images/line.gif);
	}
	#main .video-block.big-block .info-panel .holder{
		background-image:url(../images/divider.gif);
	}
	#main .video-block.big-block .info-panel{
		background-image:url(../images/divider.gif);
	}
	.links-list .col:first-child{
		background-image:url(../images/divider.gif);
	}
	.lists-area .column .col{
		background-image:url(../images/divider.gif);
  }
	.videos-list li{
		background-image:url(../images/divider.gif);
  }
}
*/

/******************************************************************************/


input[disabled] {
  color: #888;
}
input[disabled].btn {
  color: #ccc;
}

article.video-container .tagedit {
  color: #999;
}
article.video-container .embedpanel {
  border-color: #ccc;
}
article .comment-popup,
article .embedpanel,
#sidebar .fb-likebox iframe
{
  border-color: #ccc;
  background: url(../images/bg-bar.gif);
  -moz-box-shadow:
    1px 1px 1px rgba(100, 100, 100, 0.1) inset,
    -1px -1px 1px rgba(100, 100, 100, 0.1) inset;
  -webkit-box-shadow:
    1px 1px 1px rgba(100, 100, 100, 0.1) inset,
    -1px -1px 1px rgba(100, 100, 100, 0.1) inset;
  box-shadow:
    1px 1px 1px rgba(100, 100, 100, 0.1) inset,
    -1px -1px 1px rgba(100, 100, 100, 0.1) inset;
}
.img-box .comments-value.hover {
  color: #404040;
}

.comments-block .post .details a {
  color: #ACACAC;
}
.comments-block .post .details a:hover {
  color: #404040;
}

.thumb-count.voted,
article.comment .flag.voted
{
  color: #404040;
}
.comments-block .post > a.yt-avatar > img.photo {
  border-color: #cfe7f4;
}
.comments-block .post > a.yt-avatar:hover > img.photo {
  border-color: #a3d7f4;
}

.comment-invocations .comment-invo-list {
  background: #eee;
  border: 1px solid #bbb;
  -moz-box-shadow: 0 2px 2px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(100, 100, 100, 0.1);
  box-shadow: 0 2px 2px rgba(100, 100, 100, 0.1);
}
.comment-invocations .comment-invo-list abbr:hover {
  color: #444;
  border-bottom: 1px dashed;
}
.comment-invocations span.disabled {
  color: #b4b4b4;
}
.comments-block .quote-block textarea {
  border: 1px dashed transparent;
}
.comments-block .quote-block textarea:hover {
  border: 1px dashed #ccc;
}
.comments-block .answer-post .text-block {
	background: #eee;
	border: 1px solid #d9d9d9;
	color: #333;
}

#nav .lists .drop ul {
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}

.news-list a small {
  color: #888;
}

#footer-footer a:hover {
  color: #777;
}

.comments-block article.comment .text-block .content.sarc {
  background: rgba(100, 100, 100, 0.1);
  color: #aaa;
  border: 2px solid #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}

.modal-form h1 {
  text-shadow: 0 1px 0 #fff;
  color: #484848;
}
.modal-form p {
  color: #888;
}


article.talk-container .side-block .post-status-block * {
  -moz-text-shadow: 0 1px 1px #666;
  -webkit-text-shadow: 0 1px 1px #666;
  text-shadow: 0 1px 1px #666;

  -moz-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.5);
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.5);
}
article.talk-container .side-block ul {
  text-shadow: 0 1px 0 #fff;
}

article.talk-container {
  background: url(../images/divider.gif) repeat-x 0 100%;
}

form.commentform img.photo {
  background: #fff;
}

li.channel-list-block > h2 {
  color: #d0d0d0;
}

.layer-box {
  background: #eee;
  border-color: #aaa;
  -moz-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.2);
}

#themerizer .themebutton {
  border: 1px solid #aaa;
}

body {
  background: #e4e4e4;
}
#sidebar {
  background: #d8d8d8;
}
