/*  
Theme Name: I-Ching
Description: InfonetBlog traditional Chinese art theme 
Author: ash
Author URI: http://blog.cherepovets.ru/masteroftheweb/
*/

/* tag customization [begin] */
body {
	background: black;
	font-size: 0.8em;
	color: black;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	margin: 0;
}
h2 a:link, h2 a:visited {
 	color: black;
}
h3 {
	font-size: 1.3em;
}
img {
	border: none;
}
button.icon, input.icon {
	border: none;
	cursor: pointer;
}
small {
	font-size: 0.85em;
}
/* tag customization [end] */


/* font section [begin] */
/* Separate because of some browser & unicode issues  */
.post_date_etc, .postmetadata, .music_mood, .datestamp, #calendar, .sidebar .feed, .posts_navigation, .thumbs, .commentmetadata,
.powered_by, .UTWPrimaryTags, .UTWSecondaryTags, textarea, input, select {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
body {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
}
.main_header h1 {
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
#calendar tbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.post blockquote, .addictions_author {
	font-family: Georgia, 'Times New Roman', serif;
}
/* font section [end] */

/* Opera-specific hack. Adjust font size and family for Opera only */
@media all and (min-width: 0px){
  /* body {
   	font-size: 85%;
   }*/
	.post_date_etc, .postmetadata, .music_mood, .datestamp, #calendar, .sidebar .feed, .posts_navigation, .thumbs, .commentmetadata,
	.powered_by, .UTWPrimaryTags, .UTWSecondaryTags, textarea, input, select {
		font-family: Tahoma, Geneva, sans-serif;
	}
}

/* links [begin] */
a, a:link, .sidebar .minipost a, .textwidget a {
	color: #00aecd;
	text-decoration: none;
}
a:visited {
	color: #759ea6;
}
a:hover, a:active, h2 a:hover {
	color: #de0101;
	text-decoration: none;
}
a.goto, #next a, #prev a {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/goto.gif);
	padding-right: 12px;
}
a.goto:visited, #next a:visited  {
	background-image: url(images/goto_visited.gif);
}
a.goto:hover, a.goto:active, #next a:hover, #next a:active {
	background-image: url(images/goto_hover.gif);
}
a.goto.left, #prev a {
	background-position: left;
	background-image: url(images/goto_left.gif);
	padding-left: 12px;
	padding-right: 0;
}
a.goto.left:visited, #prev a:visited {
	background-image: url(images/goto_left_visited.gif);
}
a.goto.left:hover, a.goto.left:active, #prev a:hover, #prev a:active {
	background-image: url(images/goto_left_hover.gif);
}
/* links [end] */


/* 1-column structure [begin] */
.main_container, .powered_by {
	width: 764px;
	background: #fffeee url(images/bamboo.jpg) no-repeat right top;
	margin: 5px auto 0 auto;
	border: 4px solid #b3baa1;
	position: relative;	
}
.nobg {
	background-image: none;
}
.content_col {
	/* special for IE & too wide images */
	overflow-x: hidden;
}
.sidebar_col {
	clear: both;
	margin-top: 2em;	
}
.content {
	width: 555px;
	margin-left: 15px;
	padding-top: 2em;
}
/* 1-column structure [end] */


/* title and header decoration [begin] */
.main_header {
	height: 57px;
	background: url(images/main_header.jpg) no-repeat top;
}
/* FF correction */
.main_container > .main_header {
	padding-top: 5px;
}
.main_header h1 {
	font-size: 2.4em;
	margin: 0;
	padding: 0;
}
.main_header .title {
	font-size: 0.85em;
	text-align: right;
	padding-right: 55px;
	background: url(images/title_deco.gif) no-repeat right center;
	margin-right: 190px;
	margin-top: 5px;
}

.main_header h1 a:link, .main_header h1 a:visited {
	color: black;	
}
.main_header h1 a:hover {
	text-decoration: none;
	color: #DE0101;
}
/* title and header decoration [end] */


/* footer [begin] */
.main_footer {
	height: 36px;
	background: url(images/main_footer.jpg) no-repeat bottom;
	clear: both;
}
/* footer [end] */


/* posts [begin] */
h2.pagetitle {
	margin-bottom: 1em;
}
.post {
	line-height: 165%;
	margin-bottom: 1.5em;
	padding-bottom: 25px;
	clear: both;
	background: url(images/post_divider.gif) no-repeat center bottom;
}
.single_entry .post {
	background: none;
}
.post p {
	margin: 0.5em 0 1em 0;	
}
.entry a:hover {
	text-decoration: underline;
}
.entry img {
	margin: 5px 10px;
}
img.wp-smiley {
	margin: 0;
	vertical-align: text-bottom;
}
/* posted by, date, etc [begin] */
.post .post_date_etc, .postmetadata, .music_mood {
	font-size: 0.85em;
}
.post_date_etc {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: inside;
}
.post_date_etc em {
	font-style: normal;
	color: #969696;
}
.post_date_etc li {
	display: inline;
	margin-right: 7px;
}

.post .postmetadata {
	margin-bottom: 0;
	text-align: center;	
	clear: both;
}
/* datestamp [begin] */
.datestamp_wrapper {
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
}
.datestamp {
	width: 46px;
	height: 46px;
	min-width: 46px;
	min-height: 46px;
	padding: 3px;
}
.entry > .datestamp_wrapper, .datestamp_wrapper > .datestamp {
	width: auto;
	height: auto;	
}
.datestamp_wrapper {
	padding: 2px;
	border: 2px solid #c84137;
	float: left;
	/*float: right;*/
	margin-right: 5px;
	margin-top: 0.6em;
}
.entry > .datestamp_wrapper {
	margin-top: 0.2em;
}
.datestamp {
	background: #c84137 url(images/date_bg_v2.gif) left top;	
	font-size: 0.85em;
	color: #FFFEEE;
	/*color: white;*/
	line-height: 135%;
	text-align: center;
}
.datestamp em {
	font-style: normal;
	font-size: 1.8em;
	line-height: 80%;
}
/* datestamp [end] */
/* posted by, date, etc [end] */


/* mood and music block [begin] */
.music_mood {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 9px;
	line-height: 2.4em;
	background: url(images/music_mood_bg_v2.jpg) no-repeat top left;
	height: 2.2em;
	min-height: 2.2em;
	line-height: 2.2em;
	clear: both;
}
.entry > .music_mood {
	height: auto;	
}
.music_mood li img {
	margin: 0 0 0 3px;
}

.music_mood li {
	margin-right: 15px;
}
.music_mood li span {
	white-space: nowrap;
}
.music_mood em {
	font-style: normal;
	color: #8b9871;
}

.music_mood.inline li {
	display: inline;
}
.music_mood.inline img {
	vertical-align: text-bottom;
}
.music_mood.list {
	line-height: 200%;
}
.music_mood.list img {
	vertical-align: middle;
}
/* mood and music block [end] */


/* quotes [begin] */
.post blockquote {
	padding-left: 30px;
	line-height: 170%;
	background: url(images/quote_deco.gif) no-repeat 0 3px;
	font-style: italic;
	font-size: 0.95em;
	margin-left: 0;
}
/* quotes [end] */
/* posts [end] */


/* tabs [begin] */
.tabs {
	width: 28px;
	position: absolute;
	left: -28px;
	top: 10px;
}
.tabs, .tabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* tabs [end] */


/* sidebar blocks [begin] */
.sidebar h2 {
	background: url(images/sideblock_header_deco_s.gif) no-repeat left top;
	padding-left: 25px;
	line-height: 100%;
	font-size: 1.4em;
	margin-bottom: 0.2em;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul.col {
	width: 253px;
	float: left;
}
.sidebar li {
	list-style: none;
}
.sidebar .widget, .sideblock, .linkcat, .sidebar .categories {
	width: 233px;
	padding: 0 10px;
	margin-bottom: 1.5em;
}
.sidebar li li {
	background: url(images/list_item_divider.gif) repeat-x bottom;
	padding: 4px 5px 4px 6px;
}
.sidebar li li a {
	background: url(images/bullet.gif) no-repeat left 0.8em;
	padding: 4px 0 4px 14px;
	line-height: 130%;
}
/* recent comments tweak [begin] */
.sidebar li li.recentcomments a {
	padding: 4px 0 4px 14px !important;
}
.sidebar li li.recentcomments a.entry_title {
	background: none !important;
	padding-left: 0 !important;
}
/* recent comments tweak [end] */
.sidebar li li a, .sidebar .feed li a {
	color: black;
}
.sidebar li li a:hover {
	background-image: url(images/bullet_hover.gif);
}
.sidebar li li.over {
	background-color: #f4f3de;	
}
.sidebar li li a:visited {
	color: #808080;
}
.sidebar li li a:hover, .sidebar .feed a:hover {
	color: #DE0101;
}

.widget_categories h2 {
	background-image: url(images/sideblock_cats_deco_s.gif) !important;
}
.widget_archives h2 {
	background-image: url(images/sideblock_archive_deco_s.gif) !important;
}
.linkcat h2 {
	background-image: url(images/sideblock_blogroll_deco_s.gif) !important;
}
/* sidebar blocks [end] */


/* sidebar text block (widget) [begin] */
.textwidget {
	padding: 0 10px 0 15px;
	font-size: 0.85em;
}
/* sidebar text block (widget) [end] */


/* rss (wiget) [begin] */
.widget_rss h2 img {
	display: none;
}
.widget_rss h2 {
	background-image: url(images/feed_icon_small.gif);
}
/* rss (wiget) [end] */


/* polls (widget) [begin] */
.wp-polls button.Buttons {
	width: 88px;
	height: 24px;
	background: url(images/button_vote.gif) no-repeat;
	background-color: transparent !important;
	cursor: pointer;
	border: none !important;
}
.wp-polls button.Buttons span {
	visibility: hidden;
}
.widget_polls p {
	margin: 0.5em 0;
}
.wp-polls-ul input {
	background: none;
	vertical-align: middle;
}
.wp-polls-ul li {
	line-height: 200%;
}
.sidebar .wp-polls-footer, .sidebar .wp-polls-header {
	text-align: center;
}
.wp-polls .pollbar {
	background: #dbdbb9;
	height: 9px;
	overflow: hidden;
}
.sidebar .wp-polls-ans .wp-polls-ul li {
	padding: 0.2em 0 0.2em 10px;
}
.sidebar .wp-polls li a {
	background: none !important;
	padding: 0;
}
/* polls (widget) [end] */


/* search (widget) [begin] */
.sidebar .widget_search {
	/*background: red;
	height: 50px;*/
}
#searchform {
	margin: 0;
	/*margin-left: 10px;*/
}
/* too bad the search button in widgets doesn't have an id or class */
#searchform input {
	background: url(images/button_search.gif) no-repeat;
	border: none;
	width: 65px;
	height: 25px;
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
}
#searchform #s {
	width: 140px;
	margin-left: 13px;
	height: auto;
	cursor: auto;
}
#search_button, #s {
	vertical-align: middle;
}
/* search (widget) [end] */


/* calendar (widget and non-widget) [begin] */
.sidebar #calendar {
	padding-top: 10px;
}
#calendar .widgettitle {
	display: none;
}
#calendar {
}
#calendar_wrap {
	width: 218px;
	margin: 0 auto;
}
#calendar table {
	border: none;
	border-collapse: collapse;
	width: 205px;
	margin: 0 auto;
	font-size: 0.85em;
}
#calendar_wrap > table {
	width: auto;
	min-width: 160px;
}
#calendar tbody, #calendar thead {
	text-align: right;
}
#calendar thead {
}
#calendar thead th {
	font-weight: normal;
	text-transform: lowercase;
}
#calendar tbody {	
}
#calendar caption {
	font-weight: bold;
	padding-bottom: 3px;
	width: 100%;
}
#calendar table th {
	padding: 3px 4px;
}
#calendar table td {
	padding: 5px 8px 5px 3px;
	position: relative;
	z-index: 3;
}
#calendar table tbody td {
	width: 19px;
}
#calendar #today {
	background: #e6f5bd;
	color: #527100;
}
#calendar .over {
	background: #182222;
	cursor: default;
}
#calendar #next {
	text-align: right;
}
/* calendar (widget and non-widget) [end] */


/* feed [begin] */
.sidebar .feed {
	padding-bottom: 10px;
	/*margin-right: 20px;*/
	clear: both;
	text-align: right;
	font-size: 0.85em;
}
.sidebar .feed li {
	background: url(images/feed_icon.gif) no-repeat left;
	padding: 5px 0 5px 27px;
	display: inline;
	margin-right: 10px;
}
/* feed [end] */


/* next and previous posts [begin] */
.posts_navigation {
	clear: both;
	margin: 0;
	padding: 0;	
	margin-top: 2em;
	margin-bottom: 4em;
	background: url(images/posts_nav_bg.gif) repeat-x center;
	font-size: 0.85em;
	list-style: none;
}

.posts_navigation, .previous_posts, .next_posts {
	height: 13px;
	min-height: 13px;
}
.content > .posts_navigation, .posts_navigation > .previous_posts, .posts_navigation > .previous_posts {
	height: auto;
}
.previous_posts, .next_posts {
	vertical-align: middle;
	display: block;	
}
.posts_navigation > .previous_posts, .posts_navigation > .next_posts {
	min-width: 150px;
	width: auto;
}
.posts_navigation a:link {
	color: black;
}
.posts_navigation a:hover, .posts_navigation a:active {
	color: #DE0101;
}

.previous_posts a, .next_posts a {
	white-space: nowrap;
	background: #FFFEEE;
	padding: 0 5px;
}
.previous_posts {
	float: left;
	background: url(images/posts_prev.gif) no-repeat left top;
	padding-left: 30px;
}
.next_posts {
	float: right;
	background: url(images/posts_next.gif) no-repeat right top;
	text-align: right;
	padding-right: 30px;
}
/* next and previous posts [end] */


/* thumbnails strip [begin] */
.thumbs_wrapper {
	
}
.thumbs {
	font-size: 0.85em;
	clear: both;
	/*position: absolute;*/
	position: relative;
	left: -36px;
	margin-right: -36px;
	width: 800px;
}
.thumbs .top {
	height: 10px;	
	background: url(images/thumbs_strip_top.jpg) no-repeat left bottom;
}
.thumbs .body{
	background: url(images/thumbs_strip_body.jpg) repeat-y left top;
}
.thumbs .bottom {
	height: 40px;
	background: url(images/thumbs_strip_bottom.jpg) no-repeat left top;
	padding-top: 15px;
	padding-left: 50px;
}
.thumbs ul {
	margin: 0;
	margin-left: 55px;
	padding: 0;
	height: 100%;
}
.thumbs li {
	float: left;
	list-style: none;	
	/* don't do right margin - breaks IE layout with some thumbnail widths */
	margin: 2px 0px 2px 15px;
	text-align: center;
	font-size: 0px;
}
.thumbs img {
}
.thumbs img, .thumbs li.filled {
	border: 3px solid #cbc7b9;
}
.thumbs li.filled {
	background: #cbc7b9;
}
.thumbs li.filled img {
	border: none;	
}
/* FF - IE tweak */
.thumbs .breaker {
	margin: 0;
	float: none;	
	display: none;
}
.thumbs ul > .breaker {
	display: block;
}
/* thumbnails strip [end] */

/* comments [begin] */
h3#comments {
	clear: both;
	margin: 3em 0 1em 0;
}
.commentlist {
	margin: 0;
	padding: 0;
	clear: both;
}
.comment {
	list-style: none;	
	background: #eaeecc url(images/comment_bg_even.jpg) no-repeat top;
	width: 487px;
	font-size: 0.85em;
	margin: 0;
	margin-bottom: 2em;
	margin-left: 35px;
	padding: 20px 15px 15px 15px;
	line-height: 160%;
	clear: both;
}
.comment.odd {
	background-image: url(images/comment_bg_odd.jpg);
	background-color: #edf7e8;
}
.commentmetadata {
	margin: 0;
	margin-bottom: 0.8em;
	padding: 0;
	/*display: inline;*/
}
.commentmetadata li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
.commentmetadata li em {
	color: #8c8b82;
	font-style: normal;
}
.comment img.avatar {
	border: 1px solid #FFFEEE;
	padding: 2px;
	vertical-align: baseline;
	float: left;
	margin: 0 10px 0 0;
}
.comment .commentmetadata li a {	
	color: black;
}
.comment .commentmetadata li.author a {
	font-weight: bold;
}
.comment .commentmetadata li a:hover {	
	color: #DE0101;
}
.comment .edit {
	float: right;
	line-height: 100%;
}
.comment p {
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}
.comment h3#respond, .commpreview h3 {
	font-size: 1.6em;
}
.commbottom {
	text-align: right;
}
#comment_submit {
	background: url(images/button_submit.gif) no-repeat;
	width: 90px;
	height: 24px;
}
#commentform label {
	margin-left: 5px;
}
#commentform p {
	margin: 0 0 1em 0;
}
#commentform input {
	width: 150px;
}
#commentform textarea.wide {
	width: 480px;
}
.awaiting_moderation {
	color: gray;
}
.awaiting_moderation .note {
	color: black;
}
.commpreview h3 {
	margin-bottom: 0.5em;
}
/* comments [end] */


/* general-purpose classes [begin] */
.box {
	background: #f2f1db url(images/box_bg.jpg) no-repeat left top;
	width: 532px;
	padding: 10px;
	margin: 1em 0;
	font-size: 0.85em;
	line-height: 160%;
}
.trackback {
	background: url(images/trackback_icon_tiny.gif) no-repeat left;
	padding-left: 15px;
}
.leave_response {
	/*background: url(images/trackback_icon_tiny.gif) no-repeat left;
	padding-left: 15px;*/
}
.rss a {
	background: url(images/feed_icon_tiny.gif) no-repeat left;
	padding-left: 17px;
}
.box .edit a {
	background: url(images/edit_icon_tiny.gif) no-repeat left;
	padding-left: 17px;
}
.breaker {
	height: 1px;
	font-size: 1px;
	clear: both;
	/* special for IE */
	overflow: hidden;
}
p.attention {
	background: url(images/picto_warning.gif) no-repeat left top;
	padding-left: 30px; 
}
.short_page_spacer {
	height: 30em;
}
/* general-purpose classes [end] */


/* powered by [begin] */
.powered_by {
	background-image: none;
	margin-top: 3em;
	padding: 3px 0 0.1em 0;
	clear: both;
	font-size: 0.85em;
	line-height: 26px;
	border-bottom: none;
}
.powered_by ul {
	margin: 0 5px 0 5px;
	padding: 0;
	list-style: none;
}
.powered_by li {
	padding: 0 0 0 17px;
	margin: 0 0 0 9px;
	float: left;
	background: url(images/bullet.gif) no-repeat center left;	
}
.powered_by .blog_join {
	float: right;
}
.blog_join a {
	display: block;
	background: url(images/music_mood_bg_v2.jpg) no-repeat left top;
	padding: 0 10px 0 10px;
}
.powered_by .infonet_home {
	margin: 0;
}
.infonet_home a {
	display: block;
	width: 67px;
	height: 27px;
	background: url(images/infonet_logo.gif) no-repeat;
}
.powered_by .blog_join, .powered_by .infonet_home {
	background: none;
	padding: 0;
}
.infonet_home a span {
	visibility: hidden;
}
.powered_by .breaker {
	display: none;
}
.powered_by > .breaker {
	display: block;
}
/* powered by [end] */


/* whisper plugin [begin] */
input#whisper {
	width: auto;
}
#whisperdiv label {
	margin: 0;
}
/* whisper plugin [end] */


/* UTW tags [begin] */
.UTWPrimaryTags, .UTWSecondaryTags {
	font-size: 0.85em;
}
.utw_cloud {
	width: 180px;
	float: right;
}
.utw_cloud sub {
	font-size: 60%;
	vertical-align: text-bottom;
}
/* UTW tags [end] */


/* miniposts & addictions [begin] */
.sidebar li.minipost li {
	background-image: none;
	padding: 4px 5px 4px 8px;
	background-color: #f4f3de;
	font-size: 0.85em;
}
.sidebar li.minipost li a, ul.friendlist_blogpics li a, ul.friendlist_blogpics li a:hover {
	padding: 0;
	background: none;
}
.minipost img {
	margin: 4px 7px;
}
.minipost p {
	margin: 0.5em 0;
}
.sidebar .minipost li.even, .sidebar .minipost li.over.even {
	background-color: transparent;
}
.minipost h3 {
	margin: 0;
}
.sidebar .minipost h3 a {
	color: black;
}
/* miniposts & addictions [end] */

/* address (in comments) [begin] */
button.address {
	background: url(images/button_address.gif) no-repeat;
	width: 16px;
	height: 11px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
button.address span {
	visibility: hidden;
}
/* address (in comments) [end] */


/* forms [begin] */
form {
	padding: 0;
	margin: 0;
}
textarea, input, select {
	font-size: 1em;
}
textarea {
	overflow: auto;
}
input.field, input, select, textarea, #searchform #s {	
	background: #f6f5e6;
	border: 1px solid;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: #afaea3;
	border-right-color: #afaea3;
}
textarea.medium {
	height: 10em;
}
textarea.wide {
	width: 100%;
}
/* forms [end] */

