/* CSS Document */
/* Peter Virth photography - common style*/

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #CCCCCC; /*original color: #EBE6E3*/
	background-color: #000000;
}
body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: normal;
	color: #CCCCCC; /*original #FED772*/
}
h1, h2 {
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 24px;
}
h2 {
	margin: 0;
}
h3 {
	font-size: 1em;
}
blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
a:link, a:visited {
	color: #FED772;
}
a:hover, a:active {
	text-decoration: none;
	color: #EBE6E3;
}
/*Bejegyzések formátuma*/
.post {
	padding: 0 2em 20px 2em;
	margin:auto;
	width:700px;
}
.post .entry {
	margin:0;
	padding:0;
}
.post .entry .inlinetn {
	margin:0.5em;
	padding: 5px;
	float:left;
	width:160px;
	text-align:center;
}
.post .entry .inlinetn img {
	border:none;
}
.post .entry .inlinetn sub {
	display:block;
	font-size:0.8em;
	font-style:normal;
}
.post .entry .inlinetxt {
	margin:0.5em;
	padding: 5px;
	float:left;
	width:490px;
	text-align:justify;
}
.post .entry .onlytxt {
	margin:0.5em;
	padding: 5px;
	float:left;
	width:675px;
	text-align:justify;
}
.post .entry .fulltxt {
	margin:0.5em;
	padding: 5px;
	float:left;
	text-align:justify;
	width:520px;
}
.title {
	text-align:left;
	margin: 0;
	/*original #7B9418*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.title a:link, .title a:visited {
	text-decoration: none;
}
.title a:hover, .title a:active {
	text-decoration: none;
}
.posttags {
	padding:0;
	margin:auto;
	margin-top:-1.55em;
	margin-bottom:0.5em;
	text-align:right;
	font-style:italic;
	font-size: 0.85em;
}
.posttags a:link, .posttags a:visited {
	text-decoration:none;
}
.posttags a:hover, .posttags a:active {
	text-decoration:underline;
}
.postdate {
	padding:0;
	margin:auto;
	margin-top:-0.1em;
	margin-bottom:0.5em;
	text-align:left;
	font-style:italic;
	font-size: 0.85em;
}

/* Footer */
#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
}
/* float clearer */
.clear {
	clear:both;
}