/* CUSTOM ADMIN PANEL CSS */

body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
	color: #575757;
}

p {
	font-family: Arial, Verdana, Sans-serif;
	color: #575757;
	line-height: 1.4em;
}
.emergencyservice {
  margin: 0 auto;
    padding: 10px 20px;
  }

.reliability {
  margin: 0 auto;
    padding: 5px 60px;
  }

.wp-caption-text  {
font-size: 12px;
font-style: italic;
}

#horizontalNavigation {
 background-image: url(../images/navigation-bg.jpg);
background-repeat: repeat;
background-position: center;
height: 47px;
border: none;
}

.sf-menu {
height: 47px;
}

.sf-menu {
/*height:			47px;*/
}

.sf-menu li:hover {
background-image: url(../images/navigation-hover.jpg);
background-repeat: repeat;
background-position: center;
height: 47px;
}

.sf-menu li.current-menu-item {
background-image: url(../images/navigation-hover.jpg);
background-repeat: repeat;
background-position: center;
height: 47px;
} 
.sf-menu li {
	height:	47px;
}

.sf-menu a {
	padding-top:	15px;
	padding-bottom: 11px;
	padding-left: 	15px;
	padding-right: 	15px;
	text-decoration: none;
}

.fancyBoxLight .panels{
        width: 90%;
}

a:hover img {
  opacity: 0.5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
opacity:.4;
-webkit-opacity:.4;
 -moz-opacity:.4;
}

#pageContent ul, ol {
	padding: 0px 0px 10px 30px;
}

#pageContent li {
       font-size: 13px;
}

.post-meta ul, ol {
  margin: 0px 0px 0px -30px;
}

#sideBarWidgets .widgetRecentPost, #footer .widgetRecentPost {
    line-height: 15px;
}

.post-meta{
  padding-bottom: 20px;
}

#pageContent a {
  text-decoration: underline;
}
#pageContent a:hover {
  text-decoration: none;
}


.button.white{
	background-color: #e9e9e9;
	color: #444;
	border-top-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-bottom-color: #bcbcbc;
	text-shadow:0 0px 0 white;
}
.button:hover, .button.current, .button.selected{
	position:relative;
	top: 1px;
}
.button.white:hover,.button.white.selected,.button.white.current{
	background-color: #eee;
	color: #555;
}

#comments {display:none;}
