/* base
----------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	background-color: #fff;
        background: url(http://fourfathers.hu/new/images/bg_top.png) repeat-x top left;
}

.announce {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: justify;
	margin: 0 10px 0 10px;
	padding: 5px 5px;
}

.bloglink {
	background: #FFF6BF;
	border: 6px solid #FFD324;
	text-align: center;
	margin: 0 10px 20px 10px;
	padding: 5px 5px;
font-size: 26px;
        font-family: Georgia, Tahoma, serif;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #308ed8;
}

a:hover {border-bottom: 1px #308ed8 solid;}

a img {
	border: none;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	border: none;
        text-decoration: none;
        color: #000;
}

h3 a, h3 {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #870404;
	border: none;
}

/* layout
----------------------------------------------- */

#container {
	margin: 0 auto;
	padding: 10px;
	width: 668px;
}

#head {
	text-align: left;
        width: 668px;
margin-top: -5px;
}

#head h1 {
	font-size: 2em;
	height: 70px;
}

#head h1 img {
	float: left;
}

#lang {float: right;  font-size: 11px; margin-top:15px;}

#lang ul {list-style-type:none;}

#lang li {list-style-type:none;}

#lang li a, #lang li a:hover {list-style-type:none; text-decoration:none; border:none;}

#lang ul li.hu {padding-left: 22px; background: url(http://fourfathers.hu/new/images/hu.gif) no-repeat 0 0;}

#lang ul li.en {padding-left: 22px; background: url(http://fourfathers.hu/new/images/en.gif) no-repeat 0 0;}

#ja_header_flash {margin-top: -10px; padding: 5px;}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: left;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#search {float:left; padding-top: 5px; border-top: 1px solid #e1e1e1; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px;}

#content {
	margin: 0  0 10px 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 15px;
        padding: 20px;
	clear: both;
	text-align: center;
        font-size: 11px;
        line-height: 1.6em;
        border-top: 1px solid #e1e1e1;
        height: 50px,
}

.disc {width:500px; margin: 5px 0px 10px 0px; height: 150px;}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 668px;
w\idth: 668px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* images ------------------------------- */

img.left, img.left a {
padding : 4px;
margin : 0.5em 15px 0.5em 0;
border: 1px solid #dbd5c5;
background: #fff;
float : left;
clear : left;
}
img.right {
padding : 4px;
margin : 0.5em 0 0.5em 15px;
border: 1px solid #dbd5c5;
background: #fff;
float : right;
clear : right;
}
img.center {
display : block;
padding : 4px;
margin : 0 auto 1em auto;
border: 1px solid #dbd5c5;
background: #fff;
float : none;
clear : both;
}
img.off {
padding : 0 !important;
border : none !important;
}


/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

.ike-slideshow {
border-top: 1px #dddddd solid;
border-bottom: 1px #dddddd solid;
margin: 10px 0px;
padding-top: 10px;
}
.ike-slideshow ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.ike-slideshow ul li {
display: none;
margin: 0px;
padding: 0px;
list-style: none;
height: inherit;
line-height: inherit;
}
.ike-slideshow ul li.first {
display: block;
}
.ike-slideshow-image {
text-align: center;
padding: 0px;
font-size: 1px;
letter-spacing: 0;
}
.ike-slideshow-info {
margin-top: 10px;
text-align: center;
}
.ike-slideshow-caption {
}
.ike-slideshow-caption p {
margin: 0 0 10px 0;
}
.ike-slideshow-pagination {
font-size: 10px;
vertical-align: 2px;
padding: 2px 5px;
color: #666666;
}
.ike-slideshow img {
border: 0px;
padding: 0px;
display: inline;
margin: 0px;
}
.ike-slideshow-controls {
text-align: center;
margin: 0 0 10px 0;
}
.ike-slideshow-controls a {
border: 0px;
padding: 2px 10px;
margin: 4px;
color: #898989;
font-size: 12px;
background: #f4f4f4;
}
