/*
-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:#F3F3F3;
}
a:hover
a:active{
color:#CBCBCB;
}

body{
background:#111!important;
color:#E3E3E3;
background:-moz-linear-gradient(
top,
#111111 0%,
#111111 5%,
#454545 50%,
#111111 100%
)!important
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(5%, #111111),
color-stop(50%, #454545),
color-stop(100%, #858585)
)!important;

}

#top .top{
background:#777;
background:-moz-linear-gradient(
top,
#BFBFBF 0%,
#111111 2%,
#757575 70%,
#717171 90%,
#777 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #BFBFBF),
color-stop(2%, #111111),
color-stop(70%, #757575),
color-stop(90%, #717171),
color-stop(100%, #777)
);
}

#top .left{
background:#111111;
}
#top .center{
background:#777;
}

.find form{
background:#111111;
box-shadow:
inset 1px -1px 2px #BFBFBF,
inset -1px 1px 2px #CBCBCB;
-moz-box-shadow:
inset 1px -1px 2px #BFBFBF,
inset -1px 1px 2px #CBCBCB;
-webkit-box-shadow:
inset 1px -1px 2px #BFBFBF,
inset -1px 1px 2px #BFBFBF
;
}

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

.find input[type=submit]{
color:#858585;
border:2px solid #8f8f8f;
background:#111111;
}

.find input[type=reset]{
background:#8f8f8f;
color:#111111;

}

#top .right{
background:#111111;
}

#header .description{
color:#BFBFBF;
}

#header .left h1 a,
#header .left h1 a:link,
#header .left h1 a:visited{
color:#C3C3C3;
text-shadow:
0.5px 0.5px #8f8f8f,
1px 1px #8f8f8f,
1.5px 1.5px #8f8f8f,
2px 2px #8f8f8f,
2.5px 2.5px #8f8f8f,
3px 3px #8f8f8f,
3.5px 3.5px #8f8f8f;
}
#header .left h1 a:active,
#header .left h1 a:hover{
text-shadow:0.5px 0.5px #454545,
1px 1px #454545,
1.5px 1.5px #454545,
2px 2px #454545,
2.5px 2.5px #454545,
3px 3px #454545,
3.5px 3.5px #454545;
}

#menu{
background:#444;
border:1px solid #979797;
background:-moz-linear-gradient(
top,
#111111 0%,
#414141 4%,
#ABABAB 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(4%, #414141),
color-stop(100%, #ABABAB)
);
}

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

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

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

.m-drop li li a:hover,
.m-drop li li a:active{
background: #252525;
color:#CBCBCB;
}

.m-drop ul{
background: #454545;
border-top: 1px solid #222222;
border-bottom: 1px solid #444;
}

#content{
background:#ABABAB;
border:1px solid #979797;
background:-moz-linear-gradient(
top,
#111111 0%,
#414141 1%,
#C3C3C3 92%,
#BFBFBF 96%,
#C3C3C3 100%)
;

background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(1%, #111111),
color-stop(92%, #454545),
color-stop(96%, #454545),
color-stop(100%, #858585)
);


-moz-box-shadow:
inset -0.2px -0.2px 3px #B7B7B7,
inset 0.2px 0.2px 3px #B7B7B7;
-webkit-box-shadow:
inset -0.2px -0.2px 3px #B7B7B7,
inset 0.2px 0.2px 3px #B7B7B7;
box-shadow:
inset -0.2px -0.2px 3px #B7B7B7,
inset 0.2px 0.2px 3px #B7B7B7;

}

#content .post-content .c{
background:#454545;
background:-moz-linear-gradient(
right,
#111111 1%,
#454545 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #111111),
color-stop(90%, #454545)
);
}
#content .post-content .entry p{
color:#999999;
}/* font-color */

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

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

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


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

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

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

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

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

#content .post-content .read-more .more{
color:#BFBFBF;
background:#8f8f8f;
background:-moz-linear-gradient(
left,
#111111 0%,
#8f8f8f 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #111111),
color-stop(90%, #8f8f8f)
);
}

#content .post-content .read-more .more:hover{
color:#C3C3C3;
background:-moz-linear-gradient(
right,
#111111 1%,
#8f8f8f 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #111111),
color-stop(90%, #8f8f8f)
);
}#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:#C3C3C3;
background:#8f8f8f;
background:-moz-linear-gradient(
left,
#111111 1%,
#8f8f8f 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #111111),
color-stop(90%, #8f8f8f)
);
}
#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:#858585;
color:#CFCFCF;
background:-moz-linear-gradient(
right,
#111111 1%,
#8f8f8f 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #111111),
color-stop(90%, #8f8f8f)
);
}

#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:#C3C3C3;
background:#8f8f8f;
background:-moz-linear-gradient(
right,
#111111 1%,
#8f8f8f 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #111111),
color-stop(90%, #8f8f8f)
);
}
#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:#858585;
color:#CFCFCF;
background:-moz-linear-gradient(
left,
#111111 1%,
#8f8f8f 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #111111),
color-stop(90%, #8f8f8f)
);
}

#footer-top .wrap{
color:#bbb;
border:1px solid transparent;
background:#444;
background:-moz-linear-gradient(
top,
#777 0%,
#565656 0.5%,
#565656 3%,
#565656 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #777),
color-stop(0.5%, #565656),
color-stop(3%, #565656),
color-stop(100%, #565656)
);
}

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

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

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

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

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

#footer-bottom{
background:#515151;
background:-moz-linear-gradient(
top,
#656565 0%,
#555 4%,
#505050 6%,
#333 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #656565),
color-stop(4%, #555),
color-stop(6%, #505050),
color-stop(100%, #555)
);
}

#footer-bottom .wrap{
background:#515151;
}

#footer-bottom .wrap .widget{
border-left: 1px solid #777777;
color:#999;
}

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

#footer-bottom .wrap li{
border-bottom:1px solid #777;
}
#footer-bottom .wrap a,
#footer-bottom .wrap a:link,
#footer-bottom .wrap a:visited
{
color:#bbb;
}
#footer-bottom .wrap a:hover,
#footer-bottom .wrap a:active{
color:#ccc;
}

#credit{
color:#222;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
}

#credit p{
color:#999;
}

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

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

#content-s-p a,
#content-s-p a:link,
#content-s-p a:visited{
 color:#aaa;/* color:#334444; */
text-transform:uppercase;
}

#content-s-p a:hover,
#content-s-p a:active{
color:#bbb;
}

#content-s-p #sidebar .sidebar-box h3{
color:#C3C3C3;
border-bottom:1px solid #858585;

}

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

#widget-top .widget-top{
background:#A3A3A3;
background:-moz-linear-gradient(
top,
#111111 0%,
#414141 4%,
#ABABAB 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(4%, #414141),
color-stop(100%, #ABABAB)
);
}

#widget-top .widget-top h3{
color:#C7C7C7;
border-bottom:1px solid #454545;
}

#ads .wrap{
border:1px solid transparent;
background:#444;
background:-moz-linear-gradient(
top,
#111111 0%,
#414141 4%,
#ABABAB 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(4%, #414141),
color-stop(100%, #ABABAB)
);
}

/*
social */
#gmail-wrap{
background:#BFBFBF;
}
#gmail-wrap2{
background:#111111;
}

#gmali-icon{
background:#BFBFBF;
border-top:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
-moz-box-shadow:0.2px 0.6px 1.6px #FBFBFB;
box-shadow:0.2px 0.6px 0.6px #FBFBFB;
-webkit-box-shadow:0.2px 0.6px 1.6px #FBFBFB;
}

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

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

#gmali-icon .gmail-intop{
background:#111111;
border:7px solid #BFBFBF;
border-top:0;
border-left:0;
box-shadow:0.2px 0.6px 1.6px #FBFBFB, 0.2px 0.6px 1.6px #FBFBFB ;
-moz-box-shadow:0.2px 0.6px 1.6px #FBFBFB, 0.2px 0.6px 1.6px #FBFBFB ;
-webkit-box-shadow:0.2px 0.6px 1.6px #FBFBFB, 0.2px 0.6px 1.6px #FBFBFB ;
}

#gmali-icon .gmail-inbottom{
border:0.2px solid #BFBFBF;
border-bottom:0;
border-right:0;
box-shadow:0.2px 0.6px 1.6px #FBFBFB, 0.2px 0.6px 1.6px #FBFBFB ;
-moz-box-shadow:0.2px 0.6px 1.6px #FBFBFB, 0.2px 0.6px 1.6px #FBFBFB ;
-webkit-box-shadow:0.2px 0.6px 1.6px #FBFBFB, 0.2px 0.6px 1.6px #FBFBFB ;
}
/*
******************* //end gmail ************************/

#feed-wrap{
background-color:#BFBFBF;
}

#feed-wrap2{
background:#111111;
}

#feed-icon {
background-color:#BFBFBF;
}

#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 #111111;
}

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

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

#fb-wrap{
background:#BFBFBF;
}
#fb-wrap2{
background:#111111;
}

#fb{
background:#BFBFBF;
}
#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:#111111;
}

#fb .hd .del{
background:#BFBFBF;
background:-moz-linear-gradient(
top,
#A7A7A7 0%,
#B7B7B7 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #A7A7A7),
color-stop(100%, #B7B7B7)
);
}
#fb .v,
#fb .h{
background:#111111;
}

/*
******************* //end  facebook ************************/
#twitter-wrap{
background:#BFBFBF;
}
#twitter-wrap2{
background:#111111;
}

#twitter{
background:#BFBFBF;
}

#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:#111111;
}

#twitter .v .in{
background:#8f8f8f;
background:-moz-linear-gradient(
top,
#8f8f8f 0%,
#BFBFBF 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #8f8f8f),
color-stop(100%, #BFBFBF)
);
}
#twitter .topright{
background:#111111;
}

#twitter .topright .in{
background:#8f8f8f;
background:-moz-linear-gradient(
top,
#8f8f8f 0%,
#bababa 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #8f8f8f),
color-stop(100%, #bababa)
);
}
#twitter .bottomright{
background:#111111;
}

#twitter .bottomright .in{
background:#8f8f8f;
background:-moz-linear-gradient(
top,
#B7B7B7 0%,
#BFBFBF 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #B7B7B7),
color-stop(100%, #BFBFBF)
);
}

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


/*

wp


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

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

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

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

input {
border:1px solid #858585;
}

input[type="submit"]{
color:#111111;
background:-moz-linear-gradient(
top,
#C3C3C3 0%,
#111111 1%,
#BFBFBF 70%,
#858585 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #C3C3C3),
color-stop(1%, #111111),
color-stop(70%, #BFBFBF),
color-stop(100%, #858585)
);}

input[type="submit"]:hover{
background:-moz-linear-gradient(
top,
#C3C3C3 0%,
#454545 1%,
#BFBFBF 70%,
#858585 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #C3C3C3),
color-stop(1%, #454545),
color-stop(70%, #BFBFBF),
color-stop(100%, #858585)
);

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

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

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

}

#bubble .bubble6{
background:#454545;
background:-moz-linear-gradient(
top,
#111111 0%,
#454545 50%,
#111111 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(50%, #454545),
color-stop(100%, #858585)
);
}
/* 
and art bubble color */
/*
single and page color
*/
#content-s-p .post-content .c .entry{
border-top:4px double #8f8f8f;
color:#ddd;/* add */
}

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

#content-s-p .side-ads h3{
color:#C3C3C3;
border-bottom:1px solid #979797;
}

#content-s-p .side-ads{
background:#444;
border:1px solid #979797;
background:-moz-linear-gradient(
top,
#111111 0%,
#414141 4%,
#ABABAB 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #111111),
color-stop(4%, #414141),
color-stop(100%, #ABABAB)
);
}

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

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

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

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

/* 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:#111111;
background:-moz-linear-gradient(
left,
#8f8f8f 0%,
#111111 1%,
#111111 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #8f8f8f),
color-stop(1%, #111111),
color-stop(90%, #111111)
);
}

#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:#232323;
background:-moz-linear-gradient(
left,
#111111 1%,
#858585 80%,
#858585 96%,
#BFBFBF 99.5%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #111111),
color-stop(80%, #858585),
color-stop(96%, #858585),
color-stop(99.5%, #BFBFBF)
);
}

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

#comments .fn{
color:#C7C7C7;
}

#comments div.comment-meta{
color:#DFDFDF;
}
#comments .avatar{
border:1px solid #8f8f8f;
}

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

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

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

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

#respond input{
border:2px solid #8f8f8f;
background:#EBEBEB;
}

#respond .comment-form-comment textarea{
border:2px solid #8f8f8f;
background:#EBEBEB;
}

#respond .form-submit input{
color:#515151;
background:#CFCFCF;
background:-moz-linear-gradient(top,
#858585 0%,
#C3C3C3 50%,
#858585 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #858585),
color-stop(50%, #C3C3C3),
color-stop(100%, #858585)
);
}

#respond .form-submit input:hover{
background:#858585;
color:#414141;
background:-moz-linear-gradient(top,
#EBEBEB 0%,
#C3C3C3 50%,
#EBEBEB 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #EBEBEB),
color-stop(50%, #C3C3C3),
color-stop(100%, #EBEBEB)
);
}

#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:#111111;
}

#respond #cancel-comment-reply-link{
color:#FBFBFB;
}
.title-not{
color:#616161;
text-shadow:
0.5px 0.5px #aaa,
1px 1px #aaa,
1.5px 1.5px #aaa,
2px 2px #aaa,
2.5px 2.5px #aaa,
3px 3px #aaa,
3.5px 3.5px #aaa;
}
/* #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;
} */