/*
Interoktat CSS
*/

/* Colors:
világossárga: #fcfbf4 rgba(252,251,244,1);
világoszöld: #c1ded8 rgba(193,222,216,1);
zöld: #3f8291;
sötétlila: #785f82 rgba(120,95,130,1);
lila: #be97e6;
kék: #484fad rgba(72,79,173,1);
sötétség: #03243e;
mélylila: #28316b;
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida,  Helvetica, "Helvetica CE", Arial, sans-serif;
	background: #000 url('../img/background.jpg') top center no-repeat;
	color: #fcfbf4;
	border-top: 6px solid #785f82;
	}
	
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	left: -3000px;
}

img {
	border: none;
}

.clear {
	clear: left;
}

/* Links */

a, a:link {
	color: #c1ded8;
	text-decoration: none;
	}
a:hover {
	color: white;
}
a:visited {}


/* Page layout */

#header {
	margin: 0 auto 0 auto;
	width: 940px;
	height: 221px;
	position: relative;
	}
	
#header h1 {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 260px;
	height: 70px;
}

#header h1 a {
	display: block;
	width: 260px;
	height: 70px;
}

	
#tagline {
	color: #ffe1ac
}
	
#wrap {
	margin: 0 auto 0 auto;
	width: 940px;
	padding: 0;
	position: relative;
	clear: both;
	font-size: 1em;
	background-color: #28316b; /* az rgba-t nem erto bongeszok kedveert */
	background-color: rgba(72,79,173,0.55);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#main  {
	clear: left;
	float: left; 
	width: 580px;
	margin: 0 0 4em 30px;
	padding-top: 40px;
}

#sidebar {
	margin: 0 0 0 640px;
	padding-top: 35px;
	width: 300px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	font-size: 1.2em;
	line-height:1.5em;
}

#secondary-sidebar {
}

.widget {
	margin-bottom: 3em;
}

#sidebar h2, #respond h3, #comments h3, #legfrissebb h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #785f82;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #785f82;
}

#sidebar h2 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

#categories {
	width: 140px;
	float: left;
}

#categories li {
	font-weight: bold;
	
}

#archives {
	width: 140px;
	float: right;
}

#tags {
	width: 300px;
	margin-top: 2em;
}

/* EXCERPT */
.excerpt {
	clear: left;
	padding-bottom: 1em;
	margin-top: 4em;
}

.excerpt h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.excerpt .post-meta {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.excerpt .post-tags {
	margin-top: 0;
	margin-bottom: 0;
}

.excerpt .post-comment-info {
	margin-top: 0;
	margin-bottom: 0;
	background: transparent url('../img/bubble.gif') scroll no-repeat center left;
	padding-left: 18px;
}


.excerpt .excerpt-thumb {
	display: block;
	float: left;
	margin: 0 12px 4px 0;
	width: 110px;
	height: 100px;
}

.excerpt img {
	padding: 2px;
	border: 1px solid #785f82;
}

.excerpt .excerpt-body {
	margin-left: 125px;
}

.post-excerpt a {
	text-decoration: underline;
}

/* PAGINATION */

.pagination {
	padding-top: 1em;
	clear: both;
	text-align: center;
}

.pagination .next {
	margin-left: 4em;
}

.pagination .previous {
	margin-right: 4em;
}


/* POSTS */
.post {
	/*margin-bottom: 3em;*/
	position: relative;
}

.post h2 {
	
}

.post h3 {
}

.post-body {
}

.post-meta {
	font-weight: bold;
	margin-bottom: 3em;
	color: #3f8291;
	font-family: Georgia,"Times New Roman",serif;
	text-transform: uppercase;
	letter-spacing: 2px; 
	
}

.post-author {
}

.post-date {
}

.post-commentinfo {
	background: transparent url(../img/bubble.gif) scroll no-repeat 0 50%;
	padding-left: 18px;
	font-size: 1em;
	margin-top: 1em;
	
}

.post-commentinfo a {
}

.post-categories {
	margin-bottom: 1em;
}

.post-tags {
	clear: both;
	font-weight: bold;
	margin: 3em 0 4.5em 0;
	color: #785f82;
	font-family: Georgia,"Times New Roman",serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.post ul li {
	margin: 0 0 5px 42px;
	font-size: 1.2em;
	line-height:1.5em;
	}

.post ol li {
	margin:0 0 5px 48px;
	font-size: 1.2em;
	line-height:1.5em;
	}
	
.post dt, .post dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

.post img {
	padding: 2px;
	border: 1px solid #785f82;
}

.post a {
	text-decoration: underline;
}

/* IMAGES */

.wp-caption,
.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	text-align:center;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	font-weight: bold;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}


#respond {
	clear: both;
	padding-top: 1.5em;
}

#respond h3 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

#respond dt, #respond dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

#respond dt {
	font-weight: bold;
}

#respond dd {
	margin-bottom: 1em;
}


/* COMMENTS */
#comments {}

#comments ol {
	list-style-type: none;
}

#comments li {
	clear: both;
	padding: 1.5em 0;
}

#comments h3 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

.comment-body {
	float: right;
	width: 85%;
}

.comment-body a {
	text-decoration: underline;
}

.comment-date {
	font-size: 1em;
	font-style: oblique;
	margin-bottom: 1.8em;
	margin-top: 0;
}
.comment-author {
	margin: 0;
}

.avatar {
	float: left;
	padding: 2px;
	border: 1px solid #785f82;
}

.awaitingmoderation {
	margin-top: 0;
	font-style: oblique;
}

/* PAGES */
.page h2 {
	margin-bottom: 1em;
}

/* CIKKLISTA */
ol.cikklista {
	list-style-type: none;
}



#footer {
	background-color: #021527;
	clear: both;
	padding: 2em 2em 2em 3em;
	margin: 4em 0 2em 0;
	position: relative;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	}

#footerwrapper {
	
}

#footer p {
	font-size: 1em;
	color: #785f82;
}

#footer #rss {
	position: absolute;
	right: 2em;
	top: 3.5em;
}


/* searchform */
#searchform {
	position: absolute;
	top:2em;
	right: 0;
}

#searchform div {
	background: transparent url('../img/search.png') top left no-repeat;
	width: 170px;
	height: 20px;
}

#searchform #s {
	width: 135px;
	padding: 2px 0 0 10px;
	float:left;
	background:none;
	border:none;
	position:relative;
}

#searchform #searchsubmit {
	float:left;
	background: transparent no-repeat 0 0;
	border:none;
	display:inline;
	width:16px;
	height:13px;
	padding:0;
	margin:3px 0 0 3px;
	cursor:pointer;
}

/* navigation */
#nav {
	width: 936px;
	margin: 0 auto 0 auto;
	position: relative;
	font-size: 1.2em;
	border-top: 2px solid #021527;
	}
	
#nav ul {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 18px;
	}
	
#nav li {
	display: block;
	float: left;
	}
	
#nav li a {
	color: #c1ded8;
	text-decoration: none;
	display: block;
	border: 0;
	text-align: center;
	padding: 10px 15px;
}
	
#nav li a:hover {
	color: white;
}

#nav li.current_page_item a, #nav li.current_page_ancestor a, #nav li.current_page_parent a {
	color: #c1ded8;
	background-color: #28316b; /* az rgba-t nem erto bongeszok kedveert */
	background-color: rgba(72,79,173,0.55);
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	
}

#nav li.current_page_item a:hover {
	
}

/* Alnav */


#alnav {
	position: relative;
	top: 0;
	left: 0;
	font-size: 1em;
	margin-bottom: 6em;
}

#alnav ul {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}

#alnav li {
	display: block;
	margin-bottom: 0.5em;
}

#alnav li a {
	color: #c1ded8;
	text-decoration: none;
	display: block;
	border: 0;
	margin: 0 15px 0 0;
	border-left: 1em solid #785f82;
	padding-left: 1em;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#alnav li.current_page_item a {
	color: white;
	border-left: 1em solid #c1ded8;
}

#alnav li a:hover {
	color: white;
	border-left: 1em solid #c1ded8;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #c1ded8;
}

h2 {
	font-size: 3.6em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 a, h2 a:link, h2 a:visited {
	color: #c1ded8;
	text-decoration: none;
}


h3 {
	font-size: 2.4em;
	line-height: 1em;
	font-weight: normal;
	margin: 1.5em 0 0.75em 0;
}

h4 {
	font-size: 2.1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.714286em 0 0.857143em 0;
}

h5 {
	font-size: 1.8em;
	line-height: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}

h6 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin-top: 2.25em;
	margin-bottom: 1.125em;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

pre {
	width: 100%;
	overflow: auto;
}

code {
	font-size: 1.2em;
}

hr {
	height: 1px;
	display: block;
	color: #785f82;
	background-color: #785f82;
	border: 0;
}

table {
	border-collapse:collapse;
	width:99%;
	margin:1.5em 0;
	border-left:1px solid #785f82;
	border-right:1px solid #785f82;
	border-bottom:1px solid #785f82;
	font-size: 100%;
	}

td {
	padding:4px 6px;
	/* background:#F5F3EE; */
	border-bottom:1px solid #785f82;
	border-right:1px solid #785f82;
	font-size: 1.2em;
	}
	
th {
	padding:4px 6px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #785f82;
	border-right:1px solid #28316b;
	color: #28316b;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
		
table caption {
}

input, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	background-color: #c1ded8;
	border: 1px solid #785f82;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	width: 97%;
}

form input.button {
	border: none;
	background-color: #785f82;
	margin-top: 1em;
	padding: 2px;
	color: #28316b;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}
	
form input.button:hover {
	background-color: #c1ded8;
}


/* FOOLDAL */

#legfrissebb {
	margin-top: 4em;
}

#legfrissebb h2 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

.legfrissebb-cikk {
	clear: left;
	padding-bottom: 4em;
}

.legfrissebb-cikk h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.legfrissebb-cikk .post-meta {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.legfrissebb-cikk .post-tags {
	margin-top: 0;
	margin-bottom: 0;
}

.legfrissebb-cikk .post-comment-info {
	margin-top: 0;
	margin-bottom: 0;
	background: transparent url('../img/bubble.gif') scroll no-repeat center left;
	padding-left: 18px;
}

.legfrissebb-cikk .legfrissebb-cikk-thumb {
	display: block;
	float: left;
	margin: 0 12px 4px 0;
	width: 110px;
	height: 100px;
}

.legfrissebb-cikk img {
	padding: 2px;
	border: 1px solid #785f82;
}

.legfrissebb-cikk .legfrissebb-cikk-body {
	margin-left: 125px;
}

.read_more {
	font-style: oblique;
}
.read_more a {
	text-decoration: none;
}

#welcome {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #c1ded8;
	font-size: 1.6em;
	line-height: 1.125em;
}

#welcome p {
	margin-top: 0;
}