/*
Theme Name: BKK
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. BKK supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a:link {
	color: #4c0e5f;
}
a:visited {
	color: #4c0e5f;
}
a:active,
a:hover {
	color: #4c0e5f;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.align_left {
	text-align: left !important;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 534px;
	overflow: hidden
}
#content {
	/*margin: 0 280px 0 20px;*/
}
#content.newsList h2.entry-title {
	clear: none !important;
	line-height: 21px;
	margin: 0;
	font-weight: bold;
}
#content.newsList .entry-content {
	clear: none !important;
	padding: 0;
	padding: 5px 0 0;
	text-align: justify;
}
#content.newsList .entry-content p {
	letter-spacing: -0.5px;
	display: inline;
}
#content.newsList .entry-title a {
	color: #4c0e5f !important;
	font-size: 18px;
}
#content.newsList .entry-date {
	margin: 0;
	color: #939598;
	font-size: 12px;
}
.single .hentry  .entry-image,
#content.newsList .entry-image,
#content .page .entry-image,
#content .post .entry-image,
.content_image {
	min-height: 163px;
	/*width: 216px;*/
	overflow: hidden;
	position: relative;
	background: #939598;
	border: 1px solid #939598;
	line-height: 1px;
}
#content .entry-content  img.size-full {
	border: 1px solid #939598;
}
#content .entry-content .entry-image img.size-full {
	border: 0 !important;
}
.single .hentry  .entry-image,
#content .post .entry-image {
	float: left;	
	margin-right: 15px !important;
	margin-bottom: 1px !important;	
	margin-top: 3px !important;
}
#content.newsList .entry-image,
#content .page .entry-image {
	float: right;
	margin-left: 17px;
	margin-right: 0px !important;
}
.single .hentry  .entry-image .imageTitle span,
#content .page .entry-image .imageTitle span,
#content .post .entry-image .imageTitle span,
#content.newsList .entry-image .imageTitle span {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.page-template-greating-php .single .hentry  .entry-image,
.page-template-greating-php #content .page .entry-image,
.page-template-greating-php #content .post .entry-image,
.page-template-greating-php #content.newsList .entry-image {
	margin-bottom: 14px;
}

.single .hentry  .entry-image img,
#content .page .entry-image img,
#content .page .entry-image img,
#content.newsList .entry-image img {
}
.single .hentry  .entry-image .bg,
#content .page .entry-image .bg,
#content .post .entry-image .bg,
#content.newsList .entry-image .bg {
    background-color: #000000;
    bottom: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

	/* IE 5-7 */
	filter: alpha(opacity=40);

	/* Netscape */
	-moz-opacity: 0.4;

	/* Safari 1.x */
	-khtml-opacity: 0.4;

	/* Good browsers */
	opacity: 0.4;

    padding: 2px;
    position: absolute;
    right: 0;
    width: 216px;
    z-index: 0;
	height: 15px;
}
.single .hentry  .entry-image .imageTitle,
#content .page .entry-image .imageTitle,
#content .post .entry-image .imageTitle,
#content.newsList .entry-image .imageTitle {
	position: absolute;
	bottom: 0px;
	/*width: 216px;*/
	height: 15px;
	line-height: 15px;
	color: #fff;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 1;
}

#content.newsList .post {
	clear: both;
	margin: 0px;
	padding-top: 7px;

}
#content p {
	text-align: justify;
}

#primary {
	float: left;
	overflow: hidden;
	width: 208px;
	clear: both;
}
#secondary {
	float: right;
	overflow: hidden;
	width: 208px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Courier, Verdana;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#header,
#footer,
#wrapper {
	margin: 0 auto;
	width: 952px;
}
#wrapper {
	background: url(images/bg.png) repeat-y;
	width: 984px;
	/*margin-top: 20px;*/
	/*padding: 0 20px;*/
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	/*width: 220px;*/
/*	width: 950px;*/
}
#footer-widget-area .widget-area li {
	list-style: none;
/*	border-right: 1px solid #000;*/
	padding: 1px;
	float: left;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#Footer_Links_Widget {
	clear: both;
	margin-bottom: 4px;
    border-bottom: 1px dotted #5F5F5F;
    color: #FFFFFF;
    height: 36px;
    margin-top: 2px;
    overflow: hidden;
/*    text-align: justify;*/
/*    width: 914px;*/
/* align center!*/
	text-align: center;	
	width: 922px;
	margin-left: -5px;
	padding-top: 2px;
}
/* CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#Footer_Links_Widget {
	margin-left: -4px !important;
}
}
#Footer_Links_Widget ul,
#Footer_Links_Widget li {
	display:inline;
}
#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: url("images/body_bg.png") repeat-y scroll center top #CDCDCD;
}
body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
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:link {
	color: #0054a6;
}
a:visited {
	color: #0054a6;
}
a:active,
a:hover {
	color: #0054a6;
}
*/
/* Text meant only for screen readers */
.screen-reader-text {
    margin-left: 3px;
    position: absolute;
	/* @todo - JS-el dugja el */
	display: none;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	margin-bottom: 20px;
}
#site-title {
/*	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	/*clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;*/
}

#topStatus,
#topStatus a,
#topStatus li,
#topStatus h1,
#topStatus h2,
#topStatus h3 {
	height: 45px !important;
	line-height: 45px !important;
	background: #939598 !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px !important;
}
#topStatus {
	color: #252525 !important;
}
#topStatus,
#topStatus a,
#topStatus #lang_sel_list a { 
	color: #252525; 
	text-decoration: none;
	font-size: 12px !important;
	font-family: Arial, Courier, Verdana !important;
	font-weight: bold !important;
}
#positionLine a,
#positionLine span {
	color: #FFF;
}
#positionLine div.main {
	width: 124px;
	background: url("images/main_page_link_bg.png") no-repeat scroll left center transparent !important;
	border-right: 1px solid #7b7c7f;
	height: 45px !important;
	line-height: 45px !important;
	float: left;
	position: relative;
	margin-right: 8px;
}
#positionLine div.main span{
	display: block;
	left: 33px;
	position: absolute;
}
#positionLine div.main a span{
	display: inline;
	position: relative;
	left: 0px;
}
#positionLine a.main {
	display: block;
	padding-left: 33px !important;
	background-color: transparent !important;
	position: absolute;
	background: none !important;
}
#topStatus a:hover { 
	text-decoration: underline !important;
}
#positionLine {
	float: left;
	margin-left: 21px;
	width: 680px;
	overflow: hidden;
	height: 45px;
}
#positionLine a {
	background: url("images/header_link_bg.gif") no-repeat scroll right center transparent !important;
	display: inline-block;
	padding-right: 10px !important;
}
#basicLinks {
	float: right;
	width: 224px;
	margin-right: 22px;
}
#lang_sel_list {
	/*float: left;*/
	/*padding-right: 15px !important;	*/
}
#lang_sel_list,
#lang_sel_list ul,
#lang_sel_list li {
	/*width: 64px;*/
}
#lang_sel_list,
#lang_sel_list ul,
#lang_sel_list li,
#lang_sel_list li a {
	height: 18px !important;
	text-align: right !important;
	background: none !important;
	border: none !important;
	font-weight: bold;
}
#lang_sel_list li a {
	padding: 0px !important;
}
.featured-post-widget {
	float: left;
	clear: none !important;
	padding-right: 15px !important;
}
.featured-post-widget h3.featured-post-title a {
	padding: 0px !important;
	padding-right: 15px !important;
}
.featured-post-widget .featured_post_more_link {
	display: none;
}
#basicLinks #searchform {
	width: 223px;
	float: left;
}
#basicLinks #searchform div {
	width: 225px;
    height: 19px;
    line-height: 19px;
    margin-top: 10px;
	margin-right: 22px;
	background: url(images/header_search_box_bg.png) no-repeat center center;
	display: table;
}
#basicLinks #searchform input {
	display: table-cell;
	display: inline-block;
	vertical-align: middle;
}
#basicLinks #searchform input#s {
	background: none;
	width: 174px;
	height: 19px;
	font-size: 11px;
	color: #464646;
	border: none !important;
	padding-left: 5px;
}
/* MOZZ FF */
@-moz-document url-prefix() {
#basicLinks #searchform input#s {
	width: 170px;
	height: 19px;
	padding-left: 7px;
	-moz-box-shadow: none !important;
}
}
/* MOZZ FF END */
/* CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#basicLinks #searchform input#s {
	width: 177px;
	padding-left: 5px;
}
}
/* CHROME END */
#basicLinks #searchform input#searchsubmit {
	padding: 0px !important;
	margin: 0px !important;
}
#basicLinks #searchform:active {
	background: #000;
}
#Header_Login_Widget {
    float: right;
    height: 18px;
    text-align: right;
    text-indent: 0;
    width: 123px;
	background: url("images/header_login.jpg") no-repeat scroll right center transparent;
}

/* This is the custom header image */
#branding img {
	/*border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;*/
	display: block;
}
/*#site-description*/
#branding {
	text-indent: -10000px;
	background: url(images/header.jpg) no-repeat 21px 18px;
	height: 97px;
	width: 950px;
}
#branding #site-title  {
	text-indent: -10000px;
	height: 97px;
	width: 950px;
	display: block;
	background: url(images/header_line.gif) no-repeat bottom;
	position: relative;
	font-size: 18px;
}
#branding #site-title span a {
	display: block;
	float: left;
	height: 90px;
	left: 14px;
	position: absolute;
	width: 230px;
}
#branding #site-title .header_links {
	float: right;
	width: 200px;
	margin-right: 26px;
	margin-top: 25px;
	line-height: 16px;
}
#branding #site-title .header_links a {
	text-indent: 0px;
	font-size: 14px;
	color: #636363;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	/*width: 104px;*/
	height: 15px;
}
#branding #site-title .header_links #lang_sel_list {
	float: right;
	text-indent: 0px;
	/*width: 103px;*/
	height: 18px;
}
#branding #site-title .header_links #contact {
	text-indent: 0px;
	float: right;
	width: 123px;
	text-align: right;	
	height: 18px;
	background: url(images/header_contact.jpg) no-repeat right center;
}
#branding #site-title .header_links #contact a {
	padding-right: 39px;
}
#branding #site-title .header_links #Header_Login_Widget {
	text-indent: 0px;
	float: right;
	width: 130px;
	text-align: right;
	height: 18px;
	background: url(images/header_login.jpg) no-repeat right center;
}
#branding #site-title .header_links #Header_Login_Widget a {
	margin-right: 39px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* 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;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	/*background-color: #FFF;*/
	padding-bottom: 20px !important;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#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 h1,
#content .post h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	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 48px 0;
}
ul.child-pages {
	margin-left: 0px !important;
}
.home .sticky {
	/*background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;*/
}
.single .hentry {
	margin: 0 0 16px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #4c0e5f;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content.newsList h1.entry-title {
	position: relative;
}	
#content.newsList h1.entry-title img {
	position: absolute;
	right: 20px; 
	top: 9px;
}
#content h1.top_padding {
	padding-top: 15px;
}
#content h1.entry-title,
#content h1.entry-category {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	background: url(images/h1_bg.gif) repeat-x #666;
	height: 38px;
	line-height: 38px;
	width: 534px;
	margin-top: 3px;
	color: #FFF;
	padding-left: 10px;
}
#content h2.entry-title {
	color: #4c0e5f;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
}
#content h2 {
	margin-bottom: 15px;
	line-height: 23px;
/*	font-family: Arial, Courier, Verdana;
	color: #4c0d60;
	font-size: 18px;
	font-weight: bold;	*/
}
#content h3 {
	margin-bottom: 15px;
	line-height: 23px;
	font-family: Arial, Courier, Verdana;
	color: #4c0d60;
	font-size: 16px;
	font-weight: bold;	
}
#content h1.entry-category li {
	list-style: none;
}
#content .post h1.entry-category ul.post-categories  {
	margin: 0px;
}
#content .post h1.entry-category ul.post-categories  li a {
	text-decoration: none;
	color: #FFF !important;
}
.entry-title a:link,
.entry-title a:visited {
	color: #4C0D60;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-date,
.entry-meta {
	color: #888;
	font-size: 12px;
}
.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 0 0;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
.page-template-personnew-php #container #content .entry-content .backLink {
	background: url(images/arror_left.gif) no-repeat;
	padding-left: 17px;
	font-size: 12px;
}
#container {
	/*min-height: 900px;*/
}
.entry-summary .entry-more,
.entry-content .entry-more {
	float: right
}
.entry-summary .entry-more,
.entry-summary .entry-more a,
.entry-content .entry-more,
.entry-content .entry-more a {
	color: #4c0e5f;
}
.entry-meta .meta-sep,
.entry-meta .author,
#content .entry-utility/*,
#nav-below.navigation */{
/* @todo rendesen eldugni */
	display: none;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.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: 12px;
}
.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%;
}
.entry-sharing {
	float: left;
	height: 19px;
	margin-top: 13px;
}
.entry-sharing a {
	display: table-cell;
	vertical-align: middle;
	padding-right: 4px;
	padding-bottom: 4px;
}
.entry-download,
.letoltes {
	float: right;
	margin-top: 4px !important;
	/*height: 27px;*/
	overflow: hidden;
	line-height: 31px !important;
	padding-bottom: 4px !important;
	margin-bottom: 0px !important;
	display: block;
}
.border,
.keret {
    border: 3px solid #727272;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 9px 12px;
    text-align: justify;
    font-size: 13px;
    color: #000;
}
.entry-content .entry-download,
.entry-content .letoltes {
	width: 534px;
	font-weight: bold;
}
.post .entry-download a,
.post .letoltes a,
.entry-content .entry-download a,
.entry-content .letoltes a {
	background: url(images/pdf_icon.jpg) no-repeat right;
	padding-right: 24px;
	float: right;
}
.post .entry-download.eps a,
.post .entry-download .eps a,
.post .eps .entry-download a,
.post .entry-download a.eps,
.entry-content .entry-download.eps a,
.entry-content .entry-download .eps a,
.entry-content .eps .entry-download a,
.entry-content .entry-download a.eps,
.post .letoltes.eps a,
.post .letoltes .eps a,
.post .eps .letoltes a,
.post .letoltes a.eps,
.entry-content .letoltes.eps a,
.entry-content .letoltes .eps a,
.entry-content .eps .letoltes a,
.entry-content .letoltes a.eps {
	background: url(images/eps_icon.gif) no-repeat right;
}
.letoltes a,
.entry-download a {
	font-size: 12px;
}
.letoltes a:hover,
.entry-download a:hover {
	color: #000;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 50px 0 22px 0;
	word-spacing: 0.5em;
	/*position: absolute;*/
	bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.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;
}
#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: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =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 img {
	margin: 0;
	height: auto;
	max-width: 532px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content img.attachment-220x165 {
	/*max-width: 178px;/*220px;*/
	max-height: 187px;/*165px;*/
}
#content .wp-post-image img {
	float: right;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #4C0D60 !important;
	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-previous a,
.nav-next a {
	color: #4c0e5f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #000
}
.nav-previous a {
	padding-left: 17px;
	background: url(images/arror_left.gif) no-repeat;
}
.nav-next a {
	/*padding-right: 17px;*/
	background: url(images/arror_right.gif) no-repeat right;
}
.navigation .meta-nav {
	/*display: none;*/
	width: 17px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;

}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	/*display: block;*/
}
#nav-below {
	border-top: 1px dotted #666;
	padding: 15px 0 0 0;
	clear: both;
}


/* =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;
}
#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: 12px;
	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: 12px;
	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: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.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: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	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
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.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,
#wp-calendar caption a {
	font-size: 12px;
}
#wp-calendar caption {
	color: #222;
    position: absolute;
	left: 41px;
    text-align: center;
    top: 43px;
	font-size: 12px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d9dadc !important;
	background: url(images/wp-calendar_button_bg.gif) repeat-x !important;
	height: 20px !important;
	width: 73px !important;
	margin: 2px !important;
	display: block;	
}
/* FF */
@-moz-document url-prefix() {
#wp-calendar caption {
	height: 22px !important;
	left: 42px;
}
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #fff;
}
#wp-calendar tbody td {
	background: #939598;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#event-calendar {
	position: relative;
}
#event-calendar,
#wp-calendar {
	width: 161px;
	margin: auto;
}
#wp-calendar table td {
	background: #939598 !important;
	height: 18px !important;
	width: 21px !important;
	padding: 0px !important;
	margin: 1px !important;
}
#wp-calendar table thead tr th,
#wp-calendar table td.pad {
	background: #d8d9d9 !important;
}
#wp-calendar table td#today,
#wp-calendar table td#today:hover {
	margin: 0px !important;
	border-color: #767679;
	border: 1px solid #767679 !important;
}
#wp-calendar table thead tr th {
	height: 33px;
	line-height: 33px;
}
#wp-calendar .ec3_eventday a {
	color: #4c0e60 !important;
}
#wp-calendar #ec3_spinner {
    left: 73px;
    position: absolute;
    top: 11px;
    z-index: 1;
}
/* FF */
@-moz-document url-prefix() {
#wp-calendar #ec3_spinner {
    top: 48px;
}
}
.ec3_schedule {
/* @todo rendesen eldugni */
	display: none;
}
#wp-calendar table td:hover {
	border: 0px !important;
	background-color: #775f82 !important;	
}
#ec3_publish {
    display: none;
    position: absolute;
    right: 4px;
    top: -29px;	
}
/* FF */
@-moz-document url-prefix() {
#ec3_publish {
	top: 9px;	
}
}
#event-calendar #wp-calendar .nav {
	position: relative;
	height: 37px;
}
#event-calendar #wp-calendar .nav td {
	background-color: #FFF !important;
}
#event-calendar #wp-calendar .nav td {
	/*display: none;*/
}
#event-calendar #wp-calendar #prev,
#event-calendar #wp-calendar #next {
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d9dadc !important;
	background: url(images/wp-calendar_button_bg.gif) repeat-x !important;
	height: 20px !important;
	width: 39px !important;
	margin: 2px !important;
	display: block;
	position: absolute;
    top: 5px;
}
/* FF */
@-moz-document url-prefix() {
#event-calendar #wp-calendar #prev,
#event-calendar #wp-calendar #next {
    top: 43px;
}
}
#event-calendar #wp-calendar #next {
    right: 0;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 20px;
	padding: 0;
	width: 166px;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color: #cdcdcd;
}
#colophon {
	border-top: 0px solid;
	margin-top: -4px;
	overflow: hidden;
	padding: 12px 0 23px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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 {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* open page statements pager */
.statement {
    margin: auto;
    padding: 0px;
    width: 950px;
/*	margin-top: 20px;*/
}
.statement #p.pagestatement_current {
	width: 911px;
	margin: auto;
}
.statement #p.pagestatement_current .date {
/*	padding-top: 5px;*/
	margin-bottom: 9px;
}
.statement p {
	text-align: justify;
}
.statementImage {
	height: 270px;
	width: 480px;
	/*height: 199px;
	width: 485px;*/
	margin-right: 20px;
	margin-bottom: 18px;
	float: left;
	position: relative;
	border: 1px solid #939598;
}
.statementImage img {
	position: absolute;
	clear: both;
}
.statementImage .imageTitle {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fff;
	padding: 2px;
}
.statementImage .imageTitle span {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.statementImage .bg {
	position: absolute;
	background-color: #000;
	width: 100%;
	z-index: 0;
	right: 0px;
	bottom: 0px;
	padding: 2px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

	/* IE 5-7 */
	filter: alpha(opacity=40);

	/* Netscape */
	-moz-opacity: 0.4;

	/* Safari 1.x */
	-khtml-opacity: 0.4;

	/* Good browsers */
	opacity: 0.4;

}

.statementContent {
	width: 409px;
	/*width: 400px;*/
	float: left;
	text-align: left;
/* test*/
	/*	height: 270px;*/
	position: relative;
}
.statementContent p {
/* test*/
	/*margin: 0px;*/
}

.statementContent h2 {
	font-family: Arial, Courier, Verdana;
	color: #4c0d60;
	font-size: 18px;
	font-weight: bold;
	/*margin-bottom: 5px;*/
	margin-top: -2px;
}
.statementContent h2 a { 
	text-decoration: none;
}
.statementContent h3 {
	font-family: Arial, Courier, Verdana;
	color: #4c0d60;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: -3px;
}

.statementContent .date {
	color: #939598;
	font-size: 12px;
	/*margin-bottom: 10px;*/
}
.statementContent .date label {
	display: none;
}

.statementContent .statementText {
	
}
#fejlesztesprolog {
	position: relative;
}
#fejlesztesprolog #moreLink,
.statementContent #moreLink {
	position: absolute; 
	right: 0px;
	bottom: 0px;
	display: block;
}
#fejlesztesprolog #moreLink,
#fejlesztesprolog #moreLink a,
.statementContent #moreLink,
.statementContent #moreLink a {
	text-transform: lowercase;
	color: #4c0e5f;
}
.pagestatement_current #moreText {
	/*clear: both;*/
	width: 908px;
}
.pagestatement_current #hideDetails {
	/*margin-top: -20px;*/
	float: right;
}
.pagestatement {
    background-color: white;
    margin: 2px;
    padding: 0px 10px;
    /*text-align: center;*/
    width: 900px;
/*	height: 270px;*/
}
.jPaginate {
    height:34px;
    position:relative;
    color:#a5a5a5;
    font-size:small;   
	width: 364px;
	margin-top: -36px;
	float: right;
}
.jPaginate a {
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:2px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back {
	position:absolute;
	left:0px;
}
.jPag-control-front {
	position:absolute;
	top:0px;
}
.jPaginate span {
    cursor:pointer;
}
ul.jPag-pages {
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}
ul.jPag-pages li {
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a {
    float:left;
    padding:2px 5px;
}
span.jPag-current {
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:2px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
    height:22px;
    margin:2px;
    float:left;
    line-height:18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
        width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img {
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
}
	_sel_list a.lang_sel_sel {
	display: none;
}


.BKK_Igazgatosag_item {
	height: 128px;
	width: 534px;
	margin-bottom: 19px;
	margin-top: 19px;
	border-bottom: 1px #d2d2d2 dotted;
}
/* MOZ FF */
@-moz-document url-prefix() {
.BKK_Igazgatosag_item {
	height: 128px;
}
}
.BKK_Igazgatosag_item a {
	color: #4c0e5f;
	text-decoration: none;
}
.BKK_Igazgatosag_item a.more {
	text-decoration: underline;
	font-size: 12px.
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_image {
	float: left;
	height: 174px;
	width: 136px;
	overflow: hidden;
	position: relative;
	background: #939598;
	border: 1px solid #939598;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_image .BKK_Igazgatosag_item_image_title_bg {
    background-color: #000000;
    bottom: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

	/* IE 5-7 */
	filter: alpha(opacity=40);

	/* Netscape */
	-moz-opacity: 0.4;

	/* Safari 1.x */
	-khtml-opacity: 0.4;

	/* Good browsers */
	opacity: 0.4;

    padding: 2px;
    position: absolute;
    right: 0;
    width: 138px;
    z-index: 0;
	height: 15px;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_image .BKK_Igazgatosag_item_image_title {
	position: absolute;
	bottom: 0px;
	width: 138px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	font-size: 10px;
	padding-left: 3px;
	z-index: 1;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_details {
	float: left;
	height: 105px;
	width: 357px;
	margin-left: 20px;
	position: relative;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_name h2 {
	font-size: 25px;
	padding: 0 !important;
	margin: 0 0 3px !important;
	line-height: 20px !important
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_name h2,
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_name h2 a {
	font-weight: bold;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_position {
	color: #000;
	font-size: 16px;
	height: 44px;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_links {
	font-size: 14px;
	margin-left: -5px;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_links a,
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_links a span {
	text-decoration: underline;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_links span {
	border-right: 1px #e2e3e4 solid;
	display: block;
	float: left;
	list-style: none !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_links span.last {
	border-right: 0 !important;
}
.BKK_Igazgatosag_item .BKK_Igazgatosag_item_link {
	line-height: 10px;
	font-size: 14px;
	color: #4c0e5f;
	position: absolute; 
	bottom: 0px;
}
.page-template-yearlyarchive-php ul.child-pages li {
	height: 76px;
}
.BKK_Kozerdeku_informaciok_item,
.BKK_Arculat_item,
.BKK_Magunkrol_item,
.BKK_Archive_item,
.BKK_Partnereink_item,
.BKK_Fejleszteseink_item,
.BKK_Megjelenesek_item,
.BKK_Partnetek_item
 {
	height: 76px;
	border-bottom: 1px dotted #5F5F5F;
	clear: both;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_mage,
.BKK_Arculat_item .BKK_Arculat_item_image,
.BKK_Magunkrol_item .BKK_Magunkrol_item_image,
.BKK_Archive_item .BKK_Archive_item_image,
.BKK_Partnereink_item .BKK_Partnereink_item_image,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_image,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_image,
.BKK_Partnetek_item .BKK_Partnetek_item_image {
	float: left;
	height: 45px;
	width: 59px;
	overflow: hidden;
	border: 1px solid #939598;
	margin-right: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_image img,
.BKK_Arculat_item .BKK_Arculat_item_image img,
.BKK_Magunkrol_item .BKK_Magunkrol_item_image img,
.BKK_Archive_item .BKK_Archive_item_image img,
.BKK_Partnereink_item .BKK_Partnereink_item_image img,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_image img,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_image img,
.BKK_Partnetek_item .BKK_Partnetek_item_image img {
	height: 45px !important;
	width: 59px !important;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_details,
.BKK_Arculat_item .BKK_Arculat_item_details,
.BKK_Magunkrol_item .BKK_Magunkrol_item_details,
.BKK_Archive_item .BKK_Archive_item_details,
.BKK_Partnereink_item .BKK_Partnereink_item_details,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details,
.BKK_Partnetek_item .BKK_Partnetek_item_details {
	float: left;
	margin-top: 15px;
	/*margin-bottom: 15px;*/
}
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details {
	width: 458px;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_details .BKK_Kozerdeku_informaciok_item_name,
.BKK_Arculat_item .BKK_Arculat_item_details .BKK_Arculat_item_name,
.BKK_Magunkrol_item .BKK_Magunkrol_item_details .BKK_Magunkrol_item_name,
.BKK_Archive_item .BKK_Archive_item_details .BKK_Archive_item_name,
.BKK_Partnereink_item .BKK_Partnereink_item_details .BKK_Partnereink_item_name,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_name,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details .BKK_Megjelenesek_item_name,
.BKK_Partnetek_item .BKK_Partnetek_item_details .BKK_Partnetek_item_name {
}
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details .BKK_Megjelenesek_item_name {
max-width: 460px;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_details .BKK_Kozerdeku_informaciok_item_name h2,
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_details .BKK_Kozerdeku_informaciok_item_name h2 a,
.BKK_Arculat_item .BKK_Arculat_item_details .BKK_Arculat_item_name h2,
.BKK_Arculat_item .BKK_Arculat_item_details .BKK_Arculat_item_name h2 a,
.BKK_Magunkrol_item .BKK_Magunkrol_item_details .BKK_Magunkrol_item_name h2,
.BKK_Magunkrol_item .BKK_Magunkrol_item_details .BKK_Magunkrol_item_name h2 a,
.BKK_Archive_item .BKK_Archive_item_details .BKK_Archive_item_name h2,
.BKK_Archive_item .BKK_Archive_item_details .BKK_Archive_item_name h2 a,
.BKK_Partnereink_item .BKK_Partnereink_item_details .BKK_Partnereink_item_name h2,
.BKK_Partnereink_item .BKK_Partnereink_item_details .BKK_Partnereink_item_name h2 a,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_name h2,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_name h2 a,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details .BKK_Megjelenesek_item_name h2,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details .BKK_Megjelenesek_item_name h2 a,
.BKK_Partnetek_item .BKK_Partnetek_item_details .BKK_Partnetek_item_name h2,
.BKK_Partnetek_item .BKK_Partnetek_item_details .BKK_Partnetek_item_name h2 a {
	font-size: 12px;
	color: #4c0e5f;
	text-decoration: none;
	font-weight: bold;
}
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_name h2,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_name h2 a {
	font-size: 25px !important;
	line-height: 22px !important;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_details .BKK_Kozerdeku_informaciok_item_name h2,
.BKK_Arculat_item .BKK_Arculat_item_details .BKK_Arculat_item_name h2,
.BKK_Magunkrol_item .BKK_Magunkrol_item_details .BKK_Magunkrol_item_name h2,
.BKK_Archive_item .BKK_Archive_item_details .BKK_Archive_item_name h2,
.BKK_Partnereink_item .BKK_Partnereink_item_details .BKK_Partnereink_item_name h2,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_name h2,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details .BKK_Megjelenesek_item_name h2 {
	line-height: 12px !important;
    margin-bottom: 19px !important;
}
.BKK_Kozerdeku_informaciok_item .BKK_Kozerdeku_informaciok_item_details .BKK_Kozerdeku_informaciok_item_date,
.BKK_Arculat_item .BKK_Arculat_item_details .BKK_Arculat_item_date,
.BKK_Magunkrol_item .BKK_Magunkrol_item_details .BKK_Magunkrol_item_date,
.BKK_Archive_item .BKK_Archive_item_details .BKK_Archive_item_date,
.BKK_Partnereink_item .BKK_Partnereink_item_details .BKK_Partnereink_item_date,
.BKK_Fejleszteseink_item .BKK_Fejleszteseink_item_details .BKK_Fejleszteseink_item_date,
.BKK_Megjelenesek_item .BKK_Megjelenesek_item_details .BKK_Megjelenesek_item_date,
.BKK_Partnetek_item .BKK_Partnetek_item_details .BKK_Partnetek_item_date {
	font-size: 12px;
	color: #939598;
}

#menu-jobb-oldali-menu,
#menu-fomenu,
#menu-main-menu {
	
}
#menu-jobb-oldali-menu ul,
#menu-jobb-oldali-menu li,
#menu-main-menu ul,
#menu-main-menu li,
#menu-fomenu ul,
#menu-fomenu li {
	list-style: none;
	margin: 0 !important;
}
#menu-jobb-oldali-menu li,
#menu-main-menu li,
#menu-fomenu li {
	border: 2px solid #bfc0c3;
}
#menu-jobb-oldali-menu li,
#menu-jobb-oldali-menu ul.sub-menu li,
#menu-main-menu li, 
#menu-main-menu ul.sub-menu li, 
#menu-fomenu li,
#menu-fomenu ul.sub-menu li {
	background-color: #5d6168;
}
#menu-jobb-oldali-menu ul.sub-menu li,
#menu-main-menu ul.sub-menu li,
#menu-fomenu ul.sub-menu li {
	border: 0;
	border-top: 1px solid #bfc0c3;
}
#menu-jobb-oldali-menu li,
#menu-main-menu li,
#menu-fomenu li {
	/*height: 38px;*/
	width: 162px;
	overflow: hidden;
}
#menu-jobb-oldali-menu li a,
#menu-jobb-oldali-menu li .a,
#menu-jobb-oldali-menu li a:hover,
#menu-main-menu li a,
#menu-main-menu li .a,
#menu-main-menu li a:hover,
#menu-fomenu li a,
#menu-fomenu li .a,
#menu-fomenu li a:hover {
	background-color: #fff;
	margin-left: 7px;
	height: 35px;
	width: 155px;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #000;
}
#menu-jobb-oldali-menu li.menu-item,
#menu-main-menu li.menu-item,
#menu-fomenu li.menu-item {
	margin-top: 3px !important;
	margin-bottom: 23px !important;
	/*height: 38px;*/
	line-height: 38px;
	background-color: #4c0d60;
}
#menu-jobb-oldali-menu .menu-item a,
#menu-jobb-oldali-menu .menu-item .a,
#menu-main-menu .menu-item a,
#menu-main-menu .menu-item .a,
#menu-fomenu .menu-item a,
#menu-fomenu .menu-item .a {
	color: #4c0d60;
	font-size: 17px;
	font-weight: bold;
}
#menu-jobb-oldali-menu ul.sub-menu li.current-menu-item a,
#menu-main-menu ul.sub-menu li.current-menu-item a,
#menu-fomenu ul.sub-menu li.current-menu-item a{
	background-color: #775f82 !important;
	color: #FFF !important;
	font-weight: normal !important;	
}
#menu-jobb-oldali-menu ul.sub-menu li.current-menu-item a span,
#menu-main-menu ul.sub-menu li.current-menu-item a span,
#menu-fomenu ul.sub-menu li.current-menu-item a span{
/*	font-size: 8px;*/
}
#menu-jobb-oldali-menu .sub-menu .menu-item,
#menu-main-menu .sub-menu .menu-item,
#menu-fomenu .sub-menu .menu-item {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#menu-jobb-oldali-menu .sub-menu li.menu-item,
#menu-main-menu .sub-menu li.menu-item,
#menu-fomenu .sub-menu li.menu-item {
	height: 24px;
}
#menu-jobb-oldali-menu .sub-menu .menu-item a,
#menu-main-menu .sub-menu .menu-item a,
#menu-fomenu .sub-menu .menu-item a {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
}

#footer #colophon .footerBlock #footerLinks {	
	
}
#Footer_Links_Widget a {
	color: #252525;
	line-height: 12px;
	font-size: 12px;
	background-color: #CDCDCD;
/* align center!*/
    display: inline-block;
	margin-left: -1px;
	margin-right: 0;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px white solid;
	border-right: 1px white solid;
}
#footer #colophon {
	width: 914px;	
	color: #252525;
	font-size: 10px !important;
}
#footer #colophon .footerBlock {
	border-bottom: 1px dotted #5f5f5f;
}
#footer #colophon #site-info {
	width: 200px !important;
	float: left;
	text-align: left;
	line-height: 14px !important;
	font-size: 10px !important;
	margin-top: 8px !important;
}
#footer #colophon .footerBlock #footerLinks {
	float: right;
	line-height: 14px !important;
	font-size: 10px !important;
	width: 163px;
	margin-top: 8px !important;
}
#footer #colophon #site-info span,
#footer #colophon .footerBlock #footerLinks span {
	color: #4c0e5f !important;
}
#footer #colophon #site-info a,
#footer #colophon .footerBlock #footerLinks a {
	text-decoration: none;
	color: #000 !important;
}
#footer #colophon .footerBlock #footerLinks .featured-post-widget {
	margin: 0px !important;
	padding: 0px !important	;
	padding-left: 15px !important;
}
#footer #colophon #site-info,
#footer #colophon #site-info a,
#footer #colophon .footerBlock  #footerLinks h3,
#footer #colophon .footerBlock  #footerLinks {	
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
}
#footer #colophon .footerBlock  #footerLinks h3 a {
	font-size: 12px;
	color: #252525;
	text-decoration: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-left: 8px;
}
#Footer_Links_Widget_title {
	float: left;
}
#Footer_Links_Widget_title h3 {
	width: 914px;	
	padding-bottom: 16px;
	border-bottom: 1px dotted #5f5f5f;
	background-image: none !important;
	background-color: #cdcdcd;
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0px;
    padding-left: 0;
 
}
#footer #colophon .widget-container {
    margin-bottom: 4px;
}
#footer-widget-area .widget-area li {
	padding: 0px !important;
}

.widget_bkk_tag_cloud {
	width: 156px;
	margin: auto;
}
.widget_bkk_tag_cloud a {
	color: #939598 !important;
}
.widget_bkk_tag_cloud .widget-title {
	margin-bottom: 4px;
}
.widget-title {
	background: url("images/h1_bg.gif") repeat-x scroll 0 0 #666666;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    margin-top: 23px;
    padding-left: 10px;
    /*width: 534px;*/
}
#Footer_BP_Logo_Widget {
    right: 0px;
    line-height: 23px;
    text-align: right;
	position: absolute;
	top: 0px;
}
#footer #footer-widget-area {
	position: relative;
}
#Footer_BP_Logo_Widget a {
	height: 23px;
	display: block;
}
.widget_FacebookLikeBox {
    clear: left;
	margin-top: 10px;
}
.widget_FacebookLikeBox iframe {
	display: block;
	margin-left: 20px;
}
.widget_FacebookLikeBox h3 {
	display: none;
}
#Share_Logos_Widget {
	/*margin-left: 20px;*/
	float: right;
	height: 36px;
	width: 43px;
}
#Share_Logos_Widget img {
	display: block;
	float: right;
	/*margin: auto;*/
}
.piclenselink,
.slideshowlink {
	display: none;
}
.page-template-pageperson-php #content h2,
.page-template-pageperson-php #content h3 {
	display: inline;
}
.page-template-pageperson-php #content .status {
	color: #959597;
}
.page-template-pageperson-php #content h3 {
	color: #4c0e5f;
}
.page-template-pageperson-php #content  .BKK_Igazgatosag_item_top {
	float: left;
}
.page-template-pageperson-php #content  .BKK_Igazgatosag_item_links {
	font-size: 14px;
	margin-left: -5px;
}
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links a,
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links a span {
	text-decoration: underline;
	color: #4c0e5f;
}
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links span {
	/*display: block;*/
	/*float: left;*/
	list-style: none !important;
}
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links a span {
	border-right: 1px #e2e3e4 solid;
	/*display: block;*/
	/*float: left;*/
	list-style: none !important;
	text-decoration: underline;	
	/*display: block;
	float: left;*/
	margin-right: 5px !important;
	padding-right: 5px !important;
}
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links a {
	/*padding-left: 5px !important;
	padding-right: 5px !important;*/
	text-decoration: none;	
	margin-left: 0px;
}
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links span.last {
	border-right: 0 !important;
}
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links, 
.page-template-pageperson-php #content .BKK_Igazgatosag_item_links span {
	/*display: inline;*/
}
.page-template-pageperson-php #content h3 a.top {
    background: url("images/top_bg.gif") no-repeat scroll right top transparent;
    float: right;
    height: 12px;
    line-height: 12px;
    text-align: left;
    text-decoration: none;
    width: 12px;
}
.page-template-pageperson-php #content h3 {
	font-weight: bold;
}

.page-template-pageperson-php #content .entry-image {
	margin-right: 10px;
	height: 299px;
	width: 199px;
	overflow: hidden;
	position: relative;
	background: #939598;
	border: 1px solid #939598;
	float: left;
}
.category-hireink #content .entry-image {
	margin-right: 10px;
/*	height: 299px;
	width: 199px;
	overflow: hidden;*/
	position: relative;
	background: #939598;
	border: 1px solid #939598;
	float: left;
}}
/*.category-hireink #content .imageTitle span,*/
.page-template-pageperson-php #content .imageTitle span {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.category-hireink #content .entry-summary img {
	float: left;
	margin-right: 10px;
	border: 1px solid #939598;
}
#content .category-hireink .entry-summary p,
.category-hireink #content .entry-summary p,
#content .category-kozlemenyek .entry-summary p,
.category-kozlemenyek #content .entry-summary p {
	margin-bottom: 5px !important;
}

/*.category-hireink #content .entry-image .bg,*/
.page-template-pageperson-php #content .entry-image .bg {
    background-color: #000000;
    bottom: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

	/* IE 5-7 */
	filter: alpha(opacity=40);

	/* Netscape */
	-moz-opacity: 0.4;

	/* Safari 1.x */
	-khtml-opacity: 0.4;

	/* Good browsers */
	opacity: 0.4;

    padding: 2px;
    position: absolute;
    right: 0;
    width: 216px;
    z-index: 0;
	height: 15px;
}
.page-template-pageperson-php #content .entry-image  .imageTitle span {
	position: absolute;
	width: 100%;
	z-index: 1;
}
/*.category-hireink #content .entry-image .imageTitle,*/
.page-template-pageperson-php #content .entry-image .imageTitle {
	position: absolute;
	bottom: 0px;
	width: 216px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	font-size: 10px;
	padding-left: 3px;
	z-index: 1;
}
.page-template-pageperson-php #content ul {
	margin-left: 0px;
}
.page-template-pageperson-php #content li {
	list-style-position: inside;
	margin-left: 0px;
	text-align: justify
}
.wpmp_footer_link {
	display: none;
}
.post-13 h2,
.post-13 h3,
.post-13 a {
	color: #4C0D60 !important;
	text-decoration: none !important;;
}
.post-13 a,
.post-13 h2{
	font-weight: bold !important;;
}
.post-13 h2,
.post-13 h3 {
	font-size: 20px !important;;
	margin-top: 15px !important;;
	margin-bottom: 10px !important;;
}
.post-13 h3 {
	font-weight: normal !important;;
}
.job_item_link {
	height: 20px !important;
	line-height: 20px !important;
	-moz-border-radius: 2px 2px 2px 2px;
    background: url("images/wp-calendar_button_bg.gif") repeat-x scroll 0 0 transparent !important;
    border: 1px solid #D9DADC !important;
    color: #4C0D60;
    display: block;
    font-size: 12px;
    margin: 2px !important;
    width: 125px !important;
	float: right;	
	text-align: center;
	margin-bottom: 14px !important;
}
#content table.job-table {
	border: 0px !important;
	border-bottom: 1px dotted #a5a5a5  !important;
}
#content table.job-table th{
	width: 220px;
	height: 25px !important;
}
#content table.job-table tr th, 
#content table.job-table thead th,
#content table.job-table tr td {
	padding: 0px !important;;
	border: 0px !important;
}
#lang_sel_list {
	height?: 
}
#lang_sel_list .icl-en {
    position: relative;
	background: url(images/header_lang_en.jpg) no-repeat right center !important;
}
#lang_sel_list .icl-hu {
    position: relative;
	background: url(images/header_lang_hu.jpg) no-repeat right center !important;
}
#lang_sel_list ul,
#lang_sel_list .icl-en {
	list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
	float: left !important;
}
#lang_sel_list .icl-en a, 
#lang_sel_list .icl-hu a {
	padding-right: 39px !important;
	display: block;
}
.post-693 h3 {
    color: #4C0D60 !important;
	font-weight: bold;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
}
.post-693 table {
	width: 554px !important;
	border: 0px !important;
	border-collapse: collapse !important;
}
.post-693 td {
	width: 277px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
	text-align: left;		
}
.post-693 td a {
	float: left;
}
.post-693 {
	overflow-x: hidden;
}
.search-results .hentry {
	border-bottom: 1px dotted #666;
	margin: 0 0 24px;
	padding: 0 0 24px;	
}
.hilite {
	background-color: #775f82;
	color: #FFF !important;
}

.page-template-openpage-php .hentry {
	border-bottom: 1px dotted #A5A5A5 !important;
	margin-bottom: 0px !important;
	padding-bottom: 10px !important;
}



    ul.paging { list-style: none; padding: 0; font-weight: bold; }  
    ul.paging li { float: left; margin: 0 6px 6px 0; }  
    ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; }  
    ul.paging li.active { background-color: #000; border-color: #000; color: #fff; }  
	
td.submit  {
	text-align: right !important;
}
	
div.button-primary a,
#jobman_register input.submit,
a.button-primary,
.submit .button-primary
{
	height: 20px !important;
	line-height: 20px !important;
	-moz-border-radius: 2px 2px 2px 2px;
    background: url("images/wp-calendar_button_bg.gif") repeat-x scroll 0 0 transparent !important;
    border: 1px solid #D9DADC !important;
    color: #4C0D60 !important;
    display: block;
    font-size: 12px !important;
    /*width: 125px !important;*/
	float: right;	
	text-align: center;

/*	border-color:#0b0237 !important;
	font-weight:bold !important;
	color:#fff !important;
	background:#0b0237 url(images/admin/button-grad.png) repeat-x scroll left top;
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
	-moz-border-radius: 11px 11px 11px 11px;
    -moz-box-sizing: content-box;
	border-radius: 11px !important;
    border-style: solid !important;
    border-width: 1px !important;
    cursor: pointer !important;
    font-size: 11px !important;
    line-height: 13px !important;
    padding: 3px 8px !important;
    text-decoration: none;*/
	}
	
	td.jobs-applynow {
		height: 30px;
	}
#lang_sel_list a, #lang_sel_list a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #444444;
    display: block;
    font-size: 11px;
    line-height: 18px;
    padding-left: 10px;
    text-decoration: none !important;
}
#lang_sel_list {
    font-family: verdana,arial,sans-serif;
    height: 32px;
    position: relative;
    width: 149px;
    z-index: 99;
}
#lang_sel_list ul {
    border-top: 1px solid #CDCDCD;
    height: 0;
    left: 0;
    top: 19px;
    width: 149px;
}
#branding #site-title .header_links {
    line-height: 16px;
}
#lang_sel_list li {
    float: left;
    position: relative;
    width: 149px;
}
td.jobs-moreinfo, td.jobs-applynow {
	text-align: right !important;
}
#footer .testing {
	font-size: 12px;
}
.wp-email p {
	margin-bottom: 10px;
	clear: both;
}
#wp-email-popup p {
	text-align: left !important;
}
#wp-email-popup {
	background: #FFF;
	color: #4a4a4a;
	font-size: 12px;
	height: 100%;
	width: 360px;
}
#wp-email-popup input{
	background: url(images/wp-email-input_bg.gif) no-repeat top left;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d4d4d4;
}
#wp-email-popup label,
#wp-email-popup strong {
	color: #4c0e5f;
	font-weight: bold;
	width: 100%;
	float: left;
}
#wp-email-popup .wp-email strong {
	float: none !important;
}
#wp-email-popup label {
	font-size: 15px;
}
#wp-email-popup strong {
	font-size: 18px;
}
#wp-email-popup em {
	color: #4a4a4a;
	font-size: 12px;
	font-style: normal;
}
#wp-email-button {
	text-align: center;
	float: right;
	clear: none;
}
#wp-email-close-window {
	float: right;
	/*clear: both;*/
}
#wp-email-submit {
	height: 20px !important;
	line-height: 20px !important;
	-moz-border-radius: 2px 2px 2px 2px;
    background: url("images/wp-calendar_button_bg.gif") repeat-x scroll 0 0 transparent !important;
    border: 1px solid #D9DADC !important;
    color: #4C0D60;
    display: block;
    font-size: 12px;
    /*margin: 2px !important;*/
    width: 125px !important;
	float: right;	
	text-align: center;
	/*margin-bottom: 14px !important;
	/*border-color:#0b0237 !important;
	font-weight:bold !important;
	color:#fff !important;
	background: #0b0237 url(images/admin/button-grad.png) repeat-x scroll left top !important;
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
	-moz-border-radius: 11px 11px 11px 11px;
    -moz-box-sizing: content-box;
	border-radius: 11px !important;
    border-style: solid !important;
    border-width: 1px !important;
    cursor: pointer !important;
    font-size: 11px !important;
    line-height: 13px !important;
    padding: 3px 8px !important;
    text-decoration: none;	*/
}
#wp-email-required {
	float: left;
	height: 60px;
	width: 245px;
	display: table-cell;
	vertical-align: bottom;
}
form.bkk h4 {
    background: url("images/h1_bg.gif") repeat-x scroll 0 0 #666666 !important;
    color: #FFFFFF !important;
    font-size: 21px !important;
    font-weight: bold !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    padding-left: 10px !important;
    width: 534px !important;
}
form.bkk label {
	font-weight: bold;
	margin-top: 14px !important;
}
form.bkk div {
    display: inline;
    float: left;
}
form.bkk input.ccf-tooltip-field {
	margin: 0 22px 0 0 !important;
}
.page-template-contactform-php #container form.bkk input.email,
form.bkk input.email {
	margin: 0 0 0 22px !important;
}
.page-template-contactform-php #container form.bkk label.email,
form.bkk label.email {
	margin-left: 22px !important;
}
form.bkk input.submit {
	padding: 0 16px !important;
	height: 20px !important;
	line-height: 20px !important;
	-moz-border-radius: 2px 2px 2px 2px;
    background: url("images/wp-calendar_button_bg.gif") repeat-x scroll 0 0 transparent !important;
    border: 1px solid #D9DADC !important;
    color: #4C0D60 !important;
    display: block !important;
    font-size: 12px !important;
	float: right !important;
	text-align: center !important;
	font-weight: bold;
	margin: 11px 0 0;
}
form.bkk #customcontactforms_req {
	color: #4a4a4a;
	font-size: 12px;
	float: left;
	margin: 11px 0 0 0;
}
#ccf-form-success a {
	text-decoration: none !important;
}
html {
	height: 100%;
}

/* IE 6 HACK */
* html #topStatus  {
	margin-left: 0px !important;
}
* html #positionLine {
	width: 650px !important;
	margin-left: 0px !important;
}
* html #positionLine div.main {
	margin-left: 10px;
}
* html #nav_menu-3 .menu-fomenu-container {
	padding-left: 20px! important;
}
* html .page-template-openpage-php #statementBlock.statement {
	margin-bottom: 10px;
}
* html .page-template-openpage-php #content .hentry {
	padding-bottom: 20px !important;
	padding-top: 10px !important;
}
* html #secondary .menu-jobb-oldali-menu-container {
	margin-left: 20px;
}
* html #wp-calendar #prev,
* html #wp-calendar #next {
	position: relative;
}
* html #wp-calendar #prev a,
* html #wp-calendar #next a{
	position: absolute;
}
* html #wp-calendar #prev a{
	left: 0px;
}
* html #wp-calendar #next a{
	right: 0px;
}
* html #branding #site-title .header_links {
	WIDTH: 260px! important;
}
* html #branding #site-title .header_links #lang_sel_list ul{
	float: right !important;
}
* html #content h1.entry-title {
	width: 524px !important;
}
* html #wp-calendar caption a {
	/*color: #222;
    position: absolute;
	left: 41px;
    text-align: center;
    top: 43px;
	font-size: 12px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d9dadc !important;
	background: url(images/wp-calendar_button_bg.gif) repeat-x !important;
	height: 20px !important;
	width: 73px !important;
	margin: 2px !important;
	display: block;	*/
}
/* IE 7 HACK */
html>body #nav_menu-3 .menu-fomenu-container {
	*padding-left: 20px! important;
}
html>body.page-template-openpage-php #statementBlock {
	*margin-bottom: 10px !important;
}
html>body.page-template-openpage-php #content .hentry {
	*padding-bottom: 20px !important;
	*padding-top: 10px !important;
}
html>body #secondary .menu-jobb-oldali-menu-container {
	*margin-left: 20px !important;
}
html>body #wp-calendar #prev,
html>body #wp-calendar #next {
	*position: relative !important;
}
html>body #wp-calendar #prev a,
html>body #wp-calendar #next a{
	*position: absolute !important;
}
html>body #wp-calendar #prev a{
	*left: 0px !important;
}
html>body #wp-calendar #next a{
	*right: 0px !important;
}
html>body #content h1.entry-title {
	*width: 524px !important;
}
html>body #menu-jobb-oldali-menu .sub-menu li.menu-item,
html>body #menu-main-menu .sub-menu li.menu-item,
html>body #menu-fomenu .sub-menu li.menu-item {
	*line-height: 0px;
	*margin-top: -2px;
	*margin-bottom: -2px;
	*margin-bottom: -2px;
}
html>body #basicLinks #searchform input#searchsubmit {
	*margin-top: -5px;
}
html>body #event-calendar #wp-calendar .nav {
	*height: 22px !important;
	*margin-bottom: 10px !important
}
html>body #event-calendar h3.widget-title{
	*margin-top: 0px !important;
}
html>body #nav_menu-4 {
	*margin-bottom: 0px !important;
}
#homelink {
    outline:none;
}
.pac-container {
        width: 238px !important;
        margin-left: -129px;
}

