body{
	background-color: #3f5475;
	font-family: Georgia, Palatino, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.menu{
	padding-right: 3px;
	margin-top: 0px;
	float: left;
	padding-bottom: 5px;
	line-height: 1.3em;
	padding-top: 0px;
	background-color: #EAEAEA;
	width: 180px;
	font-size: 100%;
}
.menu UL{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 15px;
	padding-top: 0px
}
.menu LI{
	margin: 0px;
	height: 20px;
	border-bottom: #ececec 1px solid;
	list-style-type: none
}
.menu A{
	display: block;
	background: #EAEAEA;
	color: #666666;
	text-decoration: none;
	font-size: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; padding: 3px;
}
.menu A.nav:hover{
	background: #BFBFBF;
	color: #EAEAEA; 
}
#nav{
	padding-left: 5px;
	background: #BFBFBF;
	margin: 1px 0px;
	height: 35px;
	text-align: right;
	font-size: 80%;
	padding-right: 10px;
	border-bottom: 7px solid #666666;
}
#header{
	background-image: url(images/top_bg.png);
	height: 44px;
	border-bottom: 1px solid white;
}
#header #title{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header h1{
	margin: 0px;
	font-size: 36px;
	line-height: 44px;
	font-style: italic;
	font-weight: normal;
	color: white;
	letter-spacing: -0.11em;
	float: left;
}
#header #weather{
	padding-top: 0px;
	margin-top: 0px;
	float: right;
	width: 555px;
	height: 44px;
	/*background-color: red;*/
}
#navbar{
	height: 20px;
	background-image: url(images/menu_bg.gif);
	background-color: black;
	background-repeat: repeat-x;
}
#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#navbar ul li{
	display: block;
	width: auto;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	list-style: none;
}
#navbar ul li.right{
	float: right;
}
#navbar ul li a{
	display: block;
	width: auto;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	text-decoration: none;
}
#navbar ul li a:hover, #navbar ul li.active a{
	background-color: white;
	background-image: url(images/menu_bg_hover.gif);
	color: black;
}
#shadow{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 65px;
	background-image: url(images/shadow.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png',sizingMethod='scale');
	height: 5px;
}
#body{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753;
	background-color: white;
	padding-top: 1px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#sidebar{
	width: 179px;
	padding: 8px 10px 16px 10px;
	float: left;
}
#sidebar h2{
	margin: 8px 0px 2px 0px;
	font-size: 12px;
	border-bottom: 1px solid black;
}
.flickr-thumbnail, .flickr-pullout{
	float: left;
	background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	_position: relative;
}
.flickr-thumbnail img, .flickr-pullout img{
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}
.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img{
	background-color: #ccd;
}
.flickr-pullout{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
}
#content{
	padding: 0px 20px 20px 20px;
	margin-left: 200px;
	font-size: 13px;
}
#content h2{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 19px;
}
#content .date{
	float: right;
}
.addbook {
	float: right;
	background: url('images/toolbar-favourite_add.gif') no-repeat;
	width: 15px;
	height: 15px;
}
.delbook {
	float: right;
	background: url('images/toolbar-favourite_del.gif') no-repeat;
	width: 15px;
	height: 15px;
}
#content .postedBy{
	float: left;
}
#content .meta{
	height: 0px;
}
#content p{
	text-indent: 2em;
	line-height: 1.5em;
	text-align: justify;
}
#content a{
	color: #3f5475;
}
#content a:visited{
	color: #2f3753;
}
.comments{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#footer{
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #b0b0b0;
	height: 14px;
}

#footer #mylnk{
	visibility:hidden;
}

/* urlapos dolgok */
input, textarea{
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #eaeaea;
	border: 1px solid #333333;
}
input:focus, textarea:focus{
	background-color: #f9e089;
}
button{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", sans-serif;
}
button:focus{
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
}
button:active{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
	padding: 4px 9px 2px 11px;
}
form.sheet fieldset{
	border: 1px solid #3f5475;
	padding: 12px;
	display: block;
}
form.sheet fieldset legend{
	background-color: #3f5475;
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	_margin-bottom: 12px;
}
form.sheet label{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 0;
	padding-right: 10px;
	margin-right: 0;
	text-align: right;
}
form.sheet input, form.sheet textarea{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
form.sheet br{
	clear: left;
}
form.sheet button{
	float: right;
	margin-left: 14px;
	width: 100px;
}
blockquote{
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	border-bottom: 1px dotted #a1d97e;
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
blockquote.info, blockquote.error, blockquote.allgood{
	background-position: 10px center;
}
blockquote.info{
	background-image: url(images/blockquote_info.gif);
}
blockquote.error{
	background-image: url(images/blockquote_error.gif);
	background-color: #ffded5;
	border-top: 1px dotted #d99d80;

	border-bottom: 1px dotted #d99d80;
}
blockquote.allgood{
	background-image: url(images/blockquote_allgood.gif);
}
blockquote p, #content blockquote p{
	margin: 0px;
	text-indent: 0px;
}
.right
{
	float: right;
}
#columns div{
	float:left;
	width: 150px;
	padding:3px;
	margin:3px 3px 0 0
}
#columns #big{
	float:left;
	width: 320px;
	padding:10px;
	margin:3px 3px 0 0
}
#columns{
	width:540px;
	text-align:left
}
.nbr {
	clear:both
}

