/*   
Theme Name: iTheme2 CzyCzy
Theme URI: 
Description: itheme2 Responsive pod CzyCzy.PL
Author: Qba
Author URI: http://www.czyczy.pl/
Template: itheme2
Version: 1.0
Tags: itheme2 Child Theme
*/

@import url("../itheme2/style.css");

/* wstawiamy Fonty Google Droid Sens (chociaż bez sensu bo nie mają polskich znaczków i nie możemy znaleźć wpływu na iTheme2 body fonts

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic); 
body, input, textarea {
 font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
}
*/

@import url(http://fonts.googleapis.com/css?family=Gruppo&subset=latin,latin-ext);





/************************************************************************************
nRelate
*************************************************************************************/

/* Layout ===============> */
.nrelate .nr_panel {
	display: block;
	position: relative;
	cursor: pointer;
	border: none;
	margin-bottom: 10px;
	width: 100%;
}
.nrelate .nr_panel:hover{
	border:none;
}
.nrelate .nr_img_div {
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
}
.nrelate .nr_img{
	margin:0; padding:0; border: 0; outline:0;
	border-width:1px;
	border-style:solid;
}

.nrelate .nr_text br{
	display:none;
}
.nrelate .nr_sponsored_wrap{
	left:1px;
}
/* <=============== Layout  */

/* Format ================> */
.nrelate .nr_panel,
.nrelate .nr_panel:link,
.nrelate .nr_panel:visited,
.nrelate .nr_panel:active{
	text-decoration:none;
	color:inherit;
}
.nrelate .nr_panel:active{
	border:none;
}
.nrelate .nr_panel{
	cursor:pointer;
	line-height:1.4;
}
.nrelate .nr_img_div{
	line-height:0;
}

.nrelate .nr_img{
	border-color:#dddddd;	
}
/* <================ Format */

/* Qba ========================================= */
.nrelate .nr_title{
	color: #333 !important;
	font-size: 13px !important;
	display: block;
/*	background-color: #999 !important; */
	}
.nrelate .nr_post_title{
	font-weight:bold;
	display:block;
	font-size:10px !important;
	color:#85967e !important
	}
.nrelate .nr_source{
	display:block;
	color:#FF0 !important;
	}
.nrelate .nr_text{
	padding:0;
	font-weight: normal;
	display: block;
	word-wrap:break-word;
	font-size: 10px !important;
	color: #85967e !important
	}
.nrelate .nr_excerpt{
	display:block;
	color:#666 !important;
	}

/* Fonty od Google fonts Gruppo -> H1 i H2 */
h1, h2 { font-family: 'Gruppo', cursive; }


/************************************************************************************
TABELA STYLING
*************************************************************************************/
.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
	} 
.datagrid {
		font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif; 
		background: #fff; 
		overflow: hidden; 
		border: 1px solid #8C8C8C; 
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px; 
		border-radius: 4px; 
		}
.datagrid table td, .datagrid table th { 
	padding: 7px 7px; 
	text-align: center; 
	}
.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A1A1A1), color-stop(1, #171717) );
	background:-moz-linear-gradient( center top, #A1A1A1 5%, #171717 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1A1A1', endColorstr='#171717');
	background-color:#A1A1A1; 
	color:#FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	border-left: 1px solid #A3A3A3; 
	} 
.datagrid table thead th:first-child { 
	border: none; 
	}
.datagrid table tbody td { 
	color: #4A4A4A; 
	border-left: 1px solid #DBDBDB; 
	border-bottom: 1px solid #DBDBDB; 
	font-size: 85%;font-weight: normal; 
	text-align: left; 
	}
.datagrid table tbody .alt td { 
	background: #EBEBEB; 
	color: #4A4A4A; 
	}
.datagrid table tbody td:first-child { 
	border-left: none; 
	}
.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
	}
.datagrid table tfoot td div { 
	border-top: 1px solid #8C8C8C;
	background: #454545;
	} 
.datagrid table tfoot td { 
	padding: 0; 
	font-size: 12px 
	} 
.datagrid table tfoot td div{ padding: 5px; }
/************************************************************************************
MENU
*************************************************************************************/
#nav-bar {

	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #848484;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%);
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
#main-nav {
	background-color: rgba(82, 82, 82, 0.15);
	border-top: solid 0px #f5f5f5;
	border-left: solid 0px;
	border-bottom: solid 1px #848484;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	text-shadow: 0 -1px 0 rgba(255,255,255,.7);
}

#main-nav a {
	color: #333333;
	text-shadow: 1px 1px 0px rgba(255,255,255,.7);
	font-weight: bold;
}
#main-nav a:hover,
#main-nav .current_page_item a,
#main-nav .current-menu-item a {
	color: rgba(255,255,255,.7);
	text-shadow: 0px 0px 0px rgba(255,255,255,.7);
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .75em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
a {
	color: rgb(0, 71, 255);
	text-decoration: none;
}
p {
	margin: 15px 0 15px 0;
	text-align: justify;
}
hr {
	height: 0px;
	margin: 0 0 0 0;
	box-shadow: 1px 1px 1px 0px #fff;
}


/************************************************************************************
POST STYLING
*************************************************************************************/
.post-title {
	margin: 0 0 1px;
	padding: 5px 5px 0 0;
	font-family: Gruppo, cursive;
	font-size:190%;
	font-weight:normal;
	font-variant: small-caps;
	font: bold 150%/80% "Gruppo", Arial, "Lucida Sans Unicode", sans-serif; 
	text-decoration: none;
}
.list-large-image .post-title {
	margin: 0 0 4px 0;
	text-shadow: 2px 2px 1px rgba(190, 190, 190, 0.92);
	padding: 0;
}
.list-large-image p {
	margin: 0 0 4px 0;
}

/* post image */
.list-large-image .post-date {
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
	margin: 0px 1px 0px;
	position: absolute;
	top: 11px;
	left: 137px;
	font-family: monospace;
	font-size: 1.05em;
	background-color: rgba(255, 0, 0, 0.75);
	border: rgb(0, 0, 0);
	border-radius: 4px 0px 0px 4px;
	padding: 1px 2.8% 1px 1.9%;
	box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.65), inset 1px 1px 1px rgba(240, 185, 185, 0.44), inset 1px 1px 1px rgba(247, 220, 220, 0.65);
	}
.list-large-image .post-title {
	margin: 9px 0px 4px 0px;
}

/* post meta */
.post-meta {
	display: inline;
}

.post-meta a{
	margin: 0 0 10px 0;
	text-decoration: none !important;
	color: #333;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0px 8px;
	margin: 2px 2px 2px 0;
	border: solid 0px rgb(180, 180, 180);
	background-color: rgba(238, 217, 217, 0.8);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	vertical-align: baseline;
	display: inline-block;
	zoom: 1;
	*display:inline;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgb(255, 255, 255), inset 0 -1px 0 rgba(255, 255, 255, .3);
}
.post-meta a:hover {
	box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.09),inset 1px 2px 2px rgba(3, 0, 0, 0.2),inset -3px -2px 1px rgba(255, 255, 255, 0.88);
}
.post-meta .post-category {
	color: rgb(196, 17, 17);	
}
.post-meta .post-category a, .post-meta .post-category a:hover {
	color: rgb(196, 17, 17);
	text-shadow: 0px 1px 0 rgba(255,255,255,.5);
	background-color: rgba(238, 217, 217, 0.8);
}
.post-meta .post-country {
	color: rgb(8, 0, 172);
}
.post-meta .post-country a, .post-meta .post-country a:hover {
	color: rgb(8, 0, 172);
	text-shadow: 0px 1px 0 rgba(255,255,255,.5);
	background-color: rgba(217, 215, 255, 0.8);
}
.post-meta .post-topic {
	color: rgb(252, 141, 0);
}
.post-meta .post-topic a, .post-meta .post-topic a:hover {
	color: rgb(252, 141, 0);
	text-shadow: 0px 1px 0 rgba(255,255,255,.5);
	background-color: rgba(252, 232, 213, 0.8);
}
.post-meta .post-tag {
		color: rgb(66, 66, 66);
}	
.post-meta .post-tag a, .post-meta .post-tag a:hover {
	color: rgb(66, 66, 66);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: rgba(218, 218, 218, 0.8);
}
.post-meta .post-comment a{
	box-shadow:none;
	padding: 5px 0px 0px;
	margin: -13px 0px 1px 1px;
}
/************************************************************************************
COMMENT
*************************************************************************************/
.commentwrap {
	margin: 35px 0 0px;
	padding: 1px 3%;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav a {
	font-size: 85%;
}

/* komentarze */	
#respond {
	margin: 0 0 0px;
	padding: 0 0 0;
	position: relative;
	clear: both;
}

/************************************************************************************
Drill DOWN
*************************************************************************************/
.taxonomy-drilldown-checkboxes ul {
	border-bottom: solid 1px #ddd;
	margin: 0 0 0 5px;
	padding: 0 0 15px 0;
}
.taxonomy-drilldown-checkboxes ul ul {
	border-top: none;
	border-bottom: none;
	padding: 2px 0 10px 0;
}
.taxonomy-drilldown-checkboxes li {
	border-bottom: none;
	padding: 0 0 0 0px;
	font-size: 105%;
}

/************************************************************************************
*************************************************************************************
FROM shortcodes.css
*************************************************************************************
*************************************************************************************/
/* list thumb post */
.shortcode.list-thumb-image .post-image {
	margin: 0 16px 0 0;
}
/* base post */
.shortcode .post {
	margin-bottom: 15px;
	text-align:justify;
}
/***** QUOTE **********/
.shortcode.quote {
	margin: 0 0 2px;
}

.shortcode.quote {
	padding: 5px 30px 0px 26px;
	margin: 10px 10px 10px;
	text-align: justify;
}
/************************************************************************************
*************************************************************************************
js qba_expand_collapse.js
*************************************************************************************
*************************************************************************************/
/* .plusimageapply{
 list-style-image:url(http://czyczy.pl/wp-content/themes/czyczy/js/js-images/plus.png);
 cursor:pointer;
 }
.minusimageapply{
 list-style-image:url(http://czyczy.pl/wp-content/themes/czyczy/js/js-images/minus.png);
 cursor:pointer;
 }
.selectedimage{
 list-style-image:url(http://czyczy.pl/wp-content/themes/czyczy/js/js-images/selected.png);
 cursor:pointer;
 }
 */