/**
 * Cehla Framework
 * (c) 2010 Jurko Chervony, www.skinik.name
 **/


/* General
##############################################################################*/
h1, h2, h3, h4, h5,h6 { font-family:Georgia, serif; color:#333; }

.red { color:#cc0000; }


/*
##############################################################################*/
#header #site-name {
	display:block;
	float:left;
	width:690px;
}

#header h1 {
	text-shadow:1px 1px 1px #ccc;
}

/** Navigation **/
#nav { margin-top:20px; }


/*** RSS Buttons ***/
#feed {
	display:block;
	float:right;
	width:240px;
}
#feed ul.feed {
	background:transparent;
	height:45px;
	padding:0;
	margin:0;
	width:200px;
}
#feed ul.feed li {
	float:left;
	margin:0 5px 0 0;
}

#feed ul.feed li a {
	display:block;
	float:left;
	height:45px;
	width:45px;
	background:transparent url(../i/rss-sprite.gif) no-repeat;
	border-bottom:none;
	opacity:0.7;
}
#feed ul.feed li a:hover { opacity:1; }

#feed ul.feed li .rss{background-position:0 0;}
#feed ul.feed li .greader {background-position:0 -89px;}
#feed ul.feed li .lenta {background-position:0 -44px;}


/* Content
##############################################################################*/
#content {
	border-top:4px solid #C00000;
}

#content #breadcrumb a {
	color:#cc0000;
}

#content h1.post-title a,
#content h2.post-title a {
	color:#333;
	border-bottom:1px #cc0000 solid;
	text-decoration:none;
}
#content h1.post-title a:hover,
#content h2.post-title a:hover { color:#000; border-bottom:1px #333 solid; }

#content .post a.more-link { font-weight:bold; color:#cc0000; }


/* Sidebar
##############################################################################*/
#sidebar {
	border-top:4px solid #999;
}

#sidebar .block {
	border-bottom:1px #c00000 dashed;
}

#sidebar .last-child,/* _ie6_ */
#sidebar .block:last-child { border-bottom:none; }/* Remove bottom border */

#sidebar .block ul li {
	background:transparent url(../i/arrow.gif) no-repeat scroll 0 3px;
	padding-left:15px;
}


/* Footer
##############################################################################*/
#footer {
	border-top:4px #999 solid;
	line-height:48px;
	text-align:center;	
	font-size:0.9em;
}
