/*
Theme Name: لقمة طيبة
Theme URI: http://l2ma.com
Description: القالب الخاص بموقع لقمة طيبة
Version: 2.0
Author: Ahmed Elshahhat
Author URI: http://colorslab.net
*/
/* Css Reset */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
.clear {
  clear: both;
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover{color:#76ae00}
input:focus{
  outline: none;
}

@font-face {
  font-family:'gess';
  src:url('fonts/ge-ss-med.eot');
  src:local('☺'),
      url('fonts/ge-ss-med.ttf') format('truetype');
  font-weight:normal;
}
@font-face{
  font-family:"droid";
  src:url(fonts/HelveticaNeueW23-Reg.eot);
  src:url(fonts/HelveticaNeueW23-Reg.woff) format("woff"),  
  url(fonts/HelveticaNeueW23-Reg.ttf) format("truetype"), 
  url(fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman) format("svg");
  font-weight:normal;
  font-style:normal
}  
@font-face{
  font-family:"droid";
  src:url(fonts/HelveticaNeueW23-Bd.eot);
  src:url(fonts/HelveticaNeueW23-Bd.woff) format("woff"), 
  url(fonts/HelveticaNeueW23-Bd.ttf) format("truetype"), 
  url(fonts/HelveticaNeueW23-Bd.svg#HelveticaNeueLTArabic55Roman) format("svg");
  font-weight:bold
}
/**********************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************/
body {
  background: #FFF;
  direction: rtl;
  overflow-x: hidden;
  font-family: 'droid';
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}
#wrapper {
  background: #fff;
  width:1020px;
  margin: 0 auto 0 auto;
}
#header {
  font-family: 'droid';
  padding: 28px 20px;
  position: relative;
  margin-bottom: 15px;
}
#header #logo-container {
  position: relative;
  z-index: 99;
  float: right;
}
#header #logo {
  margin: 8px 0;
  height: 80px;
  width: 230px;
  display: block;
}
#header img {
  position: absolute;
  width: 1020px;
  overflow: hidden;
  top: 0;
  right: 0;
  border-bottom: 1px solid #ababab;
}
.socialIco{
  position: absolute;
  left:-5px;
  bottom: 20px;
  z-index:99
}
.socialIco a{
  float: left;
  height: 25px;
  width: 25px;
  transition:all 0.1s;
  -moz-transition:all 0.1s;
  -webkit-transition:all 0.1s;
  -o-transition:all 0.1s;
  display: block;
  margin-left:10px;
  text-indent: -9999px;
}
.socialIco a:hover{
  opacity: 0.7;
  -o-opacity: 0.7;
  -moz-opacity: 0.7;
}
a.gp{background: url(images/gp.png) no-repeat;}
a.tw{background: url(images/tw.png) no-repeat;}
a.fb{background: url(images/fb.png) no-repeat;}
a.yt{background: url(images/yt.png) no-repeat;}

#header #overlay {
  z-index: 1;
}
#header #image {
  z-index: 0;
}
#header-search-form {
  position: relative;
  z-index: 3;
  float: left;
  background: #fff;
  margin-top: 5px;
  outline: 1px solid #d3d3d3;
}
#header-search-form #search-field {
  font-family: droid;
  padding: 7px 9px 6px;
  border: 0;
  width: 180px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#header-search-form #search-field:hover, #header #header-search-form #search-field:focus {
  outline: 0;
  color:#999;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#header-search-form #search-button {
  outline: 0;
  border: 0;
  margin: -1px 0 0;
  background: url(images/search-button.png) no-repeat center center;
  padding: 10px 18px;
  cursor: pointer;
}
#header-search-form #search-button:hover, #header #header-search-form #search-button:focus {
  opacity:0.85;
}
#navigation-menu {
  font-family: droid;
  padding: 0 0 0 10px;
  position: relative;
  width: 750px;
  float: right;
  margin-top: -5px;
  z-index: 12;
}
.menu li a[title="recipes"]{
  background-image: url(images/recipes.png);
}
.menu li a[title="recipesDic"]{
  background-image: url(images/recipesDic.png);
}
.menu li a[title="moona"]{
  background-image: url(images/moona.png);
}
.menu li a[title="how"]{
  background-image: url(images/how.png);
}
.menu li a[title="video"]{
  background-image: url(images/video.png);
}
.menu li a[title="garden"]{
  background-image: url(images/garden.png);
}
.menu li a[title="mySofra"]{
  background-image: url(images/mySofra.png);
}
.menu li a[title="yourRecipes"]{
  background-image: url(images/yourRecipes.png);
}
.menu li a[title="friendChief"]{
  background-image: url(images/friendChief.png);
}
.post{font-family:droid}.error404{min-height:400px}
#navigation-menu ul.menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  font-size: 13px;
}
#navigation-menu ul.menu > li > a {
  text-align: center;
  position: relative;
  color: #25272a;
  vertical-align: middle;
  display: block;
  padding: 40px 12px 0px 15px;
  -moz-text-shadow: 1px 1px 1px rgb(230, 230, 230);
  text-shadow: 1px 1px 1px rgb(230, 230, 230);
  -webkit-transition: all 0.3s ease;
  -moz-transition:all 0.1s ease;
  -ms-transition:all 0.1s ease;
  -o-transition:all 0.1s ease;
  transition: all 0.1s ease;
  background-position: center 5px;
  background-repeat: no-repeat;
  display: block;
  min-width: 40px;
}
#navigation-menu ul.menu > li > a:hover, #navigation-menu ul.menu > li > a:focus {
  -webkit-box-shadow: 1px 1px 3px rgba(65, 65, 65, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(255,255,255,0.25);
  box-shadow: 1px 1px 3px rgba(255,255,255,0.25);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: all  0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s  ease;
  transition: all 0.1s ease;
  color:#83c200;
  background-position: center -100px;
}
#navigation-menu ul.menu > li > a:hover:before, #navigation-menu ul.menu > li > a:focus:before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  background: url(images/arrow-menu.png) no-repeat bottom center;
  width: 100%;
  height: 4px;
}
#navigation-menu ul.menu > li > .sub-menu {
  background: #fff;
  display: none;
  position: absolute;
  width: 805px;
  right: 0;
  padding: 30px 30px;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-bottom: 1px solid #ddd;
  z-index: 9;
}
#navigation-menu ul.menu > li > .sub-menu > li {
  display: inline-block;
  width: 255px;
  margin-left: 15px;
  padding-left: 0px;
  vertical-align: top;
}
#navigation-menu ul.menu > li > .sub-menu > li:nth-child(3n) {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#navigation-menu ul.menu > li > .sub-menu > li > a {
  color: #5b7d00;
  font-size: 13px;
  background-color: rgb(238, 238, 238);
  display:block;
  font-family:gess;
  padding: 10px 12px 10px 15px;
  border-radius:3px;
  -moz-border-radius:3px;
  khtml-border-radius:3px;
  transition:all 0.1s;
  -moz-transition:all 0.1s;
  -webkit-transition:all 0.1s;
  margin:2px 0;
}
#navigation-menu ul.menu > li > .sub-menu > li > a:hover, #navigation-menu ul.menu > li > .sub-menu > li > a:focus {
  color: #fff;
  background:#6d9500
}
#navigation-menu ul.menu > li > .sub-menu > li > .line {
  display: block;
  border-bottom: 4px solid #eee;
  margin-top: -15px;
  margin-bottom: 25px;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu {
  margin: 0 0 30px 0;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li {
  font-family: 'droid';
  font-size: 12px;
  display: inline-block;
  border-left: 1px solid #eee;
  width: 120px;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li:nth-child(2n) {
  border-left: 0;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li:nth-child(2n) > a {
  margin-right: 5px;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li > a {
  display: block;
  padding: 10px 8px 11px;
  color: gray;
  margin: 0 0 5px 10px;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li > a:hover, #navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li > a:focus {
  color: #333;
  background: #f5f5f5;
}
#navigation-menu ul.menu > li > .sub-menu > li > .sub-menu li:nth-child(2n) > a {
  margin: 0 7px 5px 0;
}
#navigation-menu ul.menu > li:first-child a {
    padding-right: 2px;
}
#navigation-menu ul.menu > li.current-menu-item a {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  background-color: #fff;
  background-position: center -100px;
  color:#76b300
}
#navigation-menu ul.menu > li:hover > a {
  -webkit-box-shadow: 1px 1px 1px rgba(65, 65, 65, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
#navigation-menu ul.menu > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  background: url(images/arrow-menu.png) no-repeat bottom center;
  width: 100%;
  height: 4px;
}
.postNav{
  width: 100%;
  height: 50px;
  font-size:17px
}
.nav-prev a,.nav-next a{
  padding: 10px 17px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.nav-prev a{float:right;/*background-image: url(images/prevPost.png); background-repeat: no-repeat; background-position: 92% center;*/}
.nav-next a{float:left;/*background-image: url(images/nextPost.png); background-repeat: no-repeat; background-position: 8% center;*/ }
.caption h2 {
  font-family: gess;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background: #fff;
  display: inline-block;
  padding: 10px 0 0 20px;
  -webkit-text-shadow: 0 1px 0 #eee;
  -moz-text-shadow: 0 1px 0 #eee;
  text-shadow: 1px 1px 0 #eee;
}
.single > .caption > h2{
  padding-right:40px;
  margin-top:20px;
  margin-bottom:15px;
  background: url(images/titleIcon.jpg) no-repeat right center;
  font-size:28px
}
.single > .caption span{
    font-family:gess;
    font-size:16px;
    color:#545454
}

.single > .thumbnail > a{
  margin-top: -1px !important;
  border: none !important;
  background: none !important
}
.single > .thumbnail {
  float: right;
  width: 680px;
  text-align: center;
}
.postInfo{
  float: right;
  width: 680px;
  text-align: center;
  min-height: 50px;
}
.postInfo td{
  border: 3px solid #83c200;
  text-align: center;
  padding: 8px 3px;
}
.greenVal{
  color: #5f8c00;
  font-family: gess;
  font-size: 16px;
}
.yallowVal{
  color: #fff;
  font-family: gess;
  font-size: 12px;
  padding: 2px 4px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
.timeIco{
  color: #383838;
  font-family: droid;
  font-size: 14px;
  padding-right: 0;
  background: url(images/timeIco.jpg) no-repeat 90% center;
}
.post-ratings em{
  display: none;
}
.post-ratings{
  overflow:hidden;
  height:15px;
  width: 80px !important;
  margin: auto;
}
.comRate{
  padding: 4px 20px;
  background: #f8f8f8;
  width: 170px;
  margin:1px 80px 0 0;
  font-family:droid;
  color:#343434;
  font-size:14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float:right
}
.comRate .post-ratings{
  float: left;
  margin:6px 0
}


.caption .menu {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 0 0 20px;
  margin-bottom: -3px;
}
.caption .menu li {
  display: inline-block;
  font-family: droid;
  font-size: 15px;
  padding: 7px 20px 5px 20px;
  background: #f9f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin:0 0 0 10px
}
.caption .menu li:hover, .caption .menu li.current {
  background: #83c200;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.liner {
  display: block;
  border-bottom: 6px solid #83c200;
  margin: 10px 0 20px 0;
  width: 100%;
}
/* Colors */
.blue {
  color: #0E9BF9;
}
a.blue:hover, a.blue:focus {
  color: #057ECF;
}
.foshi {
  color: #D72267;
}
.green {
  color: #86C401;
}
.post-container {
  font-family:droid;
  font-size: 14px;
}

.single > .post > .content,.single > .post > #ingredients{
  /*border-bottom: 1px solid #ccc;*/
  padding:10px 2px 25px 2px;
}

.post-container.single {
  margin: 20px 10px 0px 10px;
  line-height: 23px;
}
.post-container.single .caption {
  margin-bottom: 25px;
}
.post-container.single .content h1,
.post-container.single .content h2,
.post-container.single .content h3,
.post-container.single .content h4,
.post-container.single .content h5,
.post-container.single .content h6 {
  font-family: droid;
  margin: 15px 0;
  color: #444;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}
.post-container.single .content h1 *,
.post-container.single .content h2 *,
.post-container.single .content h3 *,
.post-container.single .content h4 *,
.post-container.single .content h5 *,
.post-container.single .content h6 * {
  font-weight: bold;
}
.post-container.single .content h1 {
  font-size: 20px;
}
.post-container.single .content h2 {
  font-size: 18px;
}
.post-container.single .content h3 {
  font-size: 16px;
}
.post-container.single .content strong {
  font-weight: bold;
}
.post-container.single .content ul, .post-container.single .content ol {
  margin: 15px 15px 15px 0;
}
.post-container #ingredients {
  margin-top: 10px;
  float:right;
  width:680px;
}
.post-container #ingredients .content {
  margin:0px 0;
}
.content {
    font-family:droid
}
.post-container #ingredients .ingredients-icon {
  display: inline-block;
  background: url(images/ingredients.png) no-repeat;
  margin: 0 0 0 12px;
  background: url(images/preparation.png) no-repeat;
  height: 30px;
  width: 30px;
}
.post-container #ingredients ul {
  margin-right: 0 !important;
}
.post-container #ingredients li {
  padding: 10px;
  margin-bottom: 1px;
  vertical-align: top;
}
.post-container #ingredients li strong {
  display: inline-block;
  color: #D72267;
  width: 120px;
  font-weight: bold;
  margin: -10px -10px -10px 10px;
  padding: 10px;
  text-align: left;
}
.post-container #ingredients li:nth-child(odd) {
  background: #f7f7f7;
}
.post-container #preparation {
  color: #555;
  margin-top: 0px;
  float:right;
  width:680px;
}
.post-container #preparation .content {
  margin: 0px 0;
  width: 100%;
}
.post-container #preparation .preparation-icon {
  display: inline-block;
  background: url(images/preparation.png) no-repeat;
  margin: 0 0 0 12px;
  height: 30px;
  width: 30px;
}
.post-container #preparation ol {
  list-style: none;
  margin-bottom: 35px;
}
.post-container #preparation ol li {
  padding: 20px 0 25px;
  border-bottom: 1px solid #f5f5f5;
}
.post-container #preparation ol li:last-child {
    border: none;
}
.post-container #preparation ol li .list-index {
  display: block;
  background: #D72267;
  color: #fff;
  padding: 4px 10px;
  margin-left: 25px;
  clear: both;
  float: right;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  text-shadow:0 1px 1px rgba(0,0,0,0.2);  
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;  
}
.post-container #preparation ul {
  list-style: square inside;
  margin-bottom: 35px;
}
.post-container #preparation ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;    
}
.post-container #preparation ul li:last-child {
    border: none;
}
#comments {
  width: 645px;
  float: right;
  margin-right:14px;
  font-family: tahoma;
  font-size: 11px
;
  clear: both;
}
.post-container #miscs {
  margin-top: -4px;
}
.single > .thumbnail{
    width: 650px !important;
}
.post-container > .thumbnail {
  float: right;
  width: 500px;
  height:500px;
  text-align: center;
}
.single .thumbnail{
    height:auto !important
}
.post-container > .thumbnail > a {
    border: 0 solid #70b507;
    position:relative;
    z-index:0;
    padding-top:0;
    margin-top:12px;
    display:block;
    float:right;
    height:500px
}

.post-container > .thumbnail > a.slideTitle{
  display: none;
  padding-top: 12px;
  border: 1px solid rgb(95, 95, 95);
  background:#333;
  margin-top:-200px;
}

#slides .post-container > .thumbnail img{
  z-index:0;
  float:right;
  width: 500px !important;
  min-height:500px !important;
  max-height:500px;
}

.single .thumbnail img{
  width: 500px !important;
  z-index:0;
  height:auto !important;
  max-height: auto !important;
}

.post-container > .thumbnail img{
  z-index:0;
}
.slideTitle{
    margin-top:-350px;
    margin-right:0;
    float:right;
    padding:12px 20px;
    background:#333;
    display:block;
    position:relative;
    color:#FFF;
    font-family:gess;
    font-size:26px;
    z-index:2;
    opacity:0.75;
}
/*.single .post {
  float: left !important;
  margin-right: 25px;
  width: 470px !important;
}*/
.post-container > .post {
  float: right !important;
  margin-right: 0px;
  width: 680px;
}

.post-container > .post h2 {
  font-family: gess;
}

.greenBg{
    width:130px;
    background: #83c200;
    padding:8px 10px ;
    text-align:center;
    margin-top:-40px
;
    color: #FFF;
    margin-bottom: 10px;
}

.post-container > .post h2 a {
  font-weight: normal;
  font-size: 20px;
}
.post-container > .post .meta {
  margin: 15px 0;
  font-family: gess;
  font-size: 13px;
  float: right;
  width:680px;
  padding:0 2px;
}
.post-container > .post .meta > li {
  padding: 20px 0 12px 0;
  border-bottom: 1px solid #eee;
}
.post-container > .post .meta > li:first-child {
  border-bottom: 1px solid #ccc;
}
.post-container > .post .meta a {
  font-weight: normal;
  color: #333;
}
.post-container > .post .meta a:hover, .post-container > .post .meta a:focus {
  color: #86C401;
}
.post-container > .post .meta .tags li {
  display: inline-block;
}
.post-container > .post .meta .tags li a {
  display: inline;
  padding: 0px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float:none;
  color: #333;
}
.post-container > .post .meta .tags li a:hover, .post-container > .post .meta .tags li a:focus {
    color: #86C401;
}
.related li {width:120px !important;float:right !important;margin-left:40px}
.related li:last-child{margin-left:0}
.related li .thumbnail a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:120px;
  height:140px;
}
.related li .thumbnail a img {
    width:120px !important;
    height:100px !important;
}
.post-container > .post .content p {color: #666; font-weight:normal;}
.post-container > .post .content {
  font-family: tahoma;
  font-size: 12px;
  color: #666;
  font-weight:normal;
  line-height: 30px;
  padding:20px 0 10px 0
}
.post-container > .post .content .more-link {
  margin-top: 25px;
  display: block;
  background: url(images/button-back.png) no-repeat;
  height: 36px;
  width: 144px;
  color: #C4E6FE;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 31px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.post-container > .post .content .more-link:hover, .post-container > .post .content .more-link:focus {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#homeLeftSide{
  float: left;
  min-height: 100px;
  width: 250px;
  margin:46px 0 20px 8px
}
.sideADV{
  display: block;
  width: 100%;
  height: 200px;
  background: url(images/advBG.png) no-repeat center center;
  border: 1px solid #83c200;
}
.sideLoginBox{
  display: block;
  width: 100%;
  height: 273px;
  border: 1px solid #83c200;
  margin-bottom:12px;
  text-align:center;
  padding: 0 0 0 0;
  font-family:gess;
  font-size:14px;
  color:#599202
}
.sideLoginBox h2{
    padding:15px 20px 0 20px;
    font-family:gess;
    font-size:18px;
    color:#3e3e3e
}
.sideLoginBox label{
    width:80px;
    float:right;
    padding:8px 20px 0px 0;
    font-family:droid;
    font-size:13px
}
.sideLoginBox input[type="text"],.sideLoginBox input[type="password"]{
    padding:5px;
    margin:0px 0 10px 0;
    width:170px;
    border:1px solid #ccc;
    border-radius:2px;
    background:#fff;
}
.sideLoginBox input[type="button"],.sideLoginBox input[type="submit"]{
    float:left;
    margin:5px 0 10px 33px;
    padding:5px 10px;
    font-family:gess;
    border:none;
    background:#83c200;
    color:#fff;
    border-radius:2px;
    -moz-border-radius:2px;
    cursor:pointer;
}
.sideLoginBox a{
    margin:0 22px;
    width:80%;
    float:right;
    text-align:right;
    font-family:gess;
    font-size:12px;
    color:#333;
    line-height:22px
}
.sideLoginBox a:hover{color:#83c200}

#latests-slider {
  padding: 0 !important;
  position: relative;
  float: right;
  width:720px;
  margin: 0 12px 30px 20px;}
#latests-slider #slides-container {
  width: 630px;
  overflow: hidden;
  height: auto;
}
#latests-slider #slides {
  margin: 0px 0;
  width: 250000px;
}
#latests-slider #slides > li {
  width: 630px;
  display: inline-block;
  margin: 0px;
  float: right;
}
#latests-slider #slides > li:first-child {
  display: block;
}
#latests-slider #slider-next {
  position: absolute;
  right: -525px;
  top: 200px;
  background: url(images/sliderRight.gif) no-repeat;
  height: 80px;
  width: 16px;
  z-index: 10;
}
#latests-slider #slider-prev {
  position: absolute;
  left: -25px;
  top: 200px;
  background: url(images/sliderLeft.gif) no-repeat;
  height: 80px;
  width: 16px;
  z-index: 10;
}
#latests-slider #small-thumbnails-container {
  position: absolute;
  margin: 0;
  top: 46px;
    left:-1px;
  width:218px;
  border:1px solid #64cc26;
}
#latests-slider #small-thumbnails {
  background:#FFF;
  padding: 0;
  height: 486px;
  overflow: hidden;
  opacity: 0.9;
  width:220px;
  float: left;
}
#latests-slider #small-thumbnails li {
  margin: 0;
  display: inline-block;
  float:right;
  width:92%;
  padding:0 4%;
  height:53.5px;
  border-bottom:1px solid #ccc;
  line-height:54px;
}
#latests-slider #small-thumbnails li img{
  height: 10px;
  width: 67.6px;
  margin: 2px 2px 0 0;
}


#latests-slider #small-thumbnails li a {
  display: block;
    font-family:droid;
    font-size:14px;
    color:#333;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#latests-slider #small-thumbnails li.current a, #latests-slider #small-thumbnails li:hover a {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color:#56ba1a
}
.subscribeBox{
  padding-right: 0px;
  color:#25272a;
  width: 426px;
  margin: 0 20px 30px 0;
  float: right;
  border: 1px solid #83c200;
  padding: 15px 16px;
  font-family:gess;
  font-size:16px
}
.subscribeBox input[type="text"]{
  padding: 5px;
  margin: 4px 4px 26px 30px;
}
.subscribeBox input[type="submit"]{
  width: 140px;
  padding: 5px;
  margin: 4px 4px 26px 30px;
  font-family: tahoma;
  color: #fff;
  border: none;
  outline: 0;
  background:#83c200;
}

#wpfes_newsletter span.tos{
    font-family:droid;
    font-size:12px;
    text-decoration:none !important
}
#wpfes_newsletter span.tos:hover{
color:#76ae00}
p.wpfes_form_label input[type="text"]{width:70%; margin:10px auto; height:30px;font-family:droid; padding:2px 15px}
.wpfes_form_btn{
    padding:8px 18px;
    font-family:gess;
    border:none;
    background:#333333;
    color:#fff;
    margin:10px 0 0 0;
    border-radius:2px;
    -moz-border-radius:2px;
    cursor:pointer;
}
.wpfes_form_btn:hover{
    background:#4c8421;
}

#featured {
  padding-right: 0px;
  width: 460px;
  margin: 0 20px 0 0;
  float: right;
}
#featured #thumbnail-container {
  height: 400px;
  width: 460px;
  text-align: center;
  margin-top: 10px;
  margin-bottom:50px
}
#featured #thumbnail-container a {
  position: relative;
  display: block;
}
#featured #thumbnail-container a img {
    width:100%;
    height:100%;
    border:1px solid #333
}
#featured #thumbnail-container a h2 {
  position: absolute;
  font-family:gess;
  text-align: right;
  top: 42px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  max-width: 370px;
  font-size: 22px;
  line-height: 24px;
}
.singleSide{
  width: 280px;
  padding-right: 19px;
  float: left;
  min-height: 300px;
  border-right: 1px solid #eee;
}
.recentVoted,.recentCommented{
  padding-top: 10px;
  width: 100%;
  margin-top:-10px
}
.recentVoted li,.recentCommented li{
  width: 100%;
  font-size:13px;
  text-align: right;
}
.recentCommented li p{
    width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top:5px
}
.recentVoted li a{border-bottom:none}
.recentVoted li a,.recentCommented li a{
  padding: 8px 0 8px 0;
  width:100%;
  float:right;
  border-bottom: 1px solid #dddddd;
  display:block;
  font-size:17px;
  color:#25272a;
  line-height: 15px;
}
.recentCommented li a{
    line-height: 0px !important;
    vertical-align:middle;
    padding:8px 0;
}
.recentVoted li a{border-bottom:none; padding-bottom:0}
.recentVoted li{border-bottom: 1px solid #dddddd;padding-bottom:8px; direction: ltr;}
.recentVoted li:hover{border-bottom: 1px solid #85c300;}
/*.recentVoted li a:hover,*/.recentCommented li a:hover{
    border-bottom: 1px solid #85c300;
    color:#85c300;
  transition:all 0.1s;
  -moz-transition:all 0.1s;
  -o-transition:all 0.1s;
  -webkit-transition:all 0.1s;
}
/*.recentVoted {background: url(images/recentVoted.jpg) no-repeat top center;}
.recentCommented {background: url(images/recentCommented.jpg) no-repeat top center;}*/

.sidebar {
  width: 460px;
  float: left;
  margin: 42px 10px;}
.sidebar .container {
  padding: 20px 0 10px 0;
}
.sidebar .posts-list li {
  padding: 15px 15px;
}
.sidebar .posts-list li .thumbnail {
  float: right;
  margin-left: 15px;
}
.sidebar .posts-list li .thumbnail a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .posts-list li .thumbnail a img {
    width:110px;
    height:65px;
}
.sidebar .posts-list li .post {
  float: right;
  width: 300px;
}
.sidebar .posts-list li .post h3 a {
  color: rgb(46, 46, 46);
  max-width: 370px;
  color:#333;
  line-height: 24px;
  font-family:gess;
  font-size: 16px;
  text-shadow: 1px 1px #eee;
  -moz-text-shadow: 1px 1px #eee;
}
.sidebar .posts-list li .post h3 a:hover, .sidebar .posts-list li .post h3 a:focus {
  color: #82c000;
}
.sidebar .posts-list li .post .content {
  font-family: droid;
  font-size: 12px;
  margin-top: 8px;
}
.sidebar .posts-list li:first-child {
}
.sidebar .posts-list li:nth-child(odd) {
  background: #fafafa;
}
#advanced-search {
  width: 488px;
  margin: 0 -5px 60px 0;
  float: right;
  position: relative;
}
#advanced-search form {
  position: relative;
}
#inputs-container {
  position: absolute;
  top: 89px;
  right: 90px;
  z-index: 10;
  height:100px
}
#inputs-container input {
  width: 140px;
  padding: 5px;
  margin: 4px 4px 26px 30px;
  font-family: tahoma;
  color: #777;
  border: none;
  outline: 0;
  background:transparent;
}
.advacnedStaticBtn{
    position: absolute;
    right:90px;
    top: 178px;
}

#wasafat {
  float: left;
  width: 460px;
  margin-top:10px
}
#wasafat li{
  float: right;
  list-style: none;
}
#wasafat a{
  float: right;
  width:130px;
  margin:15px 10px 5px 12px;
  display: block;
  line-height:25px;
  font-family: droid;
  font-size: 14px;
  color:#333;
  transition:all 0.1s;
  -moz-transition:all 0.1s;
  -o-transition:all 0.1s;
  -webkit-transition:all 0.1s;
}
#wasafat a:hover{
    color:#879a2f;
    opacity:0.85;
}
#footer {
  margin-top: 50px;
  padding: 0;
  font-family: tahoma;
  font-size: 12px;
  height:100px;
  background:#f5f5f5;
  color:#999;
}
#footer #copyrights {
  float: right;
  width: 220px;
  text-align:center;
  height:90%;
  margin-top:10px;
  direction:ltr;
  line-height:18px;
}
#footer #footerMenu {
  float: left;
  width: 75%;
  height:100%;
  background:#f5f5f5;
}
#footer #footerMenu .menu-footermenu-container{
    padding:30px 20px 10px 10px;
    font-family:gess;
    font-size:13px;
    text-align: center;
}
#footer #footerMenu li {
  display: inline-block;
  margin: 0 10px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
#footer #footerMenu li a {
  color: gray;
}
#footer #footerMenu li a:hover, #footer #footerMenu li a:focus {
  color: #86b800;
}
#footer #footerMenu li:last-child {
  border-left: 0;
  padding-left: 0;
}
#commentform div {
  margin: 20px 80px 20px 0;
}
#commentform div label {
  display: inline-block;
  min-width: 160px;
}
#commentform div input, #commentform div textarea {
  font-family: tahoma;
  padding: 6px;
  width: 380px;
  border: 1px solid #BBB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
#commentform div input:hover,
#commentform div textarea:hover,
#commentform div input:focus,
#commentform div textarea:focus {
  outline: 0;
  border-color: #99e200;
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
#commentform div textarea {
  width: 542px;
  resize: none;
}
#commentform .btn{
    float:left;
    margin-left:10px
}
.btn {
  border: 1px solid #4b5b07;
  background: #7e9815;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  min-width: 120px;
  font-weight:normal;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  font-family:gess
}
.btn:hover, .btn:focus {
  background: #90b10b;
  outline: 0;
  color:#fff;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#respond {
  margin-top: 15px;
  padding-top: 15px;
  font-family:gess
}
#cancel-comment-reply{
    margin-bottom:15px
}
.commentlist li > div {
  padding: 15px 0px 20px 0;
  border-bottom:1px solid #ccc;
  margin-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family:tahoma;
  font-weight:bold;
  line-height:25px;
  font-size:12px;
  color:#494949;
  position:relative;
  min-height:130px
}
.commentlist li > div .comment-avatar {
  margin: 8px 0 15px 15px;
  clear: both;
  border: 1px solid #eee;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
.commentlist li > div .comment-avatar img {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  border: 2px solid #fff;
  border-radius:50%;
  width:40px;
  height:40px;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
.depth-2 div {margin-top:0px !important; }
.depth-2 .comment-content{width:515px !important}
.commentlist li > div .comment-content {
  width: 540px;
  border:0;
  margin-top:10px;float:right
}
.commentlist li > div .comment-content p{
    padding:5px 10px 8px 10px;
}
.commentlist li > div .comment-content .fn {
  color: #333;
}
.commentlist li > div .comment-content .fn a {
  color: #D72267;
}
.commentlist li > div .comment-content .date {
  color: gray;
  font-size: 14px;
}
.commentlist li > div .comment-content .comment-meta {
  margin-bottom: 5px;
  padding: 8px 15px 5px 8px;
  border-bottom: none;
  font-family:droid;
  background:#ff;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-size:16px;
}
.commentlist li > div .comment-content .awaiting {
  padding: 5px 0;
  color: #333;
  font-weight: bold;
}
.commentlist li > div .comment-reply-link {
  padding: 0 12px 0px;
  background: #eee;
right:0;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: gray;
  font-family:gess;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  margin:0 4px 0 0;
  position:absolute;
  bottom:60px;
}
.commentlist li > div .comment-reply-link:hover, .commentlist li > div .comment-reply-link:focus {
  background: #83c200;
  color: #fff;
  border-color: #598400;
}
.commentlist li .children {
  margin-right: 25px;
}
.commentlist li.bypostauthor > div {
  border-right-width: 6px;
}
.comment-reply-link, #cancel-comment-reply-link {
  padding: 4px 12px 5px;
  background: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: gray;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
.comment-reply-link:focus,
#cancel-comment-reply-link:focus {
  background: #83c200;
  color: #fff;
  border-color: #446400;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
#archive {
  margin: 20px 10px 0 10px;
}
.archive-container{
    margin-top:20px;
    min-height:400px;
    font-family:gess
}
#archive .archive-container .post {
  position: relative;
  width: 250px;
  min-height: 362px;
  padding: 0;
  border: 1px solid rgb(190, 206, 158);
  display: inline-block;
  float: right;
  margin: 0 50px 40px 25px ;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background:#fff;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#archive .archive-container .post * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#archive .archive-container .post *:hover, #archive .archive-container .post *:focus {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#archive .archive-container .post p {
  margin-top: 10px;
  font-family: gess;
  color: #aaa;
  font-size: 12px;
}
#archive .archive-container .post h2 {
  border-top:none;
  margin: 0;
  padding: 10px 10px 0;
  font-weight:normal;
  font-family:gess;
  text-align: center;
  font-size: 17px;
  color: #333;
  height:55px;
  position: absolute;
  bottom: 0;
  width: 230px;
  vertical-align: middle;
}
#archive .archive-container .post img {
  -khtml-opacity: 1;
  -moz-opacity:1;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-height: 300px;
  width:250px;
  height:auto
}
#archive .archive-container .post:hover {
  border-color: #9eb833;
  background: #ebf8b9;
}

#archive .archive-container .post:hover h2 {
  color: #748b16;
}
.load-more {
  margin-top: 15px;
  text-align: center;
}
.load-more a {
  display: inline-block;
  width: 150px;
}
.recentCommented img{
  width:40px !important;
  height:40px !important;
  margin-top:5px;
  float:right;
}
.single img,.single .thumbnail a{
  text-align: center !important;
  margin: auto !important;
  float:none;
  height:auto
}
.sideLoginBox form.loggedIn{
    padding-top:45px
}
#footerMenu a{
    color:#333;
}
#footerMenu a:hover{
    color: #748b16;
}
.fb_iframe_widget iframe{
    right:0
}


.wpcf7-form input[type="text"] ,.wpcf7-form input[type="email"] {
    padding:5px;
    margin-bottom:10px;
    border:1px solid #ccc
}
.wpcf7-form input[type="text"]:hover ,.wpcf7-form input[type="email"]:hover ,textarea:hover{
    border:1px solid #999
}
.wpcf7-form input[type="text"]:focus,.wpcf7-form input[type="email"]:focus,.wpcf7-form textarea:focus{
    border:1px solid #333;
    outline:none
}
.wpcf7-form textarea{
    width:500px
}
.wpcf7-form input[type="submit"]{
    padding:6px 22px;
    background:rgb(114, 163, 11);
    border:none;
    color:#FFF;
    font-family:gess;
    font-size:16px;
    margin:8px 0px;
    cursor:pointer
}
.wpcf7-form input[type="submit"]:hover{
    background:#999;
}

#wasafat img{
  width: 135px;
  height: 110px
}