@import "http://statiq.fr/if/Css/all.css";

h4
{
    padding-bottom: 5px;
    background: url(./Images/Home_RightMenu_Underline.png) no-repeat bottom;
    margin-bottom:10px;
}

#content h2
{
    margin-bottom: 2px;
    padding: 0;
    line-height: 1em;
}

.descr
{
    margin-bottom: 10px;
    font-size: 80%;
}

.entry h2
{
    font-size: 20px;
}

#right_menu .twitter a
{
    font-size: 100%;
    font-weight: normal;
}

#right_menu h1
{
    text-align: center;
    background-color: #0D55A0;
}

#right_menu h1 a {
    color: #fff;
}

div.twitter
{
    height:60px;
}

div.twitter p
{
    padding: 5px 0 5px 55px;
    margin-bottom:30px;

}

/* tag cloud */
.tagcloud
{
    margin-bottom: 10px;
    white-space: normal;
}
.tagcloud li
{
     margin-left:10px;
    display: inline;
    border-bottom: none;
}
.tagcloud .content ul li
{
    border-bottom: none !important;
}
.tagcloud a
{
    margin-right: 4px;
    display: inline;
    text-decoration: none;
    border-bottom: none;
}
.tagcloud a:hover
{
}
.tagcloud a.biggest
{
    font-size: 16px;
    font-weight: 900;
}
.tagcloud a.big
{
    font-size: 14px;
    font-weight: 700;
}
.tagcloud a.medium
{
    font-size: 12px;
    font-weight: 500;
}
.tagcloud a.small
{
    font-size: 10px;
    font-weight: 300;
}
.tagcloud a.smallest
{
    font-size: 9px;
    font-weight: 100;
}

#metamenu
{
    list-style-type:none;

}

#metamenu li
{
    margin-left:10px;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
	background: #E0EAEF;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
	border: 1px solid silver;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
	margin-bottom: 2px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

#relatedPosts a
{
    display: block;
}

#relatedPosts span
{
    display: none;
}