


/* body
--------------------------------------------------*/
body{
  color:#333333;
  background:url(bg1.png);
}

body#commentspopup {background:white;}


/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#003366;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#0066CC;}


/* links
--------------------------------------------------*/
a {color:#003366;}

a:hover {color:#0066CC;}

a.commentlink {
  padding-left:16px;
  background:url(comments.gif) center left no-repeat;
}

a.more {
  padding-right:10px;
  background:url(more.gif) center right no-repeat;
}


/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}

kbr {color:#009193;}


/* container
--------------------------------------------------*/
#container {
  padding-top:0;
  border-top:10px solid white;
  background:white;
  height:auto;
}

#container.singlecol,
#commentspopup #container {background-image:none;}



/* header
--------------------------------------------------*/
#header {
	background-color:#990000;
	background-image:url(header_bg.jpg);
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-right:1px solid #990000;	  
}

#header h1 a{color:white;}
#header h1 a:hover{color:#FFFF66;}

#header h4 {color:white;}
#htop { height:40px;}
#htopright{

    float:left;
	height:32px;
  	width:193px;
  	padding:0;
}


#htopleft{
height:32px;
float:right;
  	margin:0 5px 0 0;
  	padding:0;
}
/* navigation
--------------------------------------------------*/
#navigation {
	background-color:#FFFFCC;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;	
}

#navigation li {border-color:#990000;}

#navigation a {color:black;font-weight:bold;}

#navigation .selected,
#navigation a:hover
  {background-color:#FFFF66}

#navigation form {
  border-color:white;
  background:#FFFF66 url(corner_bottom_right.gif) bottom right no-repeat;
}

#navigation #s {border-color:grey;}

#navigation #searchbutton {
  color:black;
  background-color:#FFFFCC;
}


/* Entry
--------------------------------------------------*/
.entry {margin:0 0 10px 0;}

.entry .author {}

.entry .info {
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}

.entry .info a {border-color:#949494;}

.entry a.more {
  padding-left:12px;
  background:url(more.gif) center left no-repeat;
}

.entry .info .date {
  padding-left:15px;
  background:url(post.gif) center left no-repeat;
}

.entry .info .author {
  padding-left:23px;
  border-color:#949494;
  background:url(author.gif) 10px 2px no-repeat;
}

.entry #filedunder {border-color:#F3F4F4;}


/* Mini-Entry
--------------------------------------------------*/
.minientry  {border-color:#D9D9D9;}

.minientry .commentlink {border-color:#949494;}

.minientry .permalink {
  padding-left:15px;
  background:url(post.gif) center left no-repeat;
}

.minientry .author {
  padding-left:23px;
  border-color:#949494;
  background:url(author.gif) 10px 2px no-repeat;
}


/* Comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}

#comments h2 a {color:#003366;}

#comments li.comment {list-style-image:url(comments.gif);}

#comments li.trackback,#comments li.pingback {list-style-image:url(pingtrackback.gif);}

#commentform {background-color:#EDF3DE;}

#comments .header {background-color:#EDF3DE;}

#comments .header.alt {background-color:#E9F7F6;}




/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#0066CC;}


/* content misc
--------------------------------------------------*/
.next a {
  padding-right:10px;
  background:url(next.gif) center right no-repeat;
}

.previous a {
  padding-left:10px;
  background:url(previous.gif) center left no-repeat;
}

#entrynavigation {border-color:#F3F4F4;}

.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
  background:url(edit.gif) 0 -14px;
}

html>body .editlink {bottom:6px;}

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
  background:url(edit.gif) 0 0;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}


/* subcontent
--------------------------------------------------*/
#subcontent {background:white;}



/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  color:white;
  background:#990000 url(corner_top_left.gif) top left no-repeat;
}


#subcontent h2 b {background:url(corner_bottom_right.gif) bottom right no-repeat;}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {border-bottom-color:#F0F0F0;}

#subcontent li a:hover {background-color:#FFFF66;}

#subcontent ul.pages li {list-style-image:url(post_yellow.gif);}

#subcontent ul.categories li,
#subcontent ul.months li {list-style-image:url(categories_yellow.gif);}

#subcontent ul.links li {list-style-image:url(links_yellow.gif);}

#subcontent ul.feeds li {list-style-image:url(feeds_yellow.gif);}

#subcontent ul.posts li {list-style-image:url(post_yellow.gif);}

#subcontent ul.categories li li {list-style-image:url(sub_categories_yellow.gif);}


/* calendar
--------------------------------------------------*/
#wp-calendar {color:#003366;}

#subcontent table caption {border-bottom-color:#F3F4F4;}

#subcontent table thead tr {
  border-bottom-color:#F3F4F4;
  color:#414141;
}

#subcontent table th {border-bottom-color:#F3F4F4;}

#subcontent table td#today {
  border-color:#F3F4F4;
  color:#414141;
}

#subcontent table td a {
  border-bottom-color:#FFFFCC;
  background-color:#EDF3DE;
}

#subcontent table tfoot {border-top-color:#F3F4F4;}

#subcontent table tfoot a {background:none;}

/* newsletter
--------------------------------------------------*/
.newsletter {
	background-color:#FFFFCC;
	border-top:1px solid #990000;	 
	border-bottom:1px solid #990000;
	border-left:1px solid #990000;
	border-right:1px solid #990000;	  
}

/* footer
--------------------------------------------------*/
#footer {
  color:#0066cc;
  background:white url(footer_bg.gif) 470px 0px no-repeat;
  text-align		: center;
}

.singlecol #footer {background-image:none;}

#footer p {border-top:6px solid #E9F7F6;}

#footer a {color:#003366;}

#footer a:hover {color:#0066CC;}

#footer strong {color:#003366;}


/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
  margin:0;
  padding:15px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
}

body#commentspopup {padding:0;}


/* headings
--------------------------------------------------*/
h1 {font-size:30px;}

#content h2 {
  margin:0 0 18px 0;
  font-family:Arial, Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
  font-weight:bold;
  text-decoration: underline;
}

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-family:Arial, Georgia, serif;
  font-size:1.3em;
  
  font-weight:bold;
  text-decoration: underline;  
}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content.archive h5 {
  margin:0;
  font-size:1em;
}


/* links
--------------------------------------------------*/
a {text-decoration:none;}

a img {border:none;}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 18px 0;
}

ul {
  margin:0 0 0 1.4em;
  padding:0 0 18px 0;
}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}


/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* container
--------------------------------------------------*/
#container {
  width:730px;
  margin:0 auto;
  padding:10px 10px 0 10px;
  text-align:left;
}

#commentspopup #container {
  width:455px;
  padding:0 15px;
}


/* header
--------------------------------------------------*/
#header {
  height:115px;
  padding:0 0 0 18px;
}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:28px;
  padding-left:30px;
  font-family:Palatino Linotype,Arial,Helvetica,sans-serif;
}

#header h4 {
  /*display:none; This will hide the text in your header */

  padding-left:50px;

}


/* navigation
--------------------------------------------------*/
#navigation {
  height:2.5em;
  line-height:2.5em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}


/* content
--------------------------------------------------*/
#content {
  float:right;
  width:495px;
  height:auto;
  padding-top:20px;
}

.singlecol #content {
  float:none;
  width:550px;
  margin:0 70px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


/* entry
--------------------------------------------------*/
.entry {margin:0 0 10px 0;}

.entry .info {
  position:relative;
  margin-top:-3px;
  padding:3px;
  border-top:1px solid;
  border-bottom:1px solid;
  font-size:0.9em;
}

.entry.single {clear:both;}

.entry.single .info {margin:0 0 22px 0;}

.entry .info a {
  margin-right:6px;
  padding-right:9px;
  border-right:1px solid;
}

.entry .info em {
  padding-right:6px;
  font-style:normal;
}

.entry .author,
.entry .editlink a {
  margin:0;
  padding:0 0 0 10px;
  border-left:1px solid;
  border-right:none
}

.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:0.9em;
  border-top:1px solid;
}


/* mini-entry
--------------------------------------------------*/
.minientry {
  position:relative;
  margin:0px 0 35px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
}

.minientry p {padding:0;}

.minientry .commentlink {
  margin-left:3px;
  padding-right:7px;
  border-right:1px solid;
  font-size:0.9em;
}

.minientry .permalink {
  margin-left:3px;
  font-size:0.9em;
  font-style:normal;
}

.minientry .author,
.minientry .editlink a {
  margin-left:6px;
  padding:0 8px 0 10px;
  border-left:1px solid;
  font-size:0.9em;
  font-style:normal;
}

.minientry .editlink a {margin:0;}


/* comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.55em;
}

#comments ul {margin:0 0 0 20px;}

#comments li {
  position:relative;
  margin-bottom:18px;
}


#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Arial, Georgia,sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
}


/* content misc
--------------------------------------------------*/
.next a {float:right;}
.previous a {float:left;}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}


/* subcontent
--------------------------------------------------*/
#subcontent {
  float:left;
  width:205px;
  padding:15px 15px 0 0;
  font-size:0.9em;

}

* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {margin:0 3px;}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:18px 0 10px 0;
  font-family:Arial, Georgia,serif;
  font-size:1em;
  line-height:1em;
}

#subcontent h2 b {
  display:block;
  padding:5px 10px;
  font-style:normal;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0 2px 18px;
  padding-bottom:2px;
  border-bottom:1px solid;
}

#subcontent li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}

#subcontent ul.categories li ul {margin:0;}

#subcontent ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}

#subcontent ul.categories li ul ul {margin:0 0 0 16px;}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#subcontent table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#subcontent table thead tr {border-bottom:1px solid;}

#subcontent table th {border-bottom:1px solid;}

#subcontent table td {
  width:200px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#subcontent table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

#subcontent table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

#subcontent table tfoot {border-top:1px solid;}

#subcontent table tfoot a {
  border:none;
  font-weight:bold;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding:40px 0 15px 0;
  font-size:0.9em;
}

.singlecol #footer {
  padding:25px 0 15px 0;
}

#footer p {
  padding:12px 0 18px 0;
  border-top:1px solid;
}

#footer strong {font-weight:normal;}

.singlecol #footer p {
  padding:12px 70px 18px 70px;
}

/* body
--------------------------------------------------*/
#body_1 {
	width: 710px;
	height:auto;
	padding-top: 10px;
}

#Current_Position{
width:730px;
height:20px;
background-color:#FFFECB;}

#left_1{
width:620px;
float:left;
}
#left_2{
width:100px;
float:right;
text-align:left;
}


#bodytop {
	background: url(right_bg.jpg) repeat-x center bottom;
	width:710px;
	height:auto;
}

.box_a {
	width: 270px;
	float:left;
	height:auto;
}
.box_b {
	width: 430px;
	float:right;
	height:auto;
}

#box_b_1 {
width:430px;
float:left;}

.box_b_1_1{
width:430px;
float:left;}

#bodymiddle {
	background: url(right_bg.jpg) repeat-x center bottom;
	width:710px;
	height:auto;
}

.box_e {
	width: 365px;
	float:left;
	height:auto;
}

#box_e_1 {
width:85px;
float:left;
height:63px;
}

#box_e_2 {
width:280px;
float:right;
height:63px;
}

.ads {
	width: 336px;
	float:right;
	height:300px;
}


#bodyBase {
	background: url(right_bg.jpg) repeat-x center bottom;
	width:710px;
	height:auto;
}

.box_c {
	width: 525px;
	padding:8px 0px 0px 4px;
	float:left;
	background:url(box_e.jpg);
	height:auto;

}

#box_c_1{
float:left;
width:260px;
}

#box_c_2{
float:right;
width:260px;
}

.box_d {
	width: 180px;
	padding-top: 8px;
	float:right;
	height:auto;
	text-align:left;
}

#bodytop ul.links li {list-style-image:url(links_yellow.gif);}

#zhan{  
} 


#content-2{
}

#ad1{ 
height: 90px; 
float: left; /让块靠左 
clear: left; /让块的左边不能有其它块 
}
#ad{ 
height: 80px; 
float: left; /让块靠左 
clear: left; /让块的左边不能有其它块 
} 

#ad-ad{ 
height: 280px; 
float: right; /让块靠左 
clear: right; /让块的左边不能有其它块 
} 

#new img,#new table{ 
clear: left; /让内容里的图片和表格不会遮挡广告 
} 
#new{ 
float: left; 
}
#new-new{ 
float: left;
width:480px;
}
.mydiv{
float:left;
font-size:16px;
font-weight:bold;
}
.content_1{
width:495px;
height:auto;
}

#bolady-a{
width:495px;
height:auto;
}

#bolady-b{
width:495px;
height:auto;
}


#bolady-c{
width:495px;
height:auto;
}

#bolady-d{
width:495px;
height:auto;
}

#bolady-e{
width:495px;
height:auto;
}

#comment_2{
width:120px;
float:left;}

#article{
height:280px;
}

#ad_article_1{
width:336px;
height:280px;
float:right;
}
#ad_article_2{
width:159px;
height:280px;
float:left;
border-style:none;
background-color:#F5F5F5;
}
.date{
font-size:10px;
color:#999999;
}
#beautiful{
color:#410111;
}
.dede_pages{
width:350px;
height:auto;
float:left;
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	list-style-type:none;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#666;
	border-bottom:1px solid #EEE;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 1px;
	border-bottom:2px solid #690;
}
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	color:#F63;
	padding:2px 4px 1px;
	border-bottom:2px solid #F63;
	font-weight:bold;
}
.dede_pages .pageinfo{
	float:right;
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#666;
	font-weight:normal;
	margin:0px 2px;
}
#root{
font-size:14px;
width:60px;
float:none;}

#link-f{
	background: url(right_bg.jpg) repeat-x center bottom;
	width:710px;
	height:auto;
}

#link_1_1{
float:left;
width:620px;
height:auto;
font-weight:bold;
font-size:14px;
text-align:left;
}

#link_1_2{
text-align:right;
float:right;
width:90px;
height:auto;
}

#link_2{
text-align:left;
width:710px;
height:auto;
}

#tbox{
float:left;}

#vote mt1{
text-align:left;
}
.fb{
text-align:left;}

.dede_comment_post{
text-align:left;
width:495px;}

#channel {
width:495px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel-1{
width:120px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_1{
width:183px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_2{
width:430px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_3{
width:360px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_9{
width:336px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_4{
width:250px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_5{
width:250px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#channel_6{
width:180px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#plus{
width:710px;
height:auto;
}
#plus_1{
height:auto;
}
#plus_1_1{
height:auto;
width:230px;
float:left;
}
#plus_1_2{
height:auto;
width:470px;
float:right;
}
.f5{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f5 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
	list-style-type:none;
}
.f5 li a{
	color:#666666;
	float:left;
}

.f6{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
	font-size:16px;
	display:inline;
}

.f6 li{
	float:left;
	padding:8px 10px 0px;
	white-space:nowrap;
	list-style-type:none;
	display:inherit;
}
.f6 li a{
	color:#666666;
	float:left;
}

#root_1{
float:left;
width:245px;
height:auto;
}

.root_3{
float:left;
width:190px;
height:auto;
}


#channel_root {
width:245px;
height:20px;
text-align:center;
font-weight:bold;
font-size:16px;
background:#990000 url(corner_top_left.gif) top left no-repeat;}

#root_2{
float:right;
width:245px;
height:auto
}

.root_4{
float:right;
width:300px;
height:auto;
}
#body{
width:490px;
height:auto;
}
.clear_1{ clear:both;} 
