/*  
Theme Name: UnderConstruction
Theme URI: http://blog.underconstruction.hu/
Version: 2.0
Author: Adam brunner
Author URI: http://blog.underconstruction.hu/
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 12px;
	color: #fff;
}

a {
	cursor: pointer;
}

p {
	text-align: justify;
	line-height: 120%;
	margin: 15px 0;
}

ul, ol {
	margin: 15px 0 15px 30px;
}

li {
	line-height: 120%;
	margin: 5px 0;
}

body {
	background: #333;
	margin: 15px 75px;
}

h1 {
	background: transparent url(/img/title.gif) no-repeat 0 100%;
	text-indent: -1000em;
	width: 585px;
	height: 50px;
}

#page {
	float: left;
	background: #000;
	width: 575px;
	margin: 0;
	padding: 5px;
}

#page h1 {
	display: none;
}

#skip {
	display: none;
}

#menu {
	background: #000;
	margin: 0 0 5px;
	list-style: none;
	padding: 0;
	height: 45px;
}

#menu li {
	text-indent: -1000em;
	margin: 0;
	display: block;
	height: 43px;
	float: left;
	border-bottom: 2px solid #B24018;
}

#menu li a {
	display: block;
	height: 100%;
	width: 100%;
}

#menu li.fooldal {
	background: #000 url(/img/menu_fooldal.gif) no-repeat 7px 20px;
	width: 116px;
}

#menu li.rolunk {
	background: #000 url(/img/menu_rolunk.gif) no-repeat 7px 20px;
	margin-left: 5px;
	width: 116px;
}

#menu li.kereses {
	position: relative;
	background: #000 url(/img/menu_kereses.gif) no-repeat 7px 20px;
	margin-left: 5px;
	width: 333px;
}

#menu li.kereses #s {
	position: absolute;
	left: 83px;
	height: 13px;
	width: 214px;
	top: 20px;
	background: #666;
	color: #fff;
	padding: 3px;
}

#menu li.kereses #b {
	position: absolute;
	left: 312px;
	top: 24px;
}

#toppost {
	background: #ddd;/*#FFE826;*/
	margin: 0 0 5px;
	padding: 10px;
}

#toppost * {
	color: #000;
}

#toppost p a {
	color: #B40301;
}

#content p a {
	color: #AFD250;
}

h2 {
	margin: 9px 0;
}

h2 a {
	line-height: 22px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px solid #e5e5e5;
}

#toppost img {
	width: 555px;
}

#toppost h2 a {
	font-size: 25px;
	border-bottom: 1px solid #B40301;
}

p.category {
	color: #999;
	padding-top: 3px;
	margin: 0;
}

p.category span {
	display: none;
}

#content p.category a,
#toppost p.category a {
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
}

#content p.category a:hover,
#toppost p.category a:hover {
	text-decoration: underline;
}

p.metadata {
	margin: 0;
	font-size: 10px;
}

p.comments {
	text-align: right;
}

#main {
	position: relative;
	background: #000;/* url(/img/mainbg.gif) repeat-y 0 0;*/
	float: left;
}

#content {
	background: #333;
	padding: 5px;
	float: left;
	width: 380px;
	overflow: hidden;
}

#content img {
	width: 100%;
}

#content hr {
	color: #333;
	background: #333;
	height: 1px;
	margin: 15px 0;
}

p.code {
	background: #eee;
	border: 1px #ddd solid;
	border-left: 5px #ddd solid;
	padding: 5px;
	margin-left: 10px;
	font-family: Courier, monospace;
	font-size: 11px;
	text-align: left;
}

#sub {
	float: right;
	width: 180px;
}

#footer {
	padding: 5px;
}

#footer p {
	font-size: 10px;
}

h2 {
	font-size: 18px;
}

#commentform input {
	color: #000;
	border: 1px solid #ddd;
}

#commentform textarea {
	width: 350px;
	background: #eee;
	border: 1px solid #ddd;
	color: #000;
}

#commentform #submit {
	padding: 5px;
	font-weight: bold;
	color: #000;
}

#sub h2 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin-top: 0;
}

#sub h2.respect {
	background-color: #B40301;
}

#sub h2.kategoriak {
	background-color: #00B4E5;
}

#sub h2.erdekes {
	background-color: #666;
}

b { font-weight: bold; }

strong {
	font-weight: bold;
	color: #fff;
	background-color: #B50A06;
}

#toppost strong {
	color: #fff;
}

q, i, em {
	font-style: italic;
}

blockquote {
	float: right;
	width: 40%;
	clear: right;
	margin: 5px 0 5px 15px;
	padding: 5px;
	border: 3px double #fff;
	border-width: 3px 0;
}
blockquote p {
	margin: 0;
	font-style: italic;
	text-align: left;
}