/* 代码整理：时代Java NowJava.com */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: url(../images/bgPattern.jpg) repeat;
}
.clear {
	clear: both;
}
.header {
	display: block;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #333;
}
.header h1 {
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
}
#page_container {
	width: 940px;
	display: block;
	margin: 0 auto;
}
.wecreate {
	background-image: url(../images/we_create_logo.png);
	width: 97px;
	height: 89px;
	display: block;
	margin: 30px auto 25px;
}
.wecreate img {
	width: 97px;
	height: 89px;
	display: block;
}
.plugin_container {
	width: 780px;
	height: 285px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 0px 5px #DDD;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: url(../images/heroBG.jpg) #FFF;
}
img {
	display: block;
	float: left;
}
.article_header {
	display: block;
	float: left;
}
h2 {
	color: #444;
}
.meta {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
.title_bar {
	width: 940px;
	height: 120px;
	display: block;
	background-image: url(../images/title_banner.png);
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.title_bar h1 {
	margin: 0;
	text-align: center;
	line-height: 90px;
	padding: 15px 0;
}
.paragraph_container {
	width: 380px;
	background-color: #FFF;
	margin: 20px 0;
	display: block;
	float: left;
	padding: 40px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #DDD;
}
.paragraph_container.full {
	clear: both;
	width: 860px;
	margin-top: 0;
	float: none;
}
.paragraph_container h3 {
	color: #414042;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 20px;
	text-align: center;
}
.paragraph_container p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	color: #414042;
	text-align: center;
}
.paragraph_container ul {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 30px;
	color: #414042;
}
.paragraph_container.left {
	margin-left: 0;
	margin-right: 20px;
}
.mysocialshare.bubble {
	position: absolute !important;
	top: 50%;
	left: 50%;
	margin-top: -46px;
	margin-left: -32px;
}
.mysocialshare.bubble.left {
	left: 200px;
	margin-left: 0;
}
.mysocialshare.bubble.right {
	left: auto;
	right: 200px;
	margin-left: 0;
}
.mysocialshare.bubble {
	display:block;
	width:72px;
	height:72px;
	position:relative;
	z-index:1;
}
.mysocialshare.bubble .msb_main {
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	cursor:pointer;
	text-indent:-9999px;
	border:4px solid #FFF;
	box-shadow:0 0 5px #DDD;
	border-radius:36px;
}
.mysocialshare.bubble .msb_main img {
	width:64px;
	height:64px;
	cursor:pointer;
	border-radius:32px;
	border:none;
}
.mysocialshare.bubble .msb_main:hover {
	box-shadow:0 0 5px #BBB;
}
.mysocialshare.bubble .msb_network_button {
	width:46px;
	height:46px;
	position:absolute;
	top:9px;
	left:9px;
	z-index:1;
	cursor:pointer;
	text-indent:-9999px;
	display:none;
	background:no-repeat;
}
.mysocialshare.bubble .msb_network_button.facebook {
	background:url(../images/bubble_facebook_share_button.png);
}
.mysocialshare.bubble .msb_network_button.linkedin {
	background:url(../images/bubble_linkedin_share_button.png);
}
.mysocialshare.bubble .msb_network_button.google {
	background:url(../images/bubble_googleplus_share_button.png);
}
.mysocialshare.bubble .msb_network_button.twitter {
	background:url(../images/bubble_twitter_share_button.png);
}
.mysocialshare.bubble .msb_network_button.pinterest {
	background:url(../images/bubble_pinterest_share_button.png);
}
.mysocialshare.bubble .msb_network_button.dribbble {
	background:url(../images/bubble_dribbble_share_button.png);
}
.mysocialshare.bubble .msb_network_button.email {
	background:url(../images/bubble_email_share_button.png);
}
.mysocialshare.bubble .msb_network_button.instagram {
	background:url(../images/bubble_instagram_share_button.png);
}
.mysocialshare.bubble .msb_network_button.youtube {
	background:url(../images/bubble_youtube_share_button.png);
}
.mysocialshare.bubble .msb_network_button.vimeo {
	background:url(../images/bubble_vimeo_share_button.png);
}
.mysocialshare.bubble .msb_network_button:hover {
	background-position:0 -46px;
}
/* 代码整理：时代Java NowJava.com */