/*
Theme Name:     MyDirty
Description:    Child theme for the SMS Pay theme 
Author:         Irimia Ionut
Template:       sms_pay
Version:        0.1.0
*/

@import url("../sms_pay/style.css");


#videogallery a, #ajaxPagination, .side-nav li.current-menu-item a, .side-nav li.current_page_item a {
	color: #f8372f;
	text-shadow: 0px 1px rgba(0,0,0,0.6);
}

.side-nav li a {
    color: #f8372f;
    text-shadow: 0px 1px rgba(0,0,0,0.6);
}

.next, .prev{
	opacity: 0.7;
	background: #ea9645; /* Old browsers */
	background: -moz-linear-gradient(top, #F8372F 0%, #811A15 53%, #F8372F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8372F), color-stop(53%,#811A15), color-stop(100%,#F8372F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F8372F 0%,#v 53%,#F8372F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F8372F 0%,#811A15 53%,#F8372F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F8372F 0%,#811A15 53%,#F8372F 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F8372F 0%,#811A15 53%,#F8372F 100%); /* W3C */
}

.detail-content {
    color: #f8372f;
    text-shadow: 0px 1px rgba(0,0,0,0.6);
}

#commentform p{
	margin: 20px;
}
#age-yes{
	background: #ea9645; /* Old browsers */
	background: -moz-linear-gradient(top, #F8372F 0%, #811A15 53%, #F8372F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8372F), color-stop(53%,#811A15), color-stop(100%,#F8372F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F8372F 0%,#v 53%,#F8372F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F8372F 0%,#811A15 53%,#F8372F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F8372F 0%,#811A15 53%,#F8372F 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F8372F 0%,#811A15 53%,#F8372F 100%); /* W3C */
}
#commentform input {
    color: #777777;
    font-size: 20px;
    width: 200px;
}
#commentform p {
    color: #777777;
    font-size: 20px;
}
#comment {
    background: none repeat scroll 0 0 #1C1C1C;
    border: 1px solid #3C3C3C;
    color: #999999;
    font-size: 20px;
    padding: 10px;
}

.app-info h3, .app-info-no-float h3, .app-info-no-float span {
    color: #FF3F34;
     padding: 10px;
}
#download-app{
	border:1px solid #F8372F;
	background: #F8372F; /* Old browsers */
	background: -moz-linear-gradient(top, #F8372F 0%, #811A15 53%, #F8372F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8372F), color-stop(53%,#811A15), color-stop(100%,#F8372F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F8372F 0%,#v 53%,#F8372F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F8372F 0%,#811A15 53%,#F8372F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F8372F 0%,#811A15 53%,#F8372F 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F8372F 0%,#811A15 53%,#F8372F 100%); /* W3C */
}
.limg p {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: lighter;
  height: 14px;
  margin-top: -25px;
  opacity: 0.4;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}