/**
 * 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 #nav-feed {
   display:block;
   float:left;
   width:960px;
}

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

#s {
   background:transparent url(../i/cehla-sprite.gif) no-repeat 0 -15px;
}

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

#nav ul ul a {
   color:#fff;
   background-color:#464646;
}
#nav li:hover > a,
#nav li.hover > a, /* _ie6_ */
#nav ul ul :hover > a,
#nav .current-menu-item a,
#nav .current_page_item a {
	color:#fff;
	background-color:#cc0000;
}

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

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

#feed .rss{background-position:0 -102px;}
#feed .greader {background-position:0 -192px;}
#feed .lenta {background-position:0 -147px;}


/* 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; }


/* Comments
##############################################################################*/
/*********** START  admin`s comment  ************/
#content .entry ol.commentlist li.comment-author-admin {
   border:1px solid #c00000;
   border-radius:5px;
   -moz-border-radius:5px;
   -khtml-border-radius:5px;
   -webkit-border-radius:5px;
}
#content .entry .comment-author-admin .fn { color:#c00000; }
#content .entry .comment-author-admin .fn a { color:#c00000; }
/*********** END  admin`s comment  ************/



/* 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;
}


/* Footer
##############################################################################*/
#footer {
   border-top:4px #999 solid;
}
