﻿@charset "utf-8";
/*  
Theme Name: JARYBOX
Description: Edit by jary
Version: 1.0.4
Author: WooThemes
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #111;
background: url("images/topbg.jpg") top center no-repeat;
background-color: #fff;
	font-family:Helvetica,  Georgia, Arial, serif,"宋体";
	font-size: 14px;
	line-height: 24px;
}
a{
	color: #111;
	
}
a:link{
	text-decoration: underline; padding: 0 3px 0 4px;
}
a:hover{color: #ff4532;	
}
a:visited{text-decoration: underline;	
}

input,select,textarea{
float：left;
	border: #dce2ec 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
list-style: none;
}

h1, h2, h3, h4, h5  {
	font-family: "Microsoft YaHei",Helvetica, Arial, sans-serif,"宋体";
}



/*========= LAYOUT =========*/

#page-outer {
	width: 950px;
	margin:0 auto;
}
#page{width: 940px;
	
}
/*--- Main Columns ---*/

#columns{
	
	margin: 0;
}
.col1{
	float: left;
	width: 670px;
overflow:hidden;
background:#fff;
}

.col1 img {
/*IE6下的等比缩放，注意expression其实是运行了一个JS程序，所以如果图片很多的话会引起CPU占用率高*/
width:expression(this.width >600 && this.height <= this.width ? 600: true);
height:expression(this.height > 1000 && this.width <= this.height ? 1000 : true);



} 

.col2{  
	float: right;
	width: 230px;
}


.col3{  
	width: 98%;
background:#fff;
}

.full-width {width:100%;
	
}

.full-width .post-outer {
	margin-bottom: 0;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 20px;
	padding: 1px 3px;
	margin:0;
	
}
#nav-left {
	float:left;
	display:inline;
	

	}
#nav-right {
	float:right;
	display:inline;
	margin:0 !important;
	padding:0 !important;
	}

/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	
	list-style: none;

}

#nav1 {
	padding: 0;
	float:right;
}
#nav1 a {
	display: block;
	padding-left:10px;
	padding-right:12px;
	font-weight: normal;

}
#nav1 li {
	float:right;
	line-height:22px;
	font-size:11px;	
	text-transform:uppercase;
	font-family:Helvetica,  Georgia, arial,"宋体";
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#fff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
    background: #fff;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:14px;
	padding: 8px 0;	
	width:15em;
}

#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -15px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
} 
#nav1 .nav1-rss {
	float: right;
	margin-right: 12px;
}
#nav1 .nav1-rss a:link,#nav1 .nav1-rss a:visited, #nav1 .nav1-rss a:hover,#nav1 .nav1-rss a:active {
	color:#9d9d9d;
	background: url("images/rss_32.png") center right no-repeat;
	padding-right: 38px;
}

/*- Category Navigation -*/

#nav2, #nav2 ul{
	padding:0;
	float:left;
	list-style: none;



}
#nav2 {margin:0 0 15px 0 !important; 
	padding-top:3px;
	float:left;
	width:930px;
        height:30px;
	
}
#nav2 a {
	display: block;
	padding:2px 15px;
        margin: 3px;
        
        border-right:1px dotted  #bbbbbb;
        line-height:14px;
	font-weight: normal;
	font-size: 14px;
	font-family: "Microsoft YaHei","宋体", Arial, Verdana, sans-serif;
}
#nav2 li {
	float: left; background: none;
}
#nav2 li a:link {color:#222222;text-decoration: none;}

#nav2 li a:hover {
	background: none;
    
}
#nav2 li a:visited {
    text-decoration: none;
}

#nav2 .right{
 float:right;
}


/*- Dropdowns-*/

#nav2 li ul {
	position: absolute;
margin-top: 6px;
	width: 6.6em;
	left: -999em;
	z-index: 99999;
	border-top:1px solid #dedbd1;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #fff;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:0px solid #dedbd1;			
	width:6.6em;
}
#nav2 ul li a {
	padding: 3px 15px !important;
	border-bottom: none !important;
}
#nav2 li:hover, #nav2 li.visited {
    position: static;
}
#nav2 li ul ul {
margin:-37px 0 0 193px;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 


/*- Search -*/
#search{
	margin:0 !important;
	padding-top:0 !important;
padding-right:8px;

}
* html #search{
	margin-right: 0;
}
#search input{

	background: #fff;
	border: 1px solid #dddddd;
	background: #fff url("images/search_box_bg.jpg") no-repeat center left;
	color: #c1c1c1;
	font-style: italic;
	font-family: Georgia, serif,"宋体";
	float: left;
	font-size: 11px;
	width:193px;
        height:15px;
	margin:1px 0 0;
	padding: 2px 4px 5px 2px;
}
#search .btn{
	padding: 0;
	height:24px;
	width: auto;
	border:none;
	width:37px;
}
/*- Header -*/
#header{
	float: left;
        height:70px;
	margin: 0 0 0 20px;
	padding:3px  0 0  0;
	
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	
}
#header h1 a{
	display: block;
	color: #333;
	font-size: 22px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
padding:0 0 28px  0;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED SLIDER (FRONT-PAGE) =========*/

#featured-outer { margin-bottom: 20px; }

#featured { padding: 20px; margin:0px; font-family: Helvetica, Arial, sans-serif,"宋体"; }
#featured h2 { 	margin-bottom: 20px; font-size: 22px; text-transform: uppercase; color: #343434;}
#slider-holder { position: relative; height: 292px; width: 600px; overflow: hidden  ; color:#fff; background:#000;}
#slider-holder .slide{ position: absolute; top:0px; z-index: 0;height: 292px; width: 600px; overflow: hidden; background: #000;}
#slider-holder .slide-1 { display : block; left:0px; top:0px; z-index: 1;}
#slider-holder .slide a {display: block;  }
#slider-holder .slide img {  display: block; position: absolute; top:0px; left: 0px; }
#slider-holder .slide-content { position: absolute; top: 292px; left: 0; height: 700px; width: 600px; background: #333; padding: 10px 20px 0 20px;z-index: 999;}
#slider-holder .slide-content-1 { display: none;}
#slider-holder .slide-content h3 { font-size: 14px; text-transform: uppercase; }
#slider-holder .slider-left, #slider-holder .slider-right {position: absolute; cursor: pointer; height: 30px; width: 30px; z-index: 999; display: block; color: white; }

#slider-holder .slider-left { left: 5px;  top: 130px; background: url("images/fleche1.png") no-repeat center bottom ;   }
* html #slider-holder .slider-left { background: url("images/fleche1.gif") no-repeat center left; }

#slider-holder .slider-right{right: 5px; top: 130px; background: url("images/fleche2.png") no-repeat center bottom;}
* html #slider-holder .slider-right { background: url("images/fleche2.gif") no-repeat center right; }

.slider-dots{ float: right; position: relative;}

.slider-dots span{ float: left; display: block; background: red; height: 30px; width: 20px; margin: 0; background: url("images/dot.gif") center center no-repeat; position: relative; cursor: pointer;}
.slider-dots .thumbnail {display: none;border:1px solid #ccc; padding: 5px; background: #fff; position: absolute; top:-45px; left: -90px ;z-index: 999;}

.shelf-title {padding: 0 10px;}



/*========= TALKING POINTS (FRONT-PAGE) =========*/

#talking-points-outer { margin-bottom: 25px; float: left;}

#talking-points { padding: 20px; margin:1px;}

#talking-points h2 {
	margin-bottom: 30px;
	font-size: 22px;
	text-transform: uppercase;
}

#talking-points li {
	float: left;
width: 610px;
	
}

#talking-points li span.talking-meta {
	padding:  10px 0;
	float: left;
}

#talking-points .post-title {
	font-family: Helvetica, Arial, sans-serif,"宋体";
	text-transform: uppercase;
	font-size: 12px;
	color: #1d1d1d;
	float: right;
	font-weight: bold;
	
	padding: 10px 0 10px 20px;
}

/*========= BLOG POST STYLING =========*/

.post h2{
	font-size: 16px;
}
.post h3{
	font-size: 14px;
}
.post p{
	padding: 0 0 6px;
	
}

#breadcrumb p {
	font-family:arial,sans-serif,"宋体";
	font-size:12px;
	
}

.post .thumbnail {
    margin-bottom: 10px;
    border:1px solid #e6eaf2;
    padding: 2px;
}

/*- Box -*/

.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post{
	width: 304px;
}
.box .post-inner {
	margin: 1px;
	padding: 6px;
}

.box .post h2{
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

.box .post img{
	margin: 0 0 15px 0;
	padding:2px;
	border: 1px solid #e6eaf2;
}

.box .post .category-head {
	margin-bottom:6px !important;
	padding: 0 !important;
}
.category-head a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif,"宋体";
}

.comments-head {
	margin-right: 5px;
}

.comments-head a {
	font-size: 12px;
	padding: 5px 10px 3px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif,"宋体";
	color: #fff;
    border-radius: 3px;     -moz-border-radius:3px;     -webkit-border-radius: 3px;
}

.date {
	text-transform: uppercase;
	font-size: 10px;
	color: #c9c9c9;
	font-family:  arial, sans-serif,"宋体"，helvetica,;
}

/*=== Traditional Blog Post ===*/

.post-outer {
	margin-bottom: 10px;
	float: left;
}

.post-outer .post-alt { background-color: #fff;} 

.post-outer.fl .post-alt, .post-outer.fr .post-alt { width: 300px!important;} 

.post-outer.fl .gallery img, .post-outer.fr .gallery img { width: 60px; height: 60px; }

.gallery { margin-bottom:20px!important }

.post-alt{
	margin: 1px;
	float: left;
	padding: 10px;
	overflow: hidden;
}

.full-width .post-outer {
	width:930px;
}

.full-width .post-alt{
	width:930px;
}

.post-alt category-head {
	margin-bottom: 10px;
	padding: 0 !important;
}

.post-alt h1, .post-alt h2, .post-alt h3, .post-alt h4, .post-alt h5 {
	margin-bottom: 10px !important;
}

.post-alt h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.post-alt h2 {
	font-size: 22px;
	line-height: 25px;
        font-weight: normal;
	text-transform: uppercase;
}
.post-alt h3 {
	font-size: 20px;
}
.post-alt h4 {
	font-size: 16px;
}
.post-alt h5 {
	font-size: 13px;
}
.post-alt h6 {
	font-size: 12px;
}

.post-alt p{
	padding: 0 0 6px;
}
.post-alt p.post_date{
	color: #999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}

.post-alt ul {
	margin-bottom: 15px;
}

.post-alt ul ul {
	margin: 0 0 0 15px;
}

.post-alt ul li {
	padding: 5px 0;
}

.post-alt .video {
	margin-bottom: 15px !important;
	padding: 0 !important;
}

h3.posted a {
	color: #333;
	font-size:12px;
}

.box .post h3.posted {
	border-bottom:none;
}

.author-outer {
	width: 660px;
	float: left;
	margin-bottom: 20px;
}

.author-info {
	float: left;
	width: 660px;
	padding: 20px;
	margin: 1px;
}

.author-head {
}

.author-head p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif,"宋体";
	margin-bottom: 10px;
	padding: 0;
}

.author-head h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color:#1d1d1d;
	margin-bottom: 20px;
}

.author-photo {
	float: left;
	margin:  0 30px 0 0;
	background-color: #fff;
}

.author-description {
	float: left;
	margin:  0;
	font-family: Helvetica, Arial, sans-serif,"宋体";
	color: #898989;
	font-size: 12px;
}

.author-photo img {
	background-color:#fff;
	border:1px solid #E3E3E3;
	float:left;
	padding:2px;
}

/*=== Buttons ===*/

.continue {
font-size: 12px;

padding-left:6px;
font-family: Arial, sans-serif,"宋体";
	padding-bottom: 0 !important;

}

.continue  a {
        text-decoration: none;
	padding-bottom:0;
}
.continue  a:hover{ text-decoration:underline; }

.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url("images/") no-repeat left ;
	color: #333;
	font-weight:normal;
	font-size:12px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}

/*=== Traditional Blog Post ===*/
.post-navigation {
	background: transparent url("images/more-entries.jpg") left center no-repeat; float:left; width: 610px; padding: 5px 15px;height:26px; margin-bottom: 25px;
}

.post-navigation a {
	color: #333;
	font-size: 12px;
	
	line-height: 16px;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin: 0 0 20px 20px;
}

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.wp-smiley  {
    padding: 0!important;
    border: none!important;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    /* End Images */


/*========= ARCHIVE SPECIFIC =========*/

.archive-temp h3 {
	text-transform: uppercase;
	font-size: 16px;
}

#archivebox {
	padding: 10px;
	margin-bottom: 15px;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#333; }
.entry a:link,
.entry a:hover{
        color:#6d90d6;
        
}
.entry p{
	}
.entry blockquote {
	font-style: normal;
	line-height: 26px;
	font-size: 14px;
	font-family: Georgia, serif,"宋体";
	margin: 30px 0;
	}
.entry blockquote p {
	margin: 30px;
	padding: 0 0 0 60px;
	background: transparent url("images/blockquote_icon.gif") no-repeat top left;
	}
.entry img {
	padding: 5px;
	border: 1px solid #e6eaf2;
	background-color: #fff;

	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 10px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#333;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

#comments-outer { width: 680px; margin-bottom: 25px; float: left; }

#comments-container { width: 660px;margin:1px; float:left;position:relative;}

.comment-head {
	padding: 20px 20px 0 20px;
	font-family: helvetica, arial, sans-serif,"宋体";
	text-transform: uppercase;
}

.comment-head p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.comment-head h3 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color:#1d1d1d;
}
ol.commentlist{

	margin: 20px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	float: left;
	
}
ol.commentlist .comment-body p{
	margin:10px 0;
	line-height: 20px;
	padding-left: 60px;
}
ol.commentlist cite{
	font-style: normal;
	font-family: Georgia, serif,"宋体";
	font-size: 12px;
}

.comment-author {
	margin-bottom: 5px;	
}

ol.commentlist span.says{
	display: none;
}

ol.commentlist li.comment{width: 660px;
	padding: 30px 20px 33px 30px;
	position: relative;
	font-family: "Trebuchet MS", Arial, sans-serif,"宋体";
	color: #5a5a5a;
	font-size: 12px;
	background: transparent url("images/comment-li-bg.gif") repeat-x bottom left;
}
ol.commentlist li.alt{	
}
#comments {
	float: left;
}

.comment-navigation {
	float: left;
	padding: 0 30px;
	
}

/*========= THREADED COMMENTS =========*/

ol.commentlist .comment-meta {

	font-style: normal;
	font-family:  Arial, sans-serif,"宋体";
	font-size: 12px;
	color: #c9c9c9;
	text-transform: uppercase;
}

ol.commentlist .comment-meta a {
width: 660px;
	color: #c9c9c9;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #f9f9f9;
	padding: 2px;
	background-color: #fff;
	margin-right: 20px;
}

ol.commentlist li .even{
}

.commentlist li ul  {
padding: 0;
}

.commentlist li ul li {
	margin: 0 0 0 15px;
	padding-bottom: 0!important;
	background-image: none!important;
}

ol.commentlist li .reply a {
	float: right;
	padding:0 0 5px 0;
	margin: -85px 30px 0 0;
	width: 37px;
	height: 22px;
	line-height: 22px;
	background: transparent url("images/btn-reply.gif") center center no-repeat;
	font-size: 12px;
	font-family:  arial, sans-serif,"宋体";
	padding: 0 10px;
	display: block;
}

#cancel-comment-reply-link  { display: block; margin-top: -30px; }

#trackbacks {
	float: left;
	width: 660px;
}

#respond {
	padding: 20px;
	width: 660px;
	float: left;
	position: relative;
	background-color: #f9fafb;
	z-index: 999;
}

.commentlist #respond  { width: 90%;padding: 0; }

#respond .comment-col-left {
	float: left;
	width: 30%;
	margin: 0 30px 0 0;
}

.comment-col-left input {
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}

#respond .comment-col-right {
	float: left;
	width: 60%;
}

.comment-col-left input#submit {
	width: 60%;
	margin-top: 20px;
        background: transparent url("images/btn-submit.gif") center center no-repeat;
        font-size: 12px;
        font-weight: bold;
	font-family:  Helvetica,  Georgia, arial, sans-serif,"宋体";
	padding: 10px 5px;
        border: 0 ;
        cursor: pointer;
}

#respond textarea#comment {
	width: 98%;
	padding: 10px;
}

#respond label {
	padding-bottom: 5px;
	float: left;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

#respond .comment-head {
	padding: 0 0 20px 0;
}

#respond .comment-head p {
	margin-bottom:20px;
}


/* PageNavi */

.more_entries { background: transparent url(" ") left center no-repeat; float:left; width: 100%; height:26px; padding: 5px 15px; line-height: 26px; margin-bottom: 5px; }
.more_entries .wp-pagenavi {clear:both; float: left; text-align: right; width:603px;  }
.more_entries a {text-decoration: none !important; font-family: Helvetica, Arial, sans-serif,"宋体"; font-size: 12px; padding: 5px; }

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { color: #c5c5c5;padding:2px 4px 3px 4px; border:0px solid #f0f0f0; background: #fff; }

.more_entries .wp-pagenavi .pages {
	float: left;
	margin: 0;
	font-style: italic;
	font-family: Georgia,serif,"宋体";
	font-size: 12px !important;
	border: none !important;
	padding: 0 !important;
}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f;}

.more_entries .wp-pagenavi .extend { background:none; border:none; }

/*========= SIDEBAR =========*/

/* Tabs */


.inside {
	width: 200px !important;	
padding:5px
}

ul.wooTabs {
	width: 100%;
        color: #ccc;
	padding: 0 0 5px 0;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 12px;
	font-weight: normal;
	margin:0 5px 0 0 !important;
	cursor: pointer;
}

ul.wooTabs li a {
	line-height: 28px;
        color: #444;
	font-family: Arial, Verdana, sans-serif,"宋体";
	display: block;
	float: left;
	padding:0 10px;
        margin-bottom:-1px;
	text-transform: uppercase;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
}

#tagcloud {
	padding:10px;
}

.inside li {
font-size: 12px;
	padding:10px;
}

.inside li img.avatar, .inside li img.thumbnail {
	border: 0px solid #ddd;
	padding: 3px;
	background-color: #fff;
	float: left;
	margin: 0 8px 0 0;
}




/*=== Styling Widget Lists ===*/

.widget_outer {width: 100%;
	margin-bottom:20px;
}
.widget {
	margin:1px;


}

.widget_tag_cloud div {
	padding: 0 20px 20px 20px;
}	

.widget h3 {
	padding: 20px;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 30px;
}

.widget ul li {
	padding: 10px;
	margin:0px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif,"宋体";
}

.widget_pages ul ul {
	border-top: none !important;
	padding-top: 5px;
}

.widget_pages ul ul li {
	background-image: none !important;
	border-bottom: none !important;
	padding: 0;
	margin-left: 20px;
}

.widget_recent_entries a, .widget .blogroll a {
	display: block;
}

.widget_recent_entries a:hover, .widget .blogroll a:hover {
}

#recentcomments a  { background-image: none!important; }

.widget ul li a {
	color: #111111;
	display: block;
padding: 0 0 0 20px;
}
.widget select {
	border:1px solid #eee;
	
	margin:15px 0 0 0;
}

.textwidget {
	padding: 0 20px;
}

.textwidget p {
	margin-bottom: 20px;
}


.footer-widget {
    margin-bottom:20px;padding-top: 15px;
}

.footer-widget li {
    padding-bottom: 5px;
}

.footer-widget_pages ul ul {
	margin-left: 30px;
	padding-top: 5px;
	
}
.footer-widget .textwidget {
	
    padding:0;
}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #666666;
	margin: 10px 0 0 0;
	padding:10px;
	width:910px;
}

#footer_logo {
	float: left;
	margin-right: 30px;
}

#footer_1, #footer_2, #footer_3, #footer_4 {
	float: left;	
	width: 160px;
	margin-right: 25px;
	font-family:  Arial, "宋体";
	font-size: 12px;
	line-height: 16px;
}

#footer .last {
	margin-right: 0;
}

#footer h3 {
	color: #2f2f2f;
	font-size: 16px;
	margin-bottom: 15px;
}

#credits {
	width: 910px;
	padding: 10px 0;
	font-size: 12px;
        font-family:  "宋体";
	color: #999999;
	text-transform: uppercase;
}

#credits img {
	vertical-align:middle;
	margin-left:5px;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #C0C0C0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.between{
	height:2px;
	margin-bottom:10px;
	}
.fl{
	float: left;
}
.fr{
	float: right;color: #b3b3b3;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	float: right;
	padding: 5px;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 11px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; ; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #333;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }