/*
Theme Name: MMKLASZTER
Theme URI: ...
Author: anna gyorffy (design) & andras szonyi (theme programming)
Author URI: ...
Description: 
Version: 1.0
License: GNU General Public License
Tags: 
*/

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	//text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'mmklaszter_bold';
    src: url('/wp-content/themes/mmklaszter/fonts/mmklaszter-bold.eot');
    src: url('/wp-content/themes/mmklaszter/fonts/mmklaszter-bold.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/mmklaszter/fonts/mmklaszter-bold.woff') format('woff'),
         url('/wp-content/themes/mmklaszter/fonts/mmklaszter-bold.ttf') format('truetype'),
         url('/wp-content/themes/mmklaszter/fonts/mmklaszter-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mmklaszter_light';
    src: url('/wp-content/themes/mmklaszter/fonts/mmklaszter-light.eot');
    src: url('/wp-content/themes/mmklaszter/fonts/mmklaszter-light.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/mmklaszter/fonts/mmklaszter-light.woff') format('woff'),
         url('/wp-content/themes/mmklaszter/fonts/mmklaszter-light.ttf') format('truetype'),
         url('/wp-content/themes/mmklaszter/fonts/mmklaszter-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {
	background:url(/wp-content/themes/mmklaszter/img/bg.gif) no-repeat scroll center bottom #fff;
	margin: 0px;
}

#page {
	background:url("/wp-content/themes/mmklaszter/img/page_bg.gif") repeat-x scroll 40% -125px transparent;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100%;
	max-width:1920px;
}

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

table#header,
#header {
	width:98%;
	margin: 0 auto 40px;
	padding: 0;
	border: 0px solid #000;
	clear:both;
	position:relative;	
}


	#logo {
		border:0px solid #000;
		display:inline-block;
		text-align:right;
		vertical-align: top;
		width:28%;
	}

		td#td_logo img,
		#logo  img {
			display: block;
			padding: 3px 0 0 5%;
			min-width: 160px;
			max-width:250px;
			width:90%;
			margin: 0 auto 25px;
		}

	#access {
		display:inline-block;
		text-align:center;
		border:0px solid #000;
		min-width:610px;
	}
	
	.menu-header_menu_hu-container {
		text-align:center;
		position: relative;
	}
	
	ul.menu {
		clear: both;
		display: block;
		position:relative;
		top:0;
		font-family:'mmklaszter_light', Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-weight:normal;
		list-style: none;
		margin: 0;
		padding: 0 0 0 15px;
		text-align:left;
		width: auto;		
	}
	
		ul.menu li {
			font-size:23px;
			line-height:/*26*/24px;
			list-style:none;
			color: #00a5aa;
			position: relative;
			margin:0;
		}
	
		ul.menu li:hover,
		ul.menu li.current-menu-item,
		ul.menu li.current-menu-parent,
		ul.menu li.main_parent {
			list-style:circle;
			color:#f0800e;
		}
		
		
			ul.menu ul {
				display: none;
				margin: 0;
				position: absolute;
				width: auto;
				z-index: 99999;
				top: 10px;
			}
			
			/* mmklaszter submenu distance */
			ul.menu li.menu-item-368 ul {
				left: 175px;
				min-width: 350px;
			}

			/* mmcluster submenu distance */			
			ul.menu li.menu-item-654 ul {
				position:absolute;
				left: 163px;
				min-width: 350px;
			}

			/* hirek submenu distance */
			ul.menu li.menu-item-369 ul {
				left: 81px;
				min-width: 510px;
			}
		
			/* news submenu distance */
			ul.menu li.menu-item-641 ul {
				left: 83px;
				min-width: 495px;
			}
		
	
			ul.menu ul li {
				float:left;
				padding: 0;
				font-size:13px;
				margin:0 0 2px -1px;
				border-width:0 1px;
				border-style:solid;
				border-color:#00a5aa;						
			}

			ul.menu ul li:hover,
			ul.menu ul li.current-menu-parent{
				list-style:none;
			}

			ul.menu ul li.current-menu-item {
				list-style:none;
				z-index:500;					
				border-color:#f0800e;						
			}

			
			ul.menu li a {
				color: #00a5aa;
				display: block;
				text-decoration: none;
			}

			ul.menu li:hover > a,
			ul.menu  :hover > a,
			ul.menu a:focus {
				color: #f0800e;			
			}

			
			
				ul.menu ul li a {
					color: #00a5aa;
					font-weight: normal;
					height: auto;
					line-height: 0.9em;
					padding: 0 7px;
					width: auto;
					white-space: nowrap;
				}


				
			ul.menu li:hover > ul,
			ul.menu li.current-menu-item > ul,
			ul.menu li.current-menu-parent > ul,
			ul.menu li.current-post-parent > ul,
			ul.menu li.current-menu-ancestor > ul,
			ul.menu li.current-page-ancestor > ul,
			ul.menu li.current-post-ancestor > ul,
			ul.menu li.current_page_item > ul,
			ul.menu li.main_parent > ul	{
				display: block;
				list-style:none;
			}
			
			ul.menu li.current-menu-item > a,
			ul.menu li.current-post-parent > a,
			ul.menu li.current-page-ancestor > a,
			ul.menu li.current-post-ancestor > a,
			ul.menu li.current_page_item > a {
				color:#f0800e;
				border-color:#f0800e; 
			}
	
	ul#qtrans_language_chooser,
	ul#qtranslate-chooser {
	font-family:'mmklaszter_light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0px;
	list-style:none;
	display:inline-block;
	width:70px;
	position:absolute;
	bottom:0px;
	right:4%;

}
	ul#qtrans_language_chooser a,
	ul#qtranslate-chooser a {
		color:#00a5aa;
	}
	
	ul#qtrans_language_chooser a:hover,
	ul#qtranslate-chooser a:hover {
		color:#f0800e;
		text-decoration:none;
	}

	ul#qtrans_language_chooser li.active,
	ul#qtranslate-chooser li.active{
		display:none;
	}
	

	

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

table#main_table {
	width:960px;	
	margin: 0 auto;
	padding: 0 15px;
	position:relative;
}

td#content_td {
	width:540px;

}
td#content_td_full {
	width:960px;

}

	#content {
		margin:0 20px 0 0;
		width:520px;
		min-height: 350px;
	}

	#content.full {
		margin:0;
		width:960px;
		min-height: 350px;
	}
	
	
	

	
td#sidebar_td {
	width:420px;

}


/* =Sidebar
----------------------------------------------- */
.tag_cloud {
	font-family:'mmklaszter_light', Arial, "Helvetica Neue", Helvetica, sans-serif;	
	width:400px;	
	margin:0 0 0 20px;
}

.tag_cloud a {
	line-height:22px;
	margin:0 8px 0 0;
}


	
/* =Footer
----------------------------------------------- */
table#footer {
	width:98%;
	margin: 50px auto 0;
	padding: 15px 0;
}
	table#footer td {
		text-align:center;
		color:#f0800e;
		font-size:12px;
	}
	
	table#footer td  p{
		margin:0;
	}
	
	

		table#footer td a{
			color:#f0800e;
			text-decoration:underline;
		}
	
	
	
/* -------------------------------------------------  OPEN PAGE  -------------------------------------------------- */	

/* = Teaser Slider
----------------------------------------------- */
	
.teaser_outer{position:relative;height:400px}
.tbig.teaser_outer{height:400px; width:100%;}
.teaser{height:400px;width:100%;position:relative;overflow:hidden}
.tbig {margin:35px 0;}
.teaser{height:406px}
.teaser_outer
.scrollchange{position:absolute;z-index:30;top:2px;height:100%;width:12%;background:#fff;opacity:0;filter:alpha(opacity=0)}.teaser_outer
.totheleft{left:0}.teaser_outer
.totheright{right:0}.teaser_outer .scrollchange
span{display:block;width:50%;height:100%}.teaser_outer .totheleft .faster,
.teaser_outer .totheright
.fast{float:left}.teaser_outer .totheright .faster,
.teaser_outer .totheleft
.fast{float:right}
.teaser ul{
	position:relative;
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	height:400px;
	background-color:#ccc;
	}

	.teaser li{
		display:inline-block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		}
	
		.teaser li a{
			display:inline-block; 
			margin-right:12px;
			margin-bottom:12px; 
			font-size:0; 
			line-height:0;
			padding:0;
		}

			.teaser li a img{
				width:auto; 
				padding:0; 
				margin:0; 
				border:none;
				max-width:100%;
			} 
			
			.teaser li a:hover img{
				opacity:0.8;filter:alpha(opacity=80);
			}	




#openpage_blocks_container {
	text-align:center;
	vertical-align:top;
	width:100%;
}

#openpage_blocks {
	margin: 0 auto;
	padding: 0;
	min-height:485px;
	text-align:left;
	vertical-align:top;
	min-width:281px;
	max-width:1130px;
}

	#mmcluster_news {
		display:inline-block;
		width:250px;
		border-right:1px solid #c1c1c1;
		margin:0 0 25px 15px;
		padding:15px 15px 15px 0;
		vertical-align:top;
		min-height:550px;
	}
	
	#clustermember_news {
		display:inline-block;
		width:250px;		
		border-right:1px solid #c1c1c1;
		margin:0 0 25px 15px;
		padding:15px 15px 15px 0;
		vertical-align:top;
		min-height:550px;
	}

	#mmcluster_news ul,
	#clustermember_news ul {
		margin:0 0 0 15px;
	}

		#mmcluster_news ul li,
		#clustermember_news ul li {
			font-family:'mmklaszter_light', Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-weight:normal;
			font-size: 15px;
			line-height:20px;
			text-transform:uppercase;
			margin:0 0 25px;
			color: #00a5aa;
			list-style: circle;		
		}

		#mmcluster_news li:hover,
		#clustermember_news li:hover {
			color:#f0800e;
		}

		
			#mmcluster_news li a:hover,
			#clustermember_news li a:hover {
				text-decoration:none;
			}
		
	.news_preview {
		margin: 0 0 25px;
		width:250px;
		
	}

		.news_preview  h3 {
			font-family:'mmklaszter_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-weight:normal;
			font-size: 12px;
			line-height:12px;
			text-transform:uppercase;
			margin:0;
			display:block;
		}
			
		.news_preview  h3 a:hover{
			text-decoration:none;
		}
	
		.news_preview  img{
			min-width:220px;
			max-width:250px;			
		}
	
		.news_excerpt {
			font-size:11px;
			line-height:15px;
		}
	
	#fb_box {
		display:inline-block;
		width:250px;		
		border-right:1px solid #c1c1c1;
		margin:0 0 25px 15px;
		padding:8px 15px 15px 0;
		vertical-align:top;
		min-height:550px;
	}
	
	#twitter_box {
		display: inline-block;
		margin: 0 0 25px 15px;
		max-height: 570px;
		overflow-y: scroll;
		padding: 8px 0 0;
		vertical-align: top;
		width: 250px;
	}

	#tweetblender-t1 {
		background:url('/wp-content/themes/mmklaszter/img/twitter_frame.gif') no-repeat;
		padding:52px 10px 42px;
		height:467px;
	}

/* -------------------------------------------------  NEWS LIST PAGES  -------------------------------------------------- */		

.post,
.news_list {
    clear: both;
    display: block;
    //float: left;
    margin-bottom: 18px;
}

	h1.entry-title,
	h1.page-title {
		font-family:'mmklaszter_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-weight:normal;
		font-size: 20px;
		line-height: 22px;
		text-transform:uppercase;
		margin:0;
		display:block;
	}

	h1.entry-title,
	.news_list h3 {
		font-family:'mmklaszter_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-weight:normal;
		font-size: 12px;
		line-height:13px;
		text-transform:uppercase;
		margin:0;
		display:block;
	}


	.news_list  img{
		width:230px;
		margin:0 10px 10px 0;
		float: left;
	}

	.date {
		color:#f0800e;	
		line-height:16px;
	}
		
	

.page-title {
	font-family:'mmklaszter_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height:15px;
	text-transform:uppercase;
	margin:0 0 5px;
	display:block;
	color:#F0800E;
}

	.page-title a {
		color:#F0800E;
	}


.entry-content {
	color: #555857;
    font: 11px/1.625 tahoma,Helvetica,Arial,sans-serif;
	margin:0;
	clear:both;
	
}
	.entry-content p{
		margin:0 0 15px 0;
		text-align:left;
		line-height:15px;
	}	

	.entry-content td{
		padding:8px 8px;
		vertical-align:middle;
	}	

.entry-content ul{
    list-style: disc outside none;
    margin: -15px 0 15px;
    padding: 0 0 0 15px;
}	

	
.entry-content h4 {
	border-color: #FF5A17;
	border-style: solid;
	border-width: 0 0px; 
	color: #f15a24;
	display: inline;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 18px;
	margin: 20px 0 0;
	padding: 0;
	width: auto;
}


.entry-content h6 {
	color:#999;
    font: 11px/1.625 tahoma,Helvetica,Arial,sans-serif;
	margin:0 0 15px;
}

.entry-content a img:hover,
.entry-content a:hover img {
	opacity:0.7;
}


a img.apply_button {
	position:absolute;
	right:285px;
	top:0;
}

		
/* MEMBERS PAGE */
ul.members  {
	list-style:none;
	margin:0;
	padding:0;
}

	 ul.members  li{
		background:url('/wp-content/themes/mmklaszter/img/member_bg.gif') no-repeat top left #FFFFFF;
		border: 1px solid #00A5AA;
		float: left;
		height: 160px;
		list-style: none outside none;
		margin: 0 10px 10px 0;
		padding: 10px;
		text-align: center;
		vertical-align: bottom;
		width: 160px;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;		
	}		

		ul.members li:hover {
			border-color:#F0800E;
			background-position:0 -184px;
		}
	
		ul.members  li a{
			height:160px;
			width:160px;
			display:block;
			vertical-align:bottom;		
			font-family:'mmklaszter_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-weight:normal;
			font-size: 12px;
			line-height:15px;
			text-transform:uppercase;
			position:relative;
			
		}		
		
			ul.members   li a img{
				margin: 25px auto 0;
			}		
		
			ul.members   li a span{
				bottom: 0;
				left: 0;
				margin: 0 10px;
				position: absolute;
				width: 140px;
			}		
		
/* MMOFFICE SUBPAGE */

table.mmoffice_table a:hover img{
	opacity:0.8;filter:alpha(opacity=80);
}		


table.mmoffice {
	width:960px;
}

	table.mmoffice .txt_td {
		width:520px;
		padding-bottom:20px;
	}

	table.mmoffice .image_td {
		width:440px;
		padding-bottom:20px;		
		text-align:right;
	}

		table.mmoffice .image_td img{
			width:400px;
			vertical-align:top;
		}


/* SINGLE PAGE */

header.entry-header {
	margin:0;
}

h1.entry-title,
h3.post-title {
	color:#F0800E;
}
		
		
		
#nav-single	 {
	clear:both;
	display:block;
	width:100%;
	position:relative;
}
		
	.nav-previous {
		position:absolute;
		left:0;
	}	
		
	.nav-next {
		position:absolute;
		right:0;
	}	
		

/* CATEGORY, TAG, SEARCH LISTS */		
.post {
	margin:0 0 35px;
}
		
footer.entry-meta {
	clear:both;
	border-top:1px solid #ddd;
	padding:5px 0 0;
	width:99%;
}		

#content.full footer.entry-meta {
	clear:both;
	border-top:0px solid #ddd;
	padding:5px 0 0;
	width:100%;
}		

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #555857;
	font: 11px tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.625;
}

strong {
	font-weight:bold;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h3 {
	font-family:'mmklaszter_bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height:13px;
	text-transform:uppercase;
	margin:0;
	display:block;
}

/* Links */
a {
	color: #00a5aa;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color:#f0800e;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}



/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
		
/* =Comments
----------------------------------------------- */		

#comments {
	width:520px;
	margin:25px 0;
	padding:10px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}


	#commentform {
		width:500px;
		margin:10px;
	}
	
	#commentform .comment-notes {
		color:#999;
	}
	
	
	
	#commentform p{
		margin:10px 0;
	}
	
	#commentform  input,
	#commentform  textarea	{
		display:block;
		border:1px solid #ddd;
	}
	
	
	.form-allowed-tags {
		background-color:#efefef;
		margin:5px;
		padding:5px;
		opacity:0.8;
	}