/*  
Theme Name: Funny Zen
Theme URI: http://www.dazhibao.org
Description: Zen Serie with Funny Colors : Version 1.0 based on http://www.jauhari.net/themes/jblock">jBlock Theme</a>
Author: AK Sensei from Dazhibao
Author URI: http://www.dazhibao.org

this CSS and XHTML is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* --- Global Stuff --- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 0.1em;
	overflow-y: scroll;
}

body {
	background-attachment: fixed;
	background: #4A4E52;
	color: #222222;
	font: 70%/1.6em Verdana, Helvetiva, Tahoma, Arial, sans-serif; 
	margin: 0 0 30px;
	padding: 0;
	text-align: justify;
}

img.right {
	float: right;
	margin: 10px 0 0 10px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.wp-smiley {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
	}
	
img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #1CA4B4;
}

a:hover, a:active {
	color: #C705BC;
}

p {
	line-height: 1.6em;
	margin: 0.7em 0;
	padding-left: 5px;
	padding-right: 5px;
}

br.clear {
	clear: both;
}


/* --- Content Stuff --- */

#page {
	text-align: justify;
	width: 950px;
	padding: 0 20px 20px 0;
/*	border-top: 10px solid #C42113; */
	margin: 0 auto;
}

#top {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	}

#miniwrapper {
	height: 100px;
}

#header {
	float: left;
	margin: 0;
	padding: 0;
	text-align:left;
	color: #C3EAFB;
}

#left {
	float: left;
	width: 730px;
}

#right {
	float: right;
	width: 180px;
}

#topcontent {
	width: 500px;
	height: 40px;
	float: right;
	background: url(images/topcontent.png) top left no-repeat;
}

#content {
	width: 500px;
	float: right;
	background: #eeeeee;
	padding: 0px;
	text-align: justify;
	margin-top: 5px;
	font-size: 1em;
	color: #555555;
}

#content .commentsfeed {
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}

#content .trackback {
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 20px;
}

.post {
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 25px;
	text-align: justify;
	font-size: 0.9em;
	color: #555555;
}

.postmetadata {
	font-size: 0.8em;
	color: #999999;
}

.postmetadata  a {
	color: #444444;
}

#entry {
	padding-top: 15px;
	margin-bottom: 5px;
	background: url(images/topcontent.png) top left no-repeat;
}


/* --- Sidebar --- */


#sidebar {
	width: 180px;
	float: left;
	padding-left: 15px;
	background: transparent;
	color: #5F7813;
	padding-right: 15px;
	padding-bottom: 150px;	
}

.side1 {
}

.side2 {
}

#sidebar ul, #right ul {
	list-style: none;
}

#indent10  ul {
	padding-left: 15px;
}

#sidebar .side1 h2 {
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #F97114;
	letter-spacing: 0.08em;
	background: url(images/tag.png) 0 40% no-repeat;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#sidebar a {
	color: #1CA4B4;
}

#sidebar a:hover {
	color: #B5E615;
}


/* --- Links, Titles and Typography --- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Verdana, Arial, Serif;
}

#header .description {
	font: 12px;
	color: #B5E615;
	margin-left: 25px;
}

#header .blogname {
	margin-left: 25px;
}

#header .blogname h1{
	font: 30px "Trebuchet MS", Verdana, sans-serif;
	color: #29B1BF;
}

#header .blogname a {
	color: #29B1BF;
}

#header .blogname a:hover {
	color: #29B1BF;
}

#right .side2 h2 {
	font: 1.4em "Trebuchet MS", Verdana, sans-serif;
	color: #9A2AE1;
	letter-spacing: 0.08em;
	background: url(images/tag.png) 0 40% no-repeat;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#right .side2 a {
	color: #1CA4B4;
}

#right .side2 a:hover {
	color: #B5E615;
}

#sidebar #avatar {
	border: 1px solid #999999;
}

h2 {
	font: 1.8em Arial, Verdana; 
}

h2 a {	
	color: #790F5F;
}

h2 a:hover {
	color: #C705BC;
}

h2.pagetitle {
	text-align: center;
	font: 70%/1.6em Verdana, Helvetiva, Tahoma, Arial, sans-serif;
	font-size: 1em;
	padding-top: 15px;
	color: #B5E615;
	margin-bottom: 5px;
	height: 40px;
	background: url(images/topcontent.png) top left no-repeat;
}

.post h2 {
	font: 1.8em Arial, Verdana; 
}

.post h2 a {	
	color: #790F5F;
}

.post h2 a:hover {
	color: #F0330A;
}

.post ul {
	margin-left: 35px;
}

.post ol {
	margin-left: 40px;
}

p.postmetadata {
	color: #999999;
	font-size: 85%;
	margin-bottom: 10px;
}

p.postmetadata a {
	color: #666;
	text-decoration: none;
}

span.time {
	background: url(images/timex.png) 0 0 no-repeat;
	padding-left: 18px;
	font-size: 1.2em;
	color: #000000;
}

h3 {
	background: url(images/timex.png) 0 0 no-repeat;
	padding-left: 18px;
	font-size: 1.2em;
	color: #000000;
}

span.cat {
	background: url(images/cat.png) 0 0 no-repeat;
	padding-left: 15px;
}

span.edit {
	background: url(images/edit.png) 0 0 no-repeat;
	padding-left: 15px;
}

span.comment {
	background: url(images/comments.png) 0 0 no-repeat;
	padding-left: 15px;
}

.post ul.postspermonth {
	list-style:none;
	padding: 0;
	margin: 0;
}

.post p a {
	border-bottom: 1px solid #ccc;
}

.post p a:hover {
	border: none;
}

.post a img, .post img {
	border: none;
	padding-right: 5px;
}	

.category, .month {
	margin-bottom: 20px;
}

.category h2, .month h2 {
	border-bottom: 1px solid #ccc;
}

/* --- Footer --- */

#footer {
	width: 730px;
	text-align: center;
	margin: 0 auto;
	padding-left: 220px;
}

#footer {
	color: #BCE240;
	font-size: 0.8em;
}

#footer p {
	color: #BCE240;
	font-size: 0.8em;
	background: url(images/star1.png) 0 0 no-repeat;
}

#footer a {
	color: #eeeeee;
}

#footer a:hover {
	color: #BCE240;
	text-decoration: underline
}


/* --- Comments and More --- */

.navigation a {
	color: #666666;
}

.alignleft {
	float: left;
	width: 50%;
}

.alignright {
	float: right;
	text-align: right;
	width: 50%;
}

p.stats {
	color: #999999;
	font-size: .8em;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
}

blockquote {
	background: url(images/blockquote.png) no-repeat left top;
	color: #94A6A8;
	font-size: 0.8em;
	margin: 1em;
	padding: 0 0 10px 50px;
}

code {
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #2692F7;
	padding: 5px;
}

input.textbox, textarea {
	background: #eeeeee url(images/shadow.png) repeat-x top;
	border: #cccccc 1px solid;
	font: 1em Verdana, Arial, sans-serif;
	padding: 2px;
}

input.textbox:focus, textarea:focus {
	background: #eeeeee url(images/shadow.png) repeat-x top;
	border: #999999 1px solid;
}

#submit {
	padding: 5px 5px;
}

#searchsubmit {
	margin-top: 15px;
}

.comment {
	background: #eeeeee url(images/shadow.png) repeat-x top;
	border-bottom: #dddddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}

#comment {
	width: 100%;
}

#left input#s {
	width: 90%;
	padding: 5px;
	margin-bottom: 10px;
	background: #D4F7DA;
}

#left input#s:focus {
	width: 90%;
	padding: 5px;
	margin-bottom: 10px;
	background: #333333;
	color: #ffffff;
}

#left input#searchsubmit {
	background: #30BA47;
	border: #269237 2px solid;
	color: #ffffff;
	font-size: 1.3em;
	margin: 0;
	font-weight: bold;
	padding: 5px 5px;
}

#left input#searchsubmit:focus {
	background: #BCE240;
}

.rss {
	background: url(images/feed-icon-12x12.png) left center no-repeat;
	padding-left: 15px;
}

.alt {
	background: #eeeeee;
}

fieldset {
	border: none;
}

textarea {
	width: 100%;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0.5em;
	padding: 0;
}

hr {
	display: none;
}


/*  
Links:

http://www.seokontakt.ru/
http://www.100-tovarov.ru/
http://www.23-fevralya-podarki.ru/
http://www.linzar.ru/
http://www.minikvartira.ru/

*/

