/*
THEME NAME: diary-lite
THEME URI: http://www.pagemod.cn/2008/09/diary-lite-released.html
Description: a simple WordPress theme , created by<a href="http://www.pagemod.cn/">page</a>.
VERSION: 2.0
AUTHOR: page
AUTHOR URI: http://www.pagemod.cn
TAGS: two columns, widgets ready,fixed width,valid XHTML,simple
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin html tags */
* { margin:0; padding:0; } 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Courier, serif;
	background: #F1F0DE;
	color: #333;
	margin:10px auto;
	height:auto;
	}
	
hr {
	display: none;
	}
	
a {
	color: #147;
	text-decoration: none;
	}
	
a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
ul {
	list-style-type: none;
	}
	
h2 {
	font-size:1.5em;
	}
	
h3,h4 {
	font-size:1.1em;
	font-weight:bold;
	}
	
.clear {
	clear:both;
	}
	
small {
	font-size:1em;
	}
	
/* End html tags */


/* Begin Structure */
#header {
	background: url(img/header.gif) no-repeat 200px;
	width: 950px;
	height:100px;
	margin:auto;
	color:#F1E7DB;
	font-size:1.2em;
	text-decoration: none;
	}
	
#content {
	width:950px;
	margin:10px auto;
	font-size:1.2em;
	}
	
#maincontent {
	background:#D9D8A8 url(img/contentback.gif) repeat-y;
	float:right;
	width:750px;
	line-height:1.8em;
	}
	
#sidebar {
	float:left;
	width:180px;
	padding:15px 15px 0 0;
	text-align:right;
	}
	
#footer {
	background: url(img/footer.gif) no-repeat 200px;
	width:950px;
	height:50px;
	margin:auto;
	/*float: right;*/
	font-size:1.2em;
	color:#ccc;
	}
	
/* End Structure */

/* begin header*/

#header h1 {
	font-size:2em;
	/*padding:15px 0 0 700px;*/
	}
	
#header h1 a {
	color:#eee;
	}

.headermask {
	/*padding: 33px 0 0 675;*/
	left: 675px;
	top: 33px;
	position: absolute;
	}
	 		
.description {
	padding:3px 0 0 360px;
	text-decoration: none;
	}
	
/* End header*/





/* begin maincontent*/

.topcorner {
	background: url(img/topcorner.gif) no-repeat top center;
	height:12px;
	}
	
.bottomcorner {
	background: #F1F0DE url(img/bottomcorner.gif) no-repeat top center;
	height:12px;
	}
	
.contentpadding {
	padding:0px 20px;
	}
	
#maincontent a:hover {
	color:#3f4a4d;
	}
	
#maincontent h2 a {
	color:#58573F;
	}
	
.entry {
	margin-top:5px;
	}

.entry p {
	margin-bottom:1em;
	font-family: 'lucida grande', verdana, san-serif;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	}
	
.entry ul {
	list-style-type:none;
	}
	
.entry ul li {
	padding: 0 0 0 15px;
	background: url(img/ol.gif) no-repeat left center;
	}
	
.entry img {
	border:medium none;
	}

.entry blockquote {
	margin:0 20px;
	border-left:5px solid #DCDBA5;
	border-right:5px solid #DCDBA5;
	padding:5px;
	background:#EAE9C9;
	}
	
.postmetadata {
	padding:1px 5px;
	margin:0.5em 0 25px;
	border-left:15px solid #DCDBBF;
	}

.ping-track {
	padding:5px;
	background:#BFBE8F;
	}
	
.postnav {
	margin:1em 0;
	}
	
/* End maincontent */

/* Begin sidebar */

#sidebar h2 {
	text-transform:uppercase;
	font-size:1.1em;
	color:#A4573A;
	}
	
#sidebar ul ul{
	margin-bottom:15px;
	}
	
#sidebar ul ul li {
	margin-bottom:5px;
	margin-top:5px;
	font-family: 'lucida grande', verdana, san-serif;
	}
	
#sidebar ul ul li a {
	color:#767555;
	/*font-family: 'lucida grande', verdana, san-serif;*/
	}
	
.sidebartext {
	color:#767555;
	font-family: 'lucida grande', verdana, san-serif;
	}

/* End sidebar */

/* Begin  */

#footer a {
	color:#ccc;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
.footer-text {
	padding:10px 10px 10px 220px;
	}
	
/* End footer */

/* Begin wp-tags*/

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;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {float: right;}
.alignleft {float: left}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* End wp-tags */

/* Begin comments*/
.message{width:100%;}

#response{margin-top:2em;}

.message-by{float:left;}


.message-count{float:right;}

.message-content {
	margin:10px 20px;
	width:80%;
	padding-bottom:5px;
	border-bottom:2px solid #7E8C60;
	}
	
.alt {border-bottom:2px solid #AEA365;}

.author{border-bottom:2px solid #C78D4D;}

.message-entry{}

.inputs input {
	background:#A2B180;
	border:0;
	padding:2px;
	background: #A2B180 url(img/input.gif) no-repeat top center;
	width:166px;
	height:16px;
	}
	
.message textarea {
	border:0;
	width:380px;
	height:180px;
	overflow:hidden;
	background: #A2B180 url(img/textarea.gif) no-repeat top center;
	padding:10px;
	}
	
.submit input {
	border:0;
	width:60px;
	height:30px;
	background: #A2B180 url(img/submit.gif) no-repeat top left;
	color:#fff;
	}
	
.submit{margin-top:1em;}

.avatar-place{}
/* End comments */

