/*---------------------------------------------------------------
# Copyright (C) 2012 SRD Centre for Sustainable Rural Development. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
-----------------------------------------------------------------*/
#header, #sp-userpos,#inner_content .sp-inner,.mod-wrapper,#sp-bottom,#sp-footer,.items-leading,
input,select,textarea,.inputbox{
  -webkit-border-radius:0 #fff;
  -moz-border-radius:0 #fff;
  border-radius:0 #fff;
}
#sp-slides {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
#hornav ul.level-0 > li.menu-item,
#sublevel ul.level-1 > li.menu-item {
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}

.fs-sp1-innerDiv {
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

#hornav {
  border-radius: 0px 6px 0 0;
  -moz-border-radius: 0px 6px 0 0;
  -webkit-border-radius: 0px 6px 0 0;
      text-shadow: 1px 1px 1px #333333;
  -webkit-text-shadow: 1px 1px 1px #333333;
  -moz-text-shadow: 1px 1px 1px #333333;
}
#sp-breadcrumbs {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
#sp-slides .fs-sp1-handlers {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

#sp-slides .fs-sp1-handlers span {
  border-radius:5px
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

a.fs-sp1-morein {
  background: #F3F3F3;
  background: -moz-linear-gradient(top, #F3F3F3 0%, #E6E6E6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#E6E6E6));
  background: -webkit-linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  background: -o-linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  background: -ms-linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  background: linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;

  -webkit-box-shadow:0 1px 1px #bcbcbc;
  -moz-box-shadow:0 1px 1px #bcbcbc;
  box-shadow:0 1px 1px #bcbcbc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}


/* Button */
a.readmore,.adminform button,#adminForm button,.button,button[type=submit],input[type=submit],input[type=button]{
  background: -moz-linear-gradient(top, #ccc 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#333));
  background: -webkit-linear-gradient(top, #ccc 0%,#333 100%);
  background: -o-linear-gradient(top, #ccc 0%,#333 100%);
  background: -ms-linear-gradient(top, #ccc 0%,#333 100%);
  background: linear-gradient(top, #ccc 0%,#333 100%);
  border:0;
  box-shadow: 0 -1px 0 #999;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

a.readmore:hover,.adminform button:hover,#adminForm button:hover,.button:hover,button[type=submit]:hover,input[type=submit]:hover,input[type=button]:hover {
  background: -moz-linear-gradient(top, #aaa 0%, #111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#111));
  background: -webkit-linear-gradient(top, #aaa 0%,#111 100%);
  background: -o-linear-gradient(top, #aaa 0%,#111 100%);
  background: -ms-linear-gradient(top, #aaa 0%,#111 100%);
  background: linear-gradient(top, #aaa 0%,#111 100%);
  box-shadow: 0 -1px 0 #999;
  -webkit-box-shadow: 0 -1px 0 #999;
  -moz-box-shadow: 0 -1px 0 #999;
}

.sp-date {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}

img.border {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

a.readmore,img.border,
#sp-slides .fs-sp1-handlers span,
a.fs-sp1-morein,
.adminform button,#adminForm button,.button,button[type=submit],input[type=submit],input[type=button] {
-webkit-transition: all 300ms;
}