* { margin: 0; padding: 0; border: 0; }
:focus { outline: 0; }
a { color: black; text-decoration: none; }
ul { list-style: none; }
table { font-size: 8pt; margin: 0 auto; margin-top: 10px; }
table, th, td { border: 1px solid black; }
td { text-align: center; width: 80px; }


body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#main {
	margin-top: 10px;
}
.container {
	width: 960px; margin: 0 auto;
}

#breadcrumbs {
	line-height: 30px;
}
	#breadcrumbs a:hover {
		text-decoration: underline;
	}

#content {
	width: 660px; float: right;
}
	.fix {
		margin-top: -5px;
	}
	#content h1 {
		width: 652px; font-size: 140%; font-weight: normal; color: white; background-color: #314c61; padding: 4px; margin-bottom: 20px;
	}

.post {
	
}
	.pricebox {
		font-weight: bold; float: right; padding: 10px; margin: 10px 0 10px 10px; border: 4px solid #8394a0;
	}
		.pricebox span {
			text-decoration: line-through;
			}
	.post img { 
		margin: 10px; padding: 2px; border: 1px solid #ddd; float: left;
	}
	.post h1 {
		width: 652px; font-size: 140%; font-weight: normal; color: white; background-color: #314c61; padding: 4px;
	}
	.post h2 {
		font-size: 100%; font-variant: small-caps; color: #bbb; margin-top: 5px;
	}
	.post h3 {
		font-size: 100%; font-weight: bold;
	}
	.post ul {
		list-style-position: inside; list-style-image: url(images/tick.png); margin-top: 5px;
	}
	.post li {
		line-height: 20px;
	}
	.title {
		color: white;
	}
	.tags a {
		color: #bbb; text-decoration: none;
	}
	.tags a:hover, .post-meta a:hover, #content a:hover {
		text-decoration: underline;
	}
	.post-content p {
		margin-top: 10px;
	}
	.post-meta, .post-meta a {
		clear: both; font-variant: small-caps; color: #bbb; padding-bottom: 10px; margin-bottom: 10px;
	}
	.more-link {
		float: right; border-bottom: 4px solid #8394a0; margin-top: 10px;
	}
	.more-link:hover {
		border-bottom: 4px solid #314c61;
	}

/* Hasonló bejegyzések plugin - Related posts */
#crp_related  {
	margin: 20px 0 20px 0;
}
	#crp_related ul {
		margin-left: 20px;
	}
	#crp_related li {
		padding: 4px;
	}
	#crp_related a:hover {
		text-decoration: underline;
	}

.newer-older a:hover {
	text-decoration: underline;
}
	.older {
		float: left;
	}
	.newer {
		float: right;
	}

#error404 {
	
}

#sidebar {
	width: 300px;
}

#back2top {
	background: #314c61; text-align: right; margin-top: 30px; padding: 10px;
}

#back2top a {
	color: white;
	}

#footer {
	line-height: 30px; text-align: center; margin-bottom: 30px;
}

.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Üzenet ablakok */
.info, .success, .warning, .error, .validation {
    border: 1px solid; margin: 15px 0 15px 0; padding: 15px 15px 15px 50px; background-repeat: no-repeat; background-position: 10px center; -moz-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 12px; border-radius: 12px;
	}
.info {
    color: #00529B; background-color: #BDE5F8; background-image: url(images/info.png);
	}
.success {
	color: #4F8A10; background-color: #DFF2BF; background-image:url(images/success.png);
	}
.warning {
	color: #9F6000; background-color: #FEEFB3; background-image: url(images/warning.png);
	}
.error {
	color: #D8000C; background-color: #FFBABA; background-image: url(images/error.png);
	}


#sidebar {
	float: left;
}
	#sidebar ul {
		width: 290px;
	}
	#sidebar ul li a {
		line-height: 24px; color: white; display: block; background-color: #314c61; padding: 4px;
	}
	#sidebar ul li a:hover, li.current-cat a, li.current_page_item a {
		color: #73a714 !important; background-color: black !important;
	}
	
.menu {
	
}
	.menu ul li {
		margin-bottom: 4px; clear: both;
	}
		.children {
			margin-top: 4px;
			}
		.children li {
		float: right; width: 95%; background: #3d88b5 !important;
		}
		.children li a {
			background: #3d88b5; color: black;
			}
