header{}
.headextra{
    height:40px;
	background: rgb(155,155,155); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(155,155,155,1) 0%, rgba(112,112,112,1) 44%, rgba(86,86,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,155,155,1)), color-stop(44%,rgba(112,112,112,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(155,155,155,1) 0%,rgba(112,112,112,1) 44%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(155,155,155,1) 0%,rgba(112,112,112,1) 44%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(155,155,155,1) 0%,rgba(112,112,112,1) 44%,rgba(86,86,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(155,155,155,1) 0%,rgba(112,112,112,1) 44%,rgba(86,86,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

}
a{color: #FF0000;}
.link-inverse:hover,.link-inverse a:hover{color:#ff0000;}

/* nav menu */
.nav-bar li.active a {}
.nav-bar li a:hover{}
.nav-bar ul ul li a{}

/* icon box */
.icon-box{background: #0098E1;}

/* button */
.btn{background: #0098E1;}
.btn:hover{background: #005580;}

/* transparent */
.transparent{background: #0098E1;}
.site-description{background:url(../../assets/img/moz-texture.png) repeat scroll center top #0098E1;}

/* widget video */
.widget-video{background:url(../../assets/img/moz-texture.png) repeat scroll center top #0098E1;}
.widget-video .btn{color:#0098E1;}

/* post */
.post-title a:hover,.post-title a:focus{color:#0098E1;}

/* comment */
.comment-author{color:#0098E1;}
.comment-list a.replay{background:#0098E1;}
.comment-wrapper ol ol li{border-top-color:#0098E1;}	

/* mask */
.view .mask, .view .content{
	background: rgba(255,0,0,0.5);
}

/* gallery photo */
.photo-gallery li:after {background: #ff0000;}
.photo-gallery .image-holder {border-color: #ff0000;}
.photo-gallery .image-holder a {background: rgba(255,0,0,0.5);}

/* footer */
footer{border-color:#0098E1;}

/* slider */
/* .flex-direction-nav a:hover {color: #0098E1;} */