/*  
Theme Name: Mac osx
Theme URI:http://zmingcx.cn/
Description: 一款仿Mac osX 外观的WordPress主题2.1a.
Version: 2.1a
Author: Zming
Author URI:http://zmingcx.cn/
*/

/*++++++ BODY ++++++++*/

* { margin: 0px; padding: 0px; list-style:none; text-decoration:none; }
body {
	font: 12px 微软雅黑,Tahoma;
	color: #000;
	background: #8192A6;
	letter-spacing:1px;
 }
* html body {/* IE6 */
	font:12px Tahoma, 微软雅黑;
	color: #000;
	background: #8192A6;
	letter-spacing:1px;
} 
*+html body {/* IE7 */
	font:12px 微软雅黑,Tahoma;
	color: #000;
	background: #8192A6;
	letter-spacing:1px;
} 
.space10 { clear:both;height:10px;}
.space { clear:both;height:15px;}
/*++++++ H1,H2,H3,H4 HYPERLINKS ++++++++*/

h2, h3 {
	padding:0;
	font:12px 微软雅黑,Tahoma;
	font-weight:bold;
 }
a:link { color : #000; }
a:active { color : #000; }
a:visited { color : #000;}
a:hover	{ color : #0A9BDC;} 
a:focus { outline: none;}

/*++++++ MAIN ++++++++*/

#wrapper {
	width: 1000px;
	margin:0px auto 0px auto;	
 }

/*++++++ HEADER ++++++++*/

#header {
	width:980px;
	height:70px;
 }
#logo { 
	width:244px;
	float:left;
 }
#logo h1{
	text-indent:-10000px;
 }
#logo h1 a{
	display:block;
	background: url(images/logo.png) no-repeat;
	height:68px;
	outline:none;
 }

/*++++++ NAV ++++++++*/

#nav {
	width:1000px;
	height:33px;
	background:url(images/nav.png) repeat-x;
	line-height:32px;
 }
#nav ul {
	margin-left:10px;
 }
#nav ul li {
	display:inline;
	height:30px;
	line-height:30px;
    }
#nav ul li.current_page_item a {
	background:url(images/navactive.png) repeat-x 0 -31px;
	color:#fff;
	height:31px;
 }
#nav ul li a {
	color:#000000;
	float:left;
	font-weight:normal;
	padding:0 10px 0 10px;
	border-left:1px solid #a1a1a1;
	}
 
#nav ul li a:hover{
	background:url(images/navactive.png) repeat-x;
	color:#fff;
	text-decoration:none;
 }
#navl {
	float: left;
	width: 40px;
	height: 33px;
	padding-left: 10px;
	background: url(images/navl.png) no-repeat left;
 }
#navr {
	float: right;
	width: 30px;
	height: 33px;
	background: url(images/navr.png) no-repeat right;
 }
/*++++++++++ MENU ++++++++++++*/
*{margin:0;padding:0;} 
.menu{
	font-size:12px;
	position:relative;
	z-index:100;
	margin:0;
} 
.menu ul{
	list-style:none;
	background:#D9E2EC;
	text-align: center;
} 
.menu li {
	float:left;
	position:relative;
} 
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:-10px;
	top:30px;
	border-bottom:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	border-left:1px solid #a1a1a1;	
} 
.menu table {
	position:absolute;
 	top:0; 
 	left:0;
 } 
.menu ul li:hover ul, 
.menu ul a:hover ul{
	visibility:visible;
} 
.menu a{
	display:block;
	text-decoration:none;

} 
.menu ul ul{} 
.menu ul ul li {
	clear:both;
	text-align:left;
	font-size:12px;
} 
.menu ul ul li a{
	display:block;
	width:100px;
	height:30px;
	margin:0;
	border-bottom:1px solid #fff;
} 
.menu a{
	display:block;
	width:65px;/*++++++控制下拉标题宽度+++++++*/
	height:30px;
	margin:0;
} 
.menu ul ul li a:hover{
	background:#000;
	border-bottom:1px solid #fff;
} 
/*++++++ MENU END ++++++++*/

/******  SearchBar  *******/
#searchbar { 
	width: 220px;
	height: 23px;
	float:right;
	background: url(images/s.gif) no-repeat;
	margin:3px 4px 0 0;
 }
#searchbar #s { 
	float: right;
	margin: 4px 0 0 6px;
	border: 0; 
	width: 182px;
	background: none;
	color:#999999;
 }
#searchbar #go {
	float:left;
	margin: 6px 8px 0 0;
	width:23px;
	height:16px; }
#searchresult { 
	padding-right:20px;
	width:300px;
 }
/******  FEED *******/

#feed { text-indent:-10000px;}
#feed a {
	float:right;
	background:url(images/feed.png) no-repeat;
	width:48px;
	height:48px;
	margin:6px 30px 0 0;
	position: inherit;
 }
#rss { text-indent:-10000px;}
#rss a {
	float:right;
	background:url(images/rss.png) no-repeat;
	width:48px;
	height:48px;
	margin:6px 30px 0 0;
	position: inherit;
 }
#ads { text-indent:-10000px;}
#ads a {
	float:right;
	background:url(images/ad/ads.gif) no-repeat;
	width:350px;
	height:68px;
	margin:0px 30px 0 0;
	position: inherit;
 }
/*++++++ MISC ++++++++*/
.clear {
	clear:both;
 }
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
    }
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
    }
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; 
   }
.alignright {
	float: right;
	}
.alignleft { 
	float: left ;
	}
img {
	border:none;
	}
.pleft {
	float:left;
	width:900px; 
	}
.pright {
	float:right;
	width:164px;
  }

/*++++++ Showposts++++++++*/

#show {
	background:#464646;
	width: 610px;
	height: 212px;
	}
#showswf {
	background:#464646;
	float:left;
	width: 388px;
	height: 200px;
	margin: 5px 0 5px 0;
	}
#about {
	background: url(images/about-body.png) repeat-y;
	float:right;
	width: 215px;
	height: 212px;
	margin: 0 0px 0 0px; 
	}
.about {
	background:#464646;
	color:#fff;
	font-weight:bold;
	width: 190px;
	height: 190px; 
	padding:5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border:1px solid #9a9a9a;
 }
.about a{
	color:#fff;
 }
.about a:hover{
   color : #0A9BDC;
   }
 .about p.text{
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	}
.about img.me{
	margin: 0px 5px 0px 0px;
	float:left;
	}
 #show-top {
	background:url(images/img.png) no-repeat 0px -90px;
	height:15px;
	width: 610px;
 }
 #show-bottom {
	background:url(images/img.png) no-repeat 0px -105px;
	height:15px;
	width: 610px;
 }

/*++++++ CONTENT ++++++++*/
#content {
	width: 980px;
	margin:10px auto 0; 
  }
#left {
	float: left;
	width: 610px;
   }
#right {
	float:right;
	width:352px;
  }
.post p {
	margin:0 0 5px 0;
}
.entry-top {
	background-color: transparent;
	background: url(images/img.png) no-repeat 0px -120px;
	height:30px;
	width:610px;
	}  
.entry-top h2 a {
	float: left;
	color:#000;
	font-family:微软雅黑,Tahoma;
	padding-left:70px;
	font-size:13px;
	padding-top: 5px;
	display: block;
	}

.entry-top h2 a:hover {
	color:#0A9BDC;
 }
.Switch a{
	float:right;
	background: url(images/home/switch.gif) -2px -90px no-repeat;
	width:20px;
	height:12px;
	margin:6px 7px 0px 0px;
	position: inherit;
}
.Switch a:hover{
	background: url(images/home/switch.gif) -2px -102px no-repeat;
}
.date{
	float:right;
	margin:6px 5px 0px 0px;
	display: block;
	padding:0px 0px 0px 20px;
	background:url(images/date.gif) no-repeat;
    }  
.entry-bottom { 
	background: url(images/img.png) no-repeat 0px -150px;
	width: 610px;
	height:15px;
   }
.entry {
	width:590px;
	background:#fff;
	padding:5px 10px 5px 10px;
	margin-bottom:0px;
	line-height:20px; 
   }
.entry_post_ad {
	background:#fff;
	float:right;
	width: 300px;
	height:250px;
   }
.entry img {
	margin:2px 5px 2px 5px;
}
.entry p {
	padding-bottom:0px;
 }
.small {
	margin:0px 3px 3px 0px;
	float:left;
	position: inherit;
 }
 .small p{
	margin: 0px;
 }
.entry p a {
	font-weight:normal;
	color:#0578ac;
  }    
.pmeta, .allinfos {
	padding:5px 5px 5px 10px;
	font-size:12px;
	color:#000;
	border-top:1px solid #dadada;
    }
.pmeta a, .allinfos a {
	color:#000;
 }
.pmeta a:hover {
	color:#0A9BDC;
}
html>body .entry ul {
	padding: 0 0 0 0px;
	padding-left: 10px; 
  } 
html>body .entry li {
	margin: 7px 0 8px 10px;
  }
.entry ul li:before {
	content: "\00BB \0020";
  }
.entry ol {
	padding:20px;
 }
.entry ol li { }
.navigation {
 padding-top:10px;
 }
.details {
	background:url(images/details.png) no-repeat;
	padding:0 0 0 20px;
   }
.page {
	float: left;
	color:#000;
	font-family:微软雅黑,Tahoma;
	padding-left:70px;
	font-size:12px;
	padding-top: 5px;
	display: block;
	font-weight:bold;
	}
/* spostinfo */
.spostinfo {
	height:40px;
	padding: 2px 5px 2px 5px;
	background:#F1F1F1;
	border:1px solid #E8E8E8;
	margin:0 0 16px 0;
	}
.alignleft{
	float:left;
}
.alignright{
	float:left;
}
/*++++++ SIDEBAR ++++++++*/

#sidebar {
	width:350px;
 }
 /*++++++ tab ++++++++*/

#toolbox_menu {	
	background:#6C6F74 url(images/tab-top.png) no-repeat;
	padding:0px 5px 3px 5px;
}
#toolbox_menu li a{	
    color: #fff;
}
#toolbox_menu li a:hover{	
    color : #0A9BDC;
}
#tb {
    height: 30px;
	width:340px;
}
#tb, #tb li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
}
#tb li a {
    height: 30px;
    width: 70px;
    text-align: center;
    color: #000;
    line-height: 30px;
    float: left;
    display: block;
    text-decoration: none;
}
#tb li a:hover {
	background: url(images/tabn.gif) repeat-x;
	color: #fff;
    text-decoration: none;    
}
.tb2 li a {
    width: 320px;
	line-height:24px; 
    padding: 0 5px 0 5px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.tb2 li a:hover {
    color : #0A9BDC;
    text-decoration: none;
}
#tb_categories, #tb_comment,#tb_recent_posts {
    width: 340px;
}
#tb_categories, #tb_comment, #tb_recent_posts {
    display: none;
}
#tb_comment {
	width: 320px;
    padding: 0 5px 0 5px;
}
#tb_comment li {
    color: #DDDDDD;
    font-weight:bold;
}
#tb_recent_posts {
	width: 325px;
	padding:2px 1px 2px 8px;
}

#tb_recent_posts a {
    color: #fff;
}
#tb_recent_posts a:hover {
    color: #0A9BDC;
}
#tb_tags a:hover {
    color : #0A9BDC;
}

#tb_tags {
	padding:2px 5px 2px 5px;
}

#tb_tags_link {
    background: #6C6F74;
}
.toolbox-bottom{ 
	background-color: transparent;
	background: url(images/img.png) no-repeat 0px -30px;
	height:15px;
	width:350px;
	}
/*++++++ 广告位++++++++*/
.Switch-a a{
	float:right;
	background: url(images/home/switch.gif) -2px -90px no-repeat;
	width:20px;
	height:12px;
	margin:6px 7px 0px 0px;
	position: inherit;
}
.Switch-a a:hover{
	background: url(images/home/switch.gif) -2px -102px no-repeat;
}
#sads {
	width:350px;
 }
 .ad {
	width:350px;
	background:#fff;
	padding:0;
 }
 .sads-top {
 	background-color: transparent;
	background: url(images/img.png) no-repeat 0px -45px;
	height:30px;
	position: inherit;
	width:350px;
	 }
.sads-top h2 {
	font-family:微软雅黑,Tahoma;
	padding:5px 0 0 70px;
	}	
/*++++++ 广告位结束++++++++*/

/* ++++++CAT-POSTS END ++++++ */
.Switch-b a{
	float:right;
	background: url(images/home/switch.gif) -2px -90px no-repeat;
	width:20px;
	height:12px;
	margin:6px 7px 0px 0px;
	position: inherit;
}
.Switch-b a:hover{
	background: url(images/home/switch.gif) -2px -102px no-repeat;
}
#sads {
	width:350px;
 }
#cat-posts-body {
	width:350px;
	padding:0px; 
	line-height:23px; 
}

.cat-posts {
	width:340px;
	background:#fff;
	padding:0px 5px 2px 5px;
}
.cat-posts a:hover {
	padding:0px 0 0px 1px;
} 
.cat-posts ul li {
	display:block;
	background:url(images/bullet-b.gif) no-repeat;
	padding:0px 0px 0px 20px;
	border-bottom:1px solid #dadada;
    }
.cat-p {
	margin:2px 0 0 0;
	float:right;
}

.cat-posts-top {
	background-color: transparent;
	background: url(images/img.png) no-repeat 0px -45px;
	height:30px;
	position: inherit;
	width:350px;
	 }
.cat-posts-top h2 {
	float:left;
	padding:5px 0 0 70px;
	 }
.cat-posts-bottom { 
	background-color: transparent;
	background: url(images/img.png) no-repeat 0px -75px;
	height:15px;
	width:350px;
	}

/* ++++++CAT-POSTS END+++++++++*/

#sidebarbottom {
	width:350px;
	padding:0px;
	margin-bottom:0px;
    }
/* ++++lsidebar++++*/    
.lsidebar {
	float: left;
	width: 150px;
	margin-right:10px;
}
.lsidebar a {
	color: #FFF;
}
.lsidebar a:hover {
	color: #0A9BDC;
	padding:0px 0 0px 1px;
}
.lsidebar ul li h2 {

	display: block;
	color: #FFF;
	background: url(images/lsidebar-top.png) no-repeat;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.lsidebar ul li div {
	padding: 5px 5px 20px 5px;
	background:#d3d7d4 url(images/lsidebar-bottom.png) no-repeat bottom;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	margin-bottom: 8px;
}

.lsidebar ul ul {
	padding: 5px 5px 20px 5px;
	background:#6c6f74 url(images/lsidebar-bottom.png) no-repeat bottom;
	margin-bottom: 8px;
}
.lsidebar ul ul ul {
	padding: 0px;
	border: 0;
}
.lsidebar ul li ul li {
	display: block;
	background: url(images/bullet-c.gif) no-repeat;
	border-bottom: 1px solid #797b7f;
	padding:3px 0px 4px 18px;
}
.lsidebar ul li ul li a {
	display: block;
	color: #FFF;
	line-height: 140%;
}
.lsidebar ul li ul li a:hover {
	color: #0A9BDC;
}
/* ++++rsidebar++++*/
.rsidebar-top{ 
	background: url(images/img.png) no-repeat 0px 0px;
	height:15px;
	width:190px;
	float:right;
	}
.rsidebar-bottom {
	background: url(images/img.png) no-repeat 0px -15px;
	height:15px;
	width:190px;
	float:right;
	}
.rsidebar {
float:right;
	width: 190px;
	margin:0px;
}
.rsidebar a {
	color: #000;
}
.rsidebar a:hover {
	color: #0A9BDC;
	padding:0px 0 0px 1px;
}
.rsidebar ul li h2 {
	display: block;
	background:#d3d7d4;
	width: 190px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.rsidebar ul li div {
	padding: 5px 5px 5px 5px;
	background:#6c6f74;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}

.rsidebar ul ul {
	padding: 5px 5px 5px 5px;
	background:#FFF;
}
.rsidebar ul ul ul {
	padding: 0px;
	border: 0;
}
.rsidebar ul li ul li {
	display: block;
	background: url(images/bullet-b.gif) no-repeat;
	padding:3px 0px 4px 18px;
}
.rsidebar ul li ul li a {
	display: block;
	color: #000;
	line-height: 140%;
}
.rsidebar ul li ul li a:hover {
	color: #0A9BDC;
}
/*+++++++SIDEBARBOTTM END+++++++*/
/*+++++++ COMMENTS +++++++*/

 .ctext {
	border:1px solid #E8E8E8;
	background:#F1F1F1;
	margin: 0 0 10px 0;
	font-size:12px;
	padding:5px 5px 5px 5px;
	}	
  #submit{
	font: 12px 微软雅黑,Tahoma;
	width:80px;
	height:25px;
	border:none;
	color:#000;
	background:url(images/submit.gif) no-repeat;
	}
#submit:hover{
	font: 12px 微软雅黑,Tahoma;
	color:#fff;
	width:80px;
	height:25px;
	border:none;
	background: url(images/submit.gif) 0 -25px no-repeat;
	}
#c {
	width:420px;
	padding:5px 0 0 20px;
	}
#c p {
	margin:0;
}
#cc {
	width:550px;
	padding:0px 0 0 20px;
	}
#cc p {
	margin:0;
}
#commentform p {
	padding-bottom:10px;
	}
	
#cleft p{
	width:450px;
	}
#cright p{
	width:450px;
	}	
#respond{
	padding:5px 0 0 20px;
	}
#Logged{
	padding:0 0 0 20px;
	}
#commentform #author {
	border:1px solid #C1C6C9;
	height:20px;
	width:200px;
	background:#fff;
	padding-left:5px;
	}
#commentform #email {
	border:1px solid #C1C6C9;
	height:20px;
	width:200px;
	background:#fff;
	padding-left:5px;
	}
#commentform #url {
	border:1px solid #C1C6C9;
	height:20px;
	width:200px;
	background:#fff;
	padding-left:5px;
	}
#commentform #comment {
	border:1px solid #C1C6C9;
	height:150px;
	width:80%;
	background:#fff;
	padding-left:5px;
	}	
.commentlist cite {
	}
.commentlist cite a {
	color:#000;
	}
.commentlist {
	width:550px;
	margin: 10px 0 10px 20px;
	}
/********* avatar *******/
.avatar {
	float:left;
	border:1px solid #fff;
	padding:2px;
    }
/*+++++ FOOTER ++++*/
#footer {
	color:#000;
	width:980px;
	height:60px;
	padding:10px 0 0 0;
	text-align:center;
	background:url(images/footer.png) no-repeat;
	position: inherit;
   }
#footer a:link { color : #000; }
#footer a:active { color : #000; }
#footer a:visited { color : #000;}
#footer a:hover	{ color : #0A9BDC;} 
#mac  { text-indent:-10000px;}
.mac a {
	float:left;
	background:url(images/mac.gif) no-repeat;
	width:35px;
	height:41px;
	margin: 0px 470px;
	position: inherit;
 }
/*wp_pagenavi*/

.wp-pagenavi {
	width:100%;
	height: 30px;
	line-height: 23px;
	float: left;
	margin-bottom: 5px;
	border:0px solid #ff0000;
}	
.wp-pagenavi a, .wp-pagenavi a:link {
	float: left;
	padding: 2px 10px 2px 10px; 
	margin:0;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #000;
	background: url(images/pagenavi-a.gif) repeat-x;
}
.wp-pagenavi a:visited {
	float: left;
	padding: 2px 10px 2px 10px; 
	margin: 0;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #000;
	background: url(images/pagenavi-a.gif) repeat-x;
}
.wp-pagenavi a:hover {	
	border: 0px solid #000000;
	color: #fff;
	background: url(images/pagenavi-c.gif) repeat-x;
}
.wp-pagenavi a:active {
	padding: 2px 10px 2px 10px; 
	margin:0;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #000;
	background: url(images/pagenavi-a.gif) repeat-x;
}
.wp-pagenavi span.pages {
	float: left;
	padding: 2px 4px 2px 35px; 
	margin: 0;
	color: #000;
	border: 0px solid #000000;
	background: url(images/pagenavi-b.gif) no-repeat;/*左侧*/
	display: inline; 
}
.wp-pagenavi span.current {
	float: left;
	padding: 2px 10px 2px 10px; 
	margin: 0;
	font-weight: bold;
	border: 0px solid #000000;
	color: #fff;
	background: url(images/pagenavi-c.gif) repeat-x;
	display: inline;
}
.wp-pagenavi span.extend {
	float: left;
	margin: 0;
	padding: 0 8px;	
	border: 0px solid #000000;
	color: #000000;
	background: url(images/pagenavi-a.gif) repeat-x;
	display: inline; 
}
#banner {
	float:right;
	width:350px;
	height:68px;
	margin:0px 30px 0 0;
	position: inherit;
	
}