/*-- Enter your custom CSS below --*/
/*--.sidebar-top p{visibility:hidden;}--*/
.sidebar-top p {display:none;}
.s1 .sidebar-top, .s1 .sidebar-toggle {
    background: none repeat scroll 0 0 #004281;}
.site-title a img {max-height: 100px;}
#header .pad{padding-top:15px;padding-bottom:10px;}
.post-meta .post-date {visibility:hidden;}
.spacer{height:10px;}
.post-comments{display:none;}
#header{/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #333333 0%, #666666 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #333333 0%, #666666 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #333333 0%, #666666 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #333333), color-stop(1, #666666));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #333333 0%, #666666 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #333333 0%, #666666 100%);}
body{background-color:#a4a4a4;}
/* Accordion Styles */
.h9{font-size:18px;}
.accordion-title {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:2px 15px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.accordion-title:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.accordion-title:active {
	position:relative;
	top:1px;
}

/*-- Sidebar  --*/
.widget {font-size:20px;color:#444;}
.widget_pages ul li a:before, .widget_nav_menu ul li a:before {content: "";}
.sidebar .widget {padding-bottom:10px;}
#continfo{font-size:16px;}
/*-- Footer --*/
#footer-widgets {background-color:#33363B;}
.foottext{color:#fff;}
.red{font-weight:bold;color:red;}