/*ArtH2O's Free Css template  - location: http://www.arth2o.hu  */
* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}

body{
    padding:0;margin:0;
    background:#111 url(../images/design/bg.jpg);
    font-size: 100%;
    color:#aaa;
    font-family:'Lucida Grande','Luxi Sans',Tahoma,Geneva,Verdana,Arial,sans-serif;
    min-width:990px;
    height:100%;
    font-size:0.95em;
}
a{text-decoration:none;}

h1,h2,h3,h4,h5,h6{border-bottom:1px solid #111;margin:10px 0px;}
h1{font-size:18px;color:#DFEB3E;}
h2{font-size:17px;color:#CFEB3E;}
h3{font-size:16px;color:#ccc;}
h4{font-size:15px;color:#01F5FF;}
h5{font-size:15px;color:#e2e2e2;}
h6{font-size:14px;color:#eee;}

#wrapper{
    width:990px;
    margin:0 auto;
    padding:20px 0px;

}


/*content*/
#content{min-height: 100%;width:990px;background:url(../images/design/content-black-bg.png) repeat-y;}
* html #content {
	height: 100%;
    
}
#content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*logo*/
#header_logo{background:url(../images/design/snippet-logo.jpg) no-repeat;height:100px;margin-left:1%;width:29%;font-size:0px;}
#header_logo a{display:block;width:auto;height:70px;}

#topmenu_pozicio{z-index:500;}

/*fenti menü*/
#header_menu{width:69%;text-align:right;}
#header_menu a{color:#888;text-decoration:none;}
#header_menu a:hover{color:#ccc;text-decoration:underline;}
#header_menu ul{padding:0;margin:0;}
#header_menu li{display:inline;background:url(../images/design/topmenu-ikon.png) no-repeat;padding:0px 20px;}


/*tartalom*/
#article-body{width:700px;padding:20px 10px;font-size:14px;line-height:140%;}
#article-body ul{list-style-type:circle;margin:20px 0px;padding:10px 20px;}
#article-body br{padding:10px 0px;}
#article-body p{padding:10px 0px;}
#article-body a{color:#B9EB3E;font-weight:bold;}
#article-body a:hover{color:#3EEBE8;text-decoration:underline;}
#article-body b,strong{font-weight:normal;color:#ccc;}

#sidebar{width:250px;background:#111;}
#sidebar-right{width:0px;display:none;}

#bottom_menu{color:#444;text-align:center;margin:40px 0px;border-top:1px dashed #111;background:none;padding:10px 0px;}
#bottom_menu ul{list-style-type:none;margin:0;padding:0;}
#bottom_menu li{display:inline;padding:10px;}
#bottom_menu ul li a{padding:10px;display:inline;}
#bottom_menu ul li a:hover{background:#111;}

#footer{width:962px;margin:0px auto;font-size:12px;color:#555;}
#footer a{color:#444;}
#footer a:hover{color:#888;}

#site-end{margin:20px 0px 0px 0px;text-align:center;font-size:10px;color:#555;}
#site-end a{color:#444;}
#site-end a:hover{color:#888;}

/*top és bottom kanyar*/
#top, #bottom{}
/*alsó és felső kanyar területek*/
.corner{
    font-size:10px;
    color:#444;
}

/*kanyar leírók*/
.topleft{background:url(../images/design/circle-black.png) top left;width:14px;height:14px;}
.topright{background:url(../images/design/circle-black.png) top right;width:14px;height:14px;}
.bottomleft{background:url(../images/design/circle-black.png) bottom left;width:14px;height:14px;}
.bottomright{background:url(../images/design/circle-black.png) bottom right;width:14px;height:14px;}
/*kanyar egyenesek felső, alsó*/
.topbg{background:url(../images/design/circle-black-top-bottom.png) top center;height:14px;}
.bottombg{background:url(../images/design/circle-black-top-bottom.png) bottom center;height:14px;}
/*oldalsó elemek*/


/*belső valós méret*/
.center{width:962px;}
.white{background:#fff;}
.left{float:left;display:inline;}
.right{float:right;display:inline;}
.clear{clear:both;}

#arth2o-twitter {margin:5px 0px;font-size:13px;}
#arth2o-twitter a{color:#555;}
#arth2o-twitter a:hover{color:#CFEB3E;}
#arth2o-twitter .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar{padding-right: .5em;float: left; }
#arth2o-twitter .tweet_avatar img{float:left;padding-right: .5em;}
#arth2o-twitter li{clear:both;list-style-type:none;margin:0px 0px 5px 0px;padding:5px 5px;}
#arth2o-twitter .tweet_odd{background:#222;}
#arth2o-twitter .tweet_even{background:#111;}

.radius10{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.radius5{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.input_text{border:1px solid #333;background:#222;color:#999;height:22px;padding:2px 0px 0px 2px;font-size:12px;}
.input_text:focus{border:1px solid #555;background:#444;color:#ccc;height:22px;padding:2px 0px 0px 2px;font-size:12px;}
.input_textarea{border:1px solid #333;background:#222;color:#999;height:150px;padding:2px;font-size:12px;}
.input_textarea:focus{border:1px solid #555;background:#444;color:#ccc;height:150px;padding:2px;font-size:12px;}
.input_submit{border:1px solid #333;background:#222;color:#bbb;padding:3px 3px;font-size:12px;}
