/* Shutter */
div#shNavBar a {
	color: #ccc; /* colour for the text buttons */
	text-decoration: none;
	border: 0 none;
	padding: 0;
	cursor: pointer;
}

div#shNavBar a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div#shNavBar a:hover {
	color: #fff; /* highlight colour for the text buttons */
}

div#shNavBar a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

div#shNavBar {
	display: block;
	font: normal 13px/22px 'Lucida Grande', Verdana, sans-serif; /* font for text buttons and image numbers */
	color: #999; /* colour for the image numbers */
	background-color: #454545; /* colour for the menu background */
	border-top: 1px solid #525252; /* colour for the menu top border */
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3px 0 5px;
	text-align: center;
	cursor: default;
	z-index: 1011;
	-moz-user-select: none;
	user-select: none;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	-ms-interpolation-mode: bicubic;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: 120px;
}

#fullSize {
	display: none;
}

#shNavBar img {
	border: 0;
	vertical-align: text-top;
	margin: 0;
	padding: 3px;
	float: none;
}

#shNavBar .srel-d {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.sh-make-invisible {
	visibility: hidden !important;
}

* html div#shNavBar {
	display: block;
	position: absolute;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight : document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	_left: expression(eval(document.compatMode&&document.compatMode=='CSS1Compat') ? document.documentElement.scrollLeft : document.body.scrollLeft);
}
/*  WP MashSocial Wigdet By Ahmad Awais */
#mashsocial {
	border: 0;
	margin: 0 auto;}
.mashfb-likebox {
	background: #fff;
	padding: 10px 10px 0 10px;
	border: 1px solid #D8E6EB;
	margin-top: -2px;
	border-image: initial;}
.mashgoogleplus {
	background: #F5FCFE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #D8E6EB;
	border-left: 1px solid #D8E6EB;
	border-image: initial;
	font-size: .90em;
	font-family: "Arial","Helvetica",sans-serif;
	color: #000;
	padding: 9px 11px;
	line-height: 1px;}
.mashgoogleplus span {
	color: #000;
	font-size: 11px;
	position: absolute;
	display:inline-block;
	margin: 9px 70px;

	}
.g-plusone {	float: left;}
.mash-add-to-circle{
	position: relative;
	display:inline;
	padding-bottom:0px;
	margin-bottom:0px;
	
}
.mashtwitter {
	background: #EEF9FD;
	padding: 10px;
	border: 1px solid #C7DBE2;
	border-top: 0;}
#get-mashsocial {
	background: #EBEBEB;
	border: 1px solid #CCC;
	border-top: 1px solid white;
	padding: 2px 8px 2px 3px;
	text-align: right;
	border-image: initial;}
#get-mashsocial .author-credit {}
#get-mashsocial .author-credit a {
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px white;
	color: #1E598E;
	text-decoration:none;}
#mash-email-subscribe .mash-email-box{
	padding: 10px 10px; 
	font-family: "Arial","Helvetica",sans-serif;
	border-top: 0;
	border-right: 1px solid #C7DBE2;
	border-left: 1px solid #C7DBE2;
	border-image: initial;}
#mash-email-subscribe .mash-email-box input.email{

	background:#FFFFFF;
	border: 1px solid #dedede;
	color: #000;
	padding: 7px 10px 8px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	font-family: "Arial","Helvetica",sans-serif;}	
#mash-email-subscribe .mash-email-box input.email:focus{color:#333}	
#mash-email-subscribe .mash-email-box input.subscribe{
	background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
	background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
	-pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
	font-family: "Arial","Helvetica",sans-serif;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #cc7c00;
	color:#000;
	padding:7px 14px;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	border-image: initial;
	
    width: 100%;
    margin: 6px 0;

	}
#mash-email-subscribe .mash-email-box input.subscribe:hover{
	background: #ff9b00;
	background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
	outline:0;-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
	background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
	-pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #cc7c00;
	color:#000;}	
#mash-other-social {
	background-color: #D8E6EB;
	box-shadow: 0 1px 1px #FFFFFF inset;
	padding: 0px;
	font-family: "Arial","Helvetica",sans-serif;
	font-weight:bold;
	overflow: hidden;
	border: 1px solid #B6D0DA;}
#mash-other-social ul {list-style: none outside none; padding-left: 4px;}
#mash-other-social .other-follow {
	float: left;
	color:#1E598E;
	overflow: hidden;
	height:16px;
	padding:10px;
	padding-bottom:7px;
	width: 270px;}
#mash-other-social .other-follow ul {
	list-style: none outside none; 
	
margin: 0px 0px 0px 0px;
	padding-left: 4px;}
#mash-other-social .other-follow ul li {
	font-size: 12px;
	font-weight: bold;
	display:inline;
	border:0;
	text-shadow: 1px 1px white;}	
#mash-other-social .other-follow ul li a {
	font-size: 12px;
	color:#1E598E;
	font-weight: bold;
	display:inline;
	text-shadow: 1px 1px white;}
#mash-other-social .other-follow li {
	font-size: 12px;
	font-weight: bold;
	display:inline;
	border:0;
	text-shadow: 1px 1px white;}
#mash-other-social .other-follow li a {
	font-size: 12px;
	color:#1E598E;
	font-weight: bold;
	display:inline;
	text-shadow: 1px 1px white;}
#mash-other-social .other-follow li.erss {

margin: 0px 0px 0px 0px;
	background: url(/wp-content/plugins/wp-mashsocial-wigdet/images/rss-16x16.png?9d7bd4) no-repeat transparent;
	line-height: 1;
	padding: 0px 3px 1px 20px;
	width: 60px;
	margin-bottom:0px;}
#mash-other-social .other-follow li.elinkedins {

margin: 0px 0px 0px 2px;
	background: url(/wp-content/plugins/wp-mashsocial-wigdet/images/pinterest-16.png?9d7bd4) no-repeat transparent;
	line-height: 1;
	padding: 0px 3px 1px 20px; 
	width: 60px;
	margin-bottom:0px;}
#mash-other-social .other-follow li.my-gplus {

margin: 0px 0px 0px 2px;
	background: url(/wp-content/plugins/wp-mashsocial-wigdet/images/gplus-16x16.png?9d7bd4) no-repeat transparent;
	line-height: 1;
	width: 60px;
	padding: 0px 3px 1px 20px;
	margin-bottom:0px;}
.other-follow{
margin: 0px;
}
