/*
Theme Name: Limbik
Description: Limbik is a two-column, widget-ready.
Version: 0.1
Author: Nagore
*/
* { margin: 0; }

body
{
	font-family: Tahoma, Lucida Grande;
	font-size: 12px;
	background: #7c7d77;
}
a { 
color: #484848;
text-decoration: none;
}
a:hover { color: #990000; }

#wrap
{
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background: #e3e5de;
	background: url(images/background.jpg) repeat-y;
}




#header
{
	background: url(images/header.jpg) no-repeat;
	height: 200px;
}

/*#header a.blocked
{
display: block;
width: 100%;
}
*/


/*////////////////////////////////////////////////////////////////////////*/


#content
{
	padding-top: 10px;
}

/*////////////////////////////////////////////////////////////////////////*/


#sidebar
{
	background: url(images/sidebar_bg.gif) repeat;
	font-family: Tahoma, Lucida Grande;
	line-height: 20px;
	float: left;
	width: 190px;
	padding: 8px;
    margin-left: 38px;
    min-height: 400px;
}


#sidebar h2
{
	font-weight: 400;
	background: #e3e5de;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 8px;
	text-transform: lowercase;
	font-size: 18px;
        color: #484848;
}

#sidebar h2 a
{
	text-decoration: none;
}

#sidebar h2 a:hover
{
	text-decoration: none;
	color: #990000;
}


#sidebar ul, #sidebar ol
{
	margin: 5px 5px 0 0;
	line-height: 20px;
	font-size: 18px;
	padding: 0;
}

#sidebar li
{
	list-style: none;
	text-transform: lowercase;
	font-weight: 400;
	padding-left: 20px;
	

}

#sidebar li a
{
	text-decoration: none;

}

#sidebar li a:hover
{
	text-decoration: none;
	color: #990000;

}




/*////////////////////////////////////////////////////////////////////////*/


#left
{
	font-size: 12px;
	line-height: 1.8em;
	float: left;
	width: 610px;
	padding: 0 0 0 10px;
}

/*////////////////////////////////////////////////////////////////////////*/

#left .post blockquote
{
	margin-top: 10px;
	margin-bottom: 20px;
    padding: 20px;
    color: #666;
    font-family: georgia;
    font-size: 13px;
    text-decoration: italic;
    /*background: url(images/sidebar_bg.gif) repeat;
	min-height: 36px;*/
}



.post {
display: block;
overflow: auto;
max-height: 470px;
min-height: 470px;
}

.post .title
{

	font-family: Tahoma, Lucida Grande;
	line-height: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: 400;
	margin-top: 15px;
        margin-right: 10px;
	text-transform: lowercase;
	font-size: 18px;
        padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
        border-bottom: solid #484848 2px;

}



.post .title a
{
	text-decoration: none;
	color: #484848;
}
.post .title a:hover
{
	color: #990000;
	x-green-color: #990000;
	text-decoration: none;
}
.post .meta
{
	color: #999;
	padding: 2px;
	font-size: 11px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post .meta a
{
	color: #777777;
}
.post .meta a:hover
{
	color: #000;
}
.post .meta .posted
{
	float: left;
}
.post .meta .comments
{
	float: right;
}
.post .meta .comments a
{
	background: url(images/comments.png) left no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
	display: block;
	text-decoration: none;
}

.post .entry
{
	text-align: justify;
	padding: 6px;
	margin-bottom: 35px;
	line-height: 16px;
        color:#484848;
}

.post p {
margin-bottom: 10px;
}

.post a { 
color: #990000;
text-decoration: underline;
}
a:hover { color: #333333; }


.post img {
background: #ffffff;
padding: 5px;
border: solid 1px #333;
max-width: 400px;
margin: 10px;
}



/*////////////////////////////////////////////////////////////////////////*/


#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9f9f9;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

/*////////////////////////////////////////////////////////////////////////*/


#left .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#left .commentlist li.one, #left .commentlist li.alt
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#left .commentlist li.alt 
{
    background:#f9f9f9;    
}
#left .commentlist li.authorcomment 
{
    background: #ECE9D8;      
}
#left .commentlist li.one .cmtinfo, #left .commentlist li.alt .cmtinfo 
{
	font-size:1em;			
}
#left .commentlist li.one cite, #left .commentlist li.alt cite
{
	font-style:normal;
	font-weight:bold;
}
#left .commentlist li.one .cmtinfo em, #left .commentlist li.alt .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}

/*/////////////////////////////////////////////////////////////////////////*/

#wp-calendar {
font-size: 12px;
}

/*////////////////////////////////////////////////////////////////////////*/

#footer
{
	height: 30px;
	font-size: 10px;
	color: #990000;
	padding-left: 38px;
        padding-right: 38px;
        margin-top: 5px;
        margin-bottom: 5px;
	text-align: left;
	background: url(images/footer.jpg) no-repeat;
}

