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

body{
background:#ffffff;
color:#444444;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#ffffff 5%,
#eeeeee 50%,
#ffffff 100%
)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(5%, #ffffff),
color-stop(50%, #eeeeee),
color-stop(100%, #dddddd)
);
}

#top .top{
background:#aaaaaa;
background:-moz-linear-gradient(
top,
#aaaaaa 0%,
#ffffff 2%,
#cccccc 70%,
#bbbbbb 90%,
#aaaaaa 100%)
;

background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #aaaaaa),
color-stop(2%, #ffffff),
color-stop(70%, #cccccc),
color-stop(90%, #bbbbbb),
color-stop(100%, #aaaaaa)
);
}

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

.find form{
background:#ffffff;
box-shadow:
inset 1px -1px 2px #aaaaaa,
inset -1px 1px 2px #777777;
-moz-box-shadow:
inset 1px -1px 2px #aaaaaa,
inset -1px 1px 2px #777777;
-webkit-box-shadow:
inset 1px -1px 2px #aaaaaa,
inset -1px 1px 2px #aaaaaa
;
}

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

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

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

}

#top .right{
background:#ffffff;
}

#header .description{
color:#aaaaaa;

}

#header .left h1 a,
#header .left h1 a:link,
#header .left h1 a:visited{
color:#999999;
text-shadow:
0.5px 0.5px #cccccc,
1px 1px #cccccc,
1.5px 1.5px #cccccc,
2px 2px #cccccc,
2.5px 2.5px #cccccc,
3px 3px #cccccc,
3.5px 3.5px #cccccc;
}
#header .left h1 a:active,
#header .left h1 a:hover{
text-shadow:0.5px 0.5px #eeeeee,
1px 1px #eeeeee,
1.5px 1.5px #eeeeee,
2px 2px #eeeeee,
2.5px 2.5px #eeeeee,
3px 3px #eeeeee,
3.5px 3.5px #eeeeee;
}

#menu{
background:#d3d3d3;
border:1px solid #c9cacb;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#edeeee 4%,
#b6b9bd 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(4%, #edeeee),
color-stop(100%, #b6b9bd)
);
}

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

.m-drop #actived{
background:#ffffff;
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:#ffffff;
-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:#555555;
}

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

.m-drop ul{
background: #d3d4d3;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #aaaaaa;
}

#content{
background:#b6b9bd;
border:1px solid #c9cacb;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#edeeee 1%,
#ccced0 92%,
#aaaaaa 96%,
#999999 100%)
;

background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(1%, #ffffff),
color-stop(92%, #eeeeee),
color-stop(96%, #eeeeee),
color-stop(100%, #dddddd)
);


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

}

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

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

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


}
/** add **/
#content-s-p{
background:#eeeeee;
background:-moz-linear-gradient(
top,
#ddd 0%,
#fff 1%,
#ddd 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ddd),
color-stop(4%, #fff),
color-stop(100%, #ddd));
min-height:800px;/* webkit */
}
/* add */

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


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


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

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

#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:#fafafa;
text-shadow:
1px 1px #d4d3d3,
2px 2px #d4d3d3,
3px 3px #d4d3d3;
}

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

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




#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:#999999;
background:#cccccc;
background:-moz-linear-gradient(
left,
#ffffff 1%,
#cccccc 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #ffffff),
color-stop(90%, #cccccc)
);
}
#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:#dddddd;
color:#666666;
background:-moz-linear-gradient(
right,
#ffffff 1%,
#cccccc 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #ffffff),
color-stop(90%, #cccccc)
);
}

#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:#999999;
background:#cccccc;
background:-moz-linear-gradient(
right,
#ffffff 1%,
#cccccc 90%);
background:
-webkit-gradient(
linear,
right bottom,
left bottom,
color-stop(1%, #ffffff),
color-stop(90%, #cccccc)
);
}
#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:#dddddd;
color:#666666;
background:-moz-linear-gradient(
left,
#ffffff 1%,
#cccccc 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #ffffff),
color-stop(90%, #cccccc)
);
}

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

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

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

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

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

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

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

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

#footer-bottom .wrap .widget{
border-left: 1px solid #5e5e5e;
color:#bfbfbf;/* add */
}

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

}

#footer-bottom .wrap li{
border-bottom:1px solid #5e5e5e;
}
#footer-bottom .wrap a,
#footer-bottom .wrap a:link,
#footer-bottom .wrap a:visited
{
color:#bbbbbb;
}
#footer-bottom .wrap a:hover,
#footer-bottom .wrap a:active{
color:#cccccc;
}

#credit{
color:#ffffff;
border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e;

}

#credit p{
color:#999999;
}

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

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

#content-s-p a,
#content-s-p a:link,
#content-s-p a:visited{
color:#505050;/* color:#334444; */
text-transform:uppercase;
}
#content-s-p a:hover,
#content-s-p a:active{
color:#616161;
}
#content-s-p #sidebar .sidebar-box h3{
color:#999999;
border-bottom:1px solid #dddddd;

}

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

#widget-top .widget-top{
background:#bdc0c3;
background:-moz-linear-gradient(
top,
#ffffff 0%,
#edeeee 4%,
#b6b9bd 100%)
;

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

#widget-top .widget-top h3{
color:#888888;
border-bottom:1px solid #eeeeee;

}

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


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

#gmali-icon{
background:#aaaaaa;
border-top:1px solid #aaaaaa;
border-bottom:1px solid #aaaaaa;
-moz-box-shadow:0.2px 0.6px 1.6px #111111;
box-shadow:0.5px 0.5px 0.6px #111111;
-webkit-box-shadow:0.2px 0.6px 1.6px #111111;

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

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

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

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

#feed-wrap2{
background:#ffffff;
}

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

#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:#aaaaaa;

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

#fb{
background:#aaaaaa;
}
#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:#aaaaaa;
background:-moz-linear-gradient(
top,
#bcbcbc 0%,
#afafaf 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #bcbcbc),
color-stop(100%, #afafaf)
);
}
#fb .v,
#fb .h{
background:#ffffff;
}

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


#twitter-wrap{
background:#aaaaaa;
}
#twitter-wrap2{
background:#ffffff;
}

#twitter{
background:#aaaaaa;
}

#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:#cccccc;
background:-moz-linear-gradient(
top,
#cccccc 0%,
#aaaaaa 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #cccccc),
color-stop(100%, #aaaaaa)
);
}
#twitter .topright{
background:#ffffff;
}

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

#twitter .bottomright .in{
background:#cccccc;
background:-moz-linear-gradient(
top,
#b3b3b3 0%,
#aaaaaa 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #b3b3b3),
color-stop(100%, #aaaaaa)
);
}

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


/*

wp


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

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

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

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

input {
border:1px solid #dddddd;
}

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




}

input[type="submit"]:hover{
background:-moz-linear-gradient(
top,
#999999 0%,
#eeeeee 1%,
#aaaaaa 70%,
#dddddd 100%)
;
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #999999),
color-stop(1%, #eeeeee),
color-stop(70%, #aaaaaa),
color-stop(100%, #dddddd)
);

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

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

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

}

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

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

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

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

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

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

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

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

/* 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,
#cccccc 0%,
#ffffff 1%,
#ffffff 90%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(0%, #cccccc),
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:#f8f8f8;
background:-moz-linear-gradient(
left,
#ffffff 1%,
#dddddd 80%,
#dddddd 96%,
#aaaaaa 99.5%);
background:
-webkit-gradient(
linear,
left bottom,
right bottom,
color-stop(1%, #ffffff),
color-stop(80%, #dddddd),
color-stop(96%, #dddddd),
color-stop(99.5%, #aaaaaa)
);
}

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

#comments .fn{
color:#888888;
}

#comments div.comment-meta{
color:#555555;
}
#comments .avatar{
border:1px solid #cccccc;
}

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

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

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

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

#respond input{
border:2px solid #cccccc;
background:#f1f1f1;
}

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

#respond .form-submit input{
color:#cccccc;
background:#666666;
background:-moz-linear-gradient(top,
#dddddd 0%,
#999999 50%,
#dddddd 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #dddddd),
color-stop(50%, #999999),
color-stop(100%, #dddddd)
);
}

#respond .form-submit input:hover{
background:#dddddd;
color:#777777;
background:-moz-linear-gradient(top,
#333333 0%,
#999999 50%,
#333333 100%);
background:
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #333333),
color-stop(50%, #999999),
color-stop(100%, #333333)
);
}

#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:#111111;
}
/* add */
.title-not{
color:#777;
text-shadow:
0.5px 0.5px #ccc,
1px 1px #ccc,
1.5px 1.5px #ccc,
2px 2px #ccc,
2.5px 2.5px #ccc,
3px 3px #ccc,
3.5px 3.5px #ccc;
}
/* #shared .s-to-twitter{
background:url(img/s-twitter.png) no-repeat top center;
}
#shared .s-to-fb{
background:url(img/s-fb.png) no-repeat top center;
} */