/*  
Theme Name: First Day
Theme URI: http://www.lightdiary.net/
Description: A two-column, fixed with theme ideal for 1024x768 resolutions. Widget-ready for WP3.0
Version: 1.0
Author: Liudayuan
Author URI: http://www.lightdiary.net/
*/

body {
	margin: 0 0 0 0;
	padding: 0;
/*	background: #FFFFFF url(images/img01.gif) repeat-x;*/
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*	font-family: "Microsoft YaHei", Trebuchet MS, Arial, Helvetica, sans-serif;*/
/*	font-family: "Trebuchet MS", "Microsoft YaHei", sans-serif; */
/*	font-size: 13px/1.8em;*/
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #333333;
	margin:auto;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

.title_archive{
	color: #06F;
	width:600px;
/*	FONT: 400 20px/2em "Trebuchet MS", "Microsoft YaHei", sans-serif; */
	font: 400 20px/2em "Microsoft YaHei", sans-serif; 
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 14px;
	text-indent:0em;
}

a:link {
/*	color: #7BAA0F;*/
	color: #06F;
/*	color: #06F; */
	text-decoration: none;	
}
a:visited {
	text-decoration: none;	
	color: #06F;
}

a:hover {
	text-decoration: underline;
/*	color: #06F; */
	color:#F39;
}

a:active {
	text-decoration: underline;
	color: #06F;
}


img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

label {
  color: #444;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 5px;
}


input, textarea, select {
/*	font-family: "Trebuchet MS", "Microsoft YaHei", sans-serif; */
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	margin-top:5px;
}

textarea#comment {
	overflow:auto;
	line-height:150%;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: auto;
/*	background: url(images/img03.gif) repeat-x left bottom;*/
}

#logo {
	float: left;
}

#header_logo_aera{
	width: 175px;
	float:right;
	margin-top:36px;
	margin-right:45px;
	clear:both;
/*	background: url(images/ld_logo.png) no-repeat left bottom;	*/
	}
/*

#logo_h2{
	float:left;
	width:120px;
	height:17px;
border: thick doutted red; 
	}
#logo_pic{
	float:right;
	width:50px;
	height:100px;
	background-color:#CCC;
border: thick doutted red; 
	}
*/

#logo h1 {
	width:220px;
	font-family: "Comic Sans MS", Times, serif;
	font-size: 35px;
	color: #6666ff;
	background: url(images/lightdiary-logo-1010.jpg) no-repeat right bottom;
	/*	font-size: 38px;*/
	/*	color: #494949;*/
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo a:link{
	color: #CCC;
}

#logo a:visited {
	text-decoration: none;	
	color: #CCC;
}

#logo a:hover {
	text-decoration: none;
	color: #06F;
}

#logo a:active {
	text-decoration: none;
	color: #06F;
}

#logo h2 {
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #999;
	text-align:left;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {

	float:right;
	margin-top:40px;
	margin-right:35px;
	clear:both;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	float:left;
	margin: 0 4px 0 4px;
}

#menu a {
	display: block;
	float: left;
	padding: 0px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

.side_box_top .current_page_item a {
	padding-right:25px;
	background: url(images/img02.png) no-repeat right bottom;
}

#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x left bottom;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 700px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post {
	margin-bottom:90px;
}

.post .title {
	width:600px;
/*	FONT: 400 20px/2em "Microsoft YaHei", Verdana, Geneva, sans-serif; */
/*	FONT: 400 20px/2em	"Trebuchet MS", "Microsoft YaHei", sans-serif; */
	font: 400 20px/2em "Microsoft YaHei", sans-serif; 	
	margin-bottom: 0px;
	padding-bottom: 0px;
/*	background: url(images/img03.gif) repeat-x left bottom;*/
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #333333;
}

.post .title a:hover {
	color: #06F;	
	text-decoration: underline;
}

.post .entry {
	width:600px;
	margin: 1px 0 1px 0;
}

.title_pic{
	margin-bottom:20px;
}

.entry{
	font-size:13px;
}


.entry ul{
	font-size:12px;
	color:#666;
	list-style-position:inside;
	list-style-type:decimal;
	margin: 0 0 2em 0;
	padding:0
}

.entry li{
	line-height:26px;

}

.entry a:link{
	text-decoration: underline;
	color: #666;
}
.entry a:visited {
	text-decoration: underline;	
	color: #666;
}

.entry a:hover {
	text-decoration: none;
	color: #06F;
}

.entry a:active {
	text-decoration: none;
	color: #06F;
}

.entry_link_page{
	font-size:100%;
	color: #06F;
	float:right;
	
}
.entry_link_pagenum{
	margin-left:10px;
	float:left;
	
}


.wp-caption-text{
	margin-top:10px;
	margin-bottom:40px;
	line-height:20px;
	padding-right:10px;
	font-size:12px;
	color:#666;
	width:200px;
	text-indent:0em;
}

.post .meta {
	height:40px;
	margin: 0px 0 0px 0;
/*	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;*/
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: left;
	margin-left:20px;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Related Posts */

.Related_Posts_title{
	width: 500px;
	margin-bottom: 20px;
/*	background: url(images/img03.gif) repeat-x left bottom; */
	font-size: 16px;
	color: #06F;
}

.Related_Posts {
	width: 500px;
	margin-bottom:60px;
}

.Related_Posts a:link {
/*	color: #7BAA0F;*/
	color: #666;
	text-decoration: underline;
}

.Related_Posts a:visited {
	text-decoration: underline;
	color: #666;
}

.Related_Posts a:hover {
	text-decoration: none;	
	color: #06F;
}

.Related_Posts a:active {
	text-decoration: none;	
	color: #06F;
}

.Related_Posts ul {
	width: 500px;	 
	margin:0;
	color:#CCC;
	list-style-position:inside;
	padding-left:0px;
}
.Related_Posts li {
	width: 500px;	
	list-style-position: inside;
	list-style-type: disc;
	line-height: 200%;

}

/* prev-next-link */

.page-bottom {
	padding-bottom:10px;
	width: 600px;
}

.page-bottom-prev {
	float: left;
	width: 45%;
}

.page-bottom-next {
	float: right;
	text-align: right;
	width: 45%;
}

.page-bottom-line {
	border-bottom: #d4d4d4 1px dotted;
	margin-top: 10px;
	margin-bottom: 37px;
	clear:both;
}

/* Comments */

#comment {
	width: 500px;
}

.comments{
}

.comments_entry{
	color:#666;
	width:500px;
	margin: 1px 0 1px 0;
}

.comments_entry p{
	font-size:12px;
}

.commentlist h3{
	margin-bottom: 8px;
/*	background: url(images/img03.gif) repeat-x left bottom; */
	font-size: 14px;
	color:#333;

}

.commentlist p{

}

.comments_title{
	width: 500px;
	margin-bottom: 20px;
/*	background: url(images/img03.gif) repeat-x left bottom; */
	font-size: 16px;
	color: #06F;	
}

.commentlist{
	margin:0;
	padding:0;
}


.comments_entry ul{
	list-style-type: decimal;
	list-style-position:inside;
	color:#666;
	font-size:12px;
}

.commentlist li{
	margin-top:20px;
	margin-bottom:0px;
	border-bottom-style:none;
	border-bottom-style:dotted;
	border-bottom-color:#ECECEC;
	border-bottom-width:thin;
}

.commentmetadata{
	float:right;
	color:#CCC;
}
.commentmetadate{
	float:right;	
	font-size:11px;
	margin-left:5px;
	color:#CCC;
}

#comments {
}

#comments p {
/*	line-height: normal;*/
	line-height: 180%;
	color:#999;
}


#comments input {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#comments #submit {
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #F0F0F0;
}



/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: left;
	padding-top:30px;
	margin-left:20px;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;

	margin-bottom: 8px;
	display:block;/*内联对象需加*/
/*	width:20em;*/
	width:13em;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/	

}

#sidebar li {

}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h3 {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 0px;
/*	background: url(images/img03.gif) repeat-x left bottom; */
	font-size: 16px;
	font-weight: bold;
}

.side_box {
	width:160px;
	color:#333	;
	margin:0px;
	font-size:11px;
/*	background:url(images/img03.gif) repeat-x top;*/
	clear:both;
	padding:10px 0; 
}
.side_box ul { 
	margin:0;
	color:#CCC;
	list-style-position:inside;
	font-size:12px;
}
.side_box h3 {
	font-size: 11pt;
	margin-bottom: 20px; 
}
.side_box li li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 130%;	
}

/*.side_box li.a:link { font-size: 14pt; text-decoration: underline; color: blue; }*/

.side_box li li {
	padding:0 0 0 1em;
	margin:3px 0;
}

.side_box li.side_date {
	font-size: 9pt;
	color:#999;
	margin-bottom:0px;
	padding:0;
}


.side_box_top {
	width:160px;
	font-size:11px;
	clear:both;
	padding:0;
	margin-bottom:30px;
}

.side_box_top ul { 
	margin:0;
	color:#666;
	list-style:none;
	font-size:14px;
	margin-bottom:60px;	
}
.side_box_top ul li{
	line-height:220%;

}

.side_box_top ul li a:link {
/*	color: #7BAA0F;*/
	color:#666;
	text-decoration: underline;
}
.side_box_top ul li a:visited {
	text-decoration: underline;
	color:#666;
}

.side_box_top ul li a:hover {
	text-decoration: none;	
	color: #06F;
}

.side_box_top ul li a:active {
	text-decoration: none;	
	color: #06F;
}



/* Search */

#search {
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	padding: 3px;
/*	background: #ECECEC url(images/img08.gif) repeat-x left bottom;*/
	border: none;
	text-transform: lowercase;
	font-size: 13px;
	color: #4F4F4F;
}

.widget_search {
	
}

#search #s {
	width: 120px;
	margin-right: 5px;
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #DEDEDE;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 150px;
	width:950px;
	margin:auto;
	min-height: 150px;
	padding: 10px 0 0 0;
	background: url(images/img03.gif) repeat-x left top;
/*	background: #003448 url(images/img09.gif) repeat-x;*/
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 960px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 2px;
	text-align: center;
	color: #666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#legal a {
	color: #999;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}


#return_top a { position:absolute; position:fixed; right:10px; bottom:10px; width:25px; height:80px;
                display:block; background:url(images/return_top.png) no-repeat left top; }
#return_top a:hover { background:url(images/return_top.png) no-repeat right top; }