/*
Theme Name: sissi2010
Theme URI: http://ohsissi.cn
Author: Sissi
Author URI: http://ohsissi.cn
Tags: blog, magazine
*/

/*
	- GENERAL
	- HTML ELEMENTS
	- BASIC LAYOUT
	- HEADER
	- MENU
	- CONTENT
	- PREDEFINED CLASSES
	- SIDEBAR
	- FORMS
	- COMMENTS
	- PAGING
	- FLICKR BADGE
	- CLEARING
	- WORDPRESS CSS 
	- WIDGET CSS
	
*/
	

/*	##################################
   	GENERAL
	################################## */

body {
	margin: 0px;
	padding: 0px;
	background: #fdede5 url(img/bg-body.jpg) repeat-x left top;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
}


/*	##################################
   	HTML ELEMENTS
	################################## */

a {
	color: #c29594;
	text-decoration:none;
}

img {
	border: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,
textarea,p,blockquote,span,th,td,img{
      margin:0;padding:0;
}

hr {
	height: 1px;
	margin: 20px 0;
	background: #eeeee9;
	border: none;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding: 0px;
	line-height: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
	
h4, h5, h6 {
	margin-bottom: 10px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	background: transparent url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
}

address {
	padding: 0 0 0 15px;
	font-style: italic;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #eeeee9;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

code {
	font-family: "Courier New", Courier, serif;
}

dt {
	font-weight: bold;
}

table {
	margin: 0 0 20px;
	border-collapse: collapse;
}

th {
	padding: 5px;
	background: #eeeee9;
	border: 1px solid #ddd;
	text-align: left;
}

td {
	padding: 5px;
	border: 1px solid #ddd;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#main {
	width: 980px;
	margin: 0 auto;
	background: transparent url(img/bg-page.jpg) no-repeat 0px 0px;
}

#header {
	position: relative;
	width: 960px;
	height:77px;
	margin: 0 auto;
}

#content-wrap {
	padding: 0px 0 0;
	z-index: 1;
}
	
#content-top {
	height: 0px;
	z-index: 2;
}

#content {
	margin: 0px 30px 0px 30px;
	z-index: 3;
}

#footer {
	color:#dba9a6;
	position: relative;
	padding: 0 0 30px 0;
	line-height: 22px;
	margin-left:30px;
	margin-top:15px;
	text-align: left;
}
#footer a{
	color:#dba9a6;
}
#footer a:hover{
	text-decoration:underline;
}

/*	##################################
   	HEADER
	################################## */
	
#page-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-menu li {
	float: left;
	width: auto;
}

#page-menu a {
	margin: 0 20px 0 0;
	background: transparent;
	color: #c5c5d7;
	font-weight:bold;
	text-decoration: none;
}

#page-menu a:hover,
#page-menu .current_page_item a {
	color: #c5c5d7;
}
	
#rss {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 16px;
	margin: 0px;
	padding: 0 30px 0 0;
	line-height: normal;
	background: transparent url(img/bg-rss.png) no-repeat right -4px;
	color: #c5c5d7;
}

#rss a {
	line-height: 16px;
	background: transparent;
	color: #c5c5d7;
	font-weight:bold;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

h1#blog-title {
	position: absolute;
	bottom: 15px;
	left: -10px;
	margin: 0px;
	padding: 0px;
	color: #d1abb7;
	font-size: 12px;
	font-weight: normal;
}

h1#blog-title img {
	margin: 0 0 -10px;
}


/*	##################################
   	MENU
	################################## */
	
	/** /lib/superfish/superfish.css */
	

/*	##################################
   	CONTENT
	################################## */

#page-full #content {
	background: #fff;
}

#content-bottom {
	height: 0px;
}

#content-left {
	display: inline;
	float: left;
	width: 680px;
}
	.content-left-top{
		background:url(img/content-left-top.png) no-repeat;
		height:28px;
	}
	.content-left-bottom{
		background:url(img/content-left-bottom.png) no-repeat;
		height:5px;
	}
	.content-left-wrap{
		background:#fff;
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		width: 650px;
	}
#content-right {
	float: right;
	width: 220px;
}

.box-left {
	background:url(img/box-left-bottom.png) 0px bottom repeat-x;
	margin: 0 0 20px;
	padding: 0 0 15px;
	line-height: 20px;
}

.box-right {
	padding: 0 0 10px;
	border-bottom: 0px solid #eeeee9;
}

.box-full {
	margin: 0px;
	padding: 0 0 1px;
	line-height: 22px;
}

#content ul, #content ol {
	margin: 0 0 20px;
	padding: 0 0 0 0px;
}

#content li {
	padding: 0px;
	list-style: none;
}

#content ol li {
	list-style: decimal;
}

#content li ul, #content li ol {
	margin: -2px 0 -2px 20px;
	padding: 0px;
}

#content li li {
	list-style: circle;
	background: none;
}

#content ol li li {
	list-style: upper-roman;
}

#content li li li {
	list-style: square;
}

#content ol li li li {
	list-style: lower-latin;
}

h1.category-title {
	margin: 0 0 30px;
	padding: 0 0 10px;
	color: #d1abb7;
	border-bottom: 1px dashed #eeeee9;
}

.article-left {
	position: relative;
	float: left;
	width: 212px;
	margin: 0 0 20px 0;
	z-index: 4;
}

.sticky-post {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}

.article-right {
	float: right;
	text-align:justify;text-justify:distribute;
	width: 438px;
}

img.article-img {
	padding: 6px;
	background: #eeeee9;
}

img.article-img-single,
.box-author img.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #eeeee9;
}

a:hover img.article-img {
	background: #deded9;
}

.img-caption {
	padding-left:8px;
	height: 25px;
	line-height: 12px;
	background: transparent url(img/bg-img-caption.png) no-repeat left top;
	color: #fff;
	font-weight:bold;
	font-size:10px;
	margin-left:15px;
	position:absolute;
	left:0px;
	top:-2px;
	width:85px;
	z-index:5;
}

.img-caption a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

img.shadow {
	background: transparent url(img/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.gallery img {
	padding: 10px;
	background: #eeeee9;
	border: none!important;
}

h2.article-title {
	margin: 0 0 5px;
	line-height: normal;
	color: #896F97 ;
	font-size:18px;
	font-family: "Microsoft YaHei"!important;
	font-weight:900;
}

h2.article-title a {
	color: #896F97;
	text-decoration: none;
}

h2.article-title a:hover {
	text-decoration: underline;
}

.article-meta {
	background: transparent url(img/Calendar.png) -5px center no-repeat;
	color:#c29594;
	margin: 0 0 10px 0;
	padding-left:22px;
	text-align:justify;text-justify:distribute;
}

.article-teaser {
	color:#999;
	text-align:justify;text-justify:distribute;
	overflow:hidden;
}
.article-teaser img {
	max-width:600px;
	#max-width:600px;
	_width:expression(this.width>600?600:auto);
	overflow:hidden;
}
.article-teaser p{
	margin:0 0 10px;
}
.tags{
	background:url(img/tags.png) left center no-repeat;
	padding-left:20px;
}
.article-right h5{
	background:url(img/readmore.gif) no-repeat left center;
	padding-left:13px;
	margin-top:5px;
	}
a.more-link {
	display: block;
	margin: 20px 0 30px 0;
}

h3.content-title {
	margin: 0 0 10px 0;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}

#author-single {
	position: relative;
}

#author-single .avatar {
	float: left;
	width: auto;
	margin: 0 20px 30px 0;
}

#page-bookmarks {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom: 1px solid #eeeee9;
}
	
#page-bookmarks .box-left {
	float: left;
	width: 255px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}


/*	##################################
   	PREDEFINED CLASSES
	################################## */

.btn {
	padding: 5px 10px 6px;
	background: transparent url(img/bg-btn.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.alert {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-happy.png) no-repeat 10px 10px;
}


/*	##################################
   	SIDEBAR
	################################## */

h3.sidebar-title {
	background:url(img/sidebar-title-bg.png) no-repeat;
	direction:inherit;
	height:29px;
	margin: 0 0 3px;
	padding: 5px 0 0 35px;
	line-height: 16px;
	color: #1f1f1f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:blod;
	width:185px;
}

.ad-left {
	float: left;
	width: auto;
	margin: 0 10px 10px 0;
}

.ad-right {
	float: right;
	width: auto;
	margin: 0 0 10px;
}

#content-right ul,
{
	margin-left: 0px;
	padding-left: 0px;
}
#tag_cloud-3{
	text-align:justify;text-justify:distribute;
	width:220px;
}
#tag_cloud-3 div{
	padding-left:3px;
}

#recent-posts-3 li,
#linkcat-65 li,
#meta-3 li
{
	background:url(img/sidebar-li-dot.png) 3px 5px no-repeat;
	list-style:none;
	line-height:20px;
	width:202px;
	overflow:hidden;
	padding-left:18px;
	text-overflow:ellipsis;
	white-space:nowrap;			
}

#recent-posts-3 li a:hover,
#linkcat-65 li a:hover,
#meta-3 li a:hover{
	background:#eeccca;
	display:block;
	color:#fff;
	width:202px;
	
}

/*	##################################
   	FORMS
	################################## */

#searchform {
	margin: 0 0 20px;
}

.box-left #searchform {
	width: 220px;
}

#search-text {
	float: left;
	width: 170px;
	height: 22px;
	padding: 6px 5px 0 5px;
	background: transparent url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eeeee9;
	font-size: 11px;
}

#search-submit {
	float: right;
	width: auto;
	height: 30px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

input.text, textarea {
	width: 75%;
	padding: 5px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px solid #eeeee9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 125px;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	padding: 0 20px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}
/*	##################################
   	Recent Comments CSS
	################################## */

.rc_item .rc_avatar img {
	background:#FFF;
	padding:1px;
	border:0px solid #333;
}

/*	##################################
   	COMMENTS
	################################## */

#content .commentlist ol {
	margin: 0px;
	padding: 0px;
}

#content .commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

#content .commentlist .box-left {
	margin: 30px 0 0;
	padding: 0px;
	border: none;
}

.commentlist .avatar {
	float: right;
	width: auto;
	margin: 0 0 5px 20px;
}

.commentlist li p {
	margin: 0 20px 10px 0;
}

.commentlist .comment-author {
	font-size: 12px;
	font-weight: bold;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	border: none!important;
}

#content .commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

#content .commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border-right: none;
}

.reply a {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background: transparent url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none!important;
	text-decoration: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
	background: #eeeee9 url(img/bg-comment-top.png) no-repeat left top;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	background: #fff url(img/bg-comment-top-1.png) no-repeat left top;
	border-right: 1px solid #ebebe1;
}

#content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	border: none;
}

.moderation {
	padding: 0 0 0 25px;
	background: transparent url(img/bg-moderation.png) no-repeat left center;
}

.trackbacklist {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eeeee9;
}

#content .trackbacklist ul {
	margin: 0 0 20px;
}

#commentform {
	padding: 0 0 10px 0;
}

#commentform p {
	margin: 0 0 10px 0;
}

.box-comments {
	position: relative;
	padding: 0 0 30px;
}

.comments-paging {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*	##################################
   	PAGING
	################################## */
	
#paging {
	padding-bottom:10px;
}

.wp-pagenavi .pages {
	color: #dba9a6;
	float: right;
	width: auto;
}

.wp-pagenavi a, .wp-pagenavi .current,.wp-pagenavi span.extend {
	border:1px solid #fff;
	display: block;
	float: left;
	font-size:11px;
	width: auto;
	min-width: 15px;
	height: 15x;
	line-height: 15px;
	margin-right: 2px;
	background: transparent url(img/bg-paging.png) no-repeat left top;
	padding:0 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi .current {
	background: transparent url(img/bg-paging-current.png) repeat-x left top;
}


/*	##################################
   	FLICKR BADGE
	################################## */

#flickr_badge_uber_wrapper {
	text-align:center;
}

#flickr_badge_wrapper {
	padding: 0 0 5px 0;
}

.flickr_badge_image {
	display: inline;
	float: left;
	width: auto;
	margin:0 15px 15px 0; 
}
#recent-flickr-photos #wfm-recent-widget img{
	width:50px;
	height:50px;
	margin-left:2px;
	margin-bottom:2px;
	
}
	
/*	##################################
   	CLEARING
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #eeeee9;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}


/*	##################################
   	WIDGET CSS
	################################## */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td, #calendar_wrap th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#content-right #tag_cloud {
	padding: 0 0 30px;
	line-height: normal;
}

#content-right .textwidget {
	line-height: 22px;
	padding-bottom: 20px;
}

#content-right select#cat {
	margin-bottom: 20px;
}

