

@font-face {
    font-family: 'BebasNeueRegular';
    /*
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    */
    font-weight: normal;
    font-style: normal;
}

/*  Main Global Layout Settings */
*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
body {
	background:#f5f3f4 url(../image/body-bg1.png) top center;
	color: #333;
	font-family: 'Open Sans',Arial,Verdana,sans-serif;
	font-size: 12px;
}
pre ,code{
	direction:ltr;
	background:url(../image/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
h1, h2, h3,h4, h5, h6 { font-weight:normal;}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter{clear:both; margin-left:auto;	margin-right:auto;}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover { color: #ff4800;}
.clear {clear: both;}

#main-nav  ul li a ,
.post-title a,
.pagenavi a,
a.more-link ,
.main-menu li a ,
.subscribe-icons a ,
.flickr_badge_image img {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
textarea, input[type=text], input[type=password], input[type=email], select {border: 1px solid #ccc;background: #fff;font-size: inherit;}
input, select {cursor: pointer;}
input[type=text], input[type=password], input[type=email] {cursor: text;}
textarea {overflow:auto;}
textarea, input {padding: 5px;outline: none;}
select {padding: 2px;}
option {padding: 0 4px;}
input[type=button], button {padding: 4px;cursor: pointer;vertical-align: middle;}
input.text_input,textarea.textarea {border: 1px solid #ccc; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;}
input.text_input:focus,textarea.textarea:focus {border: 1px solid #999;	}

::-moz-selection , ::selection{ background: #ffa37f; color: #fff; text-shadow: none; }


.auto_play{

}
/* Main Wrapper Style */
.background-cover{
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	position:fixed;
	background-repeat:no-repeat;
	top:0; 
	left:0; 
	z-index:0; 
	overflow: hidden; 
	width: 100%; 
	height:100%;
} 
.wrapper {position:relative; z-index:1;}
.container{margin:0 auto;}

/* Header */
header {
	background:#FFF;
	margin-bottom: 25px;
	-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:  0 0 8px #999;
	box-shadow:  0 0 8px #999;
	width:100%;
	z-index:99;
	position:relative;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
body.admin-bar .fixed-head{top:28px;}
.fixed-head{position:fixed; top:0;}
.trans-head{opacity:0.7;}
header.trans-head:hover{opacity:1;}
header:after{display: block;visibility: hidden;	clear: both;height: 0;content: ".";}
.header-bar{border-top:4px solid #ff4800;}
.header-content{padding:20px 0;position:relative;margin: 0 auto;}
	.logo { text-align:center; }
	.logo img{ max-width:100%;}
	.logo strong{ display:none; }
	.logo h2{ margin:0; font-size:0;}
	.logo h2#site-title{font:bold 32pt arial;}

/* Search */
.search-block {
	height:25px;
	overflow: hidden;
	float:right;
	position:absolute;
	left:10px;
	top:24px;
	background:#fcfcfc;
	border:1px solid #ddd;
	border-top-color: #d1d1d1;
	border-left-color: #d1d1d1;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow:hidden;
	-moz-box-shadow:inset  0 2px 5px #eee;
	-webkit-box-shadow: inset  0 2px 5px #eee;
	box-shadow: inset  0 2px 5px #eee;
}
	.search-block #s {
		background: transparent;
		float: right;
		font: normal 11px tahoma;
		padding: 6px 12px 8px 12px;
		width: 90px;
		color:#C5C5C5;
		border:0 none;
		-o-transition: width .7s , color .4s;
		-webkit-transition: width .7s , color .4s;
		-moz-transition: width .7s , color .4s;
		transition: width .7s , color .4s;
	}
	.search-block #s:focus {	color:#000;	width:150px;}
	.search-block .search-button {
		background: transparent  url(../image/separate.png) no-repeat center -437px;
		cursor: pointer;
		float: right;
		height:25px;
		width:26px;
		display: block;
		border:0 none;
		opacity:0.7;
		-o-transition: opacity .4s;
		-webkit-transition: opacity .4s;
		-moz-transition: opacity .4s;
		transition: opacity .4s;
	}
	.search-block:hover .search-button,
	.search-block:hover #s {	opacity:1;	color:#444;}
	.search-block .search-button:active {}

	header .social-icons{ position: absolute; right:10px; top:24px;}
	header .social-icons a , .footer-bottom .social-icons a{filter: url(../image/filters.svg); filter: gray;	-webkit-filter: grayscale(1);opacity:0.6;}
	header .social-icons a:hover ,.footer-bottom .social-icons a:hover{	filter: none;	-webkit-filter: grayscale(0);	opacity:1;}

/* Header Layout 2 */
	header.layout2 .logo { float:left; margin-left:10px; }
	header.layout2 .social-icons{ position:relative; left:auto; right:auto; float:right; top:1px; margin-right:0;}
	header.layout2 .search-block {position:relative; left:auto; right:auto; float:right; top:2px; margin-right:10px;}
				
/* Main Nav  */
#main-nav  {margin:0 auto;height:40px;}
	#main-nav  .menu-alert{padding-top:10px ;font-style:italic;text-align:center;}
	.menu-mob{ display:none; }
	#main-nav  .main-menu, .menu-mob{ margin:0 auto; border-top:1px solid #eee;}
	#main-nav  ul li {font-size:13px;position: relative;height:40px;float:left;}
		#main-nav  ul li a {
			display: inline-block;
			height: 40px;
			line-height: 40px;
			color: #979797;
			padding:0 15px;
			text-shadow:0 1px 1px #FFF;
			margin-top:-1px;
			border:1px solid transparent;
		}
		#main-nav  ul li a .sub-indicator{}
		#main-nav  ul li a:hover {border-top-color: #000;}
		#main-nav  ul ul {
			display: none;
			padding:0;
			position: absolute;
			top: 40px;
			width: 180px;
			z-index: 99999;
			float: left;
			background: #F3F3F3 !important;
			-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
			box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			text-align:left;
		}
		#main-nav  ul ul li, #main-nav  ul ul li:first-child {
			background: none !important;
			z-index: 99999;
			min-width: 180px;
			border:0 none;
			border-bottom: 1px solid #fff;
			border-top: 1px solid #ddd;
			font-size:12px;
			height:auto;
			margin:0;
		}
		#main-nav  ul ul li:first-child { border-top:0 none !important;}
		#main-nav  ul ul ul {right: auto;left: 100%;	top: 0;	z-index: 99999;	}
		#main-nav  ul.sub-menu a{
			border:0 none;
			background: none !important;
			height: auto !important;
			line-height: 1em;
			padding: 10px 10px;
			width: 160px;
			display: block !important;
			margin-right: 0 !important;
			z-index: 99999;
			color: #686868 !important;
			text-shadow:0 1px 1px #FFF !important;
			font-weight:normal !important;
		}
		 #main-nav  ul li.current-menu-item ul a{ color:#000 !important;}

		#main-nav  ul li:hover > a,#main-nav  ul :hover > a {color: #000 ;}
		#main-nav  ul ul li:hover > a,#main-nav  ul ul :hover > a {color: #000 !important;padding-left:15px !important;padding-right:5px !important;}
		#main-nav  ul li:hover > ul {display: block;}
		#main-nav  ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover,
		#main-nav  ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover,
		#main-nav  ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover{
			color:#000;
			height:40px;
			line-height:40px;
			font-weight:bold;
			border-top-color:#FF4800;
		}
		#main-nav  ul.sub-menu li.current-menu-item,#main-nav  ul.sub-menu li.current-menu-item a,
		#main-nav li.current-menu-item ul.sub-menu a,#main-nav  ul.sub-menu li.current-menu-parent,
		#main-nav  ul.sub-menu li.current-menu-parent a,#main-nav li.current-menu-parent ul.sub-menu a,
		#main-nav  ul.sub-menu li.current-page-ancestor,#main-nav  ul.sub-menu li.current-page-ancestor a,
		#main-nav li.current-page-ancestor ul.sub-menu a{height:auto !important; line-height: 12px;}
		#main-nav ul.sub-menu li.current-menu-item::after {display: none;border: 0 solid transparent;}
	
/* Welcome Message  */
.welcome-message{
	padding: 25px 2% 10px;
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px;
	-webkit-box-shadow: #DDD 0 1px 2px;
	position: relative;
	background:#FFFCD1 ;
	background: -moz-linear-gradient(center bottom, #FFFCD1 0%, #FFF9B1 40%, #FFF9B1 100%);
	background: -o-linear-gradient(center bottom, #FFFCD1 0%, #FFF9B1 40%, #FFF9B1 100%);
	background: -webkit-linear-gradient(bottom, #fffcd1 0%, #fff9b1 40%, #fff9b1 100%); 
	border-color: #DEE184;
	text-align: center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
	.welcome-message .taped {
		display: block;
		content: "";
		position: absolute; 
		width: 110px;
		height: 25px;
		top: -10px;
		left: 50%;
		margin-left:-55px;    
		border: 1px solid #fff;
		background: #fefefe;
		background: rgba(254, 254, 254, .6);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
		box-shadow: 0 0 3px rgba(0,0,0,0.1);
	}
	.welcome-message h1,.welcome-message h2,
	.welcome-message h3,.welcome-message h4,
	.welcome-message h5,.welcome-message h6 {
		margin: 0 0 .2em;
		color: #DB4003;
		font-family: Radley, Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	.welcome-message:before, .welcome-message:after {  
		position: absolute;  
		width: 40%;  
		height: 10px;  
		content: ' ';  
		left: 12px;  
		bottom: 15px;  
		background: transparent;  
		-webkit-transform: skew(-5deg) rotate(-5deg);  
		-moz-transform: skew(-5deg) rotate(-5deg);  
		-ms-transform: skew(-5deg) rotate(-5deg);  
		-o-transform: skew(-5deg) rotate(-5deg);  
		transform: skew(-5deg) rotate(-5deg);  
		-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);  
		-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);  
		box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); 
		z-index: -1;  
	}  
	.welcome-message:after  {  
		left: auto;  
		right: 12px;  
		-webkit-transform: skew(5deg) rotate(5deg);  
		-moz-transform: skew(5deg) rotate(5deg);  
		-ms-transform: skew(5deg) rotate(5deg);  
		-o-transform: skew(5deg) rotate(5deg);  
		transform: skew(5deg) rotate(5deg);  
	} 


/* Content  Column */
#main-content{margin: 20px auto;position: relative;}
	#crumbs { margin-bottom:10px; clear:both; padding-bottom: 5px; border-bottom: 1px solid #DDD;}
	.full-width #content {	width:auto !important;	float:none !important;}
	div.error404 , div.not-found{	width:100% !important;	margin:0 auto !important;}
 	div.not-found{	background:transparent !important;}
	p.post-meta , .post-date{color:#aaa;	margin:5px 0;	font-size:85%;}
		p.post-meta a {color: #aaa;}
		p.post-meta a:hover {border-bottom: 1px #000 dotted;color:#000;	text-decoration:none;	}
		.post-media{text-align:center; line-height:0; overflow: hidden;position: relative;}
		.post-media img{width:100%; height:auto; display: block;}
		.post-media a{display: block; width: 100%;height: 100%;}

.divider{
	background: url(../image/stripe.png);
	height: 10px;
	overflow: hidden;
	margin: 10px 0 20px;
	clear:both;
}


/* Page Styles */
.page-head{padding: 3px 0;overflow: hidden;	margin-bottom:15px;}
	.page-head .stripe-line{ margin-top:7px;}
	h2.page-title{
		float: left;
		margin-right: 10px;
		text-transform: capitalize;
		font-size: 26px;
		font-family: BebasNeueRegular,arial,Georgia, serif;
		color:#000;
	}
	a.rss-cat-icon{
		float:right;
		background:url(../image/separate.png) no-repeat center -332px;
		width:18px;
		height:18px;
		margin:6px 0 0 8px;
		text-indent:-99999px;
		display:block;
	}
	.archive-meta{padding:15px 0;}

/* Author Page Styles */
.author-bio{clear:both;overflow:hidden;	padding:15px 3px;}
	#author-avatar{	float:left;	margin-right:15px;}
		#author-avatar img{
			background: white;
			padding: 2px;
			-moz-border-radius: 1px;
			-webkit-border-radius: 1px;
			box-shadow: 0 0 2px #B5B5B5;
			-moz-box-shadow: 0 0 2px #b5b5b5;
			-webkit-box-shadow: 0 0 2px #B5B5B5;
		}
	
/* Single Post Styles */
.post { margin-bottom:20px;}
	.post-inner{padding:15px;}
	h2.entry-title{
		font-size:14px;
		margin:5px 0;
		line-height: 1.6em;
		font-weight: bold;
	}
.entry-comments a, .entry-visits a, .entry-likes a{
	background:url(../image/separate.png) no-repeat left -467px;
	padding-left:18px;
	margin-right:17px;
}
	.entry-comments a:hover{background-position:left -491px;}
	.entry-visits a{background-position:left -515px;}
	.entry-visits a:hover{background-position:left -539px;}
	.entry-likes a{background-position:left -563px;}
	.entry-likes a:hover, .entry-likes a.liked{background-position:left -587px;}

.post-inner p.post-meta{
	border-bottom:1px solid #f2f2f2;
	padding-bottom:5px;
	margin-bottom:10px;
}
	.post-inner p.post-meta span{display:inline-block;margin-right:10px;}
.post-footer li{
	clear:both;
	padding: 7px 11px;
	color: #999;
	overflow: hidden;
	border-top: 1px solid #D9D4D4;
	box-shadow: inset 0 1px #FCFAFA;
	-moz-box-shadow: inset 0 1px #fcfafa;
	-webkit-box-shadow: inset 0 1px #FCFAFA;
	background-color: #F2F0F0;
	font-size:12px;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}
	.post-footer li:hover{background:#eaeaea;}
	.post-footer li img.avatar{float:left;	margin-right:8px;}
	.post-footer li p{padding-top:4px;}
	.entry-quote, .entry-link{
		background:#e46a3a;
		text-align: center;
		padding: 15px;
		color: #fff;
		font-family:serif;
		font-weight: normal;
	}
	#content-container .entry-quote h1, #content-container .entry-quote h2, #content-container .entry-link h1, #content-container .entry-link h2,
	.entry-quote h1, .entry-quote h2, .entry-link h1, .entry-link h2{
		font-size: 21px;
		line-height:25px;
		font-style: italic;
		font-family:serif ;
		font-weight: normal ;
	}
	.quote-link a , .link-url a, .entry-link a{color:#fff;}
	.quote-link a:hover, .link-url a:hover, .entry-link a:hover{color:#000;}
	
#content-container{width: 960px;padding:5px;}
#content-container #content{max-width:960px;	float:left;margin:0 auto}
#content-container #content .item-list{
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	margin-bottom:20px;		
}

/* Grid Style */
#main-content #grid, #main-content #content{margin:0 auto;}
#grid{ position: relative;}
#filters{margin:0 auto 15px; border-bottom: 1px dotted #CCC; overflow:hidden; text-align:center;}
#filters li{ display:inline-block;	margin:0 15px 5px 0;}
#filters li a {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
	color: #707070;
	float: left;	
	padding:0 6px;
	font-size:14px;    padding: 5px;
}
#filters li.current a, #filters li a:hover {
	color: #fff;
	background-color: #FF4800;   
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;    padding: 5px 10px;
}
#main-content .item-list {
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	overflow:hidden;
	margin:0 10px 20px 10px;
	width: 270px;
	float:left;
}
	.item-list p.post-meta {margin:5px 0;}
	#main-content .item-list.w2{ width:310px; }
	#main-content .item-list.w3{ width:475px; }
	a[rel=prettyPhoto]{
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	}
	#content-container .entry-title{
		font-size: 26px;
		text-transform: capitalize;
		font-family: BebasNeueRegular,arial,Georgia, serif;
		margin: 5px 0;
		font-weight: normal;	
	}
	.page-link{	margin:15px 0 0;padding-top:5px;border-top:1px solid #f2f2f2;}

	.edit-link{	clear:both;	display:block;	margin-top:10px;}
	.post-tag { margin:-10px 0 20px}
		.post-tag a,.page-link a{
			border-color: #dedede #d8d8d8 #d3d3d3;
			text-shadow: 0 1px 0 #fff;
			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			display: inline-block;
			text-decoration: none;
			font-size: 10px;
			padding: 3px 8px;
			line-height: 20px;
			color: #555;
			text-transform: uppercase;
			border: 1px solid #DEDEDE;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px ;
			cursor: pointer;
		}
		.post-tag a:hover{ background:#FFF;}
	
	.sticky {}

.mini-social{overflow:hidden; margin: 5px 0 -10px;}	
	.mini-social a{
		background: url(../image/separate.png) no-repeat -4px -297px;
		display:inline-block;
		width:19px;
		height:19px;
		text-indent:-9999px;
		overflow:hidden;
		float:right;
		opacity:0.2;
		margin:0 1px;
	}
	.item-list:hover .mini-social a{opacity:.4;}
	.mini-social a:hover{opacity:.7 !important;}
	.mini-social a.mini-twitter{background-position:-2px -277px;}
	.mini-social a.mini-pinterest{background-position:-30px -276px;}
	.mini-social a.mini-google{background-position:-29px -297px;}

/* Post Thumbnail */
.post-media.standard-img a:hover {opacity:0.8;}
.post-thumbnail {margin: 0 15px 10px 0;position: relative; padding:2px;}
	.post-thumbnail img {
		background:#FFF;
		padding: 4px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 0 2px #B5B5B5;
		-moz-box-shadow: 0 0 2px #b5b5b5;
		-webkit-box-shadow: 0 0 2px #B5B5B5;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
	}
	.post-thumbnail a:hover  img{
		box-shadow: 0 0 2px #666;
		-moz-box-shadow: 0 0 2px #666;
		-webkit-box-shadow: 0 0 2px #666;
		opacity:0.6;
	}
	.post-thumbnail a:hover .overlay-icon{opacity:0.7;}
	.overlay-icon{
		background:url(../image/link-overlay.png) no-repeat center;
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		opacity:0;
		top:2px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;			
	}

/* Share */
.share-post {
	clear: both;
	margin:10px -15px -15px;
	padding: 10px 0 10px 10px ;
	background:#F7F7F7;
	border-top:1px solid #EAEAEA;
	height:20px;
	overflow:hidden
}
.mini-share-post {
	clear: both;
	margin:10px -20px -20px;
	padding:10px 10px 10px 25px;
	height:20px;
}
	.share-post li , .mini-share-post li{float: left;width: 106px;}

/* Post Elements
   ---------------------- */
.entry {line-height:1.5;text-align:center;text-align:-webkit-center;}
	.entry a{ color:#ff4800}
		.entry a:hover{ color:#000}

	#content .entry iframe {max-width: 100%; }

	.entry p {padding-top: 1.0em; padding-bottom: 1.0em;}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
		margin-bottom: 15px;
		line-height: 1em;
		font-family: Helvetica;
		font-weight: normal;
	}
		.entry h1 {font-size:36px;}
		.entry h2 {font-size:30px;}
		.entry h3 {font-size:24px;}
		.entry h4 {font-size:18px;}
		.entry h5 {font-size:14px;}
		.entry h6 {font-size:12px;}

	.entry ol,.entry ul {margin: 0 0 25px 10px;}
	.entry ul li {list-style: inside disc;}
	.entry ol li {list-style: inside decimal;}
	.entry li {margin: 0 0 5px ;}
	.entry table {
		border: 1px solid #DFDFDF;
		background-color: #F9F9F9;
		width: 100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
		color: #333;
		border-collapse: separate;
		border-spacing: 0;
	}
		.entry table td,
		.entry table th {border-top: 1px solid white;	border-bottom: 1px solid #DFDFDF;color: #555;}
		.entry table th {
			text-shadow: 0 1px 0 #fff;
			font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
			font-weight: normal;
			padding: 7px 7px 8px;
			text-align: left;
			line-height: 1.3em;
			font-size: 14px;
		}
		.entry table td {font-size: 12px;padding: 4px 7px 4px;	vertical-align: top;}

.gallery {margin: 0 auto 18px;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%; background: url(../image/link-overlay.png) no-repeat center center }
.gallery .gallery-item img {
	width: 85%;
	background:#FFF;
	padding: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}
.gallery .gallery-item a:hover  img{
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	opacity:0.6;
	margin:-5px 0 5px;
}
.attachment-tie-small{width:100%;height:auto;}
.attachment-s_small{width:auto;height:600px;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery img {border: 0 none !important;}
.gallery-columns-2 .attachment-medium {max-width: 92%;	height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 84%;height: auto;}
.gallery .gallery-caption {color: #888;margin: 0 0 12px;}
.gallery br + br {display: none;}
.attachment img {display: block;margin: 0 auto;}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(../image/quote.png) no-repeat left 18px;
	padding:0 0 0 60px;
	margin:0 0 30px 40px;
	min-height:60px;
}

/* Related Posts */
#related_posts , #author-box{clear:both;}
	.block-head{padding: 3px 0 0;overflow: hidden;}
		.block-head h3 {
			float: left;
			margin-right: 10px;
			text-transform: capitalize;
			font-size: 22px;
			font-family: 微软雅黑,黑体,BebasNeueRegular,arial,Georgia, serif;
		}
	#related_posts .item-list ,
	#author-box .item-list {	padding:20px;margin-bottom:20px;}
		#related_posts li {
			background: url(../image/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 12px 10px 0;
			line-height: 18px;
			overflow: hidden;
		}
		#related_posts li:hover {margin-right:5px;}
			#related_posts .related-item{
				padding: 8px 0 4px;
				border-bottom: 1px solid #F2F2F2;	
				overflow:hidden;		
			}
			#related_posts .related-item .post-thumbnail{float: left;margin: 0 10px 0 0;	}

/* POST COLORS */
.item-list.custom-color {
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%) !important;
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%) !important;
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%) !important;
}
.item-list.custom-color .entry-title, .item-list.custom-color a:hover{color:#000 !important;}
.item-list.custom-color p.post-meta, .item-list.custom-color p.post-meta a, .item-list.custom-color .post-date{color:#666}
.item-list.custom-color .post-inner p.post-meta {border-color: rgba(255, 255, 255, .5);}

.item-list.custom-color.black p.post-meta, .item-list.custom-color.black p.post-meta a, .item-list.custom-color.black .post-date, .item-list.custom-color.black .entry-title, 
.item-list.custom-color.rose p.post-meta, .item-list.custom-color.rose p.post-meta a, .item-list.custom-color.rose .post-date, .item-list.custom-color.rose .entry-title, 
.item-list.custom-color.blue p.post-meta, .item-list.custom-color.blue p.post-meta a, .item-list.custom-color.blue .post-date, .item-list.custom-color.blue .entry-title, 
.item-list.custom-color.green p.post-meta, .item-list.custom-color.green p.post-meta a, .item-list.custom-color.green .post-date, .item-list.custom-color.green .entry-title, 
.item-list.custom-color.violet p.post-meta, .item-list.custom-color.violet p.post-meta a, .item-list.custom-color.violet .post-date, .item-list.custom-color.violet .entry-title, 
.item-list.custom-color.brown p.post-meta, .item-list.custom-color.brown p.post-meta a, .item-list.custom-color.brown .post-date, .item-list.custom-color.brown .entry-title,
.item-list.custom-color.gray p.post-meta, .item-list.custom-color.gray p.post-meta a, .item-list.custom-color.gray .post-date, .item-list.custom-color.gray .entry-title{color:#FFF !important;}

.item-list.custom-color.violet .highlight, .item-list.custom-color.rose .highlight, .item-list.custom-color.gray .highlight, .item-list.custom-color.green .highlight, .item-list.custom-color.blue .highlight, .item-list.custom-color.brown .highlight, .item-list.custom-color.black .highlight{color:#000;}
.item-list.custom-color .share-post{background:transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .5);box-shadow:inset 0 1px 0 rgba(255, 255, 255, .5);}

/* yellow */
.item-list.custom-color.yellow {color: #806e5e;	background-color: #fcf39c !important;}
.item-list.custom-color.yellow .post-inner a {color: #db6212;}
.item-list.custom-color.yellow .share-post{	border-color:r#dbce47;}

/* light-blue */
.item-list.custom-color.light-blue {color: #566368;	background-color: #d2ecfa !important;}
.item-list.custom-color.light-blue .post-inner a {color: #0074cf;}
.item-list.custom-color.light-blue .share-post{border-color:#9ac6dd;}

/* pink */
.item-list.custom-color.pink {color: #64555c;	background-color: #fee3ef !important;}
.item-list.custom-color.pink .post-inner a {color: #d03379;}
.item-list.custom-color.pink .share-post{border-color:#e9bbd0;}

/* lavender */
.item-list.custom-color.lavender {color: #5d4c65;background-color: #f1dcf9 !important;}
.item-list.custom-color.lavender .post-inner a {color: #8c24b4;}
.item-list.custom-color.lavender .share-post{border-color:#dfb6ee;}

/* teal */
.item-list.custom-color.teal {color: #4b5c5b;	background: #caefec !important;}
.item-list.custom-color.teal .post-inner a {color: #0e827b;}
.item-list.custom-color.teal .share-post{border-color:#a0deda;}

/* orange */
.item-list.custom-color.orange {color: #665440;	background-color: #fedab2 !important;}
.item-list.custom-color.orange .post-inner a {color: #b46004;}
.item-list.custom-color.orange .share-post{border-color:#d2bba1;}

/* lime */
.item-list.custom-color.lime {color: #566146;background-color: #d8f4b1 !important;}
.item-list.custom-color.lime .post-inner a {color: #6aa41a;}
.item-list.custom-color.lime .share-post{border-color:#bdd49b;}

/* black */
.item-list.custom-color.black {color: #ccc;	background-color: #111 !important;}
.item-list.custom-color.black .post-inner a {color: #fff;}
.item-list.custom-color.black .post-inner a:hover{color:#ddd !important;}
.item-list.custom-color.black .share-post{border-color:#000;}

/* rose */
.item-list.custom-color.rose {color: #fbe0e1;background-color: #fb6f74 !important;}
.item-list.custom-color.rose .post-inner a {color: #fff799;}
.item-list.custom-color.rose .share-post{border-color:#ec545a;}

/* brown */
.item-list.custom-color.brown {	color: #fbe0e1;	background-color: #7b5134 !important;}
.item-list.custom-color.brown .post-inner a {color: #fcf7bb;}
.item-list.custom-color.brown .share-post{border-color:#613313;}

/* gray */
.item-list.custom-color.gray {color: #eee;	background-color: #a4a4a4 !important;}
.item-list.custom-color.gray .post-inner a {color: #fff;}
.item-list.custom-color.gray p.post-meta, .item-list.custom-color.gray p.post-meta a, .item-list.custom-color.gray .post-date{color: #DDD;}
.item-list.custom-color.gray .share-post{border-color:#7f7f7f;}

/* violet */
.item-list.custom-color.violet {color: #e9dcf1;	background-color: #873db2 !important;}
.item-list.custom-color.violet .post-inner a {color: #fcf488;}
.item-list.custom-color.violet .post-inner a:hover {color: #FFF !important;}
.item-list.custom-color.violet .share-post{border-color:#620f92;}

/* blue */
.item-list.custom-color.blue {color: #d7e9fc;background-color: #58a6f6 !important;}
.item-list.custom-color.blue .post-inner a {color: #fcf488;}
.item-list.custom-color.blue .post-inner a:hover {color: #FFF !important;}
.item-list.custom-color.blue .share-post{border-color:#3078c2;}

/* green */
.item-list.custom-color.green {color: #e4f7ce;	background-color: #73bd20 !important;}
.item-list.custom-color.green .post-inner a {color: #fcf488;}
.item-list.custom-color.green .post-inner a:hover {color: #FFF !important;}
.item-list.custom-color.green .share-post{border-color:#579d08;}
			
/* Post Navigation */
.navigation{margin:10px 0;clear:both;overflow:hidden;}
	.nav-previous{float:left;}
	.nav-next{float:right;}

.post-navigation{clear:both;margin:0 0 20px;overflow:hidden;}
	.post-navigation div{
		display: block;
		
		position: relative;
		font-size: 14px;
		color: #999;		
	}
	.post-previous{	float: left;padding-left: 0px;	}
	.post-next{	float: right;text-align: right;	padding-right: 0px;}
		.post-navigation div span{display: block;	font-size: 80%;	color: #999;}
		.post-navigation div a:after{
			position: absolute;
			color: #ccc;
			font-size: 56px;
			margin-top: -11px;
			height: 22px;
			line-height: 22px;
			top: 34%;
		}
		.post-previous a:after{content: '«';left:0;}
		.post-next a:after{content: '»';right:0;}

/* Sidebar */
#sidebar {float: right;	width: 310px;}
	.sidebar-left #sidebar{float:left !important;}
	.sidebar-left #content{float:right !important;}
		
/* Widgets Styles */
.widget {
	background: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	margin-bottom:20px;
	padding:15px;
	clear: both;
}
.transparent-widget{
	background: transparent;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
}
	h4.widget-top {
		font-size: 20px;
		text-transform: capitalize;
		font-family: BebasNeueRegular,arial,Georgia, serif;
		margin-bottom:15px;
	}
		h4.widget-top  a{color: #333;}
		h4.widget-top  a:hover{color: #000;}

	.widget li {
		background:url(../image/sidebar-bullet.png) no-repeat left 8px;
		padding: 0 0 5px 12px;
		line-height: 18px;
		overflow: hidden;
	}
	.widget h3{font-size:inherit;}
	.widget p {padding-bottom: 1.0em;}
	.widget a:hover {text-decoration: underline;}
	.widget li span.date, .footer-widget-container li span.date{color: #AAA;margin: 5px 0;font-size: 85%;}
	.widget .post-thumbnail, .footer-widget-container .post-thumbnail{float:left;margin:0 10px 0 0;}
	.widget .post-thumbnail img , .footer-widget-container .post-thumbnail img{padding:2px;}

.text-html-box{margin-bottom:20px;}
.widget_rss .widget-title img {width: 11px;height: 11px;}
.widget.news-pic .post-thumbnail{margin:3px ;}
#tabbed-widget .tabs-wrap li:last-child ,
.comments-avatar.widget li:last-child{border-bottom:0 none;}	
#tabbed-widget .tabs-wrap li ,
.comments-avatar.widget li,
.widget.posts-list li,
.widget.categort-posts li{
	background:transparent;
	padding:8px 0 4px;
	border-bottom:1px solid #f2f2f2;
}
.facebook-box{text-align:center;}
.facebook-box iframe { width:100% !important}
.google-box{margin-bottom:-15px; text-align:center;position: relative; overflow: hidden;}
#wp_tag_cloud div {line-height: 1.6em;}

/* Twitter Widget */
#twitter-widget ul{margin:0 -10px ;}
#twitter-widget li{
	background:url(../image/separate.png) no-repeat left 11px;
	border-bottom:1px solid #f2f2f2;
	padding:10px 10px 10px 25px;
}
#twitter-widget li:last-child{border-bottom:0 none;}
	#twitter-widget .tweet_list .tweet_avatar img{
		padding:2px ;
		margin-left:5px;
		float: right;
		background:#FFF;
		border:1px solid #d6d6d6;
	}
	#twitter-widget .loading span{
		background:url(../image/small-loader.gif) no-repeat top;
		height: 17px;
		display: block;
	}

/* Tabbed Widget */
#tabbed-widget .widget-top{
	background: #F7F7F7;
	height: 35px;
	border-bottom: 3px solid #EAEAEA;
	padding: 8px 0 0 2px ;
	margin:-15px -15px 10px;
}
	#tabbed-widget  ul.tabs li {
		float: left;
		position: relative;
		margin-left: 3px;
		line-height:30px;
		padding:2px;
		background:transparent;
	}
		#tabbed-widget  ul.tabs li a {
			display: inline-block;
			text-align: center;
			color: #666;
			text-shadow: 0 1px 0 #FFF;
			padding:5px 9px 1px;
			line-height:30px;
		}
		#tabbed-widget ul.tabs li a:hover {color: #000;}
		#tabbed-widget ul.tabs li.active a  {
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0  -1px 2px #d4d4d4;
		}
	#tabbed-widget  .tabs-wrap.tagcloud a{
		padding:5px 8px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #e9e9e9;
		background: #F7F7F7;
		text-shadow: 0 1px 0 white;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		display:inline-block;
		margin:3px;
	}
		#tabbed-widget  .tabs-wrap.tagcloud a:hover{background:#ededed;}

/* Calender */
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
	}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			border: 1px solid #fff;
			padding: 3px 0 2px;
			text-align: center;
		}
		#wp-calendar tbody .pad ,
		footer #wp-calendar tbody .pad{
				background: none;
				border:0 none;
		}
	#wp-calendar tfoot #next {text-align: right;}
	footer #wp-calendar tbody td { background:#333; border-color:#555;}
	footer #wp-calendar caption { color:#FFF; }

/* Author Widget */
.author-avatar img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 5px 0;
}
.author-description {font-size: 95%;line-height: 17px;}
.author-social {float: left;margin-top: 10px;}
	.author-social a {opacity: 0.7;margin-left: 2px;}
	.author-social a:hover {opacity: 1;}


/* Flickr Widget */
.flickr-widget .flickr_badge_image {float:left;margin:8px;}
	.flickr-widget .flickr_badge_image img{
		opacity:1;
		padding:2px;
		width:50px;
		height:50px;
		box-shadow: 0 0 2px #B2B2B2;
		-moz-box-shadow: 0 0 2px #b2b2b2;
		-webkit-box-shadow: 0 0 2px #B2B2B2;
	}
	.flickr-widget .flickr_badge_image a:hover img{opacity:0.6;}

/* Social Icons Widget */
.social-icons{text-align:center;}
	.social-icons a{	margin:2px;	position:relative;}
	.social-icons a:hover{top:-2px;}

/* Search Widget */
.search-widget input{
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
	padding: 10px;
	clear: both;
	margin-bottom:20px;	
	width:288px;
	color:#999;
}
	.search-widget input:hover,
	.search-widget input:focus{color:#000;}

/* Counter Widget */
#sidebar .widget-counter{overflow:hidden;padding:0;}
	.widget-counter.col1 li{width:100%;border:0 none !important;}
	.widget-counter.col2 li{width:50%;border:0 none !important;}
	.widget-counter li{
		line-height:15px;
		float:left;
		width:102px;
		padding:10px 0;
		background:transparent;
		border-bottom: 1px solid #ddd;
		-moz-transition: .4s linear;
		-webkit-transition: .4s ease-out;
		transition: .4s linear;
	}
	.widget-counter li:nth-child(3n-1) { border-right:1px solid #DDD; border-left:1px solid #DDD;width: 104px;}
	.widget-counter.col1 li{width:100%;border:0 none !important;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 153px;border-width:0 0 1px 0 !important;}
	.widget-counter.col2 li:nth-child(2n+2) , .widget-counter.col4 li:nth-child(2n+2){border-left:1px solid #DDD !important;}
	
		.widget-counter li a{
			display:block;
			text-align:center;
		}
	
		.widget-counter li a{display:block;text-align:center;}
		.widget-counter li a strong{ background:url(../image/separate.png) no-repeat;display:block; opacity:0.7; height:51px; margin-bottom:5px; -webkit-transition: opacity ease-in-out 0.4s;  -moz-transition: opacity ease-in-out 0.4s;  -o-transition: opacity ease-in-out 0.4s;  transition: opacity ease-in-out 0.4s;}
		.widget-counter li a:hover strong{opacity:1;}
		.widget-counter li:hover{background-color:#F8F8F8;}
		.widget-counter li:hover a{text-decoration: none;}		.widget-counter li.rss-subscribers a strong{ background-position:center -1084px ;}
		.widget-counter li.rss-subscribers a:hover strong{ background-position:center -1139px ;}
		.widget-counter li.rss-subscribers span{font-family: Oswald,arial,Georgia, serif;font-size: 12pt;display: block;text-transform: uppercase;}
		.widget-counter li.facebook-fans a strong {	background-position:center -1192px ;}
		.widget-counter li.facebook-fans a:hover strong {	background-position:center -1246px ;}
		.widget-counter li.twitter-followers a strong{ background-position:center -868px;}
		.widget-counter li.twitter-followers a:hover strong{ background-position:center -922px;}
		.widget-counter li.youtube-subs a strong{ background-position:center -976px;}
		.widget-counter li.youtube-subs a:hover strong{ background-position:center -1030px;}
		.widget-counter li.vimeo-subs a strong{ background-position:center -760px;}
		.widget-counter li.vimeo-subs a:hover strong{ background-position:center -814px;}
		.widget-counter li.dribbble-followers a strong{ background-position:center -652px;}
		.widget-counter li.dribbble-followers a:hover strong{ background-position:center -706px;}
		.widget-counter li span{display:block;font-size:21px;}
		.widget-counter li a small{color:#777;}
					
/* Login Widget */
#login-form{padding:11px 7px 0;}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	width: 250px;
	height: 24px;
}
	#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover{ color:#000;}
	#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus{ background:#FFF; color:#000;}
	#login-form .login-button{ margin-right:20px;}
	#login-form p{padding-bottom:0;}
	ul.login-links{ margin-top:15px;}
	.welcome-text{margin-bottom:10px;}

	#content .entry #login-form p{ padding:0 }

/* FeedBurner Widget */
.widget-feedburner-counter{padding:7px;}
	
/* ADS Widgets */
.widget .ads125{margin:0 -7px -8px 7px;	padding-left:0;}
.ads125{overflow:hidden;padding-left:22px;margin-bottom:20px;}
	.ads125 .ad-cell{
		width: 125px;
		height: 125px;
		display: block;
		margin:3px 15px 12px 0;
		float: left;
	}

.widget .ads120-90 ,.widget .ads120-60,.widget .ads120-600,.widget .ads120-240{	margin:0 -7px -8px 13px;padding-left:0;}
.ads120-90,.ads120-60,.ads120-600,.ads120-240{	overflow:hidden;padding-left:27px;margin-bottom:20px;}
.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell{width: 120px;height: 90px;display: block;margin:3px 15px 12px 0;float: left;}
.ads120-60 .ad-cell  {height: 60px;}
.ads120-600 .ad-cell{height: 600px;}
.ads120-240 .ad-cell{height: 240px;}
.ads160-600 ,.ads250-250{margin-bottom:20px;}
.widget .ads160-600 ,.widget .ads250-250{margin-bottom:0 }
.ads160-600 .ad-cell{
	width: 160px;
	height: 600px;
	display: block;
	margin:0 auto ;
}
.ads250-250 .ad-cell{
	width: 250px;
	height: 250px;
	display: block;
	margin:0 auto ;
}
.ads300-100{padding-left:5px;margin-bottom:20px;}
.widget .ads300-100{margin:0 -10px -5px;padding-left:0;}
.ads300-100 .ad-cell{margin-bottom:3px;width:300px;height:100px;}
.ads300-250{padding-left:5px;margin-bottom:20px;}
.widget .ads300-250{margin:0 -5px;padding-left:0;}
.ads300-250 .ad-cell{width:300px;height:250px;}
.ads-one{padding-left:0 !important;margin:0 !important;}
.ads-one .ad-cell{
	float:none !important;
	clear:both !important;
	margin-right:auto !important;
	margin-left:auto !important;
}

/* Footer */
footer {
	color: #cacaca;
	background: #111 url(../image/body-bg1.png);
	
	padding:20px 0;
	border-top: 5px solid #313131;
	-webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
	margin-top:20px;
}
	footer a{ color:#fff}
	footer a:hover{}

/* Footer Widgets */	
#footer-widget-area, .footer-bottom .container{width:990px;margin: 0 auto;}
	.footer-widgets-box{float:left; margin-right:4%;}

	.footer-1c .footer-widgets-box{	width:	100% }
	.footer-2c .footer-widgets-box{	width:	48%;}
	.footer-3c .footer-widgets-box{	width:	30.66666666666667%;}
	.footer-4c .footer-widgets-box{	width:	22%;}
	
	.narrow-wide-2c #footer-first , .wide-narrow-2c #footer-second {width:32%;}
	.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first{	width:64%;}
	
	.wide-left-3c #footer-first    ,.wide-right-3c #footer-third  {	width:46%;}
	.wide-left-3c .footer-widgets-box , .wide-right-3c .footer-widgets-box {	width:23%;}
	
	.footer-1c .footer-widgets-box,
	.narrow-wide-2c #footer-second,
	.wide-narrow-2c #footer-second,
	.footer-2c #footer-second,
	.footer-3c #footer-third,
	.footer-4c #footer-fourth,
	.wide-right-3c #footer-third,
	.wide-left-3c #footer-third{margin-right:0;}

	.footer-widget-top{	border-bottom:1px solid #2C2C2C ;	padding:10px 0;}
	.footer-widget-top h4{font-size: 22px;font-family: 微软雅黑,黑体,BebasNeueRegular,arial,Georgia, serif;}
	.footer-widget-container{padding: 5px;border-top:1px solid #525151;}
		.footer-widget-container p {padding-bottom: 1.0em;}
		.footer-widget-container ul, footer .tabs-wrap ul{ border-bottom:1px solid #525151; }
		.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
			padding: 6px 12px 6px 0;
			line-height: 18px;
			overflow: hidden;
			border-bottom: 1px solid #2C2C2C !important;
			border-top: 1px solid #525151;
		}
		.footer-widget-container li:first-child , footer #tabbed-widget .tabs-wrap li:first-child { border-top:0 none; }

	footer #tabbed-widget {
		background: transparent;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		box-shadow: 0 0 0 transparent;
		-moz-box-shadow: 0 0 0 transparent;
		-webkit-box-shadow: 0 0 0 transparent;
	}
		footer #tabbed-widget .widget-top { background:transparent; border-bottom-color:#444; overflow:hidden; }
		footer #tabbed-widget ul.tabs li a {text-shadow: 0 1px 0 #000; }
		footer #tabbed-widget ul.tabs li a:hover { color:#FFF; }
		footer #tabbed-widget ul.tabs li.active a {
			color:#FFF;
			background: #444;
			box-shadow: 0 -1px 2px #111;
			-moz-box-shadow: 0 -1px 2px #111;
			-webkit-box-shadow: 0 -1px 2px #111;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a {
			background: #444;
			border: 1px solid #222;
			text-shadow: 0 1px 0 #000;
			-moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			-webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
			box-shadow: inset 0 0 2px #888, 0 0 2px #222;
		}
		footer #tabbed-widget .tabs-wrap.tagcloud a:hover{ background:#555;}
		footer .widget-counter li{ border:0 none !important; width: 33.4%; }
		footer #twitter-widget .loading span{	background:url(../image/black-loader.gif) no-repeat top;}

/* Footer Bottom */
.footer-bottom {
	background:#FFF;
	height:30px;
	line-height:30px;
	-webkit-box-shadow: 0 -4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -4px 0 rgba(0, 0, 0, .1);
}
.footer-bottom .container{border-top:1px solid #eee;}
	.footer-bottom .social-icons{float:right;margin:0 15px ;line-height:0;}

.scrollToTop{
	z-index: 2;
	background: #FF4800 url(../image/separate.png) no-repeat center -610px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	opacity:0.5;
	cursor:pointer;
}
	.scrollToTop:hover{ opacity:1;}


/* Images */
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img,.item-list img{max-width: 100%;height: auto !important;}
img.centered,img.aligncenter {display: block;margin: 2px auto;border: 1px solid #cbcdcc;padding: 4px;}
img.alignright {padding: 4px;margin: 2px 3px 3px 8px;display: inline;border: 1px solid #cbcdcc;}
img.alignleft {padding: 4px;margin: 2px 8px 3px 3px;display: inline;border: 1px solid #cbcdcc;}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 500px !important;
	padding: 4px;
	text-align: center;
}
	.wp-caption img {margin: 5px 5px 0;}
	.wp-caption p.wp-caption-text {color: #888;margin: 5px;}

/* Navigation */
#main-content .pagination{width:470px; max-width:100%;}
.pagination {overflow: hidden; padding: 7px 10px !important;}
	.pagination a,
	.pagination span.extend,
	.pagination span.current {
		float:left;
		text-shadow: 0 1px 0 #FFF;
		margin-right : 3px;
		color: #777;
		padding: 6px 10px 3px;
	}
	.pagination a:hover {color:#000;}
	.pagination span.current {
		color: #FFF;
		background-color: #ff4800;
		text-shadow: 0 1px 0 #000;
		padding:4px 10px 6px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.pagination .pages{
		float:right;
		display:block;
		font-size:85%;
		padding: 7px 0 2px;
	}

/* CommentList */	
#comments-title {
	text-transform: capitalize;
	font-size: 22px;
	font-family: BebasNeueRegular,arial,Georgia, serif;
	margin:25px 0 10px;
}
	#comments-title em{color: #333;}
.commentlist li{margin-bottom: 20px;clear:both;position:relative;clear:both;}
	.comment-avatar {
		overflow:hidden;
		width:45px;
		height:45px;
		margin:0 10px 5px -30px;
		background: white;
		padding: 2px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 0 3px #B5B5B5;
		-moz-box-shadow: 0 0 3px #b5b5b5;
		-webkit-box-shadow: 0 0 3px #B5B5B5;
		float:left;
	}
	.author-comment{overflow:hidden;position:relative;}
		.author-comment cite {
			color:#3b3b3b;
			position:relative;
			display:block;
			margin-bottom:2px;
			padding-top:4px;
		}
	.commentmetadata {display: block;font-size:85%;clear:both;}
		.commentmetadata a{color:#3b3b3b;}
		.commentmetadata a:hover{color:#000;}	
	.comment-wrap{
		background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
		position:relative;
		padding:10px;
		margin-left:20px;
	}
		.comment-content{
			position:relative;
			clear:both;
			display:block;
			margin-top:10px;
			overflow:hidden;
			padding-bottom:5px;
		}
			.comment-content p{line-height:17px;	margin-bottom: 10px;}
		.nocomments {text-align: center;}
		.commentlist li ul li {margin-left:4px;}
		.commentlist  li.pingback{
			padding:5px 10px;
			border-bottom:1px solid #ddd;
		}	
		.commentlist .children{margin-top:15px; margin-left:50px;}
		.commentlist .reply a{
			position:absolute;
			bottom:0;
			right:0;
			background:#ddd;
			padding:3px 10px;
			text-shadow:0 1px 1px #FFF;
			font-size:11px;
		}
			.commentlist .reply a:hover{background:#333;color:#FFF;text-shadow:0 1px 1px #000;}
		
		.bypostauthor {}
		
/* Add Comments Form */	
#respond {margin: 20px 0 10px;overflow: hidden;position: relative;clear: both;}
	.commentlist li #respond {margin: 10px 0 20px 70px !important;}
	#respond h3 {
		text-transform: capitalize;
		font-size: 22px;
		font-family: 微软雅黑,黑体,BebasNeueRegular,arial,Georgia, serif;
	}
#commentform {padding: 0 5px;margin-top: 5px;overflow: hidden;}
	#commentform .required {	font-weight: bold;}
	#commentform label {color: #888;}
	#commentform p {	margin:10px 0;}
	#commentform textarea,
	#commentform input {
		border-color: #F1F1F1;
		border-top-color: #DDD;
		border-left-color: #DDD;
		background: #F9F9F9;
		color: #515151;
		font: 12px Tahoma;
		padding:4px 7px;
		margin-bottom: 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#commentform input {display: block;width: 250px;height:24px;}
	#commentform input[type="checkbox"]{margin: 2px 7px 0 0;float:left;clear:left;}
	#commentform textarea {width: 95%;}
	#commentform input:focus,	#commentform textarea:focus {background: #fff;}
	#commentform .form-allowed-tags ,
	.comment-form-comment label {display: none;}
	.comment-form-email,
	.comment-form-url,
	.comment-form-url,
	.comment-form-comment {clear: both;}
	.comment-notes{ margin-bottom:10px;	}
	.form-submit #submit , #login-form .login-button , .widget-feedburner .feedburner-subscribe{
		border: 1px solid #D9D9D9;
		background: #FBFBFB;
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FBFBFB),color-stop(100%,#EEE ));
		background: -webkit-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -moz-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -o-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: -ms-linear-gradient(top,#FBFBFB 0,#EEE 100%);
		background: linear-gradient(top,#FBFBFB 0,#EEE 100%);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);
		color: black;
		text-shadow: 0 1px 0 white;
		height: 30px;
		line-height: 30px;
		width:auto;
		font-size: 13px;
		padding: 0 15px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: background .40s;
		-moz-transition: background .40s;
		-o-transition: background .40s;
		transition: background .40s;
		position:relative;
	}
	.form-submit #submit:hover, #login-form .login-button:hover , .widget-feedburner .feedburner-subscribe:hover {
		background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));
		background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);
		background: linear-gradient(top,#FFF ,#f8f8f8 100%);
	}
	.form-submit #submit:active, #login-form .login-button:active , , .widget-feedburner .feedburner-subscribe:active {top:2px;}
	input.error, textarea.error{border:1px solid #FF0000 !important;}

/* Ads */	
.ads-top , .ads-bottom {line-height:0;margin:15px auto 20px;text-align:center;}
.ads-post {line-height:0;margin:20px auto ;text-align:center;}
.home-ads{clear:both;margin:20px auto;text-align:center;}
.ads-posts{	text-align:center; overflow:hidden; line-height:0;}
	.ads-posts img{max-width:100%; height:auto;}


/* Tooltip */	
a.ttip, a.tooldown{display:inline-block;}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 0 2px #000000; -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* Photo Galleries */	
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {
	margin: 0 auto 20px;
	position:relative;
	zoom: 1;
	width: 100%;
	min-height:100px;
	background: #000 url('http://demo065.99yuanma.net:8889/skin/ecms065/css/images/black-loader.gif') no-repeat 50% 48%;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 100px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background:url(../image/separate.png) no-repeat left -400px; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: right -373px; right: -30px; }
.flex-direction-nav .flex-prev {left: -30px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; cursor: default;}

.item-list.w2 .flexslider .slides img {width: 100%; display: block;}
.item-list.w2 .flex-pauseplay span {text-transform: capitalize;}
.item-list.w2 .slider-caption h1 a{font-size: 22px;}

/* isotope */	
.isotope-item { z-index: 2;}
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1;}
.isotope,.isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;  -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s;}
.isotope {-webkit-transition-property: height, width; -moz-transition-property: height, width;  -ms-transition-property: height, width;  -o-transition-property: height, width;  transition-property: height, width;}
.isotope .isotope-item {webkit-transition-property: -webkit-transform, opacity;  -moz-transition-property:    -moz-transform, opacity; -ms-transition-property:     -ms-transform, opacity;   -o-transition-property:   top, left, opacity;     transition-property:         transform, opacity;}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s;  -moz-transition-duration: 0s; -ms-transition-duration: 0s;  -o-transition-duration: 0s;    transition-duration: 0s;}

/* Load More Button */
.load-more-img{
	display:inline-block;
	background:url(../image/small-loader.gif) no-repeat top;
	width:16px;
	height:16px;
}
#load-more:link, #load-more:visited, .pagination, #infscr-loading{
	display: block;
	text-align: center;
	padding: 10px 0;
	margin:10px auto;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
	background-color: #f1f1f1;
	background: -moz-linear-gradient(100% 100% 90deg, #f1f1f1, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#f1f1f1));
	background: -webkit-linear-gradient(#FFF, #f1f1f1);
	background: -o-linear-gradient(#FFF, #f1f1f1);
	clear:both;
	-webkit-transition: all ease-in-out 0.2s;-moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s;transition: all ease-in-out 0.2s;
}
#load-more:link, #load-more:visited{width:250px;}
#load-more:hover, #load-more:active {
	background-color: #FFF;
	background: -moz-linear-gradient(100% 100% 90deg, #FFF, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF));
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
}
#infscr-loading{position: absolute; bottom: 0; left:50%; width: 250px; margin-left: -125px; height: 20px;}

/* Shortcodes */
.post-tooltip{cursor:pointer;display:inline-block;border-bottom:1px #666 dotted;color:#ed5109;}
.post-tooltip:hover{ border-bottom-color:#ed5109;}
.highlight {background: #FF9;}
.dropcap{display: block;float: left;margin: 0 8px 0 0;font-size: 50px;line-height: 50px;font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;}
.starlist li,.checklist li{background-position:left top;background-repeat:no-repeat;padding-left:25px;list-style: none !important;}
.starlist li  { background-image: url(../image/bullet_star.png);}
.checklist li {background-image: url(../image/bullet_check.png);}

.box{padding: 20px;	background-color: #F6F6F6;	border: #DADADA 1px solid;	margin-bottom: 20px;	word-wrap: break-word;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border-radius: 5px;	-moz-box-shadow: 0 0 7px #ccc;-webkit-box-shadow: 0 0 7px #ccc;box-shadow: 0 0 7px #ccc;border: 1px solid #FFF;}
.box div{padding-left:60px; min-height:50px;}
.box.shadow{-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);	box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);border: 1px solid #AAA;}
.box.shadow div{padding:0;}
.box.info{background:#d6f6ff;}
.box.info div{background:url(../image/info.png) no-repeat left top;}
.box.success{background:#e2f2cb;}
.box.success div{background:url(../image/success.png) no-repeat left top;}
.box.warning{ background:#fffddb;}
.box.warning div{background:url(../image/warning.png) no-repeat left top;}
.box.error{ background:#ffe6e2;	}
.box.error div{background:url(../image/error.png) no-repeat left top;}
.box.download{background:#e2f2cb;}
.box.download div{background:url(../image/download.png) no-repeat left top;}
.box.note{background:#fffddb;}
.box.note div{background:url(../image/note.png) no-repeat left top;}

a.button{border: 1px solid #a3a3a3;background: #d4d4d4;height: 25px;line-height:25px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: white;display:inline-block;	margin:0 5px 20px;	padding:0 10px;	position:relative;font-size:12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5),inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: background .40s;-moz-transition: background .40s; -o-transition: background .40s;transition: background .40s;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d4d4d4),color-stop(100%,#c7c7c7));background: -webkit-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -moz-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: -o-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);	background: -ms-linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);background: linear-gradient(top,#d4d4d4 0,#c7c7c7 100%);
}
a.button:hover{	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d8d6d6),color-stop(100%,#cdcdcd));background: -webkit-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -moz-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -o-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: -ms-linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);background: linear-gradient(top,#d8d6d6 0,#cdcdcd 100%);}
a.button:active{ top:1px;} 
a.button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}
a.button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));	background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}
a.button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}
a.button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}
a.button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}
a.button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}
a.button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}
a.button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}
a.button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);	background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}
a.button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);	}
a.button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);	background: linear-gradient(top,#d700d7 0,#b000b0 100%);}
a.button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}
a.button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}
a.button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}
a.button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);	background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}
a.button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));	background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}
a.button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
a.button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}

.flickr-wrapper {overflow:hidden;margin-bottom:20px;}
.flickr-wrapper .flickr_badge_image {float:left;margin:8px;}
.flickr-wrapper .flickr_badge_image img{opacity:1;background:#FFF;padding:4px;box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}
.flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}

#twitter-shortcode{margin-bottom:10px;}
#twitter-shortcode li{background:url(../image/separate.png) no-repeat left 8px;padding:5px 10px 5px 30px;overflow:hidden;list-style:none;}
#twitter-shortcode li:last-child{border-bottom:0 none;}
#twitter-shortcode .tweet_list .tweet_avatar img{	padding:2px ;margin-left:5px;float: right;background:#FFF;border:1px solid #d6d6d6;}
#twitter-shortcode .loading{text-align:center; padding:10px;}

.toggle {background:#F6F6F6;margin-bottom: 15px;	border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 5px 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
.toggle h3{padding-bottom:5px;margin-bottom:0;text-shadow: 0 1px 1px #FFF;	cursor:pointer;	background:url(../image/toggle-close.png) no-repeat right;}
h3.toggle-head-close{background:url(../image/toggle-open.png) no-repeat right;display:none;}
.toggle-content{padding-top:15px;}
.toggle.close .toggle-content ,
.toggle.close  h3.toggle-head-open  {display:none;}
.toggle.close  h3.toggle-head-close {display:block;}

.author-info{background:#F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
.author-info-content{padding-left:100px;}
.author-info-content h3{margin-bottom:15px;}
.author-info img.author-img{	max-width:70px;	float:left;	margin-right:15px;background:#FFF;padding:4px;	box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;}
.one_half {width:48%}
.one_third { width:30.66%}
.two_third { width:65.33%}
.one_fourth { width:22%}
.three_fourth{ width:74%}
.one_fifth { width:16.8%}
.two_fifth { width:37.6%}
.three_fifth{ width:58.4%}
.four_fifth	{ width:67.2%}
.one_sixth { width:13.33%}
.five_sixth	{ width:82.67%}
.entry .last{margin-right:0 !important;clear:right;}

.post-tabs,.post-tabs-ver{	margin-bottom:20px;}
.post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:20px;}
.post-tabs ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold;	line-height: 32px;cursor: pointer;display: block;	float: left;margin: 0 5px 0 0;	padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs ul.tabs-nav li.current{	background:#F6F6F6;	z-index:1;	height:33px;}
.post-tabs .pane{background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;	padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
.post-tabs-ver ul.tabs-nav{float:left;width:170px;margin:0;padding-top:10px;}
.post-tabs-ver ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block;	margin: 0 0 10px 0;padding: 0 16px;	background:#ddd;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs-ver ul.tabs-nav li.current{background:#F6F6F6;z-index:1;width:138px;}
.post-tabs-ver .pane{margin-left:170px;background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;	border-bottom: 1px solid #979797;padding: 20px;	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	min-height:180px;}

/* LightBox */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:150px;overflow:hidden}
.pp_social .twitter{float:left; width: 70px;}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/* Audio Player */
.jp-jplayer{line-height:0;}
div.jp-audio{color: #666;position:relative;width:100%;margin-bottom:20px; text-align:center;}
.jp-interface {
	padding:2px 10px;
	height: 30px;
	background: #3A3B3C;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #222), color-stop(1, #3A3B3C) );
	background: -moz-linear-gradient( center bottom, #222 0%, #3A3B3C 100% );
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.mejs-container .mejs-controls{
	background: #3A3B3C;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #222), color-stop(1, #3A3B3C) );
	background: -moz-linear-gradient( center bottom, #222 0%, #3A3B3C 100% );
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
a.jp-play,a.jp-pause { width:18px; height:18px; float:left; text-indent:-9999px; outline:none;  margin: 0 0 0 -4px;}
a.jp-play {background: url("http://demo065.99yuanma.net:8889/skin/ecms065/css/images/jplayer/sprite.png") 0 0 no-repeat;}
a.jp-pause {background: url("http://demo065.99yuanma.net:8889/skin/ecms065/css/images/jplayer/sprite.png") 0 -30px no-repeat;display: none;}
.jp-progress {
    background: #706d6d;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.4),  0 1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);
    width:100%;
    height:4px;
    float:left;
    margin: 5px 0 7px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jp-seek-bar { width:0; height:100%; cursor: pointer;}
.jp-play-bar {
    background: url("http://demo065.99yuanma.net:8889/skin/ecms065/css/images/jplayer/play-bar.png") left repeat-x;
    width:0;
    height:5px;
    position:relative;
    z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jp-audio a.jp-mute,.jp-audio a.jp-unmute { text-indent:-9999px; float:right; height: 18px;width: 18px;   outline:none;}
.jp-mute { background: url(http://demo065.99yuanma.net:8889/skin/ecms065/images/jplayer/sprite.png) 0 -60px no-repeat;}
a.jp-unmute { background: url(http://demo065.99yuanma.net:8889/skin/ecms065/images/jplayer/sprite.png) 0 -90px no-repeat; display: none;}
.jp-volume-bar {
	background: #706D6D;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4),0 1px 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4),0 1px 0 rgba(255, 255, 255, .4);
	height: 2px;
	width:50px;
	float: right;
	margin: 4px 1px 0 8px;
}
.jp-volume-bar-value {
    background: url("http://demo065.99yuanma.net:8889/skin/ecms065/css/images/jplayer/play-bar.png") left repeat-x;
    width:0;
    height:3px;
    position:relative;
    z-index: 9999;
 }
  
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:absolute;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-fullscreen{overflow:hidden!important;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-clear{clear:both;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}:root .mejs-poster img{display:none;}.mejs-poster img{border:0;padding:0;border:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px !important;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(http://demo065.99yuanma.net:8889/skin/ecms065/images/loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(http://demo065.99yuanma.net:8889/skin/ecms065/images/controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/controls.png);}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:5px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:7px 5px;background: #706d6d;-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4); -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.4),  0 1px 0 rgba(255,255,255,.4); box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:13px;width:50px;height:5px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background: #706d6d;-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4); -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.4),  0 1px 0 rgba(255,255,255,.4); box-shadow: inset 0 1px 4px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.4);}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:13px;width:50px;height:5px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(20,20,20,0.8);}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}
.mejs-container, .mejs-embed, .mejs-embed body {background: #464646;}
.mejs-controls .mejs-time-rail .mejs-time-loaded {background: #21759b;}
.mejs-controls .mejs-time-rail .mejs-time-current {	background: #d54e21;}
.me-cannotplay {width: auto !important;}

.wp-video-shortcode.mejs-container{ width: 100% !important; height: auto !important; padding-top: 57% !important;}
.wp-video-shortcode.mejs-container video , .mejs-layer{position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Page Templates */
/*sitemap */
#sitemap {overflow:hidden;padding:10px 0 0 15px;}
	.sitemap-col {float: left;margin: 0 2% 10px 0;width: 23%;}
	#sitemap .last {margin-right: 0px; }
		.sitemap-col h2 {color: #111;font-size: 20px;font-family: Georgia, serif;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: -3px;}
		.sitemap-col ul {padding-left: 0px;	margin-left: 0;}
			.sitemap-col ul li{  background-position:left 7px; }
				.sitemap-col ul li a {padding: 4px 0px 4px ;display: block;	}
				ul#sitemap-authors li a { display: inline-block; }
	
/* Authors List */	
ul.authors-wrap li{background:transparent;padding:20px;margin:0 -20px 10px;border-bottom:1px solid #f2f2f2;list-style:none;}
	ul.authors-wrap li h3{font-size: 22px;text-transform: capitalize;font-family: BebasNeueRegular,arial,Georgia, serif;margin:0 0 5px;	}

/* Timeline */	
ul.timeline {border-left: 2px solid #DFDFE0;margin:0 0 30px 35px;overflow:hidden;}
	h2.timeline-head{background:#DFDFE0;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;margin-bottom:0;display:inline-block;padding:5px 20px 1px;font-family: BebasNeueRegular,arial,Georgia, serif;font-size:14pt;color:#666;}
	ul.timeline li{background:transparent; list-style:none; padding: 2px 10px 2px 100px; position: relative;}
	ul.timeline li span{left: 5px;position: absolute;display: inline-block; color:#999;}



/*   TABLET  : 768px -----------------------------   */
@media only screen and (max-width: 985px) and (min-width: 768px){
    #sidebar, #footer-widget-area, .footer-bottom .container, #content-container , #content {width:750px !important;}
    #main-content .item-list.w3 , #main-content .item-list.w2 {width: 350px !important;}
    #content-container #content{float:none; margin-left:auto; margin-right:auto;}
    .header-content{width:97% !important;}
	.main-menu {display:none;}
	.menu-mob {display:block}
	#main-menu-mob{
		display:block;
		width: 500px;
		padding: 5px;
		border: 1px solid #ccc;
		color:#222;
		height: 27px;
		margin:6px auto 0 ;
		background: white;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.widget , .search-widget input{
		float:left;
		clear:none;
		width:329px;
		margin:0 8px 20px;
	}
	.search-widget input{ width:339px;}
	#sidebar .widget-counter{width:359px;}
	.widget-counter li { width:119px !important;}
	.widget-counter.col2 li, .widget-counter.col4 li {width: 179px !important;}
	.footer-widgets-box { width:48% !important; margin-right:4% !important;}
	#footer-second , #footer-fourth{margin-right:0 !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 19px 1px; }
	.flexslider {max-width: 100%;}
	#sidebar {
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	.widget, .search-widget input {
		clear: none !important;
		margin: 0 3px 20px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	.widget .post-thumbnail a , .footer-widget-container .post-thumbnail a{ -webkit-transition: none !important; transition:none !important; }
	.widget .post-thumbnail  , .footer-widget-container .post-thumbnail {  position: inherit;}
	.widget .post-thumbnail img , .footer-widget-container .post-thumbnail img{ -webkit-transition: none !important; transition:none !important; opacity:1 !important;}
}

/*   Phone  : 480px -----------------------------   */
@media only screen and (max-width: 767px) and (min-width: 480px){
	.ads-top, .ads-bottom, .ads-post, .scrollToTop, .social-icons, .main-menu {display:none !important;}
    #sidebar, #footer-widget-area, .footer-bottom .container, #content-container , #content, #load-more:link, #load-more:visited  {width:445px !important;}
    #main-content .item-list{width: 200px !important;}
    .logo{float:left}
	.fixed-head{position:relative;top:auto;}
	body{padding-top:0 !important;}
	body.admin-bar .fixed-head{top:auto;}
    .search-block{right:20px; left:auto;}
    .search-block #s{ width:130px !important;}
    .header-content{width:97% !important;}
    .menu-mob {display:block}
	#main-menu-mob{
		display:block;
		width: 400px;
		padding: 5px;
		border: 1px solid #ccc;
		color:#222;
		height: 27px;
		margin:6px auto 0 ;
		background: white;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 19px 1px; }
	.footer-bottom{
		text-align:center;
		padding:0 20px;
		height:auto;
		overflow:hidden;
	}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 147px;}
	.widget-counter li:nth-child(3n-1) {width: 149px;}
	.widget-counter.col2 li, .widget-counter.col4 li {width: 222px !important;}
	.sitemap-col { float:none !important; width:auto !important;}
	.share-post {height: 48px;}
	.share-post li, .mini-share-post li {height: 31px;width: 145px !important;}
	.flexslider {max-width: 100%;}
	#content .entry iframe {	max-height: 250px; }
	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{margin:0 !important;float:none !important; width: auto !important;}
	
    .pp_content{height:auto !important; width:100% !important; max-width:100% !important; padding-bottom:33px;}
	div.pp_pic_holder{min-width:90% !important;left:5% !important;}
	#fullResImage, .pp_details{height: auto!important; width: 100%!important;}
	.pp_default #fullResImage, .pp_default .pp_details{width: 98%!important;}
	a.pp_expand, a.pp_contract, .currentTextHolder, .pp_gallery, .pp_hoverContainer{display:none !important;}
}

/*   Phone  : 320px -----------------------------   */
@media only screen and (max-width: 479px){
	.ads-top, .ads-bottom, .ads-post, .scrollToTop, .main-menu {display:none !important;}
    #sidebar, #footer-widget-area, .footer-bottom .container, #content-container ,  #content {width:97% !important;}
    .logo {text-align: center !important; margin:0 !important; float:none !important;}
    header .search-block ,  header .social-icons{position: relative !important;left: auto !important;right: auto !important;float: none !important;top: auto !important;margin: 8px auto 0 !important;width:100%}
    header .search-block #s{width:200px !important;}
    .header-content{width:97% !important; padding:15px 0;}
    .fixed-head{position:relative;top:auto;}
	body{padding-top:0 !important;}
	body.admin-bar .fixed-head{top:auto;}
    #main-content .item-list {width: 98% !important;    margin:5px!important;}
    .menu-mob {display:block}
	#main-menu-mob{
		display:block;
		width: 100%;
		padding: 5px;
		border: 1px solid #ccc;
		color:#222;
		height: 27px;
		margin:6px auto 0 ;
		background: white;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	#tabbed-widget .widget-top {overflow:hidden;}
	.share-post{ overflow:hidden; height:auto;}
	#commentform textarea { padding:0;width: 100%;}
	.widget , .search-widget input{
		clear:none;
		width:100%;
		margin:0 0 20px;
	}
	.search-widget input{ width:275px;}
	.wide-box li { width:100% }
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 19px 1px; }
	.flickr-widget .flickr_badge_image {margin: 7px;}
	.footer-bottom{
		text-align:center;
		padding:0 5px;
		height:auto;
		overflow:hidden;
	}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	#sidebar .widget-counter{width:100%;}
	.widget-counter li {width: 92px !important;}
	.widget-counter.col2 li, .widget-counter.col4 li {width: 139px !important;}
	.sitemap-col { float:none !important; width:auto !important;}
	.share-post {height: 50px; padding-left:5px;}
	.share-post li, .mini-share-post li {height: 31px;width: 105px ;}
	.widget-feedburner-counter, #login-form{padding-right:5px; padding-left:5px;}
	.flexslider {max-width: 100%;}
	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{ width:225px;}
    #content .entry iframe {	max-height: 170px; }
	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{margin:0 !important;float:none !important; width: auto !important;}

	.pp_content{height:auto !important; width:100% !important; max-width:100% !important; padding-bottom:33px;}
	div.pp_pic_holder{min-width:90% !important;left:5% !important;}
	#fullResImage, .pp_details{height: auto!important; width: 100%!important;}
	.pp_default #fullResImage, .pp_default .pp_details{width: 98%!important;}
	a.pp_expand, a.pp_contract, .currentTextHolder, .pp_gallery, .pp_hoverContainer, .pp_social, div.ppt{display:none !important;}
    .pp_social .facebook {margin-left: 2px;width: 60px;}
	#main-content .pagination{ width:100% !important; padding:0px !important;}
	.post-inner {padding: 5px !important;}
	.post-thumbnail{ width:42.8% !important}
}

.tagcloud a {
display: inline-block;
overflow: hidden;
width: 70px;
height: 30px;
line-height: 30px;
font-size: 12px;
text-align: center;
color: #555;
font-family: "microsoft yahei";
font-weight: 100;
word-wrap: break-word;
white-space: nowrap;
float: left;
margin: 9px 0 0 9px;
border-radius: 2px;
background: #FFF;
border: 1px solid #D8D8D8;
-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.tagcloud a:hover {
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
background-color: #ff4800;
border-color: #ff4800;
color: #fff;
}
.page-header {
position: relative;
}
.page-header {
margin: 0px auto 10px auto;
}
.page-header h2 {
font-size: 18px;
line-height: 30px;
font-weight: 500;
height: 30px;
font-family: 'microsoft yahei',"\5B8B\4F53",sans-serif;
}
.page-header span {
float: right;
font-size: 14px;
}
.pbutton {
margin-left: -9px;
margin-bottom: 16px;
}
.show-tags a {
font-size: 14px;
line-height: 32px;
padding: 0 0px;
height: 35px;
}
.pbutton a {
display: inline-block;
overflow: hidden;
width: 66px;
height: 30px;
line-height: 30px;
font-size: 12px;
text-align: center;
color: #555;
font-family: "microsoft yahei";
font-weight: 100;
word-wrap: break-word;
white-space: nowrap;
float: left;
margin: 9px 0 0 9px;
border-radius: 2px;
background: #FFF;
border: 1px solid #D8D8D8;
-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.pbutton a:hover {
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
background-color: #ff4800;
border-color: #ff4800;
color: #fff;
}
.entry_con img {
max-width: 100%;
height: auto;
cursor: url(http://demo065.99yuanma.net:8889/skin/ecms065/images/zoomin.cur), pointer;
}

.page-link .current{
	
background: #ff4800;

display: inline-block;
text-decoration: none;
font-size: 10px;
padding: 3px 8px;
line-height: 20px;
color: #555;
text-transform: uppercase;
border: 1px solid #DEDEDE;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
color: #fff;
	}
	
.ads-top img{ max-width:960px; height:auto;}
.ads-bottom img{ max-width:960px; height:auto;}
.ads-post img{ max-width:960px; height:auto;}

/* header */
.headerline{ height:60px; line-height:60px;  background-color:#262626;}
.header2{ max-width:1000px; margin:0 auto; }
.header2 a.logo{ display:block; width:167px; height:60px; background:url(../image/logo2.png) no-repeat 0px 0px #262626; overflow:hidden; text-indent:-9999px; float:left; margin-right:30px;}
.header2 ul.topulnav{ float:left;}
.header2 ul.topulnav li{ float:left; /*width:72px;*/ font-size:14px; position:relative; z-index:100;}
.header2 ul.topulnav li a{ display:block; padding:0 15px; color:#9f9f9f; background-color:#262626;-webkit-transition: all 0s linear;
-moz-transition: all 0s linear;
-ms-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;}
.header2 ul.topulnav li a:hover{ color:#fff;}
.header2 ul.topulnav li a.havechild{ background:url(../image/iconbg_2.png) no-repeat 54px -372px; _background:url(http://demo065.99yuanma.net:8889/skin/ecms065/images/iconbg_2.gif) no-repeat 54px -372px; padding-right:25px; padding-left:21px;}
.header2 ul.topulnav li a.havechild:hover{ background-position:54px 28px;}
.header2 ul.topulnav li.on a{ background-color:#3E3E3E; color:#fff;}
.header2 ul.topulnav li a:hover{ background-color:#3E3E3E; color:#fff;}
.header2 ul.topulnav .childnav{ display:none; position:absolute; font-size:12px; text-align:center;}
.header2 ul.topulnav .childnav p{line-height:30px;}
.header2 ul.topulnav .childnav p a{ display:inline-block; height:30px; line-height:30px; width:75px; padding:0px; background-color:#3E3E3E; color:#9F9F9F;}
.header2 ul.topulnav .childnav p a:hover{ background-color:#262626; color:#fff;}
.headright{ float:right;}
.pub_search{ float:left; height:30px; padding:15px 0px;}
.pub_search form{ display:block; float:left; height:30px; line-height:30px; padding:0px 5px; background-color:#666; border-radius:6px; overflow:hidden;}
.pub_search form input{ float:left;}
.pub_search form input.text{ background-color:#666; height:20px; line-height:20px; padding:5px; width:165px; border:0px; color:#9f9f9f; outline:none;}
.pub_search form input.search_btn{  background:url(http://www.4493.com/images/20141113/iconbg_xb_2.png) no-repeat 5px -60px #666; width:30px; height:30px; border:0px; cursor:pointer; }
.downapp{ float:left; margin-left:20px; margin-top:15px; display:block; height:30px; line-height:30px; padding:0px 5px; color:#fff; background-color:#FF5B90; border-radius:6px;}
.downapp:hover{ color:#fff;}
@media only screen and (min-width: 1000px){
#related_posts #main-content .item-list {width:27%}
}
@media only screen and (max-width: 479px){
#related_posts #main-content .item-list {width:90%!important}
}
@media only screen and (max-width: 1000px){
.header2 ul.topulnav{ display:none}
}

.pcd_ad{display:block;text-align: center;}

.mbd_ad{ display:none}

@media(max-width:768px) {

.pcd_ad{display:none !important;}

.mbd_ad{display:block !important;text-align: center;}

}
.chapter-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #d48b3b;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.chapter-btn:hover {
    background-color: #0056b3;
    border-color: #003d80;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.chapter-btn:active {
    background-color: #003d80;
    transform: translateY(1px);
}