html {
        height: 100%;
}

@font-face { font-family: 'Futura Md BT'; src: url('images/futubd.ttf'); }

#sitemap{
 line-height: 1.2em;
 padding: 0 0 0 20px;
}

body {
background: #f3f7fb url(images/hatter.png) repeat-x;
font: 62.5%/1.5 'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif;
color: #4D4D4D;
line-height: 1.2em;
width: auto;
height: 100%;
margin: 0;
padding: 0 0 40px 0;
}

a:link, a:visited {
color: #2f5589;
text-decoration: none;
}

a:hover {
color:#555555;
}

.mainclass{
}

#ricoh_style{
 font: 100% 'Futura Md BT';
 display:inline;
}

ul li {
list-style: circle;
line-height: 1.2em;
}

p {
font: 14px/20px Arial,Helvetica,sans-serif;
padding: 7px 0;
}

.hidden {
display: none;
}

td{
 line-height: 1.2em;
}

h3 {
color: #2f5589;
font-size: 14px;
}

h4 {
font-size: 13px;
font-weight: normal;
}

p {
margin: 0 0 10px 0;
}

img {
border: none;
}

#wrapper {
width: 964px;
margin: 0px auto;
overflow: hidden;
}

#navMenu {
        margin:0;
        padding:0;
        list-style:none;
        font-family:arial;
        text-align:center;
        line-height:60px;
}

        #navMenu li {
                float:left;
                background:url(default.jpg) no-repeat center center;        /* default background image        */
                width:120px;                                                        /* width and height of the menu item */
                height:70px;
                border-left:1px solid #111;                                /* simulate pixel perfect using border */
                border-right:1px solid #333;
                border-top:1px solid #555;
                border-bottom:1px solid #333;
                position:relative;                        /* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.        */
        }

        #navMenu li a {
                z-index:20;                /* z-index must be higher than .hover class */
                display:block;        /* display as block and set the height according to the height of the menu to make the whole LI clickable        */
                height:70px;
                position:relative;
                color:#777;
        }

         #navMenu li .hover {
                background:url(over.jpg) no-repeat center center;                /* mouseover image        */
                position:absolute;        /* must be postion absolute         */
                width:120px;        /*        width, height, left and top to fill the whole LI item        */
                height:70px;
                left:0;
                top:0;
                z-index:0;                /* display under the Anchor tag        */
                display:none;        /* hide it by default        */
        }

        #navMenu li.selected {
                background:url(selected.jpg) no-repeat center center;        /* selected image        */
        }




/*********************************************************************************************

2. Header and Menu Styles  ---------------------  header.php

*********************************************************************************************/
#header {
width: 964px;
float: left;
background: url(images/header-bg.png) bottom left no-repeat;
}


#header_logo h1 a {
color: #FFFFFF;
}

#header_pages_menu {
background: url(images/pages-bg.png) top left no-repeat;
height: 30px;
padding: 0 0 0 4px;
float: right;
}

#header_pages_menu_right {
background: url(images/pages-bg.png) top right no-repeat;
height: 30px;
padding: 0 4px 0 0;
margin: 0 2px 0 0;
float: right;
}

#header_categories_menu {
width: 670px;
height: 54px;
padding: 0 2px 0 2px;
float: left;
}

#header_search {
width: 290px;
height: 54px;
float: left;
}

#searchwrap {
background: none;
margin: 0;
float: right;
width: 290px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #000000;
font-family: arial,helvetica,verdana,sans-serif;
margin: 12px 0 0 19px;
}

#s{
font-size: 14px;
border: none;
padding: 4px 4px;
width: 215px;
}

/*********************************************************************************************

3.  Main Content Containers  -----------  home.php, index.php, single.php, page.php

*********************************************************************************************/
#content_top {
background: url(images/content-top-bg.png) bottom left no-repeat;
width: 964px;
height: 25px;
float: left;
}

#content_wrapper {
background: url(images/content-bg.png) top left repeat-y;
width: 914px;
padding: 10px 25px 20px 25px;
float: left;
}

#content_bottom {
background: url(images/content-bottom-bg.png) top left no-repeat;
width: 964px;
height: 25px;
float: left;
}

#main {
width: 900px;
margin: 0 0px 0 0;
float: left;
}

#home_featured {
float: left;
margin: 10px 0 20px 0;
}

.the_post {
width: 585px;
float: left;
padding: 0;
margin: 0;
}

.divider {
background: url(images/divider.jpg) top left no-repeat;
width: 585px;
float: left;
height: 1px;
margin: 20px 0 15px -23px;
}

.navigation {
width: 585px;
float: left;
margin: 20px 0 15px 0;
font-size: 16px;
}

* + html .navigation {
padding-bottom: 15px;
}

.page_post {
background: none;
}

.the_post h2 {
font-size: 28px;
font-weight: normal;
}

.the_post h2 a {
color: #333333;
}

.the_post h2 a:hover {
color: #999999;
}


.post_dets a {
color: #999389;
text-decoration: none;
}

.post_dets a:hover {
color: #4D4D4D;
}

.dets {
font-weight: bold;
float: left;
margin: 0 15px 0 0;
}

.last_dets {
margin-right: 2px;
}

.video {
width: 585px;
float: left;
margin: 10px 0 10px 0;
}

.entry {
width: 585px;
float: left;
}

.entry img {
border: 1px solid #CCCCCC;
padding: 5px;
}

.entry ul {
margin: 0 0 8px 0;
padding: 0;
list-style: none;
}

.entry li {
padding: 0 0 0 20px;
margin: 8px 0 0 0;
background: url(images/bullet.png) top left no-repeat;
font: 13px 'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif;
color: #666666;
line-height: 1.2em;
}

.entry ol li {
background: none;
padding: 0;
margin: 8px 0 0 -20px;
}

* + html .entry ol li {
margin-left: -17px;
}

.entry img {
border: 1px solid #ccc;
padding: 5px;
background: #FFFFFF;
}

.entry img:hover {
border: 1px solid #999;
padding: 5px;
background: #FFFFFF;
}

.entry_thumb {
float: left;
margin: 5px 20px 0 0;
}


/*********************************************************************************************

4.  Home Page Styles  ------------------  home.php

*********************************************************************************************/
#home_announce {
background: #FAFAE0;
width: 912px;
margin: 10px 0 10px 0;
padding: 16px 0 16px 0;
text-align: center;
font-size: 20px;
color: #000000;
border: 1px solid #E6DB55;
float: left;
}

.home_left {
width: 220px;
float: left;
margin: -10px 0px 0 0;
}

.line {
width: 10px;
float: left;
min-height: 100%;
background: #FFFFFF url(images/line.png) repeat-y;
}

.home_center {
width: 900px;
float: left;
font-size:15px;
}

.gomb{
width: 225px;
height: 70px;
text-align:left;
padding:10px 10px;
line-height: 1.2em;
background: #FFFFFF url(images/gomb.png) no-repeat;
}

.nagygomb{
width: 250px;
height: 70px;
text-align:left;
padding: 0px 10px;
line-height: 1.2em;
background: #FFFFFF url(images/gomb3_.png) no-repeat;
}

.gomb_ures{
width: 225px;
height: 70px;
text-align:left;
padding:10px 10px;
line-height: 1.2em;

}
.gomb:hover{
width: 225px;
height: 70px;
background: #FFFFFF url(images/gomb2.png) no-repeat;
}

.nagygomb:hover{
width: 250px;
height: 70px;
background: #FFFFFF url(images/gomb3.png) no-repeat;
}

#szavazas_fej{
  background: #FFFFFF url(images/fejlec3.png)   no-repeat;
  height:40px;
  float: left;
  text-align:left;
margin: 0;
padding:13px 10px;
font-size:15px;
margin: 8px 0px 0 0;
}

.szavazas_kerdes{
   line-height: 1.2em;
   padding: 0px 6px;
}

.szoveg{
  line-height: 1.2em;
}


.fejlec{
width: 675px;
height:40px;
float: left;
margin: 0;
padding:13px 20px;
font-size:15px;
margin: 8px 0px 0 0;
background: #FFFFFF url(images/fejlec.png) no-repeat;
}

.fejlec2{
width: 890px;
height:40px;
float: left;
margin: 0;
padding:13px 20px;
font-size:15px;
margin: 8px 0px 0 0;
background: #FFFFFF url(images/fejlec2.png) no-repeat;
}

.home_entry {
width: 275px;
margin: 0 0 20px 0;
float: left;
}

.home_entry img {
border: 1px solid #ccc;
padding: 5px;
background: #FFFFFF;
}

.home_entry img:hover {
border: 1px solid #999;
padding: 5px;
background: #FFFFFF;
}


/*********************************************************************************************

5.  Featured Content  -------------------  home.php

*********************************************************************************************/
.main_image h2 a {
color: #FFFFFF;
text-decoration: none;
}

.main_image a {
color: #FFFFFF;
text-decoration: underline;
}

.main_image a:hover {
color: #CCCCCC;
}

.main_image {
float: left;
position: relative;
overflow: hidden;
color: #FFFFFF;
}

.main_image h2 {
font-size: 2em;
font-weight: normal;
margin: 0 0 5px;
padding: 10px;
}

.main_image p {
font-size: 1.2em;
padding: 10px;
margin: 0;
line-height: 1.6em;
}

.block small {
padding: 0;
font-size: 1em;
}

.main_image .block small {
margin-left: 10px;
}

.main_image .desc{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: none;
}

* + html .main_image .desc{
bottom: 2px;
}

.main_image .block {
width: 100%;
background: #111;
}

.main_image a.collapse {
background: url(images/btn-collapse.png) no-repeat left top;
height: 27px;
width: 93px;
text-indent: -99999px;
position: absolute;
top: -27px;
right: 20px;
}

.main_image a.show {
background-position: left bottom;
}

.image_thumb {
float: left;
width: 299px;
background: #f0f0f0;
border-right: 1px solid #fff;
border-top: 1px solid #ccc;
}

.image_thumb img {
border: 1px solid #ccc;
padding: 5px;
background: #FFFFFF;
float: left;
}

.image_thumb ul {
margin: 0;
padding: 0;
list-style: none;
}

.image_thumb ul li {
background: url(images/nav-a.gif) repeat-x;
margin: 0;
padding: 12px 10px;
width: 279px;
float: left;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #CCCCCC;
}

.image_thumb ul li.hover {
background: url(images/nav-a-over.gif) repeat-x;
cursor: pointer;
}

.image_thumb ul li.active {
background: url(images/nav-a.gif) repeat-x;
cursor: default;
}

html .image_thumb ul li h2 {
font-size: 13px;
margin: 5px 0;
padding: 0;
}

.image_thumb ul li .block {
float: left;
margin-left: 10px;
padding: 0;
width: 170px;
}

.image_thumb ul li p {
display: none;
}


/*********************************************************************************************

6.  Sidebar and Widgets  ---------------  sidebar.php

*********************************************************************************************/
#sidebar {
width: 275px;
float: left;
}

.widget_block {
width: 275px;
float: left;
margin-bottom: 20px;
}

.side_entry {
width: 275px;
margin: 0 0 20px 0;
float: left;
}

.side_entry img {
border: 1px solid #ccc;
padding: 5px;
background: #FFFFFF;
}

.side_entry img:hover {
border: 1px solid #999;
padding: 5px;
background: #FFFFFF;
}

.side_entry a.post_title {
font-weight: bold;
}

.side_entry p {
        margin-bottom: 0;
}

.widget_superiorrecentcomments p {
        margin: 3px 0;
}

.widget_superiorrecentcomments .recent_comment {
        border-bottom: 1px solid #ddd;
}

.widget_superiorrecentcomments .first p {
        padding-top: 0;
}

.widget_superiorrecentcomments .last {
        border: 0;
        margin-bottom: 10px;
}


/*********************************************************************************************

7.  Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer {
text-align: center;
color: #4D4D4D;
font-size: 11px;
}

#footer a {
color: #4D4D4D;
text-decoration: underline;
}

#footer a:hover {
color: #2f5589;
}

#footer h2 {
margin: 0;
padding: 0;
font-size: 14px;
}

#footer p {
margin: 0;
padding: 0;
}


/*********************************************************************************************

8.  Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#menu_categories,
#menu_categories * {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 12px;
text-align: left;
z-index: 10000;
}

#menu_categories {
line-height: 1.0;
}

#proba {
line-height: 1.0;
background: url(images/divider-categories.png) top right no-repeat;
width:2px;
height:50px;
}

#menu_categories ul {
position: absolute;
top: -999em;
width: 100px;
z-index: 1000000;
}

#menu_categories ul li {
width: 100%;
}

#menu_categories li:hover {
visibility: inherit;
background: url(images/divider-categories-over.png) top right no-repeat;
color: #000000;
text-decoration:underline
}

#menu_categories li {
float: left;
position: relative;
background: url(images/divider-categories.png) top right no-repeat;
}

#menu_categories a:hover {
color: #000000;
text-decoration:underline
}

#menu_categories li:hover ul,
#menu_categories li.sfHover ul {
left: 0;
top: 50px;
z-index: 200000;
}

#menu_categories a {
display: block;
position: relative;
text-decoration: none;
color: #000000;
padding: 20px 15px;
}

#menu_categories li li {
background: #121212;
margin: 0 0 -1px 0;
padding: 0 15px 0 0;
}

#menu_categories li li:hover {
background: #191919;
}

#menu_categories li li li {
left: -270px;
top: -1px;
background: #121212;
margin: 0 0 -1px 0;
}

#menu_categories a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul#menu_categories li:hover li ul,
ul#menu_categories li.sfHover li ul,
ul#menu_categories li li:hover li ul,
ul#menu_categories li li.sfHover li ul {
top:-999em;
}

ul#menu_categories li li:hover ul,
ul#menu_categories li li.sfHover ul,
ul#menu_categories li li li:hover ul,
ul#menu_categories li li li.sfHover ul {
left:10em;
top:0;
}

#menu_categories ul .sf-sub-indicator,
#menu_categories ul a:focus > .sf-sub-indicator,
#menu_categories ul a:hover > .sf-sub-indicator,
#menu_categories ul a:active > .sf-sub-indicator,
#menu_categories ul li:hover > a > .sf-sub-indicator,
#menu_categories ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

#menu_pages,#menu_pages * {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 12px;
text-align: left;
}

#menu_pages {
line-height: 1.0;
}

#menu_pages ul {
position: absolute;
top: -999em;
width: 150px;
}

#menu_pages ul li {
width: 100%;
}

#menu_pages li:hover {
visibility: inherit;
background: url(images/divider-pages-over.png) top right no-repeat;
}

#menu_pages li {
float: left;
position: relative;
background: url(images/divider-pages.png) top right no-repeat;
}

#menu_pages a {
display: block;
position: relative;
text-decoration: none;
padding: 8px 12px 8px 12px;
}

#menu_pages a:hover {
color: #CCCCCC;
}

* + html #menu_pages a {
padding: 7px 10px 7px 10px;
}

#menu_pages li:hover ul,
#menu_pages li.sfHover ul {
left: 0;
top: 30px;
z-index: 200000;
}

#menu_pages a,#menu_pages a:visited {
color: #FFFFFF;
}

#menu_pages li li {
background: #3D3D3D;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin: 0 0 -1px 0;
}

#menu_pages li li:hover {
background: #333333;
}

#menu_pages li li li {
left: -270px;
top: -1px;
background: #3D3D3D;
border-top: 1px solid #1A1A1A;
border-right: 1px solid #1A1A1A;
border-bottom: 1px solid #1A1A1A;
margin: 0 0 -1px 0;
}

#menu_pages a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul#menu_pages li:hover li ul,
ul#menu_pages li.sfHover li ul,
ul#menu_pages li li:hover li ul,
ul#menu_pages li li.sfHover li ul {
top:-999em;
}

ul#menu_pages li li:hover ul,
ul#menu_pages li li.sfHover ul,
ul#menu_pages li li li:hover ul,
ul#menu_pages li li li.sfHover ul {
left:10em;
top:0;
}

#menu_pages ul .sf-sub-indicator,
#menu_pages ul a:focus > .sf-sub-indicator,
#menu_pages ul a:hover > .sf-sub-indicator,
#menu_pages ul a:active > .sf-sub-indicator,
#menu_pages ul li:hover > a > .sf-sub-indicator,
#menu_pages ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

#menu_pages li.subscribe a {
background: url(images/rss.png) right no-repeat;
padding-right: 20px;
margin-right: 12px;
}

* + html .subscribe a {
padding-right: 25px;
margin-right: 10px;
}

#menu_pages li.subscribe {
background: none;
}

#menu_pages li.subscribe:hover {
background: none;
}

.subscribe a:hover {
background: url(images/rss-over.png) right no-repeat;
}


/*********************************************************************************************

9.  Post Comment Styles  ---------------  single.php

*********************************************************************************************/
#comments {
width: 608px;
float: left;
padding: 15px 0 20px 0;
margin: 0 0 10px -23px;
}

#reply_form {
width: 604px;
margin: 0 0 0 0;
padding: 8px;
float: left;
}

.comment-author {
font-weight: normal;
}

.comment-meta {
font-size: 10px;
font-weight: normal;
margin: 0 0 10px 0;
}

.avatar {
float: right;
margin: 2px 0 15px 15px;
width: 64px;
border: 1px solid #ccc;
padding: 5px;
background: #FFFFFF;
}

ol.commentlist {
margin: -22px 0 0 0;
padding: 0;
list-style: none;
}

ol.commentlist a:link, ol.commentlist a:visited {
color: #4A4A4A;
}

ol.commentlist a:hover {
color: #4A4A4A;
text-decoration: underline;
}

ol.commentlist cite {
font: 15px/20px GraublauWeb, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

ol.commentlist li.alt {
padding: 25px 0 20px 20px;
background: url(images/divider.jpg) bottom left no-repeat;
}

ol.commentlist li {
padding: 25px 0 20px 20px;
background: url(images/divider.jpg) bottom left no-repeat;
}

ol.commentlist li div.reply {
cursor: pointer;
border: none;
width: 39px;
height: 20px;
padding: 6px 0 0 0;
margin: 0 0 15px 0;
}

* + html ol.commentlist li div.reply {
padding: 3px 0 0 4px;
}

ol.commentlist li div.reply a {
color: #202020;
font-weight: bold;
text-decoration: none;
font-size: 10px;
}

ol.commentlist li div.reply a:hover {
font-weight: bold;
}

ol.commentlist li ul.children {
list-style: none;
text-indent: 0;
}

ol.commentlist li ul.children li {
padding: 20px 0 5px 20px;
background: none;
}

ol.commentlist li ul.children li.alt {
padding: 20px 0 5px 20px;
background: none;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

#comments-last-item {
float: left;
margin: -1px 0 0 0;
background: #FBFBFB;
width: 660px;
height:1px;
}

input#submit {
cursor: pointer;
background: url(images/submit.jpg) 0 0;
border: none;
width: 75px;
height: 30px;
padding: 0;
}

input#submit:hover {
background: url(images/submit.jpg) 0 -30px;
}

#comment {
border: 1px solid #CACBCB;
width: 575px;
height: 215px;
padding: 5px;
font: 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: url(images/fields.jpg) top left repeat-x;
}

#author {
border: 1px solid #CACBCB;
width: 154px;
height: 20px;
padding: 4px 5px 0 5px;
font: 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: url(images/fields.jpg) top left repeat-x;
}

#email {
border: 1px solid #CACBCB;
width: 154px;
height: 20px;
padding: 4px 5px 0 5px;
font: 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: url(images/fields.jpg) top left repeat-x;
}

#url {
border: 1px solid #CACBCB;
width: 154px;
height: 20px;
padding: 4px 5px 0 5px;
font: 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: url(images/fields.jpg) top left repeat-x;
}

.fieldset {
list-style: none;
margin: 0;
padding: 0;
}

.fieldset li {
margin: 0;
padding: 0;
}

.says {display:none;}

#respond {
width: 585px;
float: left;
padding: 0 0 20px 0;
margin: 0;
}


/*********************************************************************************************

10. WordPress Styles  ------------------  single.php

*********************************************************************************************/
.wp-caption img {
margin-bottom: 5px;
border: 1px solid #ccc;
padding: 5px;
background-color:#FFFFFF;
}

.wp-caption-text {
color:#FFFFFF;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
border: 1px solid #ccc;
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
}

img.alignleft {
border: 1px solid #ccc;
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-left: 15px;
}

.alignleft {
float: left;
margin-right: 15px;
}


acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
text-align: center;
background-color: #FFF;
padding: 10px 5px 0 5px;
margin-bottom: 5px;
}

.wp-caption img {
margin: 0;
border: 1px solid #ccc;
padding: 5px;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 4px 4px 5px;
margin: 0;
background: none;
color: #333;
}

