/*
Theme Name: PangPang theme
Theme URI: http://jianbitou.com
Version: 2.0
Author: Sonny
*/

/* Overall setup */
* { margin: 0; padding: 0; }
body {
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
    font-family: 微软雅黑,宋体,arial,Sans-serif,helvetica;
}
a { outline: 0; text-decoration: none; }
a:link { color: #000000; }
a:hover { color: #FF0000; text-decoration: underline; }
a:visited { color: #000000; }
a img { border: none; }
ul, li { list-style: none; margin: 0; padding: 0; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { color: #000000; font: 22px bold; text-transform: capitalize; }
h3 a:link  { color: #E25E1C; text-decoration: none; }
h3 a:hover { color: #FF0000; text-decoration: underline; }
h3 span.slash { font: 10px bold !important; text-transform: lowercase; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
code {
	border-left: 1px solid #903000;
	color: #666666;
	display: block;
	font: 11px  "Courier New";
	margin: 5px 0;
	padding: 5px;
}
blockquote { color: #DDDDDD; font-size: 12px; line-height: 1.4em; padding: 5px; }
.left { float: left; margin-right: 8px; margin-top: 3px; }
.right { float: right; margin-left: 8px; }
.hide { display: none; }
.pagenavi { clear: both; margin: 10px 0; }
.clear { background: #FFFFFF; clear: both; width: 100%; }

/* header */
#header {
	*padding: 12px 0 190px 0 !important;
	*padding: 12px 0 120px 0;
	margin-left:auto;
	margin-right:auto;
	padding: 12px 0 180px 0;
	width: 950px;
}
#header h1 a {
	display: block;
	font-size: 20px;
	margin: 5px 0;
	text-indent: -999em;
	width: 240px;
}
#header h1 a:hover{ color: #7EBE40; }
#main-wrapper {
	*background: none !important;
	*background: transparent;
	background: none;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	text-align: left;
	width: 950px;
}
/* logo */
.logo{
	background: transparent url(images/pig.jpg) no-repeat scroll 0 0;
	height: 172px;
	margin: auto;
	padding-top: 2px;
	width: 944px;
}
.logo li { float: left; margin: 0; padding-top: 145px; }
.logo  a {
	color: #000000;
	display: block;
	font-size: 14px;
	outline: none;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.logo  a:hover { color: #FF0000; }
.logo  a:visited { color: #000000; }

/* navigation */
ul.navigator {
	background: transparent url(images/navigator.gif) repeat-x scroll 0 0;
	height: 33px;
	margin: auto;
	padding-top: 5px;
	width: 944px;
}
.navigator img { margin: 0 8px; }
.navigator li {
	display: block;
	float: left;
	padding: 0 7px;
	position: relative;
	z-index: 1000;
}
.navigator  a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	outline: none;
	padding: 4px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigator  a:hover { color:#FFD700; text-decoration: underline; }
.navigator  a:visited { color: #FFFFFF; }

/* video */
.video { background: none; float: left; width: 500px; }
.bar {
	background: transparent url(images/bar.png) repeat-x scroll 0 0;
	height: 28px;
	padding: 5px 0 0 5px;
}
.object {
	background: transparent url(images/frame.png) no-repeat scroll 0 0;
	height:380px;
	padding-top: 29px;
	text-align: center;
	width: 500px;
}
.menu{ float: left; margin-left: 20px; padding-left: 20px; width: 400px; }

/* tab list style */
.link {
        background: none; 
        margin-left:10px;
        display: block;
        float: left;
        width: 438px;
}
#tab2 li {
	border-bottom: 1px dotted #FF0000;
	display: block;
	float: left;
	margin: 5px;
	width: 130px;
}

#tabs.tab-lists li{
	background: transparent url(images/tab-tittle.png) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 32px;
	margin: 0 7px;
	width: 105px;
}
#tabs.tab-lists li a {
	color: #FFFFFF;
	display: block;
	outline: none;
	padding: 8px 22px;
	text-decoration: none;
	text-transform: uppercase;
}
#tabs.tab-lists li a:hover { color: #FFD700; text-decoration: underline; }
#tabs.tab-lists li a:visited { color: #FFFFFF; }
#tabs.tab-lists a.active-tab { color: #FFFFFF; }
.tabber-panel { clear: both; display: none; padding: 10px; }
.tabber-panel.active-panel { display: block; }
#tabs.tab-lists a { color: #0000FF; }
#tabs.tab-lists a:hover { color: #FF0000; }
#tabs.tab-lists a:visited { color: #0000FF; }

#tab1 li{
	background: transparent url(images/twitter.gif) no-repeat left center;
	border-bottom: 1px dotted #FF0000;
	list-style-type: none;
	margin: 5px;
	padding-left: 20px;
}
#tab3 li{
	background: transparent url(images/twitter.gif) no-repeat left center;
	border-bottom: 1px dotted #FF0000;
	margin: 5px;
	padding-left: 20px;
}

/* top */

/* maim */
.main  { margin: 0 auto; overflow: hidden; padding: 0; width: 950px;}
.three-column {
	border-bottom: 1px solid #C60008;
	border-left: 3px solid #C60008;
	padding: 8px;
	width: 950px;
}
.three-column  li {
	border-bottom: 1px dotted #FF0000;
	display: block;
	float: left;
	margin: 5px;
	width: 300px;
}
.three-column li a:visited{ color: #000000; }
.pic{ height: 45px; }
#pic1 { background: transparent url(images/news.gif) no-repeat scroll 0 0; }
#pic2 {
	background: transparent url(images/clothes.gif) no-repeat scroll 0 0;
	height: 44px;
}
#pic3 { background: transparent url(images/health.gif) no-repeat scroll 0 0; }
#pic4 {
	background: transparent url(images/test.gif) no-repeat scroll 0 0;
	height: 44px;
}
#pic5 { background: transparent url(images/fortune.gif) no-repeat scroll 0 0; }
#pic6 { background: transparent url(images/video.gif) no-repeat scroll 0 0; }
#pic7 { background: transparent url(images/computer.gif) no-repeat scroll 0 0; }
#pic8 { background: transparent url(images/movie.gif) no-repeat scroll 0 0; }
#pic9 {
	background: transparent url(images/interesting.gif) no-repeat scroll 0 0;
	height: 44px;
}

/* single page */
.post{
	background: #F5F8FD;
	border: 1px solid #E0E0E0;
	float: left;
	line-height: 1.4em;
	width: 630px;
}
#post-tittle{
	border-bottom: 1px solid #E0E0E0;
	height: 55px;
	margin: 10px;
	text-align: center;
	width: 580px;
}
#post-tittle  h3, #post-tittle  h3 a {
	color: #000000;
	letter-spacing: -1px;
	line-height: 2em;
	text-decoration: none;
}
#post-tittle  h3 a:visited { color: #000000; }
.post .postmeta { color: #999999; margin-bottom: 10px; text-align:center; }
.post .postmeta span.date { color: #808080; padding: 0 2px 0 0; }
.post .postmeta span.homelink { padding-left: 15px; }
.post .postmeta span.homelink a,
.post .postmeta span.date a{ color: #808080; }
.post .entry {
	border-bottom: 1px solid #E0E0E0;
	float: left;
	line-height: 20px;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 0 2em;
	padding-bottom: 25px;
}
.post .entry img.wp-smiley { border: 1px solid #E0E0E0; padding: 5px; vertical-align: middle; }

/* SMILEY */
.post .entry img,.entry a img { border: 1px solid #E0E0E0; padding: 5px; }
.post .entry a:hover img { border: 1px solid #E0E0E0; padding: 5px; }
.post  h3 { color: #000000; display: inline; font-size: 22px; font-weight: bold; }
.post  p { margin: 1em 0; font-size:14px;}
.post  p a,.post  li a { color: #0000FF; }
.post  p a:hover { color: #FF0000; }
.post  p a:visited { color: #0000FF; }
.post  p strong { font-weight: bold; }
.post  p em { background: #F9F9DE; font-style: normal; }
.post  a { color: #0000FF; }
.post  a:hover{ color: #FF0000; }
.post  a:visited { color: #0000FF; }
.post  blockquote { color: #6C6C6C; margin: 0 1.5em; }
.post  ul, .post  ol { margin: 1em; }
.post  ul li, .post  ol li { color: #666666; line-height: 1.4em; margin: 0; }
#previous-next{ margin-bottom: 1em; }
#related-post{
	border: 1px solid #E0E0E0;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	margin: 5px 0 10px 0;
	padding: 5px;
	width: 620px;
}
#related-post li { list-style-type: square; margin: 2px 5px; }

/* COMMENTS */
h3#comments, h3#respond {
	color: #000000;
	font: 22px bold;
	letter-spacing: -1px;
	margin: 0.4em;
	padding: 5px 0;
}
#comments a { color: #000000; font: 22px bold; padding: 5px 0; }
#comments { font: 22px bold; }
ol.commentlist { font-weight: normal; list-style: none; padding: 0 1em; }
ol.commentlist cite { font-style: normal; text-transform: none; }
ol.commentlist li { border-bottom: 1px solid #808080; padding: 15px 0; }
ol.commentlist h5 { color: #000000; font-weight: normal; margin: 3px 0; padding: 0; }
ol.commentlist h5 a:link, a:visited { color: #0000FF; font-weight: normal; }
ol.commentlist h5 a:hover{ color: #FF0000; }
ol.commentlist h5 small { display: block; }
ol.commentlist li { color: #000000; font-size: 13px; margin: 0; }
ol.commentlist li span.moderate { color: #FF3300; padding: 2px; }

/* form */
#commentform { margin: 1em; }
#author, #email,#url { font-size: 1.2em; margin: 5px 0; padding: 5px; width: 350px; }
#comment { font-size: 1.2em; margin: 5px 0; padding: 5px; width: 550px; }
.comment-warning strong { color: #999999; font-weight: bold; }

/* sidebar */
.sidebar{ border: 1px solid #E0E0E0; float: right; width: 310px; }
#right {
	color: #000000;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 5px;
	width: 305px;
}
.sidebar-tittle{
	background: transparent url(images/bar.png) repeat-x scroll 0 0;
	height: 25px;
	padding: 5px 5px 0 0px;
}
.section{ border-bottom: 1px solid #E0E0E0; margin: 5px 0; padding: 0; }
.section h3 {
	background: none;
	color: #000000;
	display: inline;
	font-size: 15Px;
	padding: 10px;
}
.section p { color: #000000; padding-bottom: 10px; }
.section a { color: #6B6B6B; text-decoration: none; }
.section a:hover { color: #FF0000; text-decoration: underline; }
.section a:visited{ color: #6B6B6B; text-decoration: none; }
.section li { font-size: 12px; list-style-type: circle; margin: 3px 30px; }
#video ul li{
	background: transparent url(images/video.png) no-repeat left center;
	list-style-type: none;
	margin: 3px 8px;
	padding: 0 0 0 25px;
}
#alimama,#google-ad{ border: none; margin: 5px 0; padding: 0 3px; }

/* footer */
#footer {
	clear: both;
	color: #000000;
	font-size: 13px;
	height: 20px;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	width: 950px;
}
#footer a { color: #004E8C; font-weight: bold; }
#footer a:hover { color: #C60008; }
#footer img { display: none; }

/*illegal link*/
.illegal-link {
	background: transparent url(http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Fuck_copyright.svg/486px-Fuck_copyright.svg.png);
}
