/*  
Theme Name: Encore 
Theme URI: http://www.encoreresale.com
Description: Created April 2009.
Version: 
Author: Meng Zhang
Author URI: 
*/





/* layout
----------------------------------------------- */

*{ margin: 0; padding:0; }

body{
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #666;
	background-color: #dde5d9;
	}

#header{
	position: absolute; left: 45px; padding: 5px; color: #f63; font-weight: bold;
	background-color: #fff; border: 1px solid #ced4ca; border-bottom: 3px solid #ced4ca; border-right: 3px solid #ced4ca;
	}
#quick-nav { width: 20px; position:fixed; top: 48px; left:20px;}
#quick-nav img{	padding-bottom: 3px; }
* html div#quick-nav  { width: 20px; top: 38px; left:20px; position:absolute; }

#wrapper { padding: 35px 0 0 40px; width:960px;}

.box{
	float: left;
	margin: 5px;
	padding: 20px; 
	background-color: #fff;
	border: 1px solid #ced4ca;
	border-bottom: 3px solid #ced4ca;
	border-right: 3px solid #ced4ca;
	font-size: 0.9em;
	}

#content {
	padding-top: 0;
	\width: 474px;	/* IE5Win */
	w\idth: 420px;	/* Others */
	font-size: 1.0em;
	} 
			 /* IE5Win */	/* Others */
#sidebar-1 { \width: 220px;	w\idth: 170px; } 
#sidebar-2 { \width: 220px;	w\idth: 170px; } 
#sidebar-3 { \width: 160px;	w\idth: 110px; } 

#logo-sub{ padding: 6px 0 0 2px; }


/* typography
----------------------------------------------- */

h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

xh1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #63b4cd; }
h3 { font-size: 14px; color: #666; }

p {	line-height: 1.5em;	margin: 0.5em 0 1.5em 0; }

ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em;	}

ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}

a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 0.75em 1.5em 2.2em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #efefef;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; color: #555; background-color: #efefef;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.small { font-size: 0.9em;	}


/* forms
----------------------------------------------- */

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}


/* sidebars
----------------------------------------------- */

.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}


/* blog posts
----------------------------------------------- */

.post {	border-bottom: 1px solid #dee4da; }
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}

.postentry img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 0 10px 10px 0;
	}
.postentry .icon{
	display: inline; 
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border: none;
	}
	
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
	}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
	}
/* Meng*/
 .postfeedback a {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
	}

/* comments
----------------------------------------------- */

#comment { width: 98%;}

h2#comments{
	font-size: 12px;
	}
#commentlist {
	margin: 1.2em 0;
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
	}
#commentlist li {
	border: 1px solid #E8E7D0;
	padding: 0 20px;
	background-color: #f3f3f3;
	margin: 12px 0;
	}
#commentlist li:hover{ background-color: #fff; }

#commentlist li.authorcomment{
	border-left: 5px solid #88887f;
	}

h3.commenttitle{ padding-top: 12px;	}

p.commentmeta {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}


/* search
----------------------------------------------- */

#search-wrapper{ padding-top: 10px;	}
ul#livesearch-results{	margin-top: 0; }


/* lightbox
----------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	}

#imageContainer{
	position: relative;
	padding: 10px;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 53% no-repeat; }


#imageData{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
/* Meng */
#commentform {
	margin-top:6px; }
#commentform div {
	margin-bottom:6px; }			/* styles, for pagination *//*Plugin Name: WP-Digg Style PaginatorPlugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/Author: Victor De la RochaAuthor URI: http://www.mis-algoritmos.com*//*Scott*/div.pagination {	padding:3px;	margin:3px;	text-align:center;}div.pagination a {	padding: 2px 5px 2px 5px;	margin-right: 2px;	border: 1px solid #ddd;		text-decoration: none; 	color: #88AF3F;}div.pagination a:hover, div.pagination a:active {	border:1px solid #85BD1E;	color: #638425;	background-color: #F1FFD6;}div.pagination span.current {	padding: 2px 5px 2px 5px;	margin-right: 2px;	border: 1px solid #B2E05D;	font-weight: bold;	background-color: #B2E05D;	color: #FFF;}div.pagination span.disabled {	padding: 2px 5px 2px 5px;	margin-right: 2px;	border: 1px solid #f3f3f3;	color: #ccc;}