
/* Main Color Scheme */
h1.page-title,
.mini-sidebar .widget > h3,
input[type=submit],
#sidebar .widget > h3,
.item-block .item-comment,
.strict-block .block-title,
.breaking-news .breaking-title,
.tag-cloud a,
#wp-calendar thead,
#wp-calendar caption,
.ot-jumplist .open-jumplist,
.ot-jumplist .actual-list {
	background-color: #2c3e50;
}
#wp-calendar tbody td#today {
	/* box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px <-CUSTOM->, inset 1px 0 0 3px <-CUSTOM->; */
	box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #2c3e50, inset 1px 0 0 3px #2c3e50;
}

/* Main Menu Color */
.header #main-menu {
	background-color: #292929;
}

/* Background Color/Texture/Image */
body {
	background: #efefef;
}


.block-title .panel-title-right2{
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Titillium Web',sans-serif;
  margin-left: 15px;
}

.block-title .panel-title-right2:hover{
  color: yellow;
}

.table thead th{ text-align:left; background:#efefef; padding:10px; }
.table td{ padding:10px; border-bottom:1px solid #efefef; }
.table tr:hover{ background: #F8FCD7; }

.button2{
  line-height: 25px;
  display: inline-block;
  font-size: 16px!important;
  margin: 0 4px 0 0;
  background: #2C3E50;
  color: #FFF;
  padding: 0 10px 2px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.button2:hover{
    background: #232323!important;
	color:white;
}