/******************************************************************
Site Name: Rivka Borek
Author: Rebecca Haden

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;

}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
text-decoration:none;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 10px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}


******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: 'futura-pt', Helvetica, Arial, Verdana, Arial, Sans-serif;
  font-size: 100%;
	font-weight:400;
   color: #697272;
	font-size: 14px;
	margin:0px!important;
	line-height: 1.9em;
	background:url(http://rivkaborek.com/images/swirls.png) repeat;



}

/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}


/*********************
04. LINK STYLES
*********************/
a {
  color: #888;
text-decoration:none;
  /* on hover */

  /* on click */

  /* mobile tap color */

    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #A9DCDB;

}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/


h1 {
	font-family: 'futura-pt', Verdana, Arial, Sans-serif;
 text-rendering: optimizelegibility;
 font-weight: 400;
color:#5d5d5d;
  font-size: 60px;
margin-bottom:15px;
text-transform:uppercase;
letter-spacing:3px;
  line-height: 1.333em;
padding:10px;
/*width:100%;*/
/*background:url(http://rivkaborek.com/images/swirls.png) repeat;*/

text-align:center;


}

h2 {
 font-family: 'droid-sans', Verdana, Arial, Sans-serif;
 text-rendering: optimizelegibility;
 font-weight: 700;
color:#5d5d5d;
letter-spacing:0px;
  font-size: 1.2em;
  line-height: 1.4em;

}

h3 {
  font-family: 'futura-pt', Verdana, Arial, Sans-serif;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:13px;
  padding:5px 15px;
  background:url(http://rivkaborek.com/images/darkdiamonds.png) repeat;
  color:#fff;
  opacity:1;
  margin-top:15px!important;

}

h3:hover {
opacity:.9;

}

h4 {
font-family: 'ltc-bodoni-175', Verdana, Arial, Sans-serif;
text-decoration: none;
letter-spacing:2px;
font-weight:400;
font-style:italic;
text-transform:lowercase;
font-size:18px;
margin-top:10px!important;
padding:3px;
color: #5D6666;

}

h5 {


	font-family: 'futura-pt', Verdana, Arial, Sans-serif;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
font-size:13px;
padding:5px 15px;
color:#888;
text-align:center;
opacity:.8;
margin-top:20px!important;

}


h6 {
font-family: 'futura-pt', Verdana, Arial, Sans-serif;
font-weight:400;
letter-spacing:3px;
text-transform:uppercase;
font-size:16px;
margin-top:10px!important;
   color: #5D6666;



}




h1 a, h1 a:visited
.h1 a {
color:#5d5d5d;
  text-decoration: none;


}

h4 a, h4 a:visited {
color:#888;
border-bottom:1px solid #eee;
border-top:1px solid #eee;
padding:3px;

}

h4 a:hover {
color:#A9DCDB;

}
/*********************
06. HEADER SYTLES
*********************/
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #a5a5a5;
text-transform:uppercase;
letter-spacing:2px;
font-weight:700;
font-size:11px;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: none;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: none;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
	font-family: 'futura-pt', Verdana, Arial, Sans-serif;
font-weight:400;
letter-spacing:0px;
text-transform:uppercase;
letter-spacing:2px;
color:#bbb;
font-size:12px;
padding-top:50px;
}
  


  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
  }

#container {
width:950px;
padding-left:20px;
padding-right:20px;
margin: 0px auto 50px auto;


}
#header {
left:0px;
margin:auto;
margin-top:0px;
background:#eee;
margin-bottom:8px;
z-index: auto !important;
position:relative;
border-bottom:8px solid #cff0ef!important;


}
.download_circle {
	width: 150px;
	height: 150px;
	background:#A9DCDB;
	text-align:center; 
	/* width and height can be anything, as long as they're equal */


}

.subscribe {
font-family: 'droid-sans', Verdana, Arial;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
font-size:18px;
}

#subscribesocial {
width:1000px;
position:fixed;
margin-top:-55px;
height:57px;
background:#f2f2f2;
border-bottom:1px solid #dbdbdb;
font-family: 'droid-serif', Georgia;
color:#8b8b8b;
	font-weight:400;
	text-decoration:none;
	font-size:13px;
	z-index:10000000;
}

#left {
margin-top:16px;
width:370px;
float:left;

}

#right {
margin-top:15px;
width:200px;
text-align:center;
float:right;

}

#mce-EMAIL {
float:left;
border: 1px solid #f1f1f1;
background:#fff;
	line-height: 1em;
	padding: 5px 8px;
	margin-top:-5px;
	font-size:.9em;
	width: 150px;
	float: left;
	margin-right: 10px;
	
	

	}


#mc-embedded-subscribe {
	float:right;
	border:0px;
	height:38px;
	width:45px;
	margin-top:-8px;
	-webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-o-transition: color .2s linear, background .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, border-color .2s linear;


}

#mc-embedded-subscribe:hover {
opacity:.8;
	}




#logo {
position:absolute;
/*width:803px;*/
/*margin-right:auto!important;*/
/*margin-left:auto!important;*/
text-align:center;
/*height:125px;*/
margin-top:420px;
z-index:1000000000;
}

#logo img{
  width: 90%;
}



#slider {
margin-left:20px;
margin-top:80px;
}



#minicontainer {
width:1100px;
padding-left:0px;
padding-right:0px;
margin: 0px auto 0px auto;
z-index:400000000;
}

/* ----- HEADER SLIDESHOW ----- */

#slideshow {
margin-top:0px;
height:600px;
border-bottom:8px solid #cff0ef!important;
z-index:1!important;
}



.slidershort {
height:300px!important;


}
.fadein {
height:650px;
position:absolute;
max-width:100%;
overflow:hidden!important;
}



.royalSlider > .rsContent {
visibility: hidden;
z-index:0!important; 
/* or display:none depending on your needs... */
}

#new-royalslider-1 {

z-index:1!important;

}



.col-centered{
  float: none;
  margin: 0px auto;
}

section{
  padding: 30px 0px;
}

#navigation {
width:1100px;
top:0px;
position:fixed;
height:68px;
background:url(http://rivkaborek.com/images/diamonds.png) repeat;
z-index:1000000000000;
border-bottom:0px solid #eee;

}


#content_wrap {
margin-top:20px;
width:100% !important;

}

#main_content.blog {
/*width: 650px;*/
margin-left:40px;
margin-top:10px;
margin-right:20px;
float:left;

}

#main_content.full {
/*width: 900px;*/
/*margin-left:20px;
margin-top:10px;
margin-right:20px;
float:left;*/

}

.newsblock {
  margin-bottom: 40px;
  padding:0px 20px;
}

#news_header {
padding-top:0px;
padding-bottom:5px;
border-bottom:0px solid #eee;

}

#main_content img {
padding:5px;
}

.post-content {
padding-top:70px;
padding-bottom:70px;
padding-right:10px;
padding-left:10px;
}


#wrapper {
	margin: 0px auto 50px auto;
	padding: 0px;
	/*max-width: 900px;*/
}


#download {
position:absolute;
margin-left:785px;
margin-top:0px;
z-index:100000;
opacity:.9;
}

#sidebar1 {
width:215px;
margin-right:40px;
margin-left:20px;
float:right;

}

#content_footer {
border-top:1px solid #ebebeb;
padding-top:5px;
margin-top:5px;

}

#tags {
float:left;
max-width:500px;

}

#tags a {
border-bottom:0px;
padding:6px 10px;
color:#888;
padding-bottom:6px;
font-family: 'droid-serif', Georgia;
	font-weight:400;
	text-decoration:none;
	font-style:italic;
	font-size:12px;
}

#tags a:hover {
color:#D1AE2B;

}


#top_category {
border-bottom:1px solid #E8D188;
margin-bottom:15px;
float:left;
width:100%;
}

#category {
float:left;
}

#category a {
border:1px solid #E8D188;
border-bottom:0px;
padding:6px 10px;
color:#D1AE2B;
padding-bottom:6px;
font-family: 'droid-sans', Verdana, Arial, Sans-serif;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.09em;
	font-size:12px;
}

#category a:hover {
color:#E8D188;

}

#share {
float:right;
font-size:12px;
}

#share a {
color:#D1AE2B;
font-family:'droid-serif', Georgia;
font-style:italic;
text-decoration:none;

}

#share a:hover {
color:#888;
font-family:'droid-serif', Georgia;
font-style:italic;

}


#comments_link {
float:right;
}

#comments_link a {
border-bottom:0px;
padding:6px 10px;
color:#D1AE2B;
padding-bottom:6px;
font-family: 'droid-sans', Verdana, Arial, Sans-serif;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
}

#comments_link a:hover {
color:#E8D188;

}

#s {

width:150px;
}

input {

border: 1px solid #ccc;
padding:8px;
background:transparent;

}

textarea {

border: 1px solid #ccc;
padding:8px;
	background:transparent;

}

#searchsubmit {
	font-family: 'droid-sans', Verdana, Arial, Sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	color:#888;

}



::-webkit-input-placeholder {
   color: #888;
font-family:'droid-serif', Georgia;
font-style:italic;
		letter-spacing:0px;
		text-align:left;
		
}



:-moz-placeholder {  
   color: #888;
font-family:'droid-serif', Georgia;
		letter-spacing:0px;
		text-align:left;
		font-style:italic;
}



/*********************
  BLOG CATEGORIES
  *********************/



#menu-blog-categories {
display:block;
list-style-type:none!important;
z-index:1;
margin:0;
}




#menu-blog-categories li {
padding:2px;
text-align:center;
border:1px solid #dbdbdb;
margin-bottom: 0.75em;


}

#menu-blog-categories li:last-child {

margin-bottom: 0;


}

#menu-blog-categories li a {
	font-family: 'droid-sans', Verdana, Arial, Sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.09em;
	font-size:12px;
	color:#888;
	border-bottom:0px!important;


}

#menu-blog-categories li a:hover {
color:#5b5b5b;

}

#menu-blog-categories ul.sub-menu {
list-style-type:none!important;


}

#menu-blog-categories  ul.sub-menu li {
border:0px;
	margin-right:10px;
	padding-bottom:10px;
	    border-bottom: 1px solid #ebebeb;

}
#menu-blog-categories ul.sub-menu li a {
font-family: 'droid-serif', Georgia;
font-style:italic;
font-size:13px;
text-transform:none;
letter-spacing:0px;
font-weight:400;

}

#menu-blog-categories ul.sub-menu li a:hover {
color:#a4a4a5!important;

}




  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .navi {
    background: transparent;
    border: 0;
	font-family: 'futura-pt', Verdana, Arial, sans-serif !important;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:18px;
		text-align:center;

	
    /* end .menu ul li */
  
    /* highlight current page */

}

.navi ul li.current-cat > a,
.navi ul li.current_page_item > a,
.navi ul li.current-menu-item > a {
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  /*text-transform: uppercase;*/
  font-size: 18px; 
}

  .navi li {
    /*float: left;*/
	display:inline-block;
	margin-left:20px;
	margin-right:20px;

	padding:5px 8px;
	width:90px;
	text-align:center;
	height:50px;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .navi li a {
    border-bottom: 0;
	background:transparent;
	text-decoration:none;
	color:#5D6666;
		text-align:center;
	border-bottom:1px solid transparent;

}
.navi li:first-child {
  text-align: right;
  /*padding-right: 30px;*/
}
  .navi li:first-child a {
    border-bottom:1px solid transparent!important;
    margin-right: 20px;  
  }
  .navi li a:hover,
  .navi li a:focus {
    color: #A9DCDB; 

	font-family: 'ltc-bodoni-175', Verdana, Arial, Sans-serif;
  text-transform: lowercase;
  font-size:21px;
  border-bottom: 1px solid #eee;

  }
  .navi li ul.sub-menu,
  .navi li ul.children {
    margin-top: 5px;
    border: 0px solid #dbdbdb;
background:url(http://rivkaborek.com/images/bluediamonds.png) repeat;
	opacity:.9;
	text-align:center;
	height:45px;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  
  }
  .navi li ul.sub-menu li,
  .nav li ul.children li {
	margin:0;
	height:30px;
	width:auto;
	padding:10px 15px;
	margin-right:15px;
	margin-left:15px;
	    border-bottom: 0px solid #ebebeb;

  
  }
  .navi li ul.sub-menu li a,
  .navi li ul.children li a {
    border-right: 0;
    display: block;
    width: 180px;
  font-family: 'futura-pt', Georgia;
	font-size:13px;
	font-style:normal;
	text-transform:none;
	letter-spacing:0px;
	font-weight:400;
  }
  .navi li ul.sub-menu li a:hover,
  .navi li ul.children li a:hover {

color:#fff;

}


  .navi li ul.sub-menu li:last-child a,
  .navi li ul.children li:last-child a {
    border-bottom: 0;
    padding-bottom: 0px;

  }
  .navi li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0;
  }
  .widgettitle {
  margin-top:5px;
font-family: 'droid-sans', Verdana, Arial, Sans-serif;
	font-weight:700;
	color:#5b5b5b;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.09em;
	font-size:14px;
	text-align:center;
  }
  .widget {

font-size:.9em;
	background:#f5f5f5;
	padding:10px;
    margin: 2.2em 0;
  }

.widget a {

text-decoration:none;
border-bottom:1px solid #dbdbdb;

}
  .widget ul li {
text-align:center;
margin-bottom: 0.75em;

    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
 }

 p{
  font-size: 16px;
 }

 #wpadminbar{
  z-index: 10000000000000 !important;
 }

#article-header{
    margin-top: 60px;
  }

@media (max-width: 420px) {
  .nav-open{
    right: 10px !important;
  }
  h1{
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .desktop-only{
    display: none;
  }
  .mobile-only{
    display: block;
  }
  .navi li a:hover, .navi li a:focus{
    color: #fff;
  }
  .slider-image{
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .desktop-only{
    display: block;
  }
  .mobile-only{
    display: none;
  }
  
}