/*
-moz- : for firefox
-webkit- : for chrome, safary and other(using webkit engine layouts)

*/
/*

Indam homepage : http://www.indaam.com
Indam on facebook : http://facebook.com/indaam
Indam on twitter : http://twitter.com/indaam

//-->

thanks to ollie :
ollie homepage : http://www.salsabeela.com

*/
a,
a:link
a:visited{
color:#1F0202;
}
a:hover
a:active{
color:#8F0000;
}

body{
background:#ffffff;
color:#3F0404;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#ffffff 5%,
#FF7F7F 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(5%, #ffffff),
color-stop(50%, #FF7F7F),
color-stop(100%, #FF4F4F)
);
}

#top .top{
background:#db0c0c;
background:-moz-linear-gradient(
top,
#9F0909 0%,
#ffffff 2%,
#EF0E0E 70%,
#db0c0c 90%,
#db0c0c 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #9F0909),
color-stop(2%, #ffffff),
color-stop(70%, #EF0E0E),
color-stop(90%, #db0c0c),
color-stop(100%, #db0c0c)
);
}

#top .left{
background:#ffffff;
}
#top .center{
background:#db0c0c;
}

.find form{
background:#ffffff;
box-shadow:
inset 1px -1px 2px #9F0909,
inset -1px 1px 2px #8F0000;
-moz-box-shadow:
inset 1px -1px 2px #9F0909,
inset -1px 1px 2px #8F0000;
-webkit-box-shadow:
inset 1px -1px 2px #9F0909,
inset -1px 1px 2px #9F0909
;
}

.find input[type=text]{
border-right:2px solid #EF0E0E;
color:#EF0E0E;
}
.find input[type=text]:focus{
color:#8F0808!important;
}

.find input[type=submit]{
color:#FF4F4F;
border:2px solid #EF0E0E;
background:#ffffff;
}

.find input[type=reset]{
background:#EF0E0E;
color:#ffffff;

}

#top .right{
background:#ffffff;
}

#header .description{
color:#9F0909;

}

#header .left h1 a,
#header .left h1 a:link,
#header .left h1 a:visited{
color:#9F0000;
text-shadow:
0.5px 0.5px #EF0E0E,
1px 1px #EF0E0E,
1.5px 1.5px #EF0E0E,
2px 2px #EF0E0E,
2.5px 2.5px #EF0E0E,
3px 3px #EF0E0E,
3.5px 3.5px #EF0E0E;
}
#header .left h1 a:active,
#header .left h1 a:hover{
text-shadow:0.5px 0.5px #FF7F7F,
1px 1px #FF7F7F,
1.5px 1.5px #FF7F7F,
2px 2px #FF7F7F,
2.5px 2.5px #FF7F7F,
3px 3px #FF7F7F,
3.5px 3.5px #FF7F7F;
}

#menu{
background:#db0c0c;
border:1px solid #EF0000;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF8F8F 4%,
#CF0000 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(4%, #FF8F8F),
color-stop(100%, #CF0000)
);
}

.m-drop li a:link,
.m-drop li a:visited{
color:#4F0505;
}

.m-drop #actived{
background:#ffffff;
box-shadow:
inset -1px -1px 2px #9F0000,
inset 1px 1px 2px #9F0000;
-webkit-box-shadow:
inset -1px -1px 2px #9F0000,
inset 1px 1px 2px #9F0000;
-moz-box-shadow:
inset -1px -1px 2px #9F0000,
inset 1px 1px 2px #9F0000;
}
.m-drop li a:hover,
.m-drop li a:active{
background:#ffffff;
-moz-box-shadow:
inset -1px -1px 2px #9F0000,
inset 1px 1px 2px #9F0000;
box-shadow:
inset -1px -1px 2px #9F0000,
inset 1px 1px 2px #9F0000;
-webkit-box-shadow:
inset -1px -1px 2px #9F0000,
inset 1px 1px 2px #9F0000;
}

.m-drop li li a:link,
.m-drop li li a:visited{
color:#4F0505;
}

.m-drop li li a:hover,
.m-drop li li a:active{
background: #FFCFCF;
color:#8F0000;
}

.m-drop ul{
background: #FF1F1F;
border-top: 1px solid #FF7F7F;
border-bottom: 1px solid #9F0909;
}

#content{
background:#CF0000;
border:1px solid #EF0000;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF8F8F 1%,
#EF0E0E 92%,
#9F0909 96%,
#9F0000 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(1%, #ffffff),
color-stop(92%, #FF7F7F),
color-stop(96%, #FF7F7F),
color-stop(100%, #FF4F4F)
);
-moz-box-shadow:
inset -0.2px -0.2px 3px #AF0A0A,
inset 0.2px 0.2px 3px #AF0A0A;
-webkit-box-shadow:
inset -0.2px -0.2px 3px #AF0A0A,
inset 0.2px 0.2px 3px #AF0A0A;
box-shadow:
inset -0.2px -0.2px 3px #AF0A0A,
inset 0.2px 0.2px 3px #AF0A0A;
}

#content .post-content .c{
background:#FF7F7F;
background:-moz-linear-gradient(
right,
#ffffff 1%,
#FF7F7F 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #ffffff),
color-stop(90%, #FF7F7F)
);
}

#content .post-content .entry p{
color:#5B1C21;
}/* font-color */

#content .post-content  .bub{
background:#FF7F7F;
background:-moz-linear-gradient(
right,
#FF7F7F 0%,
#FF9F9F 100%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #FF7F7F),
color-stop(100%, #FF9F9F)
);
}

/** add **/
#content-s-p{
background:#F9CCCE;
background:-moz-linear-gradient(
top,
#F9909D 0%,
#fff 1%,
#F9909D 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #F9909D),
color-stop(4%, #fff),
color-stop(100%, #F9909D)
);
}
/* add */

/* #content .post-content  */.comment a,
/* #content .post-content  */.comment a:link,
/* #content .post-content  */.comment a:visited{
color:#9F0909!important;
}


/* #content .post-content */ .comment a:hover,
/* #content .post-content */ .comment a:active{
color:#8F0000;
}


/* #content-s-p .post-content .c  */.time-aut,
/* #content .post-content  */.time-aut{
color:#9F0909;
}

#content .post-content h2 a,
#content .post-content h2 a:link,
#content .post-content h2 a:visited{
color:#721518;
}

#content .post-content h2 a:hover,
#content .post-content h2 a:active{
text-shadow:
0.5px 0.5px #ffffff,
1px 1px #ffffff,
1.5px 1.5px #ffffff,
2px 2px #ffffff;
}

#content .thumb .nothumb{
color:#FFEFEF;
text-shadow:
1px 1px #FF2F2F,
2px 2px #FF2F2F,
3px 3px #FF2F2F;
}

#content .post-content .read-more .more{
color:#9F0909;
background:#F74A4F;
background:-moz-linear-gradient(
left,
#ffffff 0%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #ffffff),
color-stop(90%, #EF0E0E)
);
}

#content .post-content .read-more .more:hover{
color:#9F0000;
background:-moz-linear-gradient(
right,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}

#content-s-p .navigation .alignright a,
#content-s-p .navigation .alignright a:link,
#content-s-p .navigation .alignright a:visited,
#content .navigation .alignright a,
#content .navigation .alignright a:link,
#content .navigation .alignright a:visited{
color:#9F0000;
background:#FF4F4F;
background:-moz-linear-gradient(
left,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}
#content-s-p .navigation .alignright a:hover,
#content-s-p .navigation .alignright a:active,
#content .navigation .alignright a:hover,
#content .navigation .alignright a:active{
background:#FF4F4F;
color:#7F0707;
background:-moz-linear-gradient(
right,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}

#content-s-p .navigation .alignleft a,
#content-s-p .navigation .alignleft a:link,
#content-s-p .navigation .alignleft a:visited,
#content .navigation .alignleft a,
#content .navigation .alignleft a:link,
#content .navigation .alignleft a:visited{
color:#9F0000;
background:#FF4F4F;
background:-moz-linear-gradient(
right,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}
#content-s-p .navigation .alignleft a:hover,
#content-s-p .navigation .alignleft a:active,
#content .navigation .alignleft a:hover,
#content .navigation .alignleft a:active{
background:#FF4F4F;
color:#7F0707;
background:-moz-linear-gradient(
left,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}

#footer-top .wrap{
border:1px solid transparent;
background:#DF0000;
background:-moz-linear-gradient(
top,
#FF3F3F 0%,
#EF0E0E 1%,
#FF3F3F 3%,
#FF3F3F 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #FF3F3F),
color-stop(1%, #EF0E0E),
color-stop(3%, #FF3F3F),
color-stop(100%, #FF3F3F)
);
}

#footer-top .wrap .widget{
background:-moz-linear-gradient(
left,
#BF0000 0%,
#FF5F5F 0.5%,
#FF3F3F 0.5%,
#FF3F3F 100%
)
;
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #BF0000),
color-stop(0.5%, #FF5F5F),
color-stop(0.5%, #FF3F3F),
color-stop(100%, #FF3F3F)
);
}

#footer-top .wrap .widget h3{
color:#5F0000;
}

#footer-top .wrap .widget li{
border-bottom:1px solid #EF0E0E;
}

#footer-top .wrap .widget a,
#footer-top .wrap .widget a:link,
#footer-top .wrap .widget a:visited{
color:#4F0505;
}

#footer-top .wrap .widget a:hover,
#footer-top .wrap .widget a:active{
color:#8F0000;
}

#footer-bottom{
background:#4F0000;
background:-moz-linear-gradient(
top,
#1F0000 0%,
#3F0000 4%,
#4F0000 6%,
#4F0000 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #1F0000),
color-stop(4%, #3F0000),
color-stop(6%, #4F0000),
color-stop(100%, #4F0000)
);
}

#footer-bottom .wrap{
background: #4F0000;
}

#footer-bottom .wrap .widget{
border-left: 1px solid #5F0606;
color:#F26A6F;
}

#footer-bottom .wrap .widget h3{
color: #FF7F7F;

}

#footer-bottom .wrap li{
border-bottom:1px solid #8C101B;
}
#footer-bottom .wrap a,
#footer-bottom .wrap a:link,
#footer-bottom .wrap a:visited
{
color:#D83A47;
}
#footer-bottom .wrap a:hover,
#footer-bottom .wrap a:active{
color:#EF0E0E;
}

#credit{
color:#ffffff;
border-top: 1px solid #8C101B;
border-bottom: 1px solid #8C101B;
}

#credit p{
color:#E02837;
}

#credit a,
#credit a:link,
#credit a:visited{
color:#ffffff;
}

#credit a:hover,
#credit a:active{
color:#FF4F4F;
}

#content-s-p a,
#content-s-p a:link,
#content-s-p a:visited{
 color:#2F0000;/* color:#334444; */
text-transform:uppercase;
}
#content-s-p a:hover,
#content-s-p a:active{
color:#6F0000;
}
#content-s-p #sidebar .sidebar-box h3{
color:#9F0000;
border-bottom:1px solid #FF4F4F;
}

#content-s-p #sidebar .sidebar-box .widget{
color:#8F0000;
}

#widget-top .widget-top{
background:#DF0000;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF8F8F 4%,
#CF0000 100%)
;

background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(4%, #FF8F8F),
color-stop(100%, #CF0000)
);
}

#widget-top .widget-top h3{
color:#8F0808;
border-bottom:1px solid #FF7F7F;
}

#ads .wrap{
border:1px solid transparent;
background:#DF0000;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF8F8F 4%,
#CF0000 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(4%, #FF8F8F),
color-stop(100%, #CF0000)
);
}

/*
social */
#gmail-wrap{
background:#9F0909;
}
#gmail-wrap2{
background:#ffffff;
}

#gmali-icon{
background:#9F0909;
border-top:1px solid #9F0909;
border-bottom:1px solid #9F0909;
-moz-box-shadow:0.2px 0.6px 1.6px #0F0000;
box-shadow:0.2px 0.6px 0.6px #0F0000;
-webkit-box-shadow:0.2px 0.6px 1.6px #0F0000;

}
#gmali-icon .gmail-lineright,
#gmali-icon .gmail-lineleft{
background:#9F0909;
}

#gmali-icon .gmail-in{
background:#ffffff;
}

#gmali-icon .gmail-intop{
background:#ffffff;
border:7px solid #9F0909;
border-top:0;
border-left:0;
box-shadow:0.2px 0.6px 1.6px #0F0000, 0.2px 0.6px 1.6px #0F0000 ;
-moz-box-shadow:0.2px 0.6px 1.6px #0F0000, 0.2px 0.6px 1.6px #0F0000 ;
-webkit-box-shadow:0.2px 0.6px 1.6px #0F0000, 0.2px 0.6px 1.6px #0F0000 ;
}
#gmali-icon .gmail-inbottom{
border:0.2px solid #9F0909;
border-bottom:0;
border-right:0;
box-shadow:0.2px 0.6px 1.6px #0F0000, 0.2px 0.6px 1.6px #0F0000 ;
-moz-box-shadow:0.2px 0.6px 1.6px #0F0000, 0.2px 0.6px 1.6px #0F0000 ;
-webkit-box-shadow:0.2px 0.6px 1.6px #0F0000, 0.2px 0.6px 1.6px #0F0000 ;
}
/*
******************* //end gmail ************************/

#feed-wrap{
background-color:#9F0909;
}

#feed-wrap2{
background:#ffffff;
}

#feed-icon {
background-color:#9F0909;
}

#feed-icon .box {
background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0) 80%);
background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.0)));
}

#feed-icon .first-radian ,
#feed-icon .second-radian {
border: 10px solid #ffffff;
}

#feed-icon .small-radian{
background:#ffffff;
}

/*
******************* //end feedburner ************************/

#fb-wrap{
background:#9F0909;

}
#fb-wrap2{
background:#ffffff;
}

#fb{
background:#9F0909;
}
#fb .wrap{
background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0) 80%);
background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.0)));
}
#fb .hd{
background:#ffffff;
}

#fb .hd .del{
background:#9F0909;
background:-moz-linear-gradient(
top,
#CF0C0C 0%,
#AF0000 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #CF0C0C),
color-stop(100%, #AF0000)
);
}
#fb .v,
#fb .h{
background:#ffffff;
}

/*
******************* //end  facebook ************************/


#twitter-wrap{
background:#9F0909;
}
#twitter-wrap2{
background:#ffffff;
}

#twitter{
background:#9F0909;
}

#twitter .wrap{
background-image:-moz-linear-gradient(rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0) 80%);
background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.0)));
}

#twitter .v{
background:#ffffff;
}

#twitter .v .in{
background:#EF0E0E;
background:-moz-linear-gradient(
top,
#EF0E0E 0%,
#9F0909 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #EF0E0E),
color-stop(100%, #9F0909)
);
}
#twitter .topright{
background:#ffffff;
}

#twitter .topright .in{
background:#EF0E0E;
background:-moz-linear-gradient(
top,
#DF0D0D 0%,
#c50b0b 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #DF0D0D),
color-stop(100%, #c50b0b)
);
}
#twitter .bottomright{
background:#ffffff;
}

#twitter .bottomright .in{
background:#EF0E0E;
background:-moz-linear-gradient(
top,
#BF0B0B 0%,
#9F0909 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #BF0B0B),
color-stop(100%, #9F0909)
);
}

/*
******************* //end twitter ************************/


/*

wp


*/
.wp-caption {
border:1px solid #FF4F4F;
}

.gallery-caption{
border:2px groove #FF4F4F;
}

.entry input {
border:1px solid #FF4F4F;
}

.entry blockquote{
border-left:double 6px #EF0E0E;
}

input {
border:1px solid #FF4F4F;
}

input[type="submit"]{
color:#ffffff;
background:-moz-linear-gradient(
top,
#9F0000 0%,
#ffffff 1%,
#9F0909 70%,
#FF4F4F 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #9F0000),
color-stop(1%, #ffffff),
color-stop(70%, #9F0909),
color-stop(100%, #FF4F4F)
);




}

input[type="submit"]:hover{
background:-moz-linear-gradient(
top,
#9F0000 0%,
#FF7F7F 1%,
#9F0909 70%,
#FF4F4F 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #9F0000),
color-stop(1%, #FF7F7F),
color-stop(70%, #9F0909),
color-stop(100%, #FF4F4F)
);

}
/* 
art bubble color */
#bubble .bubble1{
background:#FF7F7F;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF7F7F 50%,
#FF4F4F 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(50%, #FF7F7F),
color-stop(100%, #FF4F4F)
);
}

#bubble .bubble2{
background:#FF7F7F;
background:-moz-linear-gradient(
top,
#FF4F4F 0%,
#FF7F7F 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #FF4F4F),
color-stop(50%, #FF7F7F),
color-stop(100%, #ffffff)
);
}
#bubble .bubble3{
background:#FF7F7F;
background:-moz-linear-gradient(
top,
#FF4F4F 0%,
#FF7F7F 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #FF4F4F),
color-stop(50%, #FF7F7F),
color-stop(100%, #ffffff)
);
}
#bubble .bubble4{
background:#FF7F7F;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF7F7F 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(50%, #FF7F7F),
color-stop(100%, #ffffff)
);
}

#bubble .bubble5{
background:#FF7F7F;
background:-moz-linear-gradient(
top,
#FF4F4F 0%,
#FF7F7F 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(50%, #FF7F7F),
color-stop(100%, #FF4F4F)
);

}

#bubble .bubble6{
background:#FF7F7F;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF7F7F 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(50%, #FF7F7F),
color-stop(100%, #FF4F4F)
);
}
/* 
and art bubble color */
/*
single and page color
*/
#content-s-p .post-content .c .entry{
border-top:4px double #EF0E0E;
color:#47171D;/*add*/
}

#content-s-p .post-content .des-entry{
border:1px solid #EF0E0E;
}

#content-s-p .side-ads h3{
color:#9F0000;
border-bottom:1px solid #EF0000;
}

#content-s-p .side-ads{
background:#FF6F6F;
border:1px solid #EF0000;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#FF8F8F 4%,
#CF0000 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(4%, #FF8F8F),
color-stop(100%, #CF0000)
);
}

/*
comments color
*/
#comments h3{
color:#5B0D10;
text-shadow:
0.5px 0.5px 0 #AF0A0A,
1px 1px 0 #AF0A0A,
1.5px 1.5px 0 #AF0A0A,
2px 2px 0 #AF0A0A,
2.5px 2.5px 0 #AF0A0A;
}

#comments .nopassword,
#comments .nocomments{
color:red;
}

#comments ol li{
border-top:2px solid #EF0E0E;
border-bottom:2px solid #EF0E0E;
border-right:2px solid #EF0E0E;
border-left:2px solid #EF0E0E;
}

#comments li li{
border-top:2px solid #EF0E0E;
border-bottom:1px solid #EF0E0E;
border-right:1px solid #EF0E0E;
border-left:1px solid #EF0E0E;
}

/* threaded (nested) comments*/
#comments li li,
#comments li li li li,
#comments li li li li li li,
#comments li li li li li li li li,
#comments li li li li li li li li li li{
background:#ffffff;
background:-moz-linear-gradient(
left,
#EF0E0E 0%,
#ffffff 1%,
#ffffff 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #EF0E0E),
color-stop(1%, #ffffff),
color-stop(90%, #ffffff)
);
}

#comments li,
#comments li li li,
#comments li li li li li,
#comments li li li li li li li,
#comments li li li li li li li li li{
background:#FFDFDF;
background:-moz-linear-gradient(
left,
#ffffff 1%,
#FF4F4F 80%,
#FF4F4F 96%,
#9F0909 99.5%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #ffffff),
color-stop(80%, #FF4F4F),
color-stop(96%, #FF4F4F),
color-stop(99.5%, #9F0909)
);
}

#comments .comment-author{
border-bottom:2px solid #EF0E0E;
}

#comments .fn{
color:#8F0808;
}

#comments div.comment-meta{
color:#4F0505;
}
#comments .avatar{
border:1px solid #EF0E0E;
}

#comments .reply a,
#comments .reply a:link,
#comments .reply a:visited{
color:#ffffff;
background:#EF0E0E;
background:-moz-linear-gradient(
left,
#EF0E0E 0%,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #EF0E0E),
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}

#comments .reply a:hover,
#comments .reply a:active{
color:#EF0E0E;
background:#ffffff;
background:-moz-linear-gradient(
right,
#EF0E0E 0%,
#ffffff 1%,
#EF0E0E 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(0%, #EF0E0E),
color-stop(1%, #ffffff),
color-stop(90%, #EF0E0E)
);
}

#comments  p{
color:#2F0303;
}
#respond h3{
text-shadow:
0.5px 0.5px 0 #AF0A0A,
1px 1px 0 #AF0A0A,
1.5px 1.5px 0 #AF0A0A,
2px 2px 0 #AF0A0A,
2.5px 2.5px 0 #AF0A0A;
}

#respond .comment-form-comment textarea:focus,
#respond input:focus{
color:#2F0303!important;
}

#respond input{
border:2px solid #EF0E0E;
background:#FFAFAF;
}

#respond .comment-form-comment textarea{
border:2px solid #EF0E0E;
background:#FFAFAF;
}

#respond .form-submit input{
color:#DD3B41!important;
background:#A51C20;
background:-moz-linear-gradient(top,
#FF4F4F 0%,
#9F0000 50%,
#FF4F4F 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #FF4F4F),
color-stop(50%, #9F0000),
color-stop(100%, #FF4F4F)
);
}

#respond .form-submit input:hover{
background:#FF4F4F;
color:#7F1A1E;
background:-moz-linear-gradient(top,
#2F0303 0%,
#9F0000 50%,
#2F0303 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #2F0303),
color-stop(50%, #9F0000),
color-stop(100%, #2F0303)
);
}

#respond textarea:focus, #respond #author:focus, #respond #email:focus, #respond #url:focus,
#respond textarea:hover, #respond #author:hover, #respond #email:hover, #respond #url:hover{
background-color:#ffffff;
}

#respond #cancel-comment-reply-link{
color:#0F0000;
}
.title-not{
color:#441115;
text-shadow:
0.5px 0.5px #B71F29,
1px 1px #B71F29,
1.5px 1.5px #B71F29,
2px 2px #B71F29,
2.5px 2.5px #B71F29,
3px 3px #B71F29,
3.5px 3.5px #B71F29;
}
/* #shared .s-to-twitter{
background:#fff url(s-twitter.png) no-repeat top center;
}
#shared .s-to-fb{
background:#fff url(s-fb.png) no-repeat top center;
} */