/* Layout */
html
{
	font-family: 'Georgia' , sans-serif;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url(images/background_tile.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
}

div#home
{
	position: absolute;
	left: 50%;
	margin-left: -397px;
	width: 793px;
}

div#home div#header
{
	padding-top: 0px; /* tavolság a tetejétől */
	background: transparent; 
	border-top: 5px solid #46412F;
}

div#home div#subheader
{
	padding-top: 45px;
	padding-bottom: 59px;
	padding-left: 70px;
	/*width: 723px;*/
	background-image: url(images/h1_background.png);
	background-color: #605942;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

div#home div#header h1
{
	margin: 0;
	padding: 0;
	width: 416px;
	color: #A29873;
	font-weight: normal;
	font-size: 1.4em;
}

div#home div#header h1 a
{
	color: #C9C296;
	text-decoration: none;
}

div#home div#header h1 a:hover
{
	color: white;
}

div#home div#header h2
{
	margin: 0;
	padding: 0;
	width: 416px;
	color: #A29873;
	font-weight: normal;
	font-size: 1.1em;
}

div#home div#content
{
	margin-bottom: 50px;
	width: 100%;
	background-image: url(images/content_background.png);
	background-repeat: no-repeat;
}

div#home div#content ul /*a menu szovege*/
{
	font-size: 1.4em;
	/*font-weight: bold;*/
}

div#home div#content div#posts
{
	float: left;
	padding: 40px;
	padding-top: 6px;
	padding-bottom: 0;
	width: 720px; /*ez a szoveg szelessege*/
	color: #303030;
}

div#home div#content div#posts p, div#home div#content div#posts ul, div#home div#content div#posts li
{
	color: #303030; /*az alap szoveg*/
	font-size: 1.2em;
	line-height: 1.7em;
	text-align: justify;
}

div#home div#content div#posts ul, div#home div#content div#posts ul
{
	margin: 0;
	padding: 0;
	margin-left: 40px;
	color: #626262;
}

div#home div#content div#posts ol
{
	list-style-type: circle;
}

div#home div#content div#posts p a
{
	color: #705329;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #B89C74;
}

div#home div#content div#posts p a:hover
{
	color: #271700;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #705329;
}



div#home div#content div#posts p, div#home div#content div#posts ul, div#home div#content div#posts ol
{
	margin-bottom: 40px;
}

div#home div#content div#posts abbr
{
	border-bottom: 1px dotted #626262;
	padding-bottom: 2px;
}

div#home div#content div#posts div.head
{
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-top: 40px;
	background-image: url(images/post_head_background.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

div#home div#content div#posts div.head h3
{
	margin: 0;
	padding: 0;
}

div#home div#content div#posts  td
{
	margin: 0;
	padding: 3;
	text-align: justify;
	color: #303030;
}

div#home div#content div#posts div.head h3 a
{
	color: #554F3B;
	font-weight: normal;
	font-size: 1.7em;
	text-decoration: none;
	margin-left: 60px;
	
}

div#home div#content div#posts div.head h3 
{
	color: #554F3B;
	font-weight: normal;
	font-size: 1.7em;
	text-decoration: none;
	margin-left: 85px;
	
}


/* Float clearing és a hozzá tartozó IE hack */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

body
{
	font-size: 12px;
}

input
{
	background-color: #F6F4ED;
	font-family: 'Georgia' , sans-serif;
	color: #763232;
	font-size: 12px;
	border: 1px solid #A89983;
	margin: 0px;
	margin-bottom: 2px;
}


#commentform textarea
{
	width: 410px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #A89983;
	color: #763232;
}



h2
{
	color: #8A6C40;
	font-weight: normal;
	font-size: 14px;
	border-style: solid;
	border-color: #A89983;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	font-weight: bold;
}

a
{
	font-size: 13px;
	color: #8A6C40;
	border-style: solid;
	border-color: #E8DEC1;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	text-decoration: none;
}

/* kikommenteztem a font size-t */

a:hover
{
	font-size: 13px;
	color: #570E0E;
	
	border: none;
	border-bottom: 1px solid #C4B894;
	text-decoration: none;
}

h1 a, h1 a:hover
{
	margin: 0;
	padding: 0;
	width: 416px;
	color: #A29873;
	font-weight: normal;
	font-size: 1.4em;
	text-decoration: none;
	border: 0px solid black;
}

#subheader h2
{
	border: 0px solid black;
}

/* CSS VÁLTOZÁS */

/* kommentek betűmérete javítás damn */

li p
{
	font-size: 13px !important;
}
