/*
	Theme Name: ib-white 1.0
	Theme URI: http://ironblood.net
	Description: 2 Columns WP Theme
	Author: IronBlood
	Author URI: http://ironblood.net
*/

/*************************** General styles ****************************/

* {
	font-family: "Microsoft YaHei",sans-serif, serif, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica;
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	font: 14px "Microsoft YaHei", sans-serif, serif, Verdana, Helvetica;
	color: #555555;
}
img {
	border: 0;
}
ul li p {
	margin: 5px 0 10px 0;
}
a, a:visited, a:active {
	color: #3D81EE;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
    color: #FF3300;
}
h1, h2, h3, h4 { font-weight: bold; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/***************** Code, Blockquote etc. ************************************/

blockquote, q {
	background: #F4F5F7 url(images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	color: #333333;
	margin: 5px 0px 10px 15px;
	padding: 8px 12px 8px 36px;
	font-style:normal;
}
.commentp blockquote,
.commentp q {
	border-left: 3px solid #999999;
	background: none;
	margin: 5px 0 0 15px;
	padding-left: 8px;
	font-style:italic;
	color: #757575;
}
#recentcomments blockquote {
	border-left: 3px solid #999999;
	background: none;
	padding-left: 5px;
	margin-left: 5px;
	font-style:italic;
}
/***************************** Header ******************************/

#header {
	height: 80px;
	width: 950px;
	margin: 0px auto;
	padding: 5px 30px 0 30px;
}
#header h1 {
	float: left;
	display: inline;
	margin: 35px 0 0;
	padding: 0px;
}	
#header h1 a, #header h1 a:visited {
	display: block;
	background: url(images/logo.png) no-repeat right bottom;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #CDCDCD;
	padding-bottom: 10px;
	padding-right: 7px;
}
#header h1 a:hover {
	text-decoration: none !important;
	background: url(images/logo_hover.png) no-repeat right bottom;
	color: #666666;
}
#header ul {
	float: right;
	list-style: none;
	margin: 0px 0 0 0px;
}
#header ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 12px 0;
	position: relative;
}
#header ul li a, #header ul li a:visited {	
	float: left;
	color: #6C6C6C;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 35px 0px 0;
}
#header ul li a:hover {
	color: #3D81EE;
	text-decoration: none;
	border-bottom: 4px solid #3D81EE !important;
}
ul li.current_page_item a {
	color: #3D81EE !important;
	border-bottom: 4px solid #3D81EE;
}
ul li.current_page_item a:hover {
	color: #3D81EE !important;
}
li#feedme {
    text-indent: -9999em;
	width: 32px;
	padding: 0 0 0 12px !important;
}
ul li#feedme a, ul li#feedme a:visited {
	background: url(images/rss.png) no-repeat 0 -32px;
	width: 32px;
	height: 32px;
	display: block;
	padding: 0;
	margin-top: 27px;
}
ul li#feedme a:hover {
	background: url(images/rss.png) no-repeat 0px 0px;
	border-bottom: 0 !important;
}
ul li#feedme span {
	background: none !important;
	padding-left: 15px !important;
	padding-right: 0 !important;
}
#bg_top {
    background: url(images/bg_top.png) no-repeat left top;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 1010px;
}
#header ul li ul {
    float: none;
	clear: left;
	margin: 0;
	position: absolute;
	top: 59px;
	padding: 10px 0px 8px;
	z-index: 1;
	background: #EFEFEF;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
#header ul li:hover ul {
    display: block;
	width: 200px;
}
#header ul li ul li {
    float: none !important;
	text-align: left;
	padding: 0 12px;
}
#header ul li li a, #header ul li li a:visited {
    float: none;
	height: auto;
	background: none !important;
	padding: 0;
}
#header ul li li a:hover, #header ul li li a:hover span {
    background: none;
	color: #318705;
	border-bottom: 0 !important;
}
#header ul li li span {
    height: 25px;
	background: none;
	padding: 0;
	float: none;
	width: auto;
}
ul li.current_page_item li a, ul li.current_page_item li a:visited {
    color: #6C6C6C !important;
	border-bottom: 0;
}
/******** Search **********/

#sidebarsearch {
    margin-top: 3px;
}
#searchform {
	background: url(images/search.png) no-repeat 0px 0px;
	border: none;
	height: 28px;
	display: block;
	position: relative;
}
#searchform #s {
	padding: 0px 7px 0px;
	color: #888888;
	width: 204px;
	height: 20px;
	margin: 3px 0 0 5px;
	border: none;
	background: none;
}
#searchform #searchsubmit {
	background: url(images/searchbutton.png) no-repeat 0% 0%;
	border: none;
	position: absolute;
	right: 28px;
	top: 1px;
	width: 24px;
	margin: 0;
	padding: 0px;
	height: 24px;
	text-indent: -99999px;
	cursor: pointer;
	color: #AAAAAA;
}
/*************************** Wrap *****************************/

#wrap {
	background: #F3F3F3;
	padding: 0 0 15px;
}
#content {
	background: #FFFFFF url(images/bg_middle.png) repeat-y left center;
	width: 950px;
	margin: 0 auto;
	padding: 0px 30px 25px;
	clear: left;
	position: relative;
	overflow: hidden;
}
#contentwrap {
	width: 605px;
	float: left;
	margin-right: 45px;
	padding: 0;
	display: inline;
	overflow: hidden;
}

/******************** Sidebar *****************************/

#sidebar {
	margin:0;
	padding: 0px;
	float: left;
	width: 300px;
	display: inline;
}
.side-item {
	background: #F0F0F0 url(images/sidetop.png) no-repeat top center;
	padding: 9px 0px 0;
	width: 300px;
	margin-bottom: 25px;
}
.sidemid {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	width: 274px;
	padding: 0 12px;
}
#sidebar h2 {
	font-size: 14px;
	height: 20px;
	margin: 0px;
	padding: 0 0 12px 0px;
	font-weight: bold;
	color: #6C6C6C;
	text-shadow: 1px 1px 1px #DDDDDD;
	letter-spacing: -1px;
}
#sidebar p {
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	display: inline;
	line-height: 28px;
}
#sidebar a, #sidebar a:visited {
	color: #245AA5;
}
#sidebar a:hover {
	color: #FF3300;
	text-decoration: none;
}
#sidebar ul li a, #sidebar ul li a:visited {
	background: url(images/li.gif) no-repeat 0px 11px;
	display: block;
	padding: 0 0 0 12px;
	overflow: hidden;
	border-bottom: 1px solid #E2E2E2;
}
#sidebar ul li a:hover {
	background: url(images/li_hover.gif) no-repeat 0px 11px;
}
#sidebar ul li ul {
	padding: 0px;
	border: none;
	margin: 0px;
	display: block;
}
.sidebottom {
	background: url(images/sidebottom.png) no-repeat;
	padding-top: 12px;
	clear: left;
}
#sidebar .st-tag-cloud {
	padding: 0;
}
#sidebar .st-tag-cloud a:hover {
	color: #C8433E !important;
}
ul.category {
	padding: 0px;
	overflow: hidden;
}
ul.category li {
	display: inherit !important;
	float: left;
	width: 49.9%;
}
#sidebar ul.category li a, #sidebar ul.category li a:visited {
	padding: 0 0 0 12px;
	background: url(images/li.gif) no-repeat 0px 8px;
	border-bottom: 0;
	line-height: 22px;
}
#sidebar ul.category li a:hover {
	padding: 0 0 0 12px;
	background: url(images/li.gif) no-repeat 0px 8px;
}
#sidebar ul.category li ul.children {
	background: none;
	margin-left: 10px;
	display: none;
}
#sidebar ul.category li ul.children li {
	width: 100%;
}
#sidebar ul.category li:hover ul.children {
	display: block !important;
}
#sidebar ul.category li ul.children a, #sidebar ul.category li ul.children a:visited {
	color: #8F8F8F;
	background: none;
	border-left: 1px solid #8F8F8F;
	line-height: 18px;
	padding-left: 5px;
}
#sidebar ul.category li ul.children a:hover {
	color: #3B5998;
	border-left: 1px solid #3B5998;
}
#blogroll li.linkcat h2 {
    display: none;
}
/********** recent comments **************/
ul#recentcomments li {
	list-style: none;
	display: block !important;
	border-bottom: 1px solid #E2E2E2;
}
ul#recentcomments li#rc_nav {
	padding: 1px 0px 0px !important;
	height: 24px;
	border-bottom: 0;
}
ul#recentcomments li a, ul#recentcomments li a:visited, .bg .author_name a, .bg .author_name a:visited, .bg .rc_ellipsis a, .bg .rc_ellipsis a:visited {
	display: inline !important;
	padding: 0px !important;
	text-decoration: none !important;
	background: none !important;
	border: 0;
}
ul#recentcomments li a:hover, .bg .author_name a:hover, .bg .rc_ellipsis a:hover, .bg .post_title a:hover {
	padding: 0px !important;
	border: 0;
	background: none !important;
}
.bg .author_name a, .bg .rc_ellipsis a, .bg .post_title a {
	padding: 0px !important;
}
.rc_avatar {
	padding-top: 2px;
}
li.rc_item:hover {
    color: #6D6D6D;
}
.rc_item {
	line-height: 150% !important;
	padding: 5px 0 8px;
	display: inherit !important;
	clear: both;
	border-bottom: 1px solid #E2E2E2;
}
.rc_item a, .rc_item a:visited {
    display: inline !important;
	padding: 0px !important;
	text-decoration: none !important;
	background: none !important;
	border: 0;
	border-bottom: 0 !important;
}
.rc_item .rc_avatar img {
	border: 1px solid #BBBBBB !important;
	background: #EEEEEE !important;
	padding: 1px !important;
}
#rc_nav a {
    background: none !important;
	padding: 2px 15px !important;
	border-bottom: 0 !important;
}
li.mdv_comments:hover {
	background: none !important;
}
li.mdv_comments a, li.mdv_comments a:visited {
	font-weight: normal !important;
}
/************************ widget ***************************/
#wp-calendar {
    width: 280px;
	text-align: left;
}
#wp-calendar tbody td {
    text-align: left;
}
/**************************** Post Entry **********************************/

h2.entrytitle {
	line-height: 120%;
	padding: 0 0 5px;
	text-align: left;
	display: block;
	border-bottom: 1px dashed #ABABAB;
	letter-spacing: 0px;
}
h2.entrytitle a, h2.entrytitle a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration:none;
	text-shadow: 1px 1px 1px #CCCCCC;
}
h2.entrytitle a:hover {
	text-decoration: none;
	color: #3D81EE;
}

.entry {
	margin: 0 0 30px;
	padding: 0 0 10px 0;
	clear: left;
	background: transparent repeat-x left bottom;
	position: relative;
	color: #333333;
}
.single {
	background: none !important;
	padding: 0 !important;
}
.entrybody img {
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: #B5B5B5;
	padding: 6px;
	margin: 5px 10px;
	background: #FFFFFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.entrybody img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.entrybody p {
	margin: 0 0 10px 0;
	line-height: 180%;
}
.entrybody p a, .entrybody p a:visited, .entrybody ul li a, .entrybody ul li a:visited, .entrybody ol li a, .entrybody ol li a:visited {
	color: #3D81EE;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}
.entrybody p a:hover, .entrybody ul li a:hover, .entrybody ol li a:hover {
	color: #FF3300;
}
.entrybody p a img {
	margin: 0 3px;
}

article header div.info{
	color: #ABABAB;
	display: block;
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}

.bookmark img {
	padding: 2px !important;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #303030;
	background: #3E3E3E;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

footer.entrymeta{
	margin-top: 20px;
	border-top: 1px dashed #ABABAB;
	border-bottom: 1px dashed #ABABAB;
	padding: 5px 0px;
}

footer.entrymeta span.categories {
	background: url(images/meta-cat.png) no-repeat 0 3px;
	padding-left: 22px;
	float: left;
	font-weight: bold;
}

footer.entrymeta span.tags {
	padding-left: 22px;
	background: url(images/meta-tag.png) no-repeat 0 3px;
	float: left;
	font-weight: bold;
}

h2.archives {
	margin-bottom: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
}
.entrymeta-single {
	color: #ADD248;
	margin-top: 3px;
	margin-bottom: 20px;
}
.entrybody h3 {
	margin-bottom: 1.0em;
	font-weight: bold;
}
.entrybody ul, .entrybody ol {
	margin: 10px 0 10px 30px;
}
.entrybody ul ul, .entrybody ol ul {
	margin-left: 15px;
}
.entrybody li {
	line-height: 180%;
	padding-top:1px;
	padding-bottom:1px;
}
h3.pagetitle, h2.pagetitle {
	font-size: 18px;
	color: #454545;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding: 0 0 5px 0px;
	text-align: left;
	display: block;
	text-shadow: 1px 1px 1px #CDCDCD;
	letter-spacing: -1px;
}
.post-content {
	margin-top: 15px;
}

.post-content ul  {
	list-style-type: circle;
	padding-left: 20px;
}

.pages .entrybody {
	background: none !important;
}
p.profile {
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
p.profile a, p.profile:visited, p.profile:hover {
	font-family: Arial, Helvetica, sans-serif;
}
/********************************* Post Comments ************************************/

#commentblock {
	margin-top: 35px;
}
h3#comments a, h3#comments a:visited {
	color: #778E8E !important;
	font-weight: bold !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h3#comments a:hover {
	color: #778E8E !important;
	text-decoration: none !important;
	background: url(https://www.chenlq.net/wp-content/themes/ib-white_1/images/entrymeta1_dotted.png) repeat-x left bottom;
	padding-bottom: 1px;
}
ol#commentlist {
	margin: 0px;
	padding: 0px;
	list-style:none;
	word-wrap:break-word;
	width: 500px;
	list-style:none;
}

li.comment {
	margin-top:15px;
	list-style:none;
}

.comment .author {
	float: left;
	width: 81px;
	text-align: center;
}

.comment .pic {
	background: url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right: 14px;
	margin-top: 25px;
}

.comment .name {
	width: 67px;
	padding-right: 14px;
	font-weight: bold;
	overflow: hidden;
}

.comment .avatar {
	padding: 1px;
	border:1px solid #999;
}

.comment .info {
	background: #EDEFF0 url(images/comment.gif) 0 0 no-repeat;
	float: left;
	padding: 10px 15px 0;
	width:494px;
	margin-top: 15px;
}

.comment .date {
	float: left;
	font-size: 12px;
}

.comment .act {
	float:right;
	font-size:12px;
}

.comment .content {
	background: url(images/comment.gif) 100% 100% no-repeat;
	margin-top:35px;
	margin-bottom: 20px;
	padding: 0 0px 10px;
	line-height: 145%;
}


.comment .content q{
	width:494px;
}

.comment .content blockquote p,
.comment .content q p{
	margin-top:0;
	margin-bottom:10px;
}

.admincomment .author {
	float:right;
}

.admincomment .pic {
	background: url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right: 0;
	padding-left: 14px;
}

.admincomment .name {
	padding-right:0;
	padding-left:14px;
}

.admincomment .info {
	float:right;
}
/**************************** Comments Form *************************/

#respond {
	padding: 30px 15px 15px 0;
}
#respond p {
	margin: 0px 0 6px;
}

.form_row {
	font-size: 14px !important;
	font-style: italic;
	margin-bottom: 6px;
}

#respond .input {
	font-size: 15px !important;

	height: 32px;
	width: 580px;
	margin: 0 0 10px 0;
	padding: 8px !important;
	border: 1px solid #b9bdc1;
	color: #797979;
	
	-moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #bbb inset;
    box-shadow: 0 2px 4px #bbb inset;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#respond .input:focus {
    background-color: #E7E8E7;
    outline: 0;
}

#respond .textarea {
	height: 450px;
}
#submit {
	background: url(images/sub-button.png) no-repeat 0 0;
	border: none;
	width: 120px;
	height: 27px;
	margin: px 0 10px;
	cursor: pointer;
}
#submit:hover {
	background: url(images/sub-button.png) no-repeat 0 -27px;
}

.form-allowed-tags {
	color: #666666;
	font-size: 11px;
	line-height: 150%;
}

span.code {
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}
/************ comment navi *******************/

#commentnavi {
	margin: 15px 0 5px 0px;
	float: right;
	height: 12px;
	overflow: hidden;
	display: inline;
}
#commentnavi .current {
	color: #BF514C;
	background: url(images/current.png) no-repeat 5px top;
	padding: 0px 5px;
	width: 12px;
	height: 12px;
	float: left;
	display: block;
	text-indent: -999em;
}
#commentnavi a, #commentnavi a:visited {
	padding: 0 5px;
	text-indent: -999em;
	background: url(images/page-numbers.png) no-repeat 5px top;
	height: 12px;
	width: 12px;
	display: block;
	float: left;
}
#commentnavi a.next, #commentnavi a.next:visited {
    background: url(images/next.png) no-repeat 5px top;
}
#commentnavi a.next:hover {
    background: url(images/next.png) no-repeat 5px -12px;
}
#commentnavi a.prev, #commentnavi a.prev:visited {
    background: url(images/pre.png) no-repeat 5px top;
}
#commentnavi a.prev:hover {
    background: url(images/pre.png) no-repeat 5px -12px;
}
#commentnavi a:hover {
	background: url(images/page-numbers.png) no-repeat 5px -12px;
}
/*** trackback ****/

.trackback {
	margin: 40px 0 0px 0;
	overflow: hidden;
}
.trackback h3 {
	margin-bottom: 10px;
}
ol.trackback_pinback {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.trackback_pinback li {
	margin-top: 0 !important;
	line-height: 25px;
}
ol.trackback_pinback li a, ol.trackback_pinback li a:visited {
	color: #656565;
	background: url(images/related-post-li.png) no-repeat left center;
	padding-left: 32px;
}
ol.trackback_pinback li a:hover {
	color: #3B5998;
	text-decoration: none;
	background: url(images/related-post-li.png) no-repeat left center;
}
/****************************** Footer **********************************/

#footer {
	clear: left;
	background: #FFFFFF url(images/bg_bottom.png) no-repeat left bottom;
	width: 950px;
	margin: -25px auto 15px;
	padding: 0px 30px;
	height: 43px;
	font-size: 12px;
	color: #F9F9F9;
}
#footer span {
	float: left;
	margin-top: 6px;
}
#footer span.wplogo {
	text-indent: -99999px;
	margin-right: 10px;
	margin-top: 4px;
}
#footer span.wplogo a {
	background: url(images/wordpress.png) no-repeat left 0px;
	width: 24px;
	height: 24px;
	display: block;
    border-bottom-width:0px;
}
#footer span.html5logo {
	text-indent: -99999px;
	margin-right: 10px;
	margin-top: 4px;
}
#footer span.html5logo a {
    background: url(images/html5-badge-h-solo_24x24.png) no-repeat left 0px;
	width: 24px;
	height: 24px;
	display: block;	
    border-bottom-width:0px;
}
#footer span a, #footer span a:visited {
	color: #F9F9F9;
	text-decoration: none;
    border-bottom-style:dashed;
    border-bottom-width:1px;
}
#footer span a:hover {
	color: #FFFFFF;
	text-decoration: none;
    border-bottom-width:0px;
}
.go_top {
	float: right !important;
}
/**************** pages ************************/

h2.sr {
	margin-bottom: 18px;
	color: #AAAAAA;
	font-style: italic;
	background: transparent repeat-x scroll 0 bottom;
	padding-bottom: 8px;
	text-shadow: 1px 1px 1px #D5D5D5;
	letter-spacing: -1px;
}
.page {
	background: none !important;
}
/************404*****************/

#error {
	padding: 130px 0 0px;
	background: #FFFFFF;
}
#error .error_head {
	padding: 12px;
	width: 588px;
	font-style: italic;
	line-height: 24px;
	margin: 0 auto;
}
/************Link Page************/

.linkpage h2 {
	font-size: 16px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #CDCDCD;
	letter-spacing: -1px;
}
ul.linkpage {
	list-style: none;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	overflow: hidden;
}
ul.linkpage li {
	margin-bottom: 25px;
	float: left;
	clear: left;
	width: 500px;
	overflow: hidden;
}
ul.linkpage li ul {
	margin: 0px !important;
	list-style: none;
	float: left;
	clear: left;
	width: 560px;
	overflow: hidden;
}
.linkpage li ul li {
	float: left;
	clear: none;
	width: 40%;
	margin: 0 55px 7px 0 !important;
	padding: 0;
}
.linkpage li ul li a, .linkpage li ul li a:visited {
	color: #777777;
	border-bottom: 2px solid #777777;
	display: block;
	padding: 1px 0 1px 3px;
	font-weight: bold;
}
.linkpage li ul li a:hover {
	color: #BF514C;
	border-bottom: 2px solid #BF514C;
	text-decoration: none;
	padding: 1px 0px 1px 3px;
}

/************************* IE6 Hack *************************/
* html #searchform #s {
    margin: 2px 0 0 5px;
}
* html ul.category {
	width: 248px;
}

* html #submit {
	border: none;
	width: 160px;
	height: 27px;
	margin: 5px 0 10px;
}
* html #commentnavi {
    margin: 15px 0 0;
}
/************************ IE7 Hack ***********************/
*+html #searchform #s {
    margin: 2px 0 0 5px;
}
*+html #commentblock ol li {
    position: relative;
}

/************************* Others ************************/
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.subscribe {
	background: url(https://www.chenlq.net/wp-content/themes/ib-white_1/images/subscribe.png) no-repeat 0 2px;
	padding-left: 20px;
	margin: 5px 0 3px !important;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.subscribe a, .subscribe a:visited {
	color: #CDCDCD;
}
.car-yearmonth {
	font-size: 12px !important;
}
#preload, .preload1, .preload2, .preload3 {
	width: 0px;
	height: 0px;
	display: inline;
}
.preload1 {
    background-image: url(images/ajax-loader.gif);
}
.preload2 {
    background-image: url(images/logo_hover.png);
}
.preload3 {
    background-image: url(https://www.chenlq.net/wp-content/themes/ib-white_1/images/li_hover.png);
}