/*
Theme Name: Semmelweis Egyetem - új
Theme URI: 
Description: új template
Author: Váczi Imre
Version: 1.0
Tags: gray, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* =Plugins 
-------------------------------------------------------------- */
@import url('style-plugins.css');
@import url('style-buttons.css');

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}        

h1 {line-height: 36px;}
h2 {line-height: 27px;}
h3 {line-height: 21px;}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
        border: initial ;
}

a img {
	border: none;
}

ul li li {
    list-style: circle ;
}

ul li li li{
    list-style: square url(images/bullet.gif);
}


/* =General classes
-------------------------------------------------------------- */
.jobbra {float:right;}
.rejtett {display:none;}
.vastag {font-weight: bold;} 
.dolt {font-style: italic ;}

/* header.php Üzenet */

.uzenet {
    width:100%; 
    padding: 5px 0; 
    background-color:red; 
    color:white; 
    font-weight:bold; 
    text-align:center
}

.size-thumbnail {
    width: 150px;
    height: 150px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.am {
	position: relative;
	margin-top: -45px;
	margin-left: 10px;
	width:25px;
}

#container {
	padding:0;
	overflow: hidden;
}

#content.home {
	float:left;
	width: 560px; 
	margin: 0px;
	padding: 5px 10px;
	background-color: #ffffff;
}

#sidebar.leftside{
	float:left;
	width: 240px ;
}

#sidebar.rightside {
	float:right;
	width: 240px;
}

#footer {
	background-color: #f1f1f1;
	clear: both;
	width: 100%;
	font-size: 11px;
	line-height: normal;
	margin-top: 10px;
	padding-bottom: 20px;
	border-top: 2px solid #DEDEDE;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content,
.one-column #content-single{
	margin: 0 auto;
	width: 940px;
        float: none;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 940px;
}


/* =Fonts
-------------------------------------------------------------- */
#site-title,
.page-title,
.entry-title,
#sidebar h3,
#comments-title,
#reply-title,
.widget-title,
#fsize-navi,
.breadcrumb,
.pingback a.url {
	font-family: 'PT Serif', Tahoma, serif;
;
}

body,
button.css3button,
a.button,
#wrapper-nav_menu2,
#searchbox,
#bluetext_box,
#graybox_right,
#toolbox,
#access,
#news,
input,
textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content,
.entry-summary,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.wp-caption-text
{
	font-family:  Georgia, Tahoma, serif;
}
pre {
	font-family: Courier, monospace;
}
code {
	font-family: Monaco, Consolas, monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#nav_menu2-header,
#header,
#access,
#colophon,
#branding,
#container,
#container-page,
#container-single,
#signup-content {
	margin: 0 auto;
	width: 960px;
	border: 0px solid black;
}
.wrapper {
	width: 100%;
}

#wrapper-nav_menu2 {
	height: 39px;
	background-color: #1f4287;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	width: 100%;
}

#wrapper-header {
	height: 168px;
	background-color: #f1f1f1;
	color: #1f4287;
	border-bottom: 2px solid #DEDEDE;
	width: 100%;
}

#wrapper-content {
	padding-top: 15px;
	height: auto;
	background-color: white;
	width: 100%;
        word-wrap: break-word ;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 0px;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
}
hr {
	background-color: #d1d1d1;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul {
	list-style: disc;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a {
	color: #133985;
	text-decoration: none;
}

a:active,
a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Not found 404 error */
.not-found {margin-top:20px}

.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,.alignright,.aligncenter {
	margin-bottom: 12px;
}

/* =Header
-------------------------------------------------------------- */
#header {
	position: relative;
	height: 160px;
	padding-top: 10px;
}

#header_right {
	float: right;
	width: 180px;
        vertical-align: middle;
}

#title_logo {
	float:left;
	width: 780px; /* 960-180 */
	height: 126px;
}

#header_cimer {
	display: block ;
	float:left;
	width: 110px;
	height: 110px;
	border: 8px solid transparent;
	z-index: 9999;
}

#header_cimer_sub {
	display: block ;
	float:left;
	width: 110px;
	height: 110px;
	border: 8px solid transparent;
	z-index: 9999;
	margin-right: 4px;
}

#titlebox {
	height: 110px;
	width: auto;
	padding: 8px 0 8px 0;
	display: table-cell;
	vertical-align: middle;
}

#site-title {
	clear:none;
	font-weight: 400;
	color: #1f4287;
	margin: 0px 0px 5px 0px;
	height: auto;
	text-shadow: 0 0 1px rgba(51,51,51,0.4);
}
#site-title a {
	line-height: 36px;
	color: #1f4287;
	text-decoration: none;
}

#site-description {
	font-size: 14px;
	text-decoration: none;
}

.headerbox{
	clear: right;
	float:right;
	font-size: 11px;
	margin:5px 2px 0 0;
}

#searchbox{
    margin-right: 2px; 
    margin-top:0px;
}

#content #searchbox {
	float: none;
	height: auto;
}

.searchform {
	width: 172px;
	margin: 0px 0px 3px;
	border: 1px solid #ccc;
	height:20px;
}

.searchform input[type=text] {
	display:block;
	float:left;
	width: 138px;
	height: 16px;
	color: #808080;
	font-size: 12px;
	padding: 2px 5px 0px;
	margin:0;
	border:none;
}

.searchform input[type=text]:focus {
	background-color: white;
	outline: none;
}

.searchform input[type=submit] {
	display: block;
	float:left;
	width:24px;
	height:20px;
	background: url(images/searchbutton.png) no-repeat top left;
	border:none;
	padding:0px;
	margin: 0px;
	cursor: pointer;
}

#search2 input[type=radio]:checked+label {
	font-weight: bold;
}

#search2 input[type=radio] {
	vertical-align: text-bottom;
}

/* Search results */

#searchcontent {
	color: #333;
	font-size: 16px;
}
#searchresults {
	background-color: #f1f1f1;
	border: 1px solid #333;
	padding: 5px;
}
#searchoptions {
	display: block;
        clear: both;
	list-style: none;
	margin: 30px 0px 0px;
	height: 28px;
	margin-bottom:1px;
}

#searchoptions li{
	display: block;
	float: left;
	padding: 0px;
	height: 28px;
	background-color:  #eeeeff;
	margin-left: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #333;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#searchoptions li.activesearch{
	padding: 5px 10px;
	height: 18px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid transparent;
	background-color: #f1f1f1;
}


#searchoptions li a{
	display:block;
	background-color: #eeeeff;
	height: 18px;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#searchoptions li.targetnew a{
	padding-right:20px;
	background: url(images/icons/external_link.png) no-repeat center right;
}

#searchoptions li.targetnew a:hover{
	background: url(images/icons/external_link.png) no-repeat center right #FFFFD4;
}

.search-subtitle {
	margin: 5px 0 5px 0;
	font-size: 13px;
	font-style: italic;
	line-height: 1.2em;
	width: 200px;
	padding-bottom: 5px; 
}

.search-order {
	float:right;
	margin: 0 10px ;
}

/* Google search box */
#cse-search-form {
    height: 20px;
}


#___gcse_0 {
	height:20px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding:0px!important;
	margin: 0px!important;
}
td.gsc-search-button {
	width:24px!important;
	margin:0px!important;	
}
input.gsc-search-button-v2 {
	width:13px!important;
	height:13px!important;
	padding:4px 5px 3px 6px!important;
	margin: -1px 0px 0px!important; 
}

.gsc-input-box {
	height: 20px!important;
	margin: -3px 0 0 -1px!important;
}

.gsc-tabhInactive {
    margin-bottom: 2px;
}

.gsib_a, .gsib_b {
	padding:3px 3px 0px!important;
}

.cookie-info {
    width: 100%;
    background-color: #f3b828 ;
    color: black;
    padding: 2px 10px 0px;
    font-size: 12px;
    font-weight: bold ;
    text-align: center;
}

.subscriber-menu {
    margin-top: 5px; 
    font-size:12px; 
    text-align:right;
}

/* Polylang
--------------------------------------------------------------- */
#langmenu {
	clear:right;
	float: right;
	width:176px;
        height: 27px;
	margin: 0px 2px 0px;
}

#langmenu li {
	width: 24px;
	margin-left: 6px;
	display: block;
	float: right;
	list-style-type: none;
}

#langmenu li a:hover {
	text-decoration: none;
}

#langmenu li.active,
#langmenu li.current-lang
 {
	pointer-events: none;
	cursor: default;
	display:none;
}

#langmenu .lang-item img {
	width:24px!important;
	height:16px!important;
}
/* =Menu
-------------------------------------------------------------- */

/* Top menu */
#nav_menu2-header {
	padding: 0px;
	background-color: green;
}

#nav_menu2-header .nav_menu2-class {
	width:730px;
	float:left;
}

#nav_menu2-header .menu {
	margin: 0px;
}

#nav_menu2-header .menu li {
	float: left;
	list-style: none;
	display: block;
	height: 40px;
}

#nav_menu2-header .menu a {
	color: white;
	text-decoration: none;
	display: block;
	height:14px;
	padding: 2px 5px ;
	margin: 11px 0px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}

#nav_menu2-header .menu li:last-child a {
	border-right: none;
}

#nav_menu2-header .menu a:hover {
	text-decoration: none;
	background-color: white ;
	color: #1f4287;
}

#nav_menu2-header #nav_menu2-icons,
#nav_menu2-header #toolbox {
	float: right;
	width:auto;
	height:24px;
	padding: 7px 0 8px;
}

#toolbox {
	font-size: 11px;
}

#toolbox .toolbox-item, #nav_menu2-icons .toolbox-item {
	margin: 0 0 2px 2px;
	float: left;
}

#nav_menu2-icons .toolbox-item img {
    width: 24px;
    height: 24px;
}

/* Main menu */
#access {
	position: absolute;
	bottom:0px;
	display: block;
	margin: 0 0 10px 0;
	width: 960px;
	height: 20px;
}

#access .menu-header {
	float:left ;
	color: #153A86;
	font-size: 14px;
	margin: 0px;
}
#access .menu-header ul {
	width: auto;
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float: left;
	position: relative;
        list-style: none;        
}
#access a {
	color: #143A86;
	display: block;
	line-height: 24px;
	padding: 0 10px;
	text-decoration: none;
	text-align: left;
}

#access ul ul {
	box-shadow: 3px 3px 3px #aaaaaa;
	-moz-box-shadow: 3px 3px 3px #aaaaaa;
	-webkit-box-shadow: 3px 3px 3px #aaaaaa;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	float: right;
	width: 180px;
	z-index: 99999;
	background: #ffffff; 
	color: #133985;
	border-left: 1px solid #E0E0E0;
}

#access ul li {
     margin-bottom: 0px;
}

#access ul ul li {
	min-width: 180px;
	border-top: 1px solid #E0E0E0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: auto;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #133985;
	color: #fff;
	-webkit-transition:color 0.2s ease-in;
	-webkit-transition:background 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-moz-transition:background 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-o-transition:background 0.2s ease-in;
	transition:color 0.2s ease-in;
	transition:background 0.2s ease-in;
}
#access ul li:hover > ul {
	display: block;
}

div.menu-header ul.menu > li > a:after {
	 content:  "▼"; font-size:12px; margin-left:4px;
}

div.menu-header ul.menu > li > a:only-child:after {
	 content:  "";
}

#access ul li.current_page_item > a,
#access ul li.current-page-ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	font-weight: bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


.breadcrumb {
	margin: 0px;
	width: 500px;
	border:0px solid #000;
	font-size: 13px;
}

.breadcrumb a {
	color: #0094DE;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.entry-title .intra-info {
    /* 
    max-width:100px;
    float: right; 
    text-align: center; 
    margin-top: 3px;
    margin-bottom: -5px;
    */
    font-size: 11px;
    line-height: 1.2em;
    text-transform: uppercase ;
    padding: 0px;
    background-color: transparent;
    color: darkorange;
    font-weight: bold;
    vertical-align: middle ;
    width:24px;
    height:24px;
    
}

.intra-info:hover {
    cursor: help; cursor: help;
}

#fsize-navi {
	max-width: 120px;
	float: right;
        font-size: 13px;
}

#fsize-navi a {
	color: #153B87;
	text-decoration: none;
}

#fsize-navi a:hover {
	text-decoration: underline;
}


/* =Content
-------------------------------------------------------------- */
#separator {
	margin-top: 10px;
	width: 100%;
	height: 25px;
	background-color: white;
}

#wpcontent_slider {
    height: 300px;
}

#wpcontent_slider a{
    background-repeat: no-repeat!important;
    background-size: cover;
}

#wpcontent_slider a img{
    width: 580px;
}

#bluetext_box {
	float: right;
	width: 310px;
	height: 290px;
	background-color: #153B87;
	top:0;
	margin-top:0px;
	position: relative;
	border: 0px solid #000;
	color: #fff;
	overflow: hidden;
	padding: 5px 10px;
}

#bluetext_box .widget-title {
	color: #fff;
	margin-bottom: 1em;
        font-size:16px;
}

#bluetext_box a {
	color: #fff;
	text-decoration: none;
}

#bluetext_box a:hover {
	background-color: #fff;
	color: #153B87;
}

#bluetext_box .bluebox-entry-content a {
	display:block;
        margin-top: 6px;
}

#bluetext_box .bluebox-entry-content li a {
        margin-top: 0px;
}

#bluetext_box p {
	margin-bottom: 6px;
}

#bluetext_box hr {
	margin-bottom: 12px;
	line-height: 1em;
}

#bluetext_box .sote-daily-archives {
	list-style-type: none;
	margin: 10px 0 0 ;
}

#bluetext_box .sote-daily-archives li {
	width: 82px;
	margin-right: 20px;
	margin-bottom: 2px;
	float: left;
}

.bluebox-entry-title {
	margin: 5px 0 10px;
	padding: 0 10px 5px 0;
	font-size: 16px;
	border-bottom: 1px solid #fff;

}

.bluebox-entry-content {
	padding: 0px;
	margin: 0px 0px 5px;
}

.bluebox-continue, a.bb-folytat {
	display: block ;
	height: 20px;
	position: absolute;
	bottom:5px;
	right:5px;
	text-align:right;
}

.bluebox-continue a, a.bb-folytat{
	font-weight: bold;
	display:block;
	padding:0px 5px;
}

.bluebox-continue a span{
	font-size:18px;
}


/* Image-feed-widget */

.image_feed_widget .widget-title {
	display:none;
}
#graybox_left .image-feed-list {
  display: block;
  height:120px;
  width:580px;
  margin:20px 0px ;
}

#graybox_left .image-feed-list li {
	display:block;
	float: left;
	margin-left:14px;
	background: none;
	padding:0px;
}

#graybox_left .image-feed-small {
	width: 175px;
	height: 120px;
	position:relative;
}

#graybox_left .image-feed-small a img {
  max-height: 120px;
  max-width: 175px;
}

#graybox_left .image-feed-small .imgtitle {
	position: absolute;
	bottom: 0px;
  	font-size: 13px;
	width: 171px;
	height: auto;
	max-height: 52px;
	z-index: 99;
	padding: 2px;
	overflow: hidden;
	background-color: #000000;
	color: #FFFFFF;
	opacity:0.7;
  	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#graybox_left .image-feed-small .imgtitle:hover {
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* Simple RSS widget*/

.simplefeedswidget {
	width: 560px;
	float: left;
	border: 0px solid #000;
}

.simplerssfeedswidget ul {
	margin: 0px;
	padding: 0px;
}

.simplerssfeedswidget li {
	margin:0;
	padding:0;
	float: left;
	width: 250px;
	border: 1px solid #000;
	list-style-type: none;
}

/* Blue-Box RSS text widget */

#text-6 {
	top:0;
	padding:0px;
	margin-left:5px;
	list-style-type: none;
	border:0px solid red;
}

#text-6 a {
	text-decoration: none;
}

#text-6 a:hover {
	text-decoration: underline;
	
}

#news {
width: 80px;
text-align: center;
font-size: 13px;
float: right;
padding: 1px 0px 1px 0px;
margin-right: -28px;
margin-top: 8px;
border: 0px solid black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
color: #FFEA00;
background-color: #860C0C;
z-index: 9999;
}



.more-link {
	margin-top: 5px;
	border: 0px solid #000;
	float: right;
}

a.more-link {
	color: #fff;
	text-decoration: none;
}

a:hover.more-link {
	text-decoration: underline;
} 


#graybox {
	width: 960px;
	height: 160px;
	margin: 10px 0;
	border: 0px solid #000;
	background-color: #fff;
} 

#graybox_left {
	float: left;
	width: 580px;
	height: 160px;
	border: 0px solid red;
	background-color: #E6E6E6;
        font-size: 12px;
}

#graybox_left #rssimage-4 li {
	width: 175px;
	height: 120px;
	border: 0px solid #000;
	float: left;
	list-style-type: none;
	margin-left: 4px;
	
	
}

#graybox_left #rssimage-4 li img.image {
	position: relative;
	width: 175px;
	height: 120px;
	float: left;
	padding: 2px;
	border: 0px solid #fff;
	margin-right: 10px;
	z-index: 1;
	
}



#graybox_right {
	font-size: 12px;
	color: #153B87;
	float: right;
	margin-left: 20px;
	padding: 0px 10px;
	width: 310px;	
	height: 160px;
	border: 0px solid #000;
	background-color: #E6E6E6;
}

#graybox_right a {
	color: #153B87;
	text-decoration: none;
}

#graybox_right a:hover {
	text-decoration: underline;
}

#graybox_right ul {
	margin: 0 0 5px 0;
}

#graybox_right .links {
	margin-left:5px;
}

/**
 * Bal oldali almenu
 */
#sidebar {
   float: left;
   width: 240px;
}

#sidebar h3 {
   color: #000;
   font-size: 16px;
   line-height: 1.5em;
   font-weight: bold;
   margin-bottom: 5px;
   padding: 10px 10px 5px 15px;
   border-bottom: 1px solid #999999;
}

#sidebar h3 a{
	padding-left:0px;
}

#sidebar ul li a {
  padding: 0px;
  text-decoration: none;
  outline: none;
}

#sidebar >ul {
  width: 240px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar li {
   padding: 0;
   margin: 0;
   display: block;
   font-size: 14px;
   list-style-type: none;
   position: relative;
   background-color: #f2f2f2;
}

#sidebar > ul > li {
   margin: 0 0 20px 0;
}

#sidebar > ul > li > ul {
   margin: 0px 0px 0px 10px;
   padding-bottom: 5px;
}

#sidebar > ul > li > .textwidget,
#sidebar > ul > li > div,
#sidebar > ul > li > ul > li {
   padding: 2px 10px 2px 15px ;
}

#sidebar > ul > li > select {
   margin: 0px 0px 5px 15px;    
}


#sidebar > ul > li.widget-container > ul > li {
    list-style: none;
    background: url(images/bullet.gif) 2px 6px no-repeat;
    padding: 2px 10px 2px 15px ;        
}

#sidebar .widget_rss .widget-title img {
	width: 11px;
	height: 11px;
	float: right;
	margin-top: 12px;
}

#sidebar .widget_rss .rssSummary {
	font-size: 10px;
	overflow: hidden;
}

#sidebar .widget_rss .rss-date {
	color: #666699;
	font-style: italic;
	margin-left: 0px;
	display:block;
}

#sidebar .widget_rss cite:after {
	content:")";
}
#sidebar .widget_rss cite:before {
	content:"(";
}

#menu li .widget-title, 
#rightmenu li .widget-title{
	padding:3px ;
}

#menu ul li a {
   display: block;
   color: #000;
   padding: 0px 0px 0px 2px;
   margin-top: 2px;
   margin-bottom: 2px;
  text-decoration: none;
  outline: none;
}

#menu .textwidget {
   padding: 2px 0 2px 25px;
   margin-top: 2px;
   margin-bottom: 2px;
}

#menu li.has-children > a {
   background: #F2F2F2; /* old browsers */
   background: -moz-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%); /* firefox */
   background: -webkit-gradient(linear, left bottom, left top, color-stop(100%,#FFFFFF), color-stop(0%,#E9E9E9)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* ie */
}

#menu li a:hover {
   background: #3F72D7;
   color: #ffffff;
}

#menu li .current_page_item > a {
   background: #143A86;
   color: #ffffff;
}

#menu li ul {
	margin-left: 0px;
}

#menu li button {
   background: transparent;
   border: none;
   color: #153B87;
   position: absolute;
   left: 0px;
   top: 0px;
   padding: 0px;
   cursor: pointer;
   width: 15px;
   height: 22px;
   outline: none;
}

#menu .children li {
   font-size: 12px;
   padding-left: 12px;
}

#menu .children li button{
   margin-left: -12px;
}

/**
 * Menu level 4
 */
#menu .children .children li {
   font-size: 10px;
}

/**
 * Hover function
 */
.has-children:hover .children, .has-children.hover .children {
/*	display:block!important;
   -webkit-transition:display 5s ease-in;  
   -moz-transition:display 5s ease-in;  
   -o-transition:display 5s ease-in;  
   transition:display 5s ease-in;  
*/
}

/**
 * Egyedi menü widget
*/

#sidebar .widget_nav_menu ul.menu {
    margin: 0px;
    line-height: 1.5em;
}

#sidebar .widget_nav_menu ul.menu > li{
    padding-left: 5px;
    font-weight: bold ;
}

#sidebar .widget_nav_menu ul.menu > li .sub-menu {
    margin: 0px;
}

#sidebar .widget_nav_menu ul.menu > li .sub-menu li{
    text-transform: none;
    font-weight: normal ;
    padding-left: 10px;
}

#sidebar .widget_nav_menu ul.menu > li .sub-menu li .sub-menu li{
    font-style: italic ;
}



/**
 * Content section
 */

#content-page, #content-single, #content {
	margin: 0px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
	font-size: 16px;
	line-height: 1.5em;
}

#content-page  {
	float: right;
	width: 690px;
}
#content-single, #content {
	float: left;
	width: 690px;
}

.one-column #content-page {
	width: 940px;
	margin: 0 auto;
	float: none;
}

.entry-title.intra-info, .page-title.intra-info {
	margin-right: 100px;
        clear:left;
}

#content input,
#content textarea {
	color: #333;
	font-size: 16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0.5em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content.fullwidth {
    float: none;
    width: 100%;
    margin: 0px;
}

#content .gyaszjelentes {
	border: 2px solid black;
	font-size: 13px;
	padding:10px 40px; 
	margin: 0px 0px 10px 0px; 
	text-align:center; 
	background: url('images/gyaszcsik.png') top right no-repeat #eee; 
}

#content .rendkivuli {
	border: 1px solid #153B87;
	font-size: 12px;
	padding:10px ; 
	margin: 0px 0px 20px; 
	background: #eee; 
}

#content .rendkivuli .entry-title {
    font-size: 16px;
    line-height: 1.5em;
}

#content tr th,
#content thead th {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0px 0;
}

#content-single h3 a {
	color: #153B87;
	text-decoration: none;
}

#content-single h3 a:hover {
	text-decoration: underline;
}

#content-page .entry-title a, #content-single .entry-title a {
	color: #153B87;
}

#content-page .entry-content, 
#content-single .entry-content,
#content-page table,
#content-single table {
	margin-bottom: 10px;
}

#content-page table.buttons-left button,
#content table.buttons-left button {
	text-align: left;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.page-title span {
	color: #333;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title {
	margin: 5px 0;
	line-height: 1.2em;
        font-weight: bold;
}
.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}

.home .entry-title {
    margin: 0 125px 5px 0;
    clear: left ;
}

.entry-meta {
	color: #888;
	font-size: 13px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 ;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-summary iframe {
	display: none;
}

.entry-content iframe {
    max-width: 100%;
}

.entry-content fieldset {
	margin: 0 0 24px 0;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 13px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
        margin-top: 2em;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 13px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

.entry-meta .date {
	padding-left: 19px;
	background: url(images/calendar-day.png) top left no-repeat;
}

.entry-meta .post-categories {
	margin-left: 10px;
	padding-left: 19px;
	background: url(images/category.png) top left no-repeat;
	list-style: none;
}

.entry-meta .post-tags {
	margin-left: 10px;
	padding-left: 19px;
	background: url(images/tag.png) top left no-repeat;
	list-style: none;
}

/* Hide author info */
.entry-meta span.meta-sep, .entry-meta span.author {
	display:none;
}

#content .video-player {
	padding: 0;
}

.post-thumbnail, .cat-post-thumbnail {
	float: left;
	margin: 0px 12px 12px 0px;
	width: 90px;
	height: 90px;
	border: none;
}


#content-page .ccpage_linked_title {
    color:#133985 ;
}

#content-page .ccchildpage  {
    margin-top: 0;
}

.print {
	clear: both;
	float:right;
	height: 20px;
	width: 690px;
	margin: 10px 0px;
}

.print a {
	float: right;
	margin-right: 10px;
	text-decoration: none;
}

.print img {
    margin-right: 0px;
    vertical-align: middle;
}


/* =Featured category blocks */

.category-featured-block {
   width: 660px;
   position: relative;
   overflow: hidden;
   font-size: .8em;
   min-height: 200px;
   margin-bottom: 10px;
}

.category-featured-block a {
	color: #143A86;
	text-decoration: none;
	font-weight: normal;
}

.category-featured-block a:hover {
	text-decoration: underline;
}

#content .category-featured-block .entry .entry-title {
	font-size: 13px;
	line-height: 15px;
	margin:0px ;
}

.category-featured-sticky img,
.category-featured-sticky iframe {
   position: absolute;
   left: 0;
   top: 42px;
   border-bottom: 8px solid #e7e7e7;	
}

.category-featured-block .entry-summary {
    line-height: 1.3em;
}

.category-featured-block .entry .entry-summary img, 
.category-featured-block .entry .entry-summary iframe {
	display:none;	
}

.category-featured-block .category-name {
   background: #ddd;
   padding-left: 160px;
   width: 500px;
   margin-bottom: 20px;
   font-style: italic;
}

.category-featured-block .category-name span a {
	float: right;
	font-size: 11px;
	text-decoration: none;
}

#content-page .category-name span img {
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 10px;
}

.category-featured-sticky {
   float: left;
   width: 230px;
   margin-left: 160px;
}

.category-featured-block .category-post-list {
	margin-bottom: 12px;
} 

.category-post-list {
   float: left;
   margin: 0 0 10px 30px;
   width: 230px;
   border: 0px solid #000;
   color: #a4a4a4;
}

.category-post-list li {
   	list-style: none;
	margin:0px 0px 5px;
	line-height: 18px;
	padding: 5px 0 0 16px;
	background: url(images/bullet.gif) 0px 10px no-repeat;
}

 .category-featured-block .more-link {
    font-size: 0.9em;
    background: none;
    margin-bottom: 5px;
}

/* =Categories
-------------------------------------------------------------- */
.archive-meta {
    font-size:14px ;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content-page img,
#content-single img{
	height: auto;
	max-width: 640px;
}

.one-column #content-page img {
	max-width: 940px;
}

#content-page .attachment img, 
#content-single .attachment img {
	max-width: 680px;
}

#content .wp-caption,
#content-page .wp-caption,
#content-single .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
        max-width: 690px;
}

#content .wp-caption img,
#content-page .wp-caption img,
#content-single .wp-caption img {
	margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text,
#content-page .wp-caption p.wp-caption-text,
#content-single .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 13px;
	margin: 5px;
}

#content-page .wp-smiley, 
#content-single .wp-smiley {
	margin: 0;
}

#content-page .gallery ,
#content-single .gallery {
	margin: 0 auto 18px;
}

#content-page .gallery .gallery-item ,
#content-single .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	padding:4px;
}

#content-page .gallery img,
#content-single .gallery img {
	border: 2px solid #cfcfcf;
}

#content-page .gallery .gallery-caption,
#content-single .gallery .gallery-caption {
	width: 170px;
	color: #444;
	font-size: 13px;
	margin: 0 0 12px;
	line-height: 1.2em;
}

#content-page .gallery dl,
#content-single .gallery dl {
	margin: 0;
}

#content-page .gallery img,
#content-single .gallery img {
	border: 10px solid #f1f1f1;
}

#content-page .gallery br+br,
#content-single .gallery br+br {
	display: none;
}

#content-page .attachment img,
#content-single .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Videos
-------------------------------------------------------------- */

.multimedia-intro {
        clear:both;
	margin-top: 0px;
	padding: 0 20px 0px ;
	/* border-bottom: 2px solid #d6d6d6; */
}

.multimedia-block {
    margin-bottom: 20px;
    overflow:hidden;
}
.multimedia-block .category-name {
   background: #eeeeee;
   padding-left: 5px;
   margin-bottom: 20px;
   font-style: italic;
   font-size: 1.2em;
}

#content-page .multimedia-block .entry {
	float: left;
	width: 210px;
	min-height: 150px;
	margin-right: 10px ;
}

#content-page .multimedia-block .entry-title {
	font-size: 13px;
  	line-height: 15px;	
	margin:0px;
	clear:left;
}

#content-page .multimedia-block .entry-title a{
	color: #143A86;
  	font-weight: normal;
}

#content-page .multimedia-block .entry-title a:hover{
	color: red;
}

#content-page .multimedia-block .entry-summary {
	clear:none;
	max-height: 230px;
	overflow: hidden;
        font-size: 11px;
        line-height: 16px;
}

#content-page .multimedia-block .entry-summary:hover {
	max-height: none;
}

#content-page .multimedia-block .videoplayer {
	margin: 0 5px 10px ;
	width: 320px;
        float: left;
}

#content-page .multimedia-block .videoplayer .videotitle {
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
}
#content-page .multimedia-block .videoplayer .videotitle .dlicon {
    margin-right: 5px;
    vertical-align: middle;
}

#content-page #instafeed .ig-box {
	float: left;
	width: 210px;
	margin: 0 10px 10px 0;
	height: 260px;
	overflow: hidden;
} 
#content-page #instafeed .ig-caption {
	font-size: 11px;
        line-height: 1.1em;
	max-height: 50px;
	overflow: hidden;
}
.vidlink {
	display: block;
	float: left; 
	clear:left; 
	margin: 0 10px 5px 0;
}
.vidimg, .vidlink {
	width: 210px;
	height: 118px;
}

.vidimg .overlay {  
	background:rgba(0,0,0,.75) url(images/media-play.png) no-repeat;
	background-size: contain;
   	text-align:center;
   	width:100%;
   	height:100%;
   	opacity:0;
   	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;}

.vidimg:hover .overlay {opacity:1;}

#content-page .video-first-item {
    margin: 0 20px;
}

#content-page .video-frame {
    width: 640px;
    float:left;
}

#content-page .video-descr {
    width: 270px;
    margin: 0 0 10px 10px;
    float:right;
    clear:right;
    font-size: 14px;
}

#content-page .video-descr .entry-title {
    font-size: 20px;
}

#content-page .photos img {
    float:left; 
    margin:0 15px 15px 0; 
    height:150px ;
}

/* =Forum posts
-------------------------------------------------------------- */
#forum-posts table {margin: 0px;}
#forum-posts p {margin-bottom: 3px;}
#forum-posts .post-forum {margin-bottom:  5px;}
#forum-posts .even {background-color: #fff;}
#forum-posts .odd  {background-color: #fff;}
#forum-posts .underlined {border-bottom: 1px solid gray;}
#forum-posts .row-sep {padding:0; margin:0}
#forum-posts .entry-content {margin:0px; padding: 6px 0;}
#forum-posts .entry-meta {text-align:right}
#forum-form {background-color: #E0E0E0; border:1px solid #888; padding: 5px 10px; margin: 10px 0;}
#forum-form p {font-weight: bold;}
#forum-form input, #forum-form textarea {color: black; font-size:12px}
#forum-form input[type="submit"] {font-weight: bold; margin:5px 0 0 2px; font-size:16px; padding:5px}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #153B87;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.commentlist li.depth-1 {
        padding-left: 0px;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 13px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 13px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}

#respond #comment {
        background-color: #fefefe ;
}

.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 13px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 13px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

/* Main sidebars */

.textwidget {padding: 0px}

.widget-area ul {
	list-style: none;
	margin-left: 0;
	border: none;
	padding: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
	border: none;
	padding: 0;
}

.widget-area .widget-container ul li {
        border: none ;
	list-style-type: none;
	padding: 5px 0 0 11px;
	background: url(images/bullet.gif) -5px 10px no-repeat;
}

#sidebar .widget_search {
    padding: 0 0 10px 0 ;
}

.widget_search .searchform{
    margin: 5px 0 0 15px;
}

.widget_search .searchbar{
	font-size: 11px;
}

.widget-container {
	list-style-type: none;
	margin: 5px;
}

.widget-container .widget-title {
   font-weight: bold;
   margin: 0px 0px 5px;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

.eme-calendar-table {
	width: 100%;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	margin-top: 10px;
	overflow: hidden;
	padding: 0px ;
}

#footer a {
	color: #153B87;
	font-size: 11px;
}

#footer-widget-area ul {
	margin: 0px;
}
#footer-widget-area #first {
	width: 260px;
}

#footer-widget-area #second {
	width: 350px;
        padding: 0 10px;
}

#footer-widget-area #second ul {
	margin: 0 auto;
	text-align:center;
}

#footer-widget-area #third {
	float: right;
	width: 330px;
}

#footer-widget-area #third > ul {
        width: 100%;
}

#footer-widget-area #third > ul >li {
}

#footer-widget-area #third > ul >li.logo-widget {
        padding-right: 75px;
	background-image: url(images/footercimer.png);
	background-repeat: no-repeat;
	background-position: right top;
}

li#little-rss-widget a:hover{
	display: inline;
	background-color: white;
	border: 0px solid white;
	text-decoration: underline;
}

/* Regisztráció
-------------------------------------------------------------- */

.wp-activate-container {
    font-size: larger ;
    line-height: 1.8em;
    padding: 20px;
    background-color: #ff9;
}

.wp-activate-container a{
    font-weight: bold;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
    // print.css
}

