/*   
Theme Name: Lital Look 1.0
Theme URI: http://www.urich.co.il
Description: This is specialized theme foir Lital Look
Author: Uri Chachick
Author URI: http://www.urich.co.il
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: rgb(235, 235, 238); font: 14px/1.4 arial,Georgia, Serif; direction: ltr; overflow-x: hidden ;}
.screen-reader-text { position: absolute; display: none; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

.clears {
    clear:both;
    height: 0px;
}

#page-wrap { width: 960px; margin: 0px auto;position: relative; }

#header {
    min-height: 130px;
    position: fixed;
    top:0px;
    width: 960px;
    z-index: 10000;
    direction: rtl;
}

#header h1 {
    margin: 0px;
}

#logo img {
    border: none;
}

#socials {
    position: absolute;
    top: 5px;
    left: 5px;
}

#socials .icon {
    float: left;
    opacity:0.5;
    filter:alpha(opacity=50);
    height: 38px;
    width: 38px; 
    margin-right: 3px
}

#socials .icon:hover {
    opacity:1;
    filter:alpha(opacity=100); 
}

#socials .icon a {
    display: block;
    width: 100%;
    height: 100%; 
}

#socials .facebook {
    background: url('images/icon_facebook.png') center center no-repeat;
}
#socials .plus {
    background: url('images/icon_plus.png') center center no-repeat;
}
#socials .twitter {
    background: url('images/icon_twitter.png') center center no-repeat;
}
#socials .youtube {
    background: url('images/icon_youtube.png') center center no-repeat;
}

#topnav {
    background-color: #482b00;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0px 2px 2px #888888;
    clear:both;
}

#topnav ul {
    list-style-type: none;
    margin-bottom: 0px;
}

#topnav ul li {
    float: right;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}

#topnav ul li:after {
    content: " | ";
}

#topnav ul li:last-child:after {
    content: "";
}

#topnav ul li a {
    color: #fff;
    text-decoration: none;
}

#topnav ul li:hover a, #topnav ul li.current-menu-item a {
    color: #ffd69a  ;
    text-decoration: none;
}

#content-wrap {
    margin-top: 190px;
    padding: 0 20px;
    direction: rtl;
}

.poopfirst {
    background: url('images/paws.png') bottom left #9aabff no-repeat;
    padding: 15px;
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    color: #482b00;  
}

.poopimg {
	width: 888px;
    border-radius: 5px;
}

.hometop {
    background: url('images/paws.png') bottom left #ffd69a no-repeat;
    padding: 20px 10px;
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    color: #482b00;  
}

.homevideo {
    float: right;
    width: 445px;
}

.homesubscribe {
    float: left;
    width: 440px;
}

.postcontent {
    width: 580px;
    float: right;
}

.lastpost {
    float: right;
    /*padding-right: 10px;*/
    width: 580px;
}

.hentry ul {
	margin-right: 10px;
	padding-right: 10px;
}

.readmore {
	position:absolute;
	left:20px;
	bottom:20px;
	font-size: 17px;
	font-style: italic;
}


.postcontent h2,.lastpost h2 {
    font-family: Tahoma;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #482b00; 
    font-weight: bold;
}

.postcontent h2 a,.lastpost h2 a {
    text-decoration: none;
    color: #482b00; 
}


#sidebar {
    float: left;
    width: 320px;
    
}

#sidebar input[type=text] {
    width: 194px;
    height: 31px;
    font-size: 18px;
    border: 1px solid #482b00;
}

#sidebar input[type=submit] {
    background: #482b00; 
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 7px 4px;
    border-radius: 10px;
}

#sidebar .widget {
    margin-bottom: 20px;
    width: 300px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f8f8f8;
    padding: 10px;
}

#sidebar .widget h2 {
    color: #482b00;
}

#sidebar .widget ul {
    list-style-type: none;
}



a.button {
    background: #482b00; 
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 3px 7px;
}

.meta {
    font-size: 12px;
    color: #999;
    background: #f8f8f8;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
}

.meta .socialbuttons {
    float: left;
    direction: ltr;
    margin-top: -3px;
}

.gform_wrapper .validation_error {
    display: none !important;
}

#respond input[type=text] {
    width: 228px;
    height: 25px;
    font-size: 18px;
    margin-bottom: 5px;
    border: 1px solid #482b00;
}

#respond textarea {
    font-size: 18px;
    margin-bottom: 5px;
    border: 1px solid #482b00;
    width: 500px;
}


input[type=submit] {
    background: #EC173F; 
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 2px 7px 3px;
    cursor: pointer;
    border-radius: 10px;
}

#footer {
    margin-top: 10px;
    direction: rtl;
    color: #fff ;
    background:  #482b00 ;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    
}

#footer a {
    color: #fff;
}


.tips {
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
    position:relative;
    margin-bottom: 20px;
}

.pros {
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
    position:relative;
    margin-bottom: 20px;
}

.post {
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
    position:relative;
    margin-bottom: 20px;
}

.recommedations {
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
    position:relative;
    margin-bottom: 20px;
}

.wp-post-image {
    float:right;
    margin: 10px 0 10px 10px;
    border: 3px solid #fff;
}

.gform_wrapper {
    background: url('images/contactbg.jpg') top left no-repeat;
}

/************************************************************************************/

.home .ravmesser form, .home .ravmesser table {
    width: 100%;
}

.home .ravmesser input[type="text"] {
    width: 65%;
    border-radius: 5px;
    border: none;
    height: 15px;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 35px;
}

.home .ravmesser .tdleft {
    text-align: left;
}


#sidebar .ravmesser form, #sidebar .ravmesser table {
    width: 100%;
}


#sidebar .ravmesser input[type="text"] {
    width: 75%;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 19px;
    padding: 2px;
    margin-bottom: 5px;
}

.footerform {
    font-size: 16px;
    font-weight: bold;
    color: #482B00;
    background-color: #FFD69A;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 25px;
}

.footerform input[type="text"]  {
    width: 90%;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 15px;
    padding: 2px;
}

.footerform input[type="submit"]  {
    background: transparent;
    border-color: #482B00;
    border-style:solid;
    border-width:3px;
    color: #482B00;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    border-radius: 10px;
}



/*********************************************************************/



h1, h2, h3 { font-weight: normal; margin: 10px 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { color: #006; text-decoration: none;}
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.page-template-pagetemplate_nocomnoside-php .postcontent {
    width: 100%;
}

.post { 
}

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }



.navgation { }
   .next-posts { 
   font-size: large;
   font-style: italic;
   background: #FFF;
   border-radius: 10px;
   padding: 10px;
   width: 100px;
   margin-bottom: 10px;
   float: right;
   }
   .prev-posts { 
   font-size: large;
   font-style: italic;
   background: #FFF;
   border-radius: 10px;
   padding: 10px;
   width: 109px;
   margin-bottom: 10px;
   float: left;
   }

#searchform {
overflow: hidden;
float: left;
}
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment {  border-radius: 10px; padding: 10px; border: 1px solid #482b00; margin-bottom: 9px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */