/*
	Theme Name: Infimum
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3.1
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	background: white;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
}
ul,li,p{margin:0; padding:0}

#page {
	margin: 55px auto 20px;
	padding: 0;
	width: 950px;
}
li{list-style-type:none}
.menu li{float:left; padding:10px}
.menu li a{color:#06c; font-size:14px; padding:2px 4px}
.menu li a:hover{text-decoration:underline}
.menu{margin:0; padding:35px 0 0 0}
a {
	color: #666;
	background: inherit;
	text-decoration: none;
}
/*
a:visited {
	color: #000;
	background: inherit;
}
*/
a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 0px;
	border: 0px solid gray;
	padding: 0px;
    border-bottom:solid 1px #ccc;
    height:155px;

}

#header h1 {
	margin: 0em;
	padding: 0em;
	font-size: 42px;
    font-weight:normal;
    line-height: 42px; /* weird IE7 bug fix */
	
}
#header h1 a:hover{color:#000; text-decoration:none; background:#fff}
#header h1 a{color:#000;}
#header #tagline {
	margin: 14px 0px 0px 0px; /* also part of the IE7 fix */
	color: gray;
	background: inherit;
}
/* end header */

/* content area */
#content {
	margin: 40px 0;
	padding: 0;
	width: 700px;
	float: left;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
}

#content .post {
	padding: 0 0 20px 0;
}

#content h3 {
	margin: 0em;
	padding: 0em;
	font-size: 16px;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	margin:0px;
	font-size: 12px
}
#content .postmetadata a{color:#0066CC}

#content .postmetadata a:hover{color:#fff; background:#0066cc; padding:2px}



#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
}

#content .goforward {
	margin: 0;
	padding: 0;
	float: right;
	font-size:14px;
}
#content .goforward a{color:#06c}
#content .goback a{color:#06c}
#content .goback a:hover{color:#fff}
#content .goforward a:hover{color:#fff}
#content #comments {
	margin: 2em 0em 1em;
	padding: 0px;
	clear: both;
}

#content .commentlist {	
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 40px 0 0;
	padding: 0;
	width: 220px;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 1.0em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #666;
	background: inherit;
}



#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 12px;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0;
	padding-top:160px;
	width: 950px;
	clear: both;
    border-top:solid 1px #ccc;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
}
/* end footer */

.picborder img {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D9DDDF;
padding:10px;
text-align:center;
}
.newsContentInNs {
background-color:#FEFEEF;
border-bottom:1px dashed #CC0033;
border-top:1px dashed #CC0033;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:20px;
padding:6px 10px;
}
.book_box{padding:10px 0 5px; border-bottom:dashed 1px #ccc; height:160px}
.book_box div{float:left; margin-right:10px}

/* css added by 3j */
.clear{clear:both}
h3 a:hover{text-decoration:none}
.code{background-color:#FFFFE1;
border-top:1px dashed #FC8329;
border-bottom:1px dashed #FC8329;
color:#000000;
display:block;
font-family:"Verdana","Courier New","Courier","mono";
font-size:12px;
line-height:18px;
margin:5px;
padding:5px 5px 5px 20px;
width:600px;}
label.screen-reader-text{display:none}
.recentcomments a{background:#FFF8DD}
.shTitle{width:100%}
.shTitle li{float:left; padding:4px; }
.shanghai li{float:left; margin-right:8px; }
#travel ul li img{padding:4px; border:solid 1px #ccc; background:white}
#travel ul li p{text-align:center}
#travel .current{color:#06c; font-size:14px; font-weight:bold}