/* CSS Document */

/*

Widget styling for Hades PLus framework 

== Index ==============================
---------------------------------------

1. Wordpress Native Widgets Styling for Sidebar .
2. Wordpress Native Widgets Styling for Footer .

=======================================

*/

/* ==================================================================================== */
/* == Sidebar Styling ================================================================= */
/* ==================================================================================== */

.hasRightSidebar .sidebar-wrap { margin-right:0px; }
.hasLeftSidebar  .sidebar-wrap{ margin-left:0px; }


.sidebar-wrap { padding:0px; margin:0px 0px 35px 0; }
.sidebar-wrap p {  font-size:12px; }

.sidebar .sidebar-wrap h3.heading, .sidebar .sidebar-wrap h3.custom-box-title {
padding: 0px;
font-weight: 400;
font-size: 14px;
margin: 0 0 15px 0;
color: #333;
line-height: 1.4;
text-transform: uppercase;
}

.sidebar .sidebar-wrap h5  {
font-size: 16px;
font-weight: 100;
line-height: 1.2;
}

.sidebar-wrap ul { margin:0; padding:0; }
.sidebar-wrap ul li { list-style:none; margin:10px 0; padding:0px 0px 13px 0px; border-bottom:1px solid #ccc; display:block; }
.sidebar-wrap ul li:last-child { border-bottom:none; }
.sidebar-wrap .textwidget { margin-top:11px; }

.sidebar .sidebar-wrap input[type=text]{
  display: block;
  width: 70%;
  padding: 8px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sidebar .sidebar-wrap textarea {
  display: block;
  width: 90%;
  height: 170px;
  padding: 8px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555!important;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.sidebar .sidebar-wrap .d_submit {
display:block;
width: 100px;
padding:5px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background-color: #fff;
background-image: -moz-linear-gradient(top, white, #E6E6E6);
background-image: -ms-linear-gradient(top, white, #E6E6E6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
background-image: -webkit-linear-gradient(top, white, #E6E6E6);
background-image: -o-linear-gradient(top, white, #E6E6E6);
background-image: linear-gradient(top, white, #E6E6E6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border-color: #E6E6E6 #E6E6E6 #BFBFBF;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;

}
.sidebar .sidebar-wrap .d_submit:hover { background:inherit; opacity:0.7; }


ul.social-icons li a { display: block; width:20px; height:19px; overflow:hidden; position:relative; }
ul.social-icons li a span{ display: block; width:20px; height:19px; background:url(i/social-sprite.png); position:absolute; top:0; left:0; }

ul.social-icons li a.fb  span.def{ background-position: -6px 0px;  }
ul.social-icons li a.twitter  span.def { background-position: -29px 0px;  }
ul.social-icons li a.google  span.def { background-position: -52px 0px; }
ul.social-icons li a.linkedin  span.def { background-position: -75px 0px; }
ul.social-icons li a.rss  span.def{ background-position: -99px 0px;  }
ul.social-icons li a.dribbble  span.def{  background-position: -121px 0px; }
ul.social-icons li a.frost  span.def { background-position: -144px 0px;  }



ul.social-icons li a.fb span.hov{ background-position: -6px -18px;  left:19px; opacity:0; }
ul.social-icons li a.twitter span.hov { background-position: -29px -18px; left:19px; opacity:0; }
ul.social-icons li a.google span.hov { background-position: -52px -18px; left:19px; opacity:0;}
ul.social-icons li a.linkedin span.hov { background-position: -75px -18px;  left:19px; opacity:0;}
ul.social-icons li a.rss span.hov { background-position: -99px -18px; left:19px; opacity:0; }
ul.social-icons li a.dribbble span.hov  {  background-position: -121px -18px; left:19px; opacity:0; }
ul.social-icons li a.frost span.hov { background-position: -144px -18px; left:19px; opacity:0;  }
.custom-side-menu {
	margin-top:0px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-side-menu ul{
	margin: 0;
	padding: 0;
}
.custom-side-menu ul li { margin:0; padding:0; } 
.custom-side-menu ul li a {
display: block;
font-size: 12px;
font-weight: 400;
padding: 15px 18px;
color: #777;
}
.custom-side-menu ul li a:hover, .custom-side-menu ul li.current-menu-item a {
background:#fafafa;
color: #333;
}

.sidebar-wrap .dynamic_forms { margin-top:15px; }
.fb-widget { margin-top:15px; }

.sidebar-wrap .dynamic_forms form { margin-bottom:0; }
.sidebar-wrap .dynamic_forms .error input[type=text] , .sidebar-wrap .dynamic_forms .error  textarea{ border:1px solid #F30!important; }




#searchform label { display:none; }
#searchform input[type=text] { padding:10px 5px; margin-right:16px; width:170px; }

.sidebar-wrap p {
font-size: 11px;
}

.sidebar-wrap .widget-posts li { padding-bottom:6px; margin-bottom:15px;  }

.sidebar-wrap .widget-posts .image{
	width: 65px;
	float: left;
}

.sidebar-wrap .widget-posts .image img{
	background: white;
	padding: 4px;
	border: 1px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);	
}

.sidebar-wrap .widget-posts .description{
	float: left;
	width: 200px;
	margin-left: 15px;
}

.sidebar-wrap .widget-posts .description h5{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}

.sidebar-wrap .widget-posts li:last-child { margin-bottom:0; padding:0; }

.sidebar .sidebar-wrap h3.heading, .sidebar .sidebar-wrap h3.custom-box-title {
	font-size: 18px;
	text-transform: none;
}

.sidebar .sidebar-wrap .tagcloud {
	margin-top: 5px!important;
}

.sidebar .sidebar-wrap .tagcloud a {
	margin-top: 10px!important;
	display: inline-block;
	padding: 5px 10px;
	font-size: 11px!important;
	font-weight: 400;
}
.sidebar-wrap ul li { }
.sidebar-wrap ul li a{
color: #777;
}
.sidebar-wrap ul li a:hover{
color: #333;
}

.sidebar-wrap .latest-tweets li { font-size:11px!important; }
.sidebar-wrap .latest-tweets li:last-child , .sidebar-wrap .cat-item:last-child , .sidebar-wrap .blogroll   li:last-child{ margin-bottom:0; padding:0; }
.custom-box-content img { float:left; margin:0px 8px 5px 0; }
.custom-box-content {
	margin-bottom: 10px;
	margin-top: 10px;
}
.sidebar-wrap a:hover { text-decoration:none!important;  }
.sidebar-wrap .social-set {
	margin-top:0px;
	background: white;
	padding: 4px;
	border: 1px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);	
}

.sidebar-wrap .social-set ul{
	margin-left: 20px;
}

.sidebar-wrap .social-set ul li{
	float: left;
	border-bottom: none;
	margin-right: 15px;
	margin-bottom:0;
}

.custom-side-menu ul li ul.sub-menu li{
border-top: 1px solid #ddd;
border-bottom: none;
}

.custom-side-menu ul li {
border-bottom: 1px solid #ddd;
position:relative;
}

.custom-side-menu ul li i { position:absolute; top:11px; right:5px;   }

.custom-side-menu ul li a{
color: #777;
font-weight: 400;
font-size: 12px;
padding: 10px 18px;
padding-left:30px;
background: url(i/custom-menu.gif) 10px 11px no-repeat;
}

.custom-side-menu ul li a:hover, .custom-side-menu ul li.current-menu-item a {
background: #fafafa url(i/custom-menu-sub.gif) 10px 11px no-repeat;
color: #333;
}

.custom-side-menu ul li ul.sub-menu a:hover, .custom-side-menu ul li ul.sub-menu li.current-menu-item a {
background: #fafafa url(i/custom-menu-sub.gif) 22px 11px no-repeat;
color: #333;
}


.custom-side-menu ul li ul.sub-menu a{
padding-left:40px;
font-size: 11px;
background: url(i/custom-menu.gif) 22px 11px no-repeat;
}

div.hasDoubleLeftSidebar .sidebar-wrap .widget-posts .description , div.hasDoubleRightSidebar  .sidebar-wrap .widget-posts .description  , div.hasDoubleSidebar  .sidebar-wrap .widget-posts .description{ width:160px; }
div.hasDoubleLeftSidebar .sidebar-wrap ul.social-icons li , div.hasDoubleRightSidebar .sidebar-wrap ul.social-icons li , div.hasDoubleSidebar .sidebar-wrap ul.social-icons li { margin-right:8px; }


#wp-calendar { width:100%; }
#wp-calendar caption { font-weight:900; padding-bottom:6px; }
#wp-calendar td { padding:5px 12px; }
#wp-calendar {
	margin: 0px;
	display: block;
	padding: 5px 5px 15px 8px;
	position: relative;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}

.google-map {
	margin: 0px ;
	display: block;
	padding: 5px;
	position: relative;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}


/* ==================================================================================== */
/* == Footer Styling ================================================================== */
/* ==================================================================================== */
.footer-wrap #searchsubmit { display:none; }
#footer .footer-wrap a { color:#666; font-weight:100; }
#footer .footer-wrap a:hover { color:#fff; text-decoration:none; }

#footer .footer-wrap h3 ,  .footer-wrap h3.custom-box-title  {
color:#fff;
font-size:18px;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid white;
font-weight:400;

}
#footer .footer-wrap h3 a { color:#fff; font-weight:400; }
.footer-wrap {
color:#fff;

padding-bottom:15px;
margin:35px 5px 0px 0;
}

#footer .footer-wrap #wp-calendar td , #footer .footer-wrap #wp-calendar thead th  ,  #footer .footer-wrap #wp-calendar caption{ color:#333; text-shadow:none  }

#footer .one_fourth .footer-wrap #wp-calendar td , #footer .one_fourth_last .footer-wrap #wp-calendar td { padding:5px 7px; }
#footer .one_fifth .footer-wrap #wp-calendar td , #footer .one_fifth_last .footer-wrap #wp-calendar td { padding:5px 0px; }

#footer .footer-wrap ul.latest-tweets li {
color: #fff;
border-bottom: 1px dotted #525557;
}

#footer .footer-wrap .social-set {
	margin-top:0px;
	background: white;
	padding: 4px;
	border: 1px solid #111;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

#footer .footer-wrap .social-set ul{
	margin-left: 20px;
}

#footer .footer-wrap .social-set ul li{
	float: left;
	border-bottom: none;
	margin-right: 15px;
	margin-bottom:0;
}

#footer div.inner-footer-wrapper ul { padding:0; margin:0 ; }

#footer div.inner-footer-wrapper ul li { list-style:none; border-bottom:1px dotted #999; margin:6px 0 7px 0;
padding:0 0 8px 0; }
#footer div.inner-footer-wrapper ul li:last-child { border-bottom:none!important; }
/* == Footer Super posts Styling ======================================== */


.footer-wrap .widget-posts li{
margin-right:15px;
padding:15px 0;
margin-bottom:10px;
border-bottom: 1px dotted #999;
}

.footer-wrap .widget-posts li:first-child { padding-top:5px; margin-top:-1px; }
.footer-wrap .widget-posts li:last-child { background:none; border-bottom: none; margin-bottom:0; }
.footer-wrap .widget-posts li h5 a { color:#f5f6f8; font-size:13px; }

.footer-wrap .widget-posts li h5 {line-height:1.2; margin-bottom:5px; }
.footer-wrap .widget-posts li h5 a:hover {color:#fff;text-decoration:none;}
.footer-wrap .widget-posts  li p{ font-size:11px; color:#f5f6f8;}
.footer-wrap .widget-posts  li .image { width:50px; float:left; margin-right:25px; }
.footer-wrap .widget-posts .image a { display:block;-webkit-box-shadow: 0 1px 3px #111111;	-moz-box-shadow: 0 1px 3px #111111;	box-shadow: 0 1px 3px  #111111;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px; position:relative; width:50px; }
.footer-wrap .widget-posts  li .image a img {  display:block; 	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px; }

/* == Recent Comments Styling ============================ */

#footer #recentcomments li {
list-style:none;
padding:7px 0 10px 0;
border-bottom: 1px dotted #999;
margin-right:15px;
color:#f5f6f8;
text-shadow:none;
}

#footer #recentcomments li:last-child {
border:none;
}

#footer #recentcomments li a {
color:#f5f6f8;
}

#footer #recentcomments li a:hover {
color:#fff;
text-decoration:underline;
}
/* == Page Lists Styling ============================ */


#footer .page_item {
list-style:none;
padding:7px 0 10px 0;
border-bottom: 1px dotted #999;
margin-right:15px;
color:#f5f6f8;
text-shadow:none;
}

#footer .page_item a {
color:#fff;
}

/* == Blog roll Styling ============================ */

#footer ul.blogroll li {
list-style:none;
text-shadow:none;
border-bottom:1px dotted #999;
margin:6px 0 7px 0;
padding:0 0 8px 0!important;
color:#fff;

}

#footer .blogroll a {

}

#footer .blogroll a:hover {

text-decoration:none;
}

#footer #searchform {
background:none;
border:none;
}

/* == Custom Box Styling ============================ */

.footer-wrap a.btn { color:#444!important;  }
.footer-wrap .custom-box-content p { padding:6px 0;color: #f5f6f8; }

/* == Tweets Styling ============================ */

#footer .footer-wrap .latest-tweets li:last-child {
background:none;
}

#footer .footer-wrap .latest-tweets li a {
color:#f5f6f8;
}

#footer .footer-wrap .latest-tweets li a:hover {
color:#fff;
text-decoration:none;
}

#footer .footer-wrap ul.latest-tweets li {
	
margin:6px 0 7px 0;
padding:0 0 8px 0!important;

display:block;
color:#f5f6f8;
list-style:none;
border-bottom: 1px dotted #999;
}

#footer .footer-wrap .latest-tweets li:last-child {
border-bottom: none;
}


#footer .footer-wrap .authorlink { float:right; color:#fff; text-transform:uppercase; font-size:10px; }

/* == Categories Styling ============================ */

#footer li.cat-item {

margin:6px 0 7px 0;
padding:0 0 8px 0!important;

}

#footer .cat-item a {

font-weight:100;

}

/* == Tag Styling ============================ */

#footer .tagcloud {
margin:5px 0;
padding-bottom:20px;
}

#footer .tagcloud a {
background: #eee url(i/buton-bg.png) repeat-x;
border: 1px solid #333!important;
display:inline-block;
padding:3px 13px;
margin-right:2px;
font-size:11px!important;
border-radius:2px;
text-shadow:none;
font-weight: 600;
color:#333!important;
}

#footer .tagcloud a:hover {
background: #fff url(i/buton-bg.png) repeat-x; color: #353535;
}

#footer  .footer-wrap input[type=text]:focus , #footer  .footer-wrap textarea:focus { box-shadow:none; }

#footer  .footer-wrap input[type=text]{
  display: block;
  width: 60%;
  padding: 8px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#footer  .footer-wrap textarea {
  display: block;
  width: 90%;
  height: 170px;
  padding: 8px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555!important;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#footer  .footer-wrap .d_submit {
display:block;
width: 100px;
padding:5px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
background: #fff;

border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

cursor: pointer;

}
#footer  .footer-wrap .d_submit:hover {  opacity:0.7; }