/*
Theme Name: Kurultaj2
Author: Kárpátia Stúdió
Author URI: http://karpatiastudio.hu/
Version: 1.0
*/

/*
Palette: Dog Walk http://www.colourlovers.com/palette/65901/Dog_Walk
black -- #001800 -- RGB 0,24,0
green -- #dd0000 -- RGB 221,0,0
blue1 -- #A8C0D8 -- RGB 168,192,216
blue2 -- #000000 -- RGB 0,0,0
brown -- #907848 -- RGB 144,120,72
*/

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

body {
	background: #fff url('img/bg.jpg') no-repeat center 0;
	padding: 0;
	margin: 0;
	font: 13px/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
#page {
	display: block;
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
	background: url('img/shadow.png') repeat-y center 0;
	padding: 0px 8px;
}
#pagetitle {
	background-color: rgba(0,0,0,.66);
	width: 100%;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	float:left;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.logo {
	width: 380px;
	padding-left: 20px;
	float: left;
	color: #fff;
	font-size: 22px;
}
.logo > div {
	padding-left: 108px;
}
.infobar {
	width: 540px;
	padding-right: 20px;
	float: left;
	position: relative;
}
.locdate {
	position: absolute;
	top:35px;
	left:70px;
	font-weight: bold;
	font-size: 24px;
	color:#fff;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6);
}
.slogan {
	position: absolute;
	top:63px;
	left:70px;
	font-weight: bold;
	font-size: 17px;
	color: #A8C0D8;
	text-shadow: 0px 1px 2px rgba(168,192,216,.5);
}
.foreign {
	position: absolute;
	top:-10px;
	right:4px;
	width: 400px;
	height: 32px;
	line-height: 32px;
	color:#fff;
	font-size: 13px;
}
.foreign a {
	padding-left: 26px;
	text-decoration: none;
	color: #ddd;
	display: block;
	float:right;
	margin-left: 8px;
	line-height:24px;
}
.foreign a.gb {
	background: url('img/gb.png') no-repeat left 0px;
}
.foreign a.kz {
	background: url('img/kz.png') no-repeat left 0px;
}
.foreign a.ru {
	background: url('img/ru.png') no-repeat left 0px;
}
.foreign a.tr {
	background: url('img/tr.png') no-repeat left 0px;
}
.foreign a.uz {
	background: url('img/uz.png') no-repeat left 0px;
}
#slider {
	position: relative;
	overflow: hidden;
	float:left;
}
#access {
	background: #fff url('img/menu.png');
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 50px;
}
#primary {
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 0;
	padding: 0 10px;
	overflow: hidden;
}
#main {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff url('img/minta_pattern2.png') repeat-y 658px 0;
	padding-bottom: 30px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 260px;
	background: #fff;
}
#flags {
	overflow:hidden;
	margin: 10px 0;
}
#flags img {
	width: 55px;
	max-width: 55px;
	height: 45px;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	border: 1px solid #e6e6e6;
}
#flags img.nagy {
	width: 75px;
	max-width: 75px;
	height: 40px;
	margin-right: 6px;
	margin-bottom: 0;
}
#flags img.eletfa {
	width: 240px;
	max-width: 240px;
	height: 240px;
	margin: 10px 0;
	border: none;
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

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


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

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


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

#access ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0 3px;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 6px 23px 18px 24px;
	text-decoration: none;
	color: white;
	font: bold 18px Tahoma;
	font: 18px 'Ubuntu Condensed', sans-serif;
	text-shadow: 0px 1px 2px rgba(22,22,22,.5);
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color: #332816;
	text-shadow: 0px 0px 4px rgba(255,255,255,.66);
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

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

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	font-size: 11px;
	color: #999;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
#content h2 {
	font: bold 30px 'Ubuntu Condensed', sans-serif;
	margin-bottom: 10px;
}
#content p {
	margin: 0 0 15px 0;
}
#content .tableofcontent p {
    margin: 3px;
    padding-top: 2px;
    text-indent: -5px;
}
a {
	color: #907848;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h3 {
	color: #dd0000;
	border-bottom: 2px dotted #dd0000;
	font: bold 22px 'Ubuntu Condensed', sans-serif;
	margin: 20px 0 8px 0;
}
h3.widget-title {
	color: #000022;
	background: #A8C0D8;
	border-bottom: 2px solid #000000;
	padding-left: 6px;

	color: #fff;
	background: #dd0000;
	border-bottom: 2px solid #332816;
}
h4 {
	color: #332816;
	font-size: 14px;
	margin: 12px 0 3px 0;
}
.entry-summary {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#content .entry-summary p {
	margin: 0;
}
.entry-content {
	margin-top: 10px;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .6em 0;
	text-align: center;
}
.wp-caption img {
	margin: .25em 0;
}
.wp-caption-text {
	color: #555;
	font-size: 12px;
}
#content .wp-caption .wp-caption-text {
	margin-bottom: 0;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

div#comments {
	padding-top: 40px;
}
h3#comments {
	color: #fff;
	background: #dd0000;
	border-bottom: 2px solid #332816;
	padding-left: 6px;
}
h3#reply-title {
	border-bottom: none;
	font-size: 22px;
	font-weight: normal;
	color: #555;
	margin-bottom: 15px;
}
div#comments ul {
	list-style-type: none;
}
div#comments li > div {
	padding-bottom: 8px;
}
div#comments > ul {
	padding: 0;
}
.comment-meta {
	padding: 4px 8px 4px 16px;
	border-bottom: 1px solid #eee;
}
.comment-author {
	font-size: 14px;
	font-weight: bold;
	color: #555;
}
.comment-date {
	font-size: 11px;
	color: #999;	
}	
.comment-text {
	padding: 6px 8px;
	border-left: 8px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
}
.comment-reply {
	padding: 2px 8px;
	font-size: 11px;
	text-align: right;
}
.comment-reply a {
	color: #999;	
	text-transform: lowercase;
}


article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	margin: 10px 0;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget > ul {
	width: 230px;
	padding-left: 20px;
	padding-right: 10px;
}
.widget > div {
	width: 250px;
	padding-right: 10px;
}
.widget_categories ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget_categories ul li {
	display: block;
}
.widget_categories ul a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font: 16px 'Ubuntu Condensed', Tahoma;
	margin: 0;
	padding: 4px 20px;
	text-decoration: none;
	letter-spacing: 1.2px;
	background-color: #907848;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.widget_categories ul a:hover {
	background-color: #332816;
}

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

#footer {
	clear: both;
	overflow: hidden;
	padding: 12px 0 110px 10px;
	background: #332816;
	border-top: 6px solid #dd0000;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.35em;
	color: #edc;
	line-height: 22px;
}
#colophon a {
	color: #ddd;
}
#colophon a.feed {
	padding-left: 18px;
	background: transparent url('img/feedicon.png') no-repeat 3px 4px;
}
#colophon a.email {
	padding-left: 18px;
	background: transparent url('img/emailicon.png') no-repeat 0 3px;
}


/* =Nivo Slider
-------------------------------------------------------------- */

.nivoSlider {
	position:relative;
	width:960px;
	height:300px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-caption {
	display:none;
	position:absolute;
}
.nivo-html-caption {
	display:none;
	position:absolute;
}

/* =WP Navi
-------------------------------------------------------------- */

.navigation {
	margin: 30px 0px;
	text-align: center;
	}
.wp-pagenavi {
    clear: both;
    font: 15px "Helvetica Neue",Arial,Helvetica,sans-serif;
    margin-top: 15px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 20px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
}
.wp-pagenavi a {
    padding: .2em .6em;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wp-pagenavi a.page, span.current {
    margin: 0 .3em;
}
.wp-pagenavi a.page {
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.wp-pagenavi a.page:hover {
    background: #dd0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
}    
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, span.current {
    background: #dd0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    display: inline-block;
}
span.current {
    padding: 0.2em 0.6em;
}

.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background: none repeat scroll 0 0 #223322;
    border: none;
}

div#sharing {
	width: 100%;
	height: 20px;
	margin: 12px 0 28px 0;
}

#sharing .button {
	float: left;
	margin-right: 10px;
}
#sharing .fb {
	width: 90px;
	height: 18px;
	padding-top: 1px;
}

.sidead {
	clear: both;
	margin-bottom: 20px;
}



.widget_categories ul li.osoknapjamenu a {
	background: red;
}
.widget_categories ul li.osoknapjamenu a:hover {
	background: green;
}
.cat-item.cat-item-4 {
	display: none
}
