/* CUSTOM ADMIN PANEL CSS */

body {
background-image: url(http://www.blueelephantclients.com/michelle/wp-content/uploads/2014/03/header-bkg.jpg);
background-repeat:repeat-x;
}
.columnShadow {
	height: 0px;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.button.white{
	background-color: #41db22;
	color: #ffffff;
	border-top-color: #41db22;
	border-left-color: #41db22;
	border-right-color: #41db22;
	border-bottom-color: #41db22;
	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: #ca0a88;
	color: #ffffff;
	border-top-color: #ca0a88;
	border-left-color: #ca0a88;
	border-right-color: #ca0a88;
	border-bottom-color: #ca0a88;
}
ul.listItem li, ol.listItem li{
    font-size:					18px;
    line-height:				20px;
    font-family:				'Questrial', sans-serif;
    margin-left:                                25px;
    padding-bottom:                       8px;
}
.comment-body{
	min-height:							77px;
	padding-left:						55px;
	overflow:							hidden;
}
    .widget_wppopularpostswidget ul{
    list-style-type: none;
    }
    .widget_wppopularpostswidget div{
    margin-bottom:20px;
    }
