/*
*Theme Name: Posters 
* Description:  
* Version:  1.0 
* Author: Yisroel Goldstein - Journeyman Web
* Author URI: http://www.journeymanweb.com
* License:
* License URI: 
* Theme URI:
* Tags:
*/
@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html, body{
    border:0;
    padding:0;
    margin:0;
    font-family: David, Raanana, sans-serif;
    color:#000000;
    background: url('img/background.jpg');
 	height:100%;
 }
section, article, header, footer, nav, aside, hgroup { 
	display: block;
	} 

img{ 
	border-style: none;
}
a, a:hover, a:link, a:active, a:visited{
 	text-decoration: none;
}
ul.nl{
 	padding: 0;
 	margin: 0;
 	list-style: none;
}
ul.h li{
 	float:left;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.gallery-caption {

}
.sticky{

}
.bypostauthor{

}
.offset_text{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.clear_fix{
	height:1px;
	clear:both;
}

.container {
	width: 960px;
	margin: 0 auto;
}

/********** header ***********/
#head {
	font-family: 'Carme', sans-serif;
	margin-top: 20px;
}

#logo {
	margin-top: 12px;
	width: 307px;
	height: 65px;
	background: url('img/tzetelmaker-logo.png') no-repeat;
	float: left;
}

#logo a {
	display: block;
	height: 100%;
}

#usr {
	margin-right: 11px;
}

#usr * {
	color: #90a9a9;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 3px;
}

#top_nav {
	clear: right;
	float: right;
	margin-top: 14px;
}

#top_nav_ul {
	font-size: 15px;
}

#top_nav_ul li {
	float: left;
	/*margin: 5px 0 5px 18px;
	padding-top: 10px;*/
	padding: 5px 11px 7px 11px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
}
#top_nav_ul a{
	color: #262626;
	text-transform: uppercase;
}

#top_nav_ul .current-menu-item,
#top_nav_ul .current-tc_category-ancestor {
	/*padding: 5px 11px 7px 11px;*/
	background: #90a9a9 url('img/pattern.png');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 4px -1px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 4px -1px rgba(0,0,0,0.5);
}
#top_nav_ul .current-menu-item a,
#top_nav_ul .current-tc_category-ancestor a{
	color: #fff;
}

/*
#head-title{
  line-height: 0.5;
  margin-left: 50px;
  /*text-align: center;* /
}

#head-title span{
  display: inline-block;
  position: relative;
}

#head-title span:before,
#head-title span:after{
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  top: 0;
  width: 600px;
}

#head-title span:before{
	right: 100%;
	margin-right: 15px;
	width: 50px;
}
#head-title span:after{
  left: 100%;
  margin-left: 15px;
}*/
.page-template-template_home-php #head-title{
	display:none;
}

#head-title {
	font-family: 'Carme', sans-serif;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0px 2px 0px #888;
	background: #90a9a9 url('img/pattern.png');
	padding:50px;
	margin: 30px 0;
	-webkit-box-shadow: inset 0px 2px 6px -2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 2px 6px -2px rgba(0,0,0,0.5);
}

/******** footer ***************/
#foot {
	background: #262626 url('img/pattern.png');
	padding-top: 1px;
	color: #fff;
	font-family: 'Domine', serif;
	padding-bottom: 40px;
	line-height: 1.2em;
}

#bottom_links {
	margin-top: 40px;
}
#bottom_links_ul {
	text-align: center;
}
#bottom_links_ul li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
#bottom_links_ul li:last-child {
	border:0;
}

#bottom_links_ul a {
	color: #fff;
}

#bottom_links_ul a:hover {
	text-decoration: underline;
}

/*
#foot h1 {
	font-size: 20px;
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
}

#contact, #subscr {
	margin-top: 30px;
	text-align: center;
}

#contact h1:first-child {
	text-align: left;
	margin-left: 70px;
}

#contact {
	float: left;
}

#contact dl {
	text-align: left;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 20px;
}

#contact dt{
	color: #999;
	clear: left;
	float: left;
	width: 60px;
	margin-bottom: 10px;
	text-align: right;
}

#contact dd{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#contact-tel {
	color: #fff;
}

#contact-email {
	color: #cb623c;
}

#subscr {
	float: right;
}

#subscr h2{
	margin-top: 20px;
	font-size: 14px;
}

#subscr > div {
	margin-top: 15px;
}

#subscr input[name="wysija[user][email]"] {
	line-height: 36px;
	text-indent: 12px;
	width: 75%;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*font-style: italic;* /
	font-family: 'Domine', serif;
	border: 0;
	outline: 0;
}

#subscr input[name="wysija[user][email]"]::-webkit-input-placeholder { /* WebKit browsers * /
	font-style: italic;
	font-family: 'Domine', serif;
}
#subscr input[name="wysija[user][email]"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 * /
	font-style: italic;
	font-family: 'Domine', serif;
}
#subscr input[name="wysija[user][email]"]::-moz-placeholder { /* Mozilla Firefox 19+ * /
	font-style: italic;
	font-family: 'Domine', serif;
}
#subscr input[name="wysija[user][email]"]:-ms-input-placeholder { /* Internet Explorer 10+ * /
	font-style: italic;
	font-family: 'Domine', serif;
}


#subscr input[type=submit] {
	border: 0;
	width: 60%;
	margin: 15px auto 0 auto;
	padding: 0px 10px 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: 'News Cycle', serif;
	font-size: 20px;
	text-transform: uppercase;
	
	background-color: #E4774C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d37651), to(#E4592B));
	background-image: -webkit-linear-gradient(top, #E4774C, #E4592B);
	background-image: -moz-linear-gradient(top, #E4774C, #E4592B);
	background-image: -o-linear-gradient(top, #E4774C, #E4592B);
	background-image: linear-gradient(to bottom, #E4774C, #E4592B);

}
*/

/******** home *****************/

#splash {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
	margin-bottom: 45px;
}

#home-icons-cont{
	margin-bottom:50px;
}

#home-icons {
	font-family: 'Carme', sans-serif;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#home-icons li {
	display: inline-block;
    *display: inline;
    zoom: 1;
	background: url('img/icon-back.png') no-repeat center top;
	/*float: left;*/
	min-width: 140px;
	/*margin: 0 2.45%;*/
}
#home-icons a {
	width: 100%;
	display: inline-block;
	padding-top: 85px;
}

#home-icons h1 {
	font-size: 26px;
	color: #90a9a9;
	text-transform: uppercase;
	text-align: center;
}

#home-icons h2 {
	color: #cd633b;
	font-style: italic;
	font-size: 13px;
	font-family: 'Domine', serif;
	text-align: center;
	margin-top: 8px;
}

.home-icons-stretch {
    width: 100%;
    display: inline-block;
}

/******** template category sidebar ********/
#sidebar-tcat {
	width: 20%;
	float: left;
	background-color: #454545;
}
#tc-none {
	color: #fff;
	font-size: 18px;
	font-family: 'News Cycle', sans-serif;
	display: inline-block;
	margin: 10px;
}
#sidebar-tcat>ul{
	float: left;
}
#sidebar-tcat a{
	color: #fff;
	margin: 15px 10px 15px 10px;
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
}
#sidebar-tcat li.current-cat>a {
	color: #91aaaa;
}

/********* template categories ***********/

#tz-sort-temps {
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: "News Cycle", sans-serif;
}

#tz-sort-temps > ul, 
#tz-sort-temps > ul > li {
	display: inline-block;
}
#tz-sort-temps > ul > li {
	margin-left: 15px;
}

#tz-sort-temps a.tz-current-sort {
	font-weight: bold;
}

.tax-tc_category #head-title{
	font-size: 25px;
	padding: 35px inherit;
}
.tax-tc_category #head-title a {
	color: inherit;
}

.tc-cat-container {
	margin-bottom: 30px;
}

#tempcats {
	float: left;
	width: 80%;
}

.template-item{
	display: inline-block;
	margin: 0 19px 30px 19px;
	font-family: "News Cycle", sans-serif; 
}

.template-item a{
	text-align: center;
	width: 100%;
	display: inline-block;
}

.template-item h1{
	color: black;
	font-size: 12px;
	padding-top: 3px;
	white-space: nowrap;
	text-align: center;
}

.template-item .tz-price {
	text-align: center;
	color: #cd633b;
	margin-top: 5px;
}

/******** template ********/
#tc-canvas-wrapper {
	/*width: 80%;*/
	height: 100%;
	/*border: 2px solid #CFCFCF;*/
}

/******** single template **********/
.single-tc_template #tc-canvas-wrapper {
	float: left;
	width: 506px;
	height: 655px;
	/*border: 2px solid #454545;
	background-color: #454545;*/
}

#tc-template {
	margin-bottom: 30px;
}

#tc-poster-right {
	float: right;
	width: 430px;
}

#tc-poster-right input.txtbox{
	border:0;
	width:96%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px -2px #888;
	box-shadow: 0px 0px 6px -2px #888;
	padding: 6px;
	margin: 6px 0;
	line-height: 1em;
	font-size: 1.1em;
	color: #919191;
}
#tc-poster-right input.txtbox:focus {
	outline: 1px auto #CB3C3C;
}
#tc-poster-right input.txtbox[lang=he] {
	direction: rtl;
	text-align: right;
}
.single-tc_template .ui-keyboard .ui-keyboard-preview {
	text-align: right;
}
.single-tc_template .ui-keyboard .ui-keyboard-button:not(.ui-keyboard-space) {
	width: auto;
	min-height: 0;
	line-height: normal;
}
.single-tc_template .ui-keyboard .ui-keyboard-space {
	width: 8em;
}
#tc-form-fields {
	/*max-height: 430px;*/
	overflow-y: scroll;
	overflow-x: hidden;
	/*margin: 10px 0;*/
}

.tc-poster-right-section {
	background-color: #454545;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 1px 0;
}
.tc-poster-right-section > div{
	margin: 10px;
	font-family: 'News Cycle', sans-serif;
	font-size: 20px;
	color: rgb( 151, 174, 174 );
	text-transform: uppercase;
}
.tc-poster-right-section div:first-child{
	margin-bottom: 13px;
}
.tc-poster-right-section div span{
	color: #fff;
}
#tc-descr {
	color: #fff;
	font-size: 14px;
	text-transform: none;
	margin: 10px 0;
	max-height: 60px;
}


#buynow input.txtbox::-webkit-input-placeholder { /* WebKit browsers */
	color: #ddd;
}
#buynow input.txtbox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ddd;
}
#buynow input.txtbox::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ddd;
}
#buynow input.txtbox:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ddd;
}

.tc-poster-right-section .email-msg {
	text-transform: none;
	font-size: 14px;
}

#buynow input[type=submit] {
	float:right;
}

/******** user *********/
#loginform{
	width: 230px;
	margin:50px auto;
}
#order-preview {
	float: right;
	width: 230px;
	height: 297.65px;
}
#order-tbl {
	float:left;
	width: 720px;
	text-align: left;
	font-family: 'Carme', sans-serif;
	font-size: 14px;
}
#order-tbl th {
	padding: 8px;
	background-color: #959595;
	border-bottom: 8px solid #efefef;
	text-transform: uppercase;
}
#order-tbl td {
	padding: 8px;
	color: #fff;
	background-color: #ababab;
	border-bottom: 4px solid #efefef;
	text-transform: lowercase;
}
#order-tbl .order-templ-title {
	text-transform: capitalize;
}
#order-tbl .dload {
	font-weight: bold;
	color: #cd633b;
	text-transform: uppercase;
}

/**** page *****/
.tz-page {
	margin-bottom: 30px;
	font-family: 'News Cycle', sans-serif;
}
.tz-page h1,h2,h3,h4,h5,h6 {
	display: block;
	font-weight: bold;
}
.tz-page h1 {
	margin: 0.67em 0 0.67em 0;
	font-size: 2em;
}
.tz-page h2 {
	margin: 0.83em 0 0.83em 0;
	font-size: 1.5em;
}
.tz-page h3 {
	margin: 1em 0 1em 0;
	font-size: 1.17em;
}
.tz-page h4 {
	margin: 1.33em 0 1.33em 0;
}
.tz-page h5 {
	margin: 1.67em 0 1.67em 0;
	font-size: .83em;
}
.tz-page h6 {
	margin: 2.33em 0 2.33em 0;
	font-size: .67em;
}
.tz-page p {
	margin: 1em 0 1em 0;
}
.tz-page blockquote {
	margin: 0 40px 0 40px;
	font-style: italic;
}

/*
.tz-page blockquote {
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-style: italic;
}
.tz-page blockquote p {
	display: inline;
}
.tz-page blockquote:before {
	content: open-quote;
	margin-right: 5px;
}
.tz-page blockquote:after {
	content: close-quote;
	margin-left: 5px;
}
*/

#kb_langselector,
#kb_mappingselector {
	display:none;
}