/*
Theme Name: Lélekben Otthon
Description: Lélekben Otthon wordpress sablon
Version: 1.0
Author: Michaleczky Péter
Author URI: http://www.wired.hu
Tags: fixed width, three columns, widgets, orange, green
*/

/* 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; }
img { border: none; }
/*Div
div.content{
height:2550;
}
wrapper{
height:2550;
}*/
/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #96A096 url(images/bg.gif); 
}

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: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}



/* Container
-------------------------------------------------------------------*/

#container { 
    margin: 0px auto 20px auto;
	width: 1180px; 
	height : auto;
	float: center; 
	overflow: hidden; 
	background: #96A096 ;

	
}
 #wrapper {
   
    width: 1180px; 
	height : auto;
	float: center; 
	overflow: hidden; 
	background: #FECC80 url(images/sidebar-bg.png) repeat-y top center;
	background-size: 1180px 26px;



 }
/*#container #wrapper { 
	width: 1180px; 
	float: left; 
	overflow: hidden; 
	background: #d6ded4 url(images/sidebar-bg.png) repeat-y top right; 
}*/


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 1180px; 
	height: 151px; 
	float: left; 
	background: #fafafa url(images/header-bg-lo.png) no-repeat center; 
	position: relative; 
	margin-left:auto;
	margin-right:auto;
}
#header h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333; 
}
#header h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}



/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 4px; 
	right: 10px;
}
#search #s { 
	width: 80px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.png) no-repeat;
        
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 1180px;
	float: left; 
	height: 32px; 
	background: #4E7246 url(images/nav-bg.png) repeat-x; 
	position: relative; 
	
}
#nav ul { 
	margin-left: 15px; 
}
#nav ul li { 
	display: inline; 
	margin-right: 8px; 
}
#nav ul li a { 
	font-weight: bold; 
	/*text-shadow: 1px 1px 1px #fff; */
	text-decoration: none; 
	color: white; 
	line-height: 33px; 
	padding: 6px;
}
#nav ul li a:hover { 
	color: black; 
	background: #FE9901;
}
#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
	background: url(images/feed.gif) no-repeat 0 3px; 
}
table{
width:750px;
table-layout:fixed;
}
tr{
width:750px;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 750px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
	/*height : auto;*/
	background: #FECC80 url(images/sidebar-bg.png) repeat-y top center;
	background-size: 1180px 26px;
}

#content .post { 
width: 750px;
	margin-bottom: 15px; 
	height : auto;
}

#content .post h1.post-title { 
	color: #333;
	/*background: url(images/post.gif) no-repeat 0 6px; */
	/*padding-left: 23px;*/
	margin-bottom: 2px;
}

#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;	
}

#content .post img.attachment-thumbnail {
/*display: flex;*/
   /*justify-content: center;*/
   float: right;
   /* padding: 2px;*/
    /*border: 1px solid #516457;*/
    border: 1px solid #cccccc;
	position:sticky;
 /*  margin-left: 600px;*/
}

#content .post .post-info { 
	clear: both;
	font-size: 11px;
	color: #777;
	/*padding-left: 25px;*/
	margin-bottom: 2px;
}

#content .post .post-info .subtitle {
    padding-right: 4px;
    display: inline;
    font-weight: bold;
}

#content .post .post-info .author {
    background: url(images/icon_author.png) no-repeat 0 2px;
    padding-left: 12px;
    padding-right: 4px;
    display: inline;
}

#content .post .post-info .date {
    background: url(images/icon_time.png) no-repeat 0 4px;
    padding-left: 12px;
    padding-right: 4px;
    display: inline;
}

#content .post .post-info .comments {
    background: url(images/icon_comment.png) no-repeat 0 1px;
    padding-left: 14px;
    padding-right: 4px;
    display: inline;
    font-weight: bold;
}

#content .post .post-info .fblike {
    padding-left: 4px;
    padding-right: 0px;
	padding-bottom: 10px;
    display: block;
}

#content .post .post-info .category {
    background: url(images/folder-icon.png) no-repeat 0 0;
    padding-left: 14px;
    padding-right: 4px;
    display: inline;
}

#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content h1.archive_title, #content h1.search_title {
	background: #FE9901;
	color: white;
	font-weight: bold;
    padding: 5px 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;		
}

#content h1.archive_title span, #content h1.search_title span {
	color: white;
	font-weight: normal;
}

#content #pages { text-align: center; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	/*list-style-position: inside; */
	padding-left: 25px;
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #4D5F53; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 715px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 350px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }

/*td .excerpt{
  width:900px;
   font: 16px/18px Arial;
   text-align: justify;
/*  font-size:16px;
}*/
div .single{
text-align: justify;
}
div .excerpt{
  width:600px;
text-align: justify;
  font-size:16px;
  font: 16px/18px Arial;

}
td .text{
text-align: justify;
}
td .post-title{
  width:600px;
}

/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 750px;
	background: #FECC80; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 650px;
	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;
}



/* Sidebar
-------------------------------------------------------------------*/
.sidebar { 
	width: 200px; 
	float: left; 
	font-size: 11px; 
	color: #333; 
	margin-bottom: 15px;
}
/*.sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333; 
}*/

.sidebar h3 {
    font: bold 12px Verdana; 
    color: white;
    background: #4E7246;
    padding: 5px 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
}

.sidebar a { color: #333; text-decoration: none; }
.sidebar a:hover { color: #777; }

.sidebar .block { 
	padding: 10px; 
	overflow: hidden;
	/* background: url(images/sidebar-block-bg.gif) no-repeat bottom center; */
}

.sidebar .block ul, .sidebar .block p {
    padding-left: 4px;
    padding-right: 4px;
}

.sidebar .block ul li { 
	padding-left: 18px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

.sidebar .block { 
	padding: 10px; 
	overflow: hidden;
}

.sidebar .block ol, .sidebar .block p {
    padding-left: 4px;
    padding-right: 4px;
}

.sidebar .block ol li { 
	padding-left: 18px; 
	background: url(images/arrow.gif) no-repeat 0px 3px;
}


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



/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 1180px;
	height: 29px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(images/footer-bg.png); 
}
#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}
#footer p { 
	line-height: 28px; 
	color: #555; 
	padding-left: 15px; 
	font-size: 11px; 
	margin: 0; 
}
#footer a { 
	color: #fafafa;
	text-decoration: underline;
}

#credits {    
    font-size: 11px;
    padding-top: 15px;
    text-align: center;
    clear: both;
	
}
#credits A, #credits A:visited, #credits A:hover {
    color: white;
}

/* Lélekben Otthon egyedi stílusok */

#konyvajanlo {
	text-align: center;
}


.sidebar #loginform 
{
	background: url(images/login_icon.png) no-repeat 0 10px;
	padding-left: 35px;
}
.sidebar #loginform p
{
	margin-bottom: 2px;
}

#header #banner {
	 

 
  margin : 10px 0 0 390px;
	width : 1180px;
	height : 151px;
}




