/*   
Theme Name: Párkocka, a Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: László Plá, Pengő Dzsó, Pfenninberger Ádám
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.5
Tags: Thematic, Párkocka, Humor, Comic Strips
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
/* @font-face {
font-family: Anivers;
src: url('font/Anivers_31.otf');
}*/

/** Video hack **/
.mep-overlay-button {display:none}

/* -- Ajandeksztrip --*/

.tag-ajandeksztrip .post-header {
	background-color:#627AAD;
}
.tag-ajandeksztrip .entry-content {
	background-color:#8da0c6;
}
.tag-ajandeksztrip span.tag-links a, .tag-ajandeksztrip span.tag-links{
color:#234077;
text-decoration:none;
}
.tag-ajandeksztrip p {
color:#000;
font-size:24px;
line-height:100%;
}
/*.tag-ajandeksztrip p strong {
color:#fff;
}*/
.tag-ajandeksztrip .author.vcard .avatar {
border:thin solid #234077;
}

.tag-ajandeksztrip div#fb-root {
	margin-top:10px;
}
.tag-ajandeksztrip img.alignnone {
	display:none;
}

/* --- LINK --- */

a:link {
    color:#000;
	text-decoration:none;
}
a:visited {
    color:#000;
}
.cat-links a:active,
.cat-links a:hover{
	color:#000;
} 
.tag-links a:active,
.tag-links a:hover{
	color:#fff;
}
.entry-title a:active,
.entry-title a:hover 
 {color:#fff;
 text-decoration:none;}
.author.vcard a:link, .author.vcard a:visited {
	text-decoration:none;
}
.author.vcard a:active, .author.vcard a:hover {
	color:#FFF;
}
.comments-link a:active, .comments-link a:hover,
.postcomments-container .edit a:active, .postcomments-container .edit a:hover{
	color:#000;
	}
	




/* --- body --- */

@font-face {
font-family: BossaNova;
src: url('font/BossaNovaMVBStd.otf');
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}
body.wordpress {
	background:url(images/wallpaper.png);
}
/* --- header --- */

#branding {
padding:20px 0 10px;
}

#blog-title a {
	background:url(images/logo.png) no-repeat;
	width: 286px;
	height:62px;
	display:block;
	margin-left:-6px;
}
#blog-title span a span {
	display:none
}
#blog-description {
	font-size: 13.4px;
	color:#000;
	margin-top:-22px;
	margin-left: 72px;
	font-style:normal;
	text-transform:uppercase;
}
/* --- access --- */

#access {
border-bottom:medium none;
height:0;
margin:-50px 0 50px;
overflow:visible !important;
}
.menu {
margin:0 auto;
width:960px;
}

/* sf-menu */
.sf-menu {
border:none;
float:right;
background:none;
}
ul.sf-menu li {
	background-color:#18b8e7;
	margin-left:10px;
	border:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.sf-menu li.page-item-3631 {
	background-color:#EA6645;
}
ul.sf-menu li.page-item-3631:hover, ul.sf-menu li.page-item-3631.sfHover{
	background-color:#F29A79;
}
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
	background-color:#6CF;
	background-image:url(images/hover_bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
ul.sf-menu li a:link, ul.sf-menu li a:visited {
	color:white;
	padding:10px;
	border:none;
}
ul.sf-menu li ul {
	margin-top:1px;
	background-color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:20px;
	border:1px solid #dcdcdc;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6;
	border-top:none;
}
ul.sf-menu li ul li {
	background:none;
	width:inherit;
	margin:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

ul.sf-menu li ul li a:link, ul.sf-menu li ul li a:visited {
	color:#18b8e7;background:none;
}
ul.sf-menu li ul li a:active, ul.sf-menu li ul li a:hover {
	color:#fff;
}
ul.sf-menu li ul li.sfHover, ul.sf-menu li ul li:hover {
	background-image:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-image:url(images/current_page_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}



/* --- sidebar --- */

#primary, #secondary {
border:none;
margin-bottom:0;
padding: 0;
}

.main-aside {
	width:180px;
	right: 0;
	float:right;
	border:none;
}
.main-aside ul {
padding:0;
}
.main-aside ul li {
	margin-bottom:10px;
}
h3.widgettitle {
	color:#18b8e7;
	margin-top:10px;
	padding-top:5px;
	font-family:BossaNova, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:30px
}

/* --- FB-like-box ---*/
#fb-like-box {
	clear:right;
	float:right;
}

/* --- content --- */

#main {
clear:both;
padding:10px 0;
}
/*.page #main, .single #main {
	width:778px;
	float:left;
	margin-left:10px;
}*/

#container {
	margin:0;
	width:778px;
}
#content {
	margin:0;
	width:770px;
}
.archive .page-title {
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ea6645;
	text-decoration:none;
	position:relative;
	top:3px;
	padding:15px 10px;
}
.page-title span {
font-style:normal;
}
.category .page-title {
	display:none
}

/* TEASER */

.content-teaser {
	display:block;
	margin:0 0 10px 10px;
	width:auto;
	padding:10px;
	background:#DCE6CB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color:#FFFFFF #F6F6F6 #DCDCDC;
	border-style:solid;
	border-width:1px;
}
.content-teaser a:link, .content-teaser a:visited{
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}
.content-teaser a:active, .content-teaser a:hover{
	color:#fff;
}
.content-teaser:hover {
	background:#ea6645;
	color:#fff;
}
.content-teaser:hover span.csosorszam {
	background:#000;
	color:#fff;
}

.content-teaser abbr {
border-bottom:medium none;
cursor:pointer;
text-transform:uppercase;
font-size:18px;
}
.content-teaser .teaser-title {
font-weight:bold;
font-size:18px;
}
.content-teaser .teaser-text {
	font-size:12px;
	color:#000;
	line-height: 120%;
	margin-left: 43px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right:20px;
}
.teaser-text abbr {
	text-transform:inherit;
	font-size:inherit;
}
/* CSŐNÉV */
	
.before-category {
	margin-top:20px;
	height:40px;
	/*background:url(images/lenyil_top.png) no-repeat bottom left;*/
}
.postcategory-container {
	padding: 5px;
	float:left;
	margin-left:10px;
	/*background:url(images/wallpaper.png);*/
}
.postcategory-container a {
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ea6645;
	text-decoration:none;
	position:relative;
	top:3px;
}
/* CSŐNÉZET */
	
#content .category {
	margin:0 10px 0 20px;
	padding: 0 10px 10px 10px;
	background-color:#dce6cb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.archive #content .category {
	background:none;
	margin:0;
}

/* POST */

.hentry {
	margin:0;
	padding:0;
}	
.post-header, .entry-content {
	width:740px;
	margin-left:-20px;
	padding:10px;
	border-color:#FFFFFF #F6F6F6 #DCDCDC;
	border-style:solid;
	border-width:1px;
}
.post-header {border-bottom:none;border-top:none;}
.entry-content  {border-top:none;}
.archive .post-header, .archive .entry-content,
.single .post-header, .single .entry-content {
	margin-left:0px;
}
.page .entry-content {
	margin: 0;
	background-color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:20px;
	border:1px solid #dcdcdc;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6;
	border-top:1px solid #fff;
	width:720px;
}
.entry-content h1, .entry-content h2 {
	color:#9bb278;
	font-size:18px;
	padding:28px 0 14px;
}

.page .post-header {
	margin:0;
	background:none;
	color:#ea6645;
}
.page a {
	color:#18b8e7;
	text-decoration:none;
}
	
/*postheader*/
		
.post-header {
	background:#a0af88;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.entry-content {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.csosorszam {
	font-size:30px;
	font-weight:bold;
	display:inline;
	padding:8px 9px 4px;
	float:left;
	background-color:#ea6645;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	color:#fff;
	margin-top:-1px;
	margin-right:7px;
}
/*.single .csosorszam, .archive .csosorszam, .page .csosorszam, .page .entry-date{
	display:none;
	}*/
.blog .p1 span.csosorszam, .page-template-iwiwapp-php .p1 span.csosorszam {
	margin-top:0;
}
div.entry-meta, h2.entry-title, h1.entry-title {
	display:inline;
}
div.entry-meta abbr, h2.entry-title {
	color:#000;
	font-size:18px;
}
.meta-sep, div.entry-meta .edit {
	display:none;
}
span.tag-links {
	display:block;
	font-size:10px;
	color:#525e40;
	width:550px;
	margin-top:-5px;
}
span.tag-links a {
	color:#525e40;
	text-decoration:none;
	
}
.author.vcard {
	display:inline;
	float:right;
	margin:1px;
}
.author.vcard a {
	text-transform:uppercase;
	font-size:18px;
	color:#000;
}
.author.vcard .avatar {
 border:thin #879d66 solid;
}

/*entry*/
		
.entry-content {
	background:#bacc9e;
	clear:both;
}
.entry-content p, .entry-content p img {
	width:610px;
	margin:0;
	padding:0;
}
.entry-content p img {
 	border:thin #879d66 solid;
}
.page p img{
	width:auto;
	margin:10px;
}
.page p {
	width:auto;
	margin:10px 0;
}

/*Shop Button*/
.shop_button {
background: url(http://test.parkocka.hu/wp-content/themes/parkocka/images/polobolt_ajanlo.png) no-repeat 360px 3px;
display: block;
float: left;
height: 60px;
margin-right: -3px;
margin-top: -1px;
width: 720px;
}
.shop_button a {
	display:inline-block;
}
.shop_button a.buy_button{
	font-weight:normal;
	font-size:12px;
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:3px 5px;
	background:#5C654F;
	/*background:url(images/grad_button.png) repeat-x;*/
	width:240px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.shop_button a.buy_button:hover{
		background:#5CC8DE;
		background:#EA6645;
}

.shop_button a img {
	background:#FFF;
	border: 3px dotted  #A0AF88;
	height:38px;
	padding:5px 10px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	margin-bottom:-10px;
	margin-left:5px;
}

#post-4977 .shop_button, .category-1877 .shop_button,.category-1941 .shop_button, .category-2006 .shop_button,
.category-2043 .shop_button,.category-2076 .shop_button, .category-2171 .shop_button,
.category-2191 .shop_button,.category-2210 .shop_button, .category-2237 .shop_button
{
background: url(http://parkocka.hu/wp-content/themes/parkocka/images/ez-nem.png) no-repeat 0 3px;
height: 60px;
}
#post-4977 .shop_button a, .category-1877 .shop_button a, .category-1941 .shop_button a, .category-2006 .shop_button a,
.category-2043 .shop_button a, .category-2076 .shop_button a, .category-2171 .shop_button a,
.category-2191 .shop_button a, .category-2210 .shop_button a, .category-2237 .shop_button a
{
	display:none
}


/*tooltip*/
.tooltips_header2 {
  border: 1px solid black;
  padding: 3px;
  background: rgb(50, 50, 50) none repeat scroll 0% 0%;
  font-weight: bold;
  width: 165px;
  font-family: arial;
  font-size: 11px;
  color: white;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
  z-index: 100;
  text-align: center;
}

.tooltips_body2 {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  width: 165px;
  font-family: arial;
  font-size: 11px;
  color: black;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
  float: left;
  z-index: 100;
  text-align: center;
}

/*Gergő néha középre állítja a képet és akkor elbaszódik Kimirszen, ezért:*/
.aligncenter, img.aligncenter {
clear:inherit;
display:block;
margin-left:auto;
margin-right:auto;
}
/* KIM */
.entry-kim {
	width:126px;
	float:right;
	margin-right:-3px;
}
.kim_top {
	height:10px;
	background:url(images/kim_bg_top.png) no-repeat;
}
.kim_mid {
	background:url(images/kim_bg_mid.png) repeat-y;
	padding:0 10px;
	line-height:120%;
	font-size:12px;
}
.kim_bottom {
	height:88px;
	background:url(images/kim_bg_bottom.png) no-repeat;
}

/* Tace-Pao */
.entry-tace {
	width:180px;
}
.tace_top {
	height:75px;
	background:url(images/tace_top2.png) no-repeat;
}
.tace_mid {
	background:url(images/tece_mid.png) repeat-y;
	padding:9px 11px 4px;
	line-height:120%;
	font-size:14px;
	color:#000;
}
.tace_bottom {
	height:7px;
	background:url(images/tace_bottom.png) no-repeat;
}

/* entry utility */
.entry-utility {
	margin:0;
	height:120px;
	padding:10px 0;
}
.entry-utility a{
	font-style:normal;
}
.single .entry-utility, .archive .entry-utility {
background:#dce6cb;
padding:10px;
width:720px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin:0 10px 10px;
}
.entry-utility .edit {
	display:block;
	margin-bottom:-20px;
}
.entry-utility .edit a {
	background:#18b8e7;
	padding:2px 7px;
	margin-left:10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFF;
	font-size:9px;
}
span.felser {
	display:inline
}
.postcomments-container {
	width:400px;
}
span.comments-link {
	color:#FFF;
	display:inline;
	float:left;
	text-decoration:none;
	background:#18b8e7;
	padding:2px 7px;
	margin-left:10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
span.comments-link a {
	color:#FFF;
	padding-bottom:10px;
	text-decoration:none;
	background:url(images/komment_szar.png) no-repeat center bottom;
	overflow:visible;
}
.postfooter-comment {
color: black;
display: block;
font-size: 10px;
line-height: 120%;
margin: 30px 10px 5px;
width: 280px;
}

.postfooter-comment a:hover {
color:#18b8e7;
}
.postfooter-comment-author {
	font-weight:bold;
}

/* COMMENTS */
#comments {
	width:680px;
	margin:0 10px;
	border:none;
	background:#d6cec7;
	-webkit-box-shadow: 0px 1px 1px #bbb;
	-moz-box-shadow: 0px 1px 1px #bbb;
	padding:12px 30px 1px 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#respond {
	background:none;
}
#comments input, #comments textarea {
	border:none;
	background:#efeae6;
	-webkit-box-shadow: 0px -1px 1px #bbb;
	-moz-box-shadow: 0px -1px 1px #bbb;
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comments ol {
	-webkit-box-shadow: 0px 1px 1px #bbb;
	-moz-box-shadow: 0px 1px 1px #bbb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}
#comments li {
	background:#efeae6
}
#comments li.alt {
	background:#FAF7F2
}
#comments li.bypostauthor {
	background:#bed798
}
input#submit{
	background:     #18b8e7;
	margin-bottom:10px;
	outline:		0;
	color: white;
	-webkit-box-shadow: 0px 1px 1px #aaa;
	-moz-box-shadow: 0px 1px 1px #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input#submit:hover{
	-webkit-box-shadow: 0px 2px 5px #aaa;
	-moz-box-shadow: 0px 2px 5px #aaa;
}
#comments-list li .avatar {
    width:50px;
    height:50px;
}
#comments-list .comment-author, #comments-list .comment-meta {
font-weight:bold;
padding:9px 0 0 56px;
}

/* NAVIGATION */

.paged #nav-above {
display:none;
}

#nav-below {
height:30px;
margin:10px;
width:740px;
}
div.nav-previous, div.nav-next {height:30px;}
div.nav-previous a, div.nav-next a {
	background:     #18b8e7;
	outline:		0;
	color: white;
	font-style:normal;font-weight:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px 5px 3px 5px;
	position:relative;
	top:5px;
	}
div.nav-previous a:hover, div.nav-next a:hover {
	color: white;
	text-decoration:underline;
}
/* --- FOOTER ---*/
#footer {
	background-image:url(images/footerbg.png);
}
#siteinfo {
	padding-bottom:20px;
	color:#aaa
}
#siteinfo a {
	color:#aaa
}

