/*
Theme Name: Librio
Description: Inspired by Mac OS X Leopard.
Version: 1.0
Author: Deniart
Author URI: http://deniart.ru/.
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	Librio v1.0
	http://deniart.ru/

	This theme was designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/



*

{
padding : 0;
margin : 0;
}
ul, ol {
list-style : none;
list-style-position : inside;
}
ol ol, ul ul, ol ul, ul ol {
margin-left : 20px;
margin-bottom : 0;
}

h1, h2, h3, h4, h5, h6 {
font-family : "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
font-weight : normal;
color : #333;
}
h1 {
font-size : 22px;
line-height : 26px;
margin-bottom : 10px;
}
h2 {
font-size : 20px;
line-height : 24px;
margin-bottom : 7px;
}
h3 {
font-size : 18px;
line-height : 22px;
margin-bottom : 5px;
}
h4 {
font-size : 16px;
line-height : 20px;
margin-bottom : 5px;
}
h5 {
font-size : 14px;
line-height : 18px;
margin-bottom : 5px;
}
h6 {
font-size : 12px;
line-height : 16px;
margin-bottom : 5px;
}
h1 span {
color : #999;
}
a {
color : #5371c5;
text-decoration : none;
}
a:hover {
color : #5371c5;
text-decoration : underline;
}
a:visited {
color : #5371c5;
}
p {
margin-bottom : 10px;
}
input, textarea {
font : 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
blockquote {
font : 14px/22px Arial;
background : #2b2f36;
color: #FFFFFF
}





#commentform {
background : #fafafa;
border : 5px solid #bcbcbc;
padding : 10px;
color : #353535;
}
#commentform p {
margin-bottom : 7px;
}
#commentform textarea {
width : 640px;
border : 1px solid #aaa;
height : 120px;
}
#commentform input.text {
width : 150px;
border : 1px solid #aaa;
margin-right : 10px;
padding : 3px 3px;
}
#commentform input#submit {
padding : 3px 10px;
}
#comments .comment {
width : 670px;
background : #c9c9c9;
margin-bottom : 10px;
overflow : hidden;
padding-bottom : 5px;
border-top : 1px solid #b4b4b4;
border-bottom : 1px solid #b4b4b4;
}
#comments .comment .comment-avatar {
width : 50px;
float : left;
padding : 5px 7px;
}
#comments .comment .comment-content {
width : 570px;
float : left;
padding : 10px 15px;
margin : 5px 5px 0 0;
background : #fafafa;
}
#comments .comment .comment-content a {
color : #444;
}
#comments .comment .comment-info {
font-size : 11px;
color : #777;
margin-bottom : 5px;
}
#comments .comment .comment-info span {
font : bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;
padding-right : 10px;
margin-bottom : 5px;
}
#comments .comment .comment-info a {
color : #444;
text-decoration : none;
}
#comment-author {
background : #eeeeee;
margin : 0 0 5px;
padding : 10px 10px 5px;
}
#commentlist li { border:2px solid white; } /* not logged or subscriber */
#commentlist li.administrator { border:2px solid red } /* blog admin */
#commentlist li.editor { border:2px solid blue } /* editor */
#sidebar {
width : 250px;
float : left;
font-size : 11px;
color : #555;
margin-bottom : 15px;
overflow:hidden;
}
.yarr span {
	font-size : 12px;
	color : #2b2f36;
	font-weight : bold;
}
#sidebar h3 {
font : 25px Impact;
color : #2b2f36;
padding-left : 15px;
}
#sidebar a {
color : #333;
text-decoration : none;
}
#sidebar a:hover {
color : #777;
}
#sidebar .block {
padding : 0px 0px 20px;
overflow : hidden;

}
#sidebar .block ul li {
padding-left : 40px;
background : url(http://www.astucesandco.info/wp-content/themes/librio/images/arrow.gif) no-repeat 25px 3px;
}
#sidebar .block #calendar_wrap .pad {
background : none;
}
#sidebar .block #calendar_wrap #prev {
background : none;
}
#sidebar .block #calendar_wrap #next {
background : none;
}
#sidebar .block #calendar_wrap table {
width : 100%;
margin : 0;
padding : 0;
}
#sidebar .block #calendar_wrap table th {
width : 14.2%;
}
#sidebar .block #calendar_wrap table td {
width : 14.2%;
background : #fafafa;
text-align : center;
color : #888;
}
#sidebar .block #calendar_wrap table td a {
font-weight : bold;
}







