/*--
	Theme Name: החצאית
	Theme URI: http://mirilivi.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: רועי אייל
	Author URL: http://royeyal.com/ 
	Template: theme1796 
	Version: 1.0 
--*/

@import url("../theme1796/style.css");

::-moz-selection {
	background:#333333;
	color:#fff
}
::selection {
	background:#333333;
	color:#fff
}
/*
Custom
*/
excerpt,
p {
	line-height:150%
}
.meta {
	display:none;
}
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
	width:99%;
}

/* Sidebar */
#sidebar h3 {
    margin: 0 0 10px;
}
#sidebar #searchform .searching {
	margin-right:8px;
    width: 70%;
}
.rtl #sidebar #searchform .searching {
	margin-right:0px;
	margin-left:8px;
}
#sidebar #searchform .submit {
    margin: 21px 0 0;
}

.logo h1,
.logo h2 {
	float:left;
}
.rtl .logo h1,
.rtl .logo h2 {
	float:right;
}
.logo h1 a,
.logo h2 a,
.logo .tagline,
a .wp-post-image {
	border-bottom:6px solid #fff;
	font-family: David, Georgia, "Times New Roman", Times, serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.logo h1 a:hover,
.logo h2 a:hover {
	border-bottom:6px solid #E4E4E4;
}
.logo .tagline {
	color:#A9A8A8;
	display:block;
	float:left;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	line-height:70px;
	margin:2px 0 0 1em;
}
.rtl .logo .tagline {
	float:right;
	margin:2px 1em 0 0;
}
.logo .tagline {
	display:none;
}
@media all and (max-width: 768px) {
	.rtl .logo {
		float:none;
		text-align:center;
	}
	.logo h1,
	.logo h2 {
		float:none;
	}
	.rtl .logo h1,
	.rtl .logo h2 {
		float:none;
	}
	.logo .tagline {
		float:none;
	}
	.rtl .logo .tagline {
		float:none;
		line-height:normal;
	}
	#main {
	    padding-left: 0em;
    	padding-right: 0em;
	}
}

/*footer*/
.comments-link span {
    margin: 0 5px 0 0;
}
.rtl .comments-link span {
    margin: 0 0 0 5px;
}

.single .post-holder {
    overflow: visible;
}

.wp-post-image {
	float:left;
	margin:0 2em 0 0;
}
.rtl .wp-post-image {
	float:right;
	margin:0 0 0 2em;
}
a .wp-post-image {
	border:2px solid #E4E4E4;
	border-radius:4px;
}
a:hover .wp-post-image {
	border-color:#333333;
}

.ie8 .wp-pagenavi,
.ie8 .royalSlider,
.ie8 footer  {
	display:none !important;
}
.ie8 article {
	float:left;
	width:60%;
}
.ie8 .home #sidebar {
	display:inline;
	float:right;
	margin-top:-2600px;
	overflow: auto;
	position:relative;
	vertical-align:text-top;
}

a img {
    border: 2px solid #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a img:hover {
    border: 2px solid #E4E4E4;
}
.logo a {
	display: block;
}

#sidebar .widget img {
	max-width:223px;
}
@media all and (max-width: 768px) {
	#sidebar {
	    clear: both;
	}
	#sidebar .widget img {
		max-width:none;
	}
}
@media all and (max-width: 550px)
	#header .logo img {
	    width: auto;
	    height: auto;
	}