
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700,400italic);

/* 
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;

*/


/* v2.0  20110126*/
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;}
/*jk reset*/
input, textarea, select{font-family:inherit;}
/*e reset*/





.clear{
    clear: both;
}





















body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:100%;
}

  
h1 {
	color:rgba(00,00,00,0.7);
	padding:6px 0;
	font-weight:bold;
	font-size:2.7em;
	line-height:1.5em;
	font-family: 'Roboto Slab', serif;
}
h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
}
h3 {
    font-weight: bold;
    font-size: 1.2em;
}
h4 {
font-weight: bold;
font-size: 1.1em;
}
input,
textarea,
select {}


/*
* Forms
*/

label {
    font-weight: bold;
}
input.form-text {
  
}
input.form-text.error {
    border: 2px solid red;
}
textarea {
   
}
.filter-wrapper {
    border: 1px solid #DDDDDD;
    border-top: none;
}





p {
    margin: 0 0 25px 0;
}
a,
a:link,
a:active,
a:hover,
a:visited,
li a.active {
    text-decoration: none;
	outline:0;
	color:#000;
}

#mainArea p a{
	color:blue;
	text-decoration:underline;
}

a img {
    border: none;
    outline: none;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img.masked,
.field-type-image img {
    background: transparent url('images/pattern.png');
}



code {font-family: "Courier New", Courier, monospace;}

blockquote {
  background:rgba(00,00,00,0.1);
  border-left: 10px solid rgba(00,00,00,0.3);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote.pink {
  background:rgba(255,00,00,0.1);
  border-left: 10px solid rgba(255,00,00,0.3);
}
blockquote.green {
  background:rgba(00,255,00,0.1);
  border-left: 10px solid rgba(00,255,00,0.3);
}
blockquote.yellow {
  background:rgba(255,255,00,0.1);
  border-left: 10px solid rgba(255,255,00,0.3);
}

blockquote:before {
  color: rgba(00,00,00,0.3);
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}



.yc_comment{
	padding:24px;
	background:#FBFBE9;
	margin:0 0 0 24px;
	border-left:1px dashed #aaa;
}
.sleb-green,
.sleb-red,
.sleb-blue,
.sleb-yellow,
.sleb-purple,
.sleb-gray,
.sleb-slate{
	padding:24px;
	margin:12px 0;
	
}

.sleb-green{
	background:#090;
	color:#fff;
}

.sleb-red{
	background:#900;
	color:#fff;
}
.sleb-blue{
	background:#009;
	color:#fff;
}
.sleb-yellow{
	background:#990;
	color:#fff;
}
.sleb-purple{
	background:#909;
	color:#fff;
}
.sleb-gray{
	background:#999;
	color:#fff;
}
.sleb-slate{
background:#222;
	color:#fff;
	
}

/******global in article text styles****/


.clear{clear:both;}




.inside{
max-width:1200px;
margin:0 auto;
}






.whiteLine{
height:6px;
background:#fff;
}
.redLine{
	height:6px;
	background:#900;
}











#topHeader{
height: 36px;
background:#fff;

}


#topHeader ul{
	float:right;
}
#topHeader ul li a{
	display:block;
	padding:7px 0 0 0;
	font-weight:bold;
	color:rgba(00,00,00,0.5);
}
#headerMissionStmt{
    float: left;
    line-height: 36px;
}
header{
height:96px;
width:100%;
border-top:6px solid rgba(0,60,128,0.82);
border-bottom:6px solid rgba(0,60,128,0.82);
}
#mobileNavButton,
#mobileSearchButton{
display:none;
float:left;
font-size:48px;
color: rgba(0,60,128,1);
margin:24px 12px 0 12px;
cursor:pointer;
}
#mobileSearchButton{
	float:right !important;
}
a#logo{
display:block;
width:360px;
height:96px;
float:left;
text-indent:-9999999px;
background:url('../images/ttjLogo.png') 50% 50% no-repeat;

}
#mainNav{
float:right;
max-width:75%;
margin:24px 0 0 0;
padding:0 0 0 24px;
border-left:1px solid rgba(255,255,255,0.5);
}




#block-menu-menu-top-navigation{
height:37px;
}
#block-menu-menu-top-navigation ul.menu{}

#block-menu-menu-top-navigation li.expanded,
#block-menu-menu-top-navigation li.collapsed,
#block-menu-menu-top-navigation li.leaf{
padding:0;
}

#block-menu-menu-top-navigation ul.menu li{
float:left;
list-style:none;
position:relative;
margin:0;
position: relative;
}



#block-menu-menu-top-navigation ul.menu li a{
display:block;
padding:16px 12px;
font-size:14px;
color:rgba(0,60,128,1);
text-transform:uppercase;
text-align:center;
letter-spacing:0.1em;
}
#block-menu-menu-top-navigation ul.menu li a:hover{
background:#900;
color:#fff;
}
#block-menu-menu-top-navigation ul.menu li a:before{
display: block;
position: absolute;
left: 0;
top:0;
width: 0;
height: 2px;
background-color:rgba(255,255,255,0.5);
content: "";
transition: width 0 ease-in;
}
#block-menu-menu-top-navigation ul.menu li a:hover:before{
width:100%;
transition: width 0.3s ease-in;

}


#block-menu-menu-top-navigation ul.menu ul.menu{display:none;}


#block-menu-menu-top-navigation ul.menu li:hover ul.menu{
	display:block;
	position:absolute;

	
}


#mmNav{display:none;}

#mmSearch{display:none;}





#mainArea{
	float:left;
	width:75%;
	padding:24px 0;
}
#sidebar-first{
	float:right;
	width:23%;
	padding:12px 0;
}
#sidebar-first .block{
	padding:12px 0;
	border-bottom:1px dashed #aaa;
}
#sidebar-first h2{
	color:#900;	
}
a.parshaPearlsLink{
	position:relative;
}

a.parshaPearlsLink img{
	width:100%;
}
a.parshaPearlsLink span{
	background:#900;
	position:absolute;
	top:-171px;
	left:-6px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:6px;
	box-shadow:6px 6px 0 rgba(00,00,00,0.8);
}



/**subscribe***/
#block-block-1{
	
	
}


/**stay connected***/

#block-block-2 ul{
	width:100%;

	
}
#block-block-2 ul li{
	width:12%;
	padding:2%;
	float:left;
	}
	#block-block-2 ul li.cap{
		width:30%;
		font-size:16px;
		color:#900;
		padding:15px 0 0 0;
		text-transform:uppercase;
		font-family: 'Roboto Slab', serif;
		font-weight:bold;
	}
#block-block-2 ul li a{
	display:block;
	font-size:24px;
	padding:3px 0;
	color: rgba(0,60,128,0.82);
	text-align:center;
}
#block-block-2 ul li a:hover{
color:#900;
}
#block-block-2 ul li a i{
	width:20px;
	font-size:1.2em;
	
}


a.simSideBox{
position:relative;
display:block;
height:264px;
background:#900;
background: linear-gradient(rgba(0, 60, 128, 0.82) 0%, rgba(0, 60, 128, 0.82) 50%, #900 50%, #900 100%); 

}





a.simSideBox .ballWrapper{
display:block;
width:144px;
height:144px;
position:relative;
top:48px;
margin:0 auto 0 auto;
border:12px solid #fff;
background:#e6e7e9;
border-radius:50%;
}
a.simSideBox .iconBall{
display:block;

border-radius:50%;
border:3px solid #e6e7e9;
width:138px;
height:138px;
}
#simDonateBox .iconBall{background:#fff url('../images/donateBoxIcon.png') 50% 50% no-repeat;}
#simNatrunaBox .iconBall{background:#fff url('../images/natrunaBoxIcon.png') 50% 50% no-repeat;}


#simParshaBox .iconBall{background:#fff url('../images/parshaBoxIcon.png') 50% 50% no-repeat;}



a.simSideBox .heading{
display:block;
position:absolute;
bottom:10px;
width:100%;
font-size:22px;
color:#fff;
text-align:center;
text-transform:uppercase;
}









a#natrunaLogoSidebar {
    display: block;
    background: url('../images/natrunaLogoSm.png') no-repeat 50% 50%;
    height: 160px;
    width: 100%;
    text-indent: -9999999px;
}


.submitted {font-size:.8em;}
li.disqus_comments_num{display:none!important;}



.teaserImageOrVid{
/* 	display:none; */
/* width:400px;
float:left;
padding:12px;
margin:0 12px 0 -60px; */
	}

.content p{
	/* text-align:justify; */
	font-size:19px;
	line-height:1.8em;
	color:rgba(00,00,00,0.7);
}













/****teaser****/
.node-teaser{
	border-bottom:1px dashed #777;
	padding:12px 0;
	/* background:#009; */
	position:relative;
	
}

.node-teaser .teaserImageOrVid{
	display:block;
	float:left;
	width:280px;
	height:280px;
	background:rgba(75,81,134,0.15);
	padding:12px;
}
.node-teaser .teaserImageOrVid img{
	background:#ededed;
    width:280px;
	height:280px;
}

.node-teaser .teaserContent{
	position:relative;
	width:65%;
	float:right;
	height:303px;
	
}

 .node.node-teaser h2 a{
	font-size:1.6em;
	line-height:1.3em;
	font-family: 'Roboto Slab', serif;
	font-weight:bold;
	color:#444;
}
.node-teaser .dateOfNode{
	padding:6px 0;
font-size:14px;
font-weight:bold;
color:#900;
display:none;
}
.node.node-teaser .submitted{
display:none;
}
/* .field-name-field-image img,
.field-name-field-video-thumbnail img{

} */

.node-teaser .teaserContent p{
	padding:12px 0;
	text-align:justify;
	font-size:15px;
	line-height:20px;
	
}
.node-teaser .teaserContent p:after{
	content: "..."; 
}

.node-teaser .links{
position:absolute;
bottom:0;
right:0;
width:100%;
}


/***special contant   .node-top-story*****/

.node-type-topstory .field-type-image img{
	width:100%;
	
}

.node-type-topstory .field-name-field-video-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.node-type-topstory .field-name-field-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.teaserImageOrVid{
/* 	display:none; */
/* width:400px;
float:left;
padding:12px;
margin:0 12px 0 -60px; */
	}

.content p{
	/* text-align:justify; */
	font-size:19px;
	line-height:1.8em;
	color:rgba(00,00,00,0.7);
}



body.node-type-topstory .mainAreaInside{
	max-width:600px;
	margin:0 auto;
/* 	background:#900; */
}
body.node-type-topstory h1{
	
}


















footer{
	height:180px;
	background:rgba(0,60,128,0.82);
	

background: -moz-radial-gradient(center, ellipse cover,  rgba(0,60,128,1) 0%, rgba(0,60,128,0.9) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,60,128,1) 0%,rgba(0,60,128,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,60,128,,1) 0%,rgba(0,60,128,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	}



/*********qA*******/


.answer {
    border: 1px solid #ccc;
    padding: 12px;
    margin: 12px 12px 12px 36px;
    text-align: justify;
    background: #f1f1f1;
    overflow: auto;
}



.front .node h1 {
    font-size: 30px;
    color: #494d4f;
    font-weight: normal;
}
.front .node h1.front-heading {
    margin-bottom: 0;
    font-weight: bold;
}
.node.node-teaser h2 {
    margin-top: 0;
}
.subtitle {
    padding: 5px 0 15px 0;
    font-size: 18px;
    color: #494d4f;
    font-family: Myriad Pro, "Lucida Grande", "Lucida Sans Unicode", Segoe UI, Helvetica, Arial, sans-serif;
}


#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer-bottom h1,
#footer-bottom h2,
#footer-bottom h3,
#footer-bottom h4,
#footer-bottom h5,
#footer-bottom h6 {
    text-shadow: none;
}

.breadcrumb {
    padding: 0 10px 20px 0;
}
.breadcrumb-separator {
    padding: 0 8px 0 4px;
}

.region-sidebar-first .block h2,
.region-sidebar-second .block h2 {
}
.region-content {
    line-height: 155%;
}
#site-name {
    font-size: 130%;
}
/* 
* Layout 
*/

#header {
    clear: both;
}
#header-inside {
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}
#header-menu {
    clear: both;
}
#logo {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#logo a {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
#logo img {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
#banner {
    clear: both;
    border-bottom: 1px solid #fcfcfc;
    overflow: hidden;
}
#content {
    clear: both;
    overflow: hidden;
}
#content-inside {
    padding: 30px 0 60px;
}
#main {} #sidebar {} .no-sidebars #main {
    padding-top: 10px;
    padding-bottom: 10px;
}
.no-sidebars #sidebar {
    display: none;
}
.meta-data {
    font-size: 75%;
    text-transform: uppercase;
    color: #545454;
    margin: 5px 0 20px 0;
    display: block;
    overflow: hidden;
    clear: both;
}
#footer {
    clear: both;
    overflow: hidden;
    padding: 20px 0 50px 0;
}
#footer-inside {} .footer-area {} .footer-area.first {} .footer-area.second {} .footer-area.third {}


#footer-bottom {
    clear: both;
    overflow: hidden;
    padding: 40px 0;
}
#footer-bottom-inside {} #footer-bottom-left {} #footer-bottom-right {}
/*
* Sidebar Blocks - Menus
*/

.region-sidebar-first .block .content,
.region-sidebar-second .block .content {
/* border:1px solid #000;*/
padding:12px 0;
}
.region-sidebar-first #block-block-2.block .content,
.region-sidebar-second #block-block-2.block .content {
    background: none;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.region-sidebar-first ul.menu,
.region-sidebar-second ul.menu {
    margin: 0;
    padding: 0;
}
.region-sidebar-first ul.menu li,
.region-sidebar-second ul.menu li {
    list-style: none;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
}
.region-sidebar-first ul.menu li.expanded,
.region-sidebar-second ul.menu li.expanded {
    border-bottom: none;
}
.region-sidebar-first ul.menu ul.menu,
.region-sidebar-second ul.menu ul.menu {
    padding: 0 0 0 15px;
}
.region-sidebar-first ul.menu li.collapsed,
.region-sidebar-second ul.menu li.collapsed,
#footer .block ul.menu li.collapsed {
    background: url("images/menu-collapsed.png") no-repeat scroll left 10px transparent;
}
.region-sidebar-first ul.menu li.expanded,
.region-sidebar-second ul.menu li.expanded,
#footer .block ul.menu li.expanded {
    background: url("images/menu-expanded.png") no-repeat scroll left 10px transparent;
}
.region-sidebar-first ul.menu li.collapsed > a,
.region-sidebar-second ul.menu li.collapsed > a,
#footer .block ul.menu li.collapsed > a {
    padding-left: 15px;
}
.region-sidebar-first ul.menu li.expanded > a,
.region-sidebar-second ul.menu li.expanded > a,
#footer .block ul.menu li.expanded > a {
    padding-left: 15px;
}
/* 
* Contact 
*/

.contact-form {
    margin: 10px 0;
}
.filter-wrapper {
    border: 1px solid #DDDDDD;
    border-top: none;
}
.user-picture {
    float: left;
    padding: 0 20px 10px 0;
}
/*
* About
*/

.about-features {
    padding: 60px 0 0 0;
}
.about-feature.last {} .about-members {
    clear: both;
    padding: 10px 0 0 0;
}
.about-member {
    background: transparent url('images/pattern.png');
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin-bottom: 15px;
}
.about-feature h2 {
    margin-top: 0;
}
.about-member p {
    margin: 0;
}
/*
* Products
*/

.product {
    margin-bottom: 60px;
}
.product h2 {
    margin: 0 0 5px 0;
}
.product-subtitle {
    padding: 0 0 10px 0;
}
/*
* Services
*/

.services {
    clear: both;
    padding: 20px 0;
}
.service-left {} .service-right {}
/*
* Testimonials
*/

.testimonial {
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
}
.testimonial-inner {
    outline: none;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    background: #ffffff;
    margin: 25px 0 0 0;
    font-style: italic;
    /* shadow */
    
    -webkit-box-shadow: 0 2px 3px #efefef inset;
    -moz-box-shadow: 0 2px 3px #efefef inset;
    box-shadow: 0 2px 3px #efefef inset;
}
.testimonial-submitted {
    background: url("images/testimonial.png") no-repeat scroll 95% 0 transparent;
    text-align: right;
    padding: 20px 0 0 0;
}
/* 
* Main-menu 
*/
/* 1st Level */

#header-menu ul.menu {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}
#header-menu ul.menu li {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
#header-menu ul.menu li a {
    outline: none;
    text-decoration: none;
    margin: 0 25px 0 0;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: Myriad Pro, "Lucida Grande", "Lucida Sans Unicode", Segoe UI, Helvetica, Arial, sans-serif;
    display: block;
}
#header-menu ul.menu li.first a {
    padding-left: 0;
}
#header-menu ul.menu li.last a {
    padding-right: 0;
}
#header-menu ul.menu li a:hover,
#header-menu ul.menu li a.active {
    color: #1487d4;
}
#header-menu ul.menu li a:after {
    content: none;
}
#header-menu ul.menu li.expanded {
    position: relative;
}
#header-menu ul.menu li.expanded a {
    background: transparent url('images/menu-expanded.png') no-repeat center right;
    padding: 10px 15px 10px 10px;
}
/* 2nd Level */

#header-menu ul.menu li.expanded ul.menu {
    width: 230px;
    z-index: 100;
    padding: 0;
    display: none;
    position: absolute;
}
#header-menu ul.menu li.expanded:hover,
#header-menu ul.menu li.expanded:hover > ul.menu {
    display: block;
}
#header-menu ul.menu li.expanded ul.menu li a {
    padding: 10px;
    margin: 0;
    display: block;
    width: 210px;
    text-align: left;
    line-height: 130%;
    background: none;
    font-size: 12px;
}
#header-menu ul.menu li.expanded ul.menu li.expanded {
    background: transparent url('images/menu-collapsed.png') no-repeat center right;
}
#header-menu ul.menu li ul.menu li a:hover {
    background: #1b1b1b;
    color: #1487d4;
}
#header-menu ul.menu li.expanded ul.menu li.expanded a:hover {
    background: #1b1b1b url('images/menu-collapsed.png') no-repeat center right;
}
#header-menu ul.menu li.expanded ul.menu li.leaf a:hover {
    background: #1b1b1b;
}
/* 3rd, 4th, 5th, (...) level  */

#header-menu ul.menu li.expanded ul ul {
    display: none;
    left: 230px;
    top: 0;
    padding: 0;
}
/* 
* Superfish support
*/

#navigation .block-superfish ul.sf-menu {
    margin: 0;
    padding: 0;
}
#navigation .block-superfish ul.sf-menu li a {
    margin: 0 25px 0 0;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-family: Myriad Pro, "Lucida Grande", "Lucida Sans Unicode", Segoe UI, Helvetica, Arial, sans-serif;
}
#navigation .block-superfish ul.sf-menu li a.menuparent {
    padding: 10px 30px 10px 10px;
}
#navigation .block-superfish ul.sf-menu li.first a {
    padding-left: 0;
}
#navigation .block-superfish ul.sf-menu li.last a {
    margin-right: 0;
}
#navigation .block-superfish ul.sf-menu li li a,
#navigation .block-superfish ul.sf-menu li li.first a,
#navigation .block-superfish ul.sf-menu li li.last a {
    margin: 0;
    padding: 10px;
    font-size: 12px;
}
#navigation .block-superfish ul.sf-menu li:hover ul,
#navigation .block-superfish ul.sf-menu li.sfHover ul {
    top: 35px;
}
#navigation .block-superfish ul.sf-menu li:hover ul ul,
#navigation .block-superfish ul.sf-menu li.sfHover ul ul {
    top: 0;
}
#navigation .block-superfish select {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
/* 
* Superfish support: Reset background/border
*/

#navigation .block-superfish ul.sf-menu li,
#navigation .block-superfish ul.sf-menu li a,
#navigation .block-superfish ul.sf-menu li:hover,
#navigation .block-superfish ul.sf-menu li a:focus,
.block-superfish ul.sf-menu li a:hover,
#navigation .block-superfish ul.sf-menu li a:active {
    background: none;
    border: none;
}
/* 
* Footer menu 
*/

#footer .block ul.menu {
    margin: 0;
    padding: 0;
}
#footer .block ul.menu ul.menu {
    margin: 0 0 0 15px;
}
#footer .block ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
#footer .block ul.menu li a {
    display: block;
    padding: 5px;
}
/* 
* Footer-bottom menu 
*/

ul.secondary-menu,
#footer-bottom ul.menu {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
}
ul.secondary-menu li,
#footer-bottom ul.menu li {
    display: block;
    float: left;
    list-style-type: none;
    overflow: hidden;
    padding: 0 10px;
    margin: 0;
}
ul.secondary-menu li.first,
#footer-bottom ul.menu li.first {
    padding: 0 10px 0 0;
    margin: 0;
}
ul.secondary-menu li.last,
#footer-bottom ul.menu li.last {
    border-right: none;
    margin: 0;
}
#footer-bottom ul.menu ul.menu {
    display: none;
}
/* 
* Comments 
*/

#comments {
    padding: 20px 0 0 0;
}
.comment {
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    background: #ffffff;
    margin: 0 0 30px 0;
    /* shadow */
    
    -webkit-box-shadow: 0 2px 6px #efefef inset;
    -moz-box-shadow: 0 2px 6px #efefef inset;
    box-shadow: 0 2px 6px #efefef inset;
}
#comments-title {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
    /* background */
    
    background: #fdfdfd;
    /* IE10 */
    
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
    /* Mozilla Firefox */
    
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
    /* Opera */
    
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
    /* Webkit (Safari/Chrome 10) */
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #efefef));
    /* Webkit (Chrome 11+) */
    
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
    /* Proposed W3C Markup */
    
    background-image: linear-gradient(top, #fdfdfd 0%, #efefef 100%);
    /* IE6-9 */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#efefef');
    /* radius */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#comments-title h2 {
    padding: 0;
    margin: 0;
}
#comments-title-left {
    float: left;
    width: 50%;
}
#comments-title-right {
    float: right;
    width: 50%;
    text-align: right;
}
#comments-title-right .counter {
    color: #979696;
    font-weight: bold;
    font-size: 20px;
    background: transparent url('images/comments.png') no-repeat center left;
    padding: 0 0 0 35px;
}
#comments h3 {
    margin: 0;
    padding: 10px 0 20px 0;
    font-weight: normal;
}
#comments ul.links {
    display: block;
}
#comments ul.links li a {
    color: #fefefe;
    padding: 5px 10px;
    margin: 0 0 0 2px;
    text-shadow: 0 1px 1px #003547;
    font-weight: bold;
    border: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Segoe UI, Helvetica, Arial, sans-serif;
    cursor: pointer;
    /* radius */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* shadow */
    
    -webkit-box-shadow: 0px 1px 2px #939da2;
    -moz-box-shadow: 0px 1px 2px #939da2;
    box-shadow: 0px 1px 2px #939da2;
}
#comments ul.links li a:hover {
    text-decoration: none;
}
/*
* Poll
*/

.poll .bar .foreground {
    background-color: #0092c3;
}
.poll .title {
    padding: 0 0 20px 0;
}
/*
* Recent content block
*/

#block-node-recent table,
#block-node-recent td {
    border: none;
}
#block-node-recent table tbody {
    border: none;
}
#block-node-recent tr.even,
#block-node-recent tr.odd {
    border-bottom: 1px solid #e7e7e7;
}
/*
* Search
*/

#block-search-form {
  
}
#block-search-form {

}
#block-search-form .form-item {

}
#block-search-form input.form-text {
border:1px solid #aaa;
border-right:0;
width:calc(100% - 49px);
padding:6px;
font-size:18px;
}
#block-search-form input.form-text:focus{
border:1px solid #999;
border-right:0;
outline:0;
}
#block-search-form input.form-submit {
background:rgba(0,60,128,0.82) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjM2cHgiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNmZmYiPjxnIGlkPSJzZWFyY2hfMV8iPjxnIGlkPSJzZWFyY2giID48cGF0aCBkPSJNMzUuNTI1LDMxLjIyOGwtOC44OC04Ljg4MmMxLjQ0NC0yLjIzOCwyLjI5OC00Ljg5NSwyLjI5OC03Ljc1MmMwLTcuOTA5LTYuNDM4LTE0LjM0My0xNC4zNDYtMTQuMzQzYy03LjkxMSwwLTE0LjM0Myw2LjQzNC0xNC4zNDMsMTQuMzQzYzAsNy45MTEsNi40MzMsMTQuMzQ0LDE0LjM0MywxNC4zNDRjMi44NTYsMCw1LjUxMy0wLjg0OSw3Ljc1Mi0yLjI5NGw4Ljg4LDguODhjMC4yOTUsMC4yOTcsMC43ODIsMC4yOTcsMS4wNzYsMGwzLjIyLTMuMjIxQzM1LjgyNCwzMi4wMDgsMzUuODI0LDMxLjUyMywzNS41MjUsMzEuMjI4eiBNNC44MSwxNC41OTNjMC01LjM5Niw0LjM5MS05Ljc4OCw5Ljc4OC05Ljc4OGM1LjM5OCwwLDkuNzg3LDQuMzkyLDkuNzg3LDkuNzg4YzAsNS4zOTgtNC4zODksOS43ODktOS43ODcsOS43ODlDOS4yLDI0LjM4Miw0LjgxLDE5Ljk5MSw0LjgxLDE0LjU5M3oiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
background-size:70%;
height:36px;
width:36px;
float:right;
position: relative;
}


#ymlpSubForm input.emailInput{
border:1px solid #aaa;
border-right:0;
width:calc(100% - 49px);
padding:6px;
font-size:18px;
}

#ymlpSubForm input.emailInput{
border:1px solid #aaa;
border-right:0;
width:calc(100% - 49px);
padding:6px;
font-size:18px;
}
#ymlpSubForm input.emailInput:focus{
border:1px solid #999;
border-right:0;
outline:0;
}
#ymlpSubForm #submitBut{
background:rgba(0,60,128,0.82);
height:36px;
width:36px;
float:right;
position: relative;
}


/* 
* Messages
*/

div.messages.status {
    background: #52ac61;
    border: 1px solid #46a055;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #ffffff;
}
div.messages.error {
    background: #d30000;
    border: 1px solid #b50000;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #ffffff;
}
div.messages.warning {
    background: #dd6e0c;
    border: 1px solid #d2ac7f;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #ffffff;
}
div.messages.status a,
div.messages.error a,
div.messages.warning a {
    color: #ffffff;
    text-decoration: underline;
}
/* 
* Javascript Slideshow 
*/

#slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#slideshow {
    position: relative;
    display: none;
}
#slideshow img {
    display: none;
}
.slider-item {
    width: 100%!important;
    max-width: 100%!important;
}
.slider-item .content {
    padding: 30px 0 0 0;
    position: relative;
}
.slider-item a {
    outline: none;
}
#slider-controls-wrapper {
    padding: 20px 0;
    display: none;
}
#slider-controls {
    display: block;
    text-align: center;
}
#slider-controls ul {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
#slider-controls ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider-controls ul li a {
    width: 17px;
    height: 17px;
    background: url('images/inactive-slide.png') no-repeat center center;
    display: inline-block;
    padding: 0;
    margin: 0;
    outline: none;
}
#slider-controls ul li a:focus {
    outline: none;
}
#slider-controls ul li.activeSlide a:hover,
#slider-controls ul li.activeSlide a {
    background: url('images/active-slide.png') no-repeat center center;
}
/* 
* Slideshow Typography
*/

#slideshow h2 {
    margin: 0 0 10px 0;
    color: #222222;
    font-size: 30px;
    font-weight: bold;
}
/*  
* Tables
*/

table {
    border-spacing: 0;
    border: 0;
    width: 100%;
}
table td,
table th {
    border: 1px solid #bbbbbb;
}
table th {
    background: #222222;
    color: #ffffff;
    font-weight: bold;
}
table tr.odd {
    background: transparent;
}
table tr.even {
    background: #ffffff;
}
table td,
table th {
    padding: 5px;
}
/* Remove table borders */

table.noborder td,
table.noborder th,
table.noborder tr {
    border: none;
}
/* 
* Lists 
*/

ol {
    list-style-type: decimal;
}
ol ol {
    list-style-type: upper-alpha;
}
ol ol ol {
    list-style-type: lower-alpha;
}
li {
    display: list-item;
}
.pager-current {
    font-weight: bold;
    color: #7c713f;
}
.links {
    display: block;
    text-align: right;
}
.links li {
    list-style-type: none;
}
.item-list ul {
    margin: 0 0 0.25em 1em;
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0 5px;
    padding: 0 0 5px 5px;
}
ol.search-results {
    padding: 0;
}
 

input[type="submit"],
input[type="reset"],
input[type="button"] {
    background:#009;
	color:#fff;
    padding:6px 12px;
    font-weight: bold;
    cursor: pointer;
	border:none;

}
.links ul li a{
	background:rgba(0,60,128,0.82);
	color:#fff;
	text-transform:uppercase;
    padding:10px 12px;
    font-weight: bold;
    cursor: pointer;
	border:none;

}

.links ul li.node-readmore a{
	position:relative;
	top:1px;
}


.links ul li a:hover,
a.more:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    text-decoration: none;
}
.resizable-textarea .grippie {
    border: 1px solid #dddddd;
}
#edit-submit,
#edit-preview {
}

ul.inline li {
    display: inline-block;
    margin: 0;
    padding: 10px 5px;
    zoom: 1;
    *display: inline;
}


/*
* Social
*/

ul.social-bookmarks {
    margin: 0;
    padding: 0;
}
ul.social-bookmarks li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0;
}
ul.social-bookmarks li a {
    display: inline-block;
    width: 25px;
    height: 24px;
    padding: 0 3px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    outline: none;
}
ul.social-bookmarks li.label {
    padding: 0 15px 0 0;
}
ul.social-bookmarks li.facebook a {
    background: url('images/social-media-facebook.png') no-repeat center bottom;
}
ul.social-bookmarks li.twitter a {
    background: url('images/social-media-twitter.png') no-repeat center bottom;
}
ul.social-bookmarks li.rss a {
    background: url('images/social-media-rss.png') no-repeat center bottom;
}
ul.social-bookmarks li.linkedin a {
    background: url('images/social-media-linkedin.png') no-repeat center bottom;
}
ul.social-bookmarks li.delicious a {
    background: url('images/social-media-delicious.png') no-repeat center bottom;
}
/*
* Forum
*/

#forum {
    padding: 20px 0;
}
/*
* Twitter updates
*/

.twtr-hd,
.twtr-ft {
    display: none;
}
.twtr-bd {
    display: block;
    overflow: hidden;
}
.twtr-widget .twtr-tweet {
    border-bottom: 1px solid #353535 !important;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
/**
 * Local tasks
 */

ul.primary,
ul.tabs {
    clear: both;
    margin: 10px 0 35px 0;
    white-space: normal
}
ul.primary li,
ul.tabs li {
    padding: 10px 0;
    line-height: 130%;
}
ul.primary li a,
ul.tabs li a {
    margin: 0;
    padding: 4px 1em;
    display: inline-block;
}

















/*******page-rabbinic-quotes view*******/

.page-rabbinic-quotes .node-teaser{
	width:225px;
	height:300px;
	float:left;
	border-bottom:0;
}
.page-rabbinic-quotes .node-teaser:hover{
	background:#ededed;
}

.page-rabbinic-quotes .node-teaser .teaserImageOrVid{
width:100%;
height:auto;
padding:0 0 12px 0;
background:none;
}
.page-rabbinic-quotes .node-teaser .teaserImageOrVid img{
	width:201px;
	height:201px;
	margin:0 auto;
	box-shadow:0 0 4px rgba(0,60,128,0.82);;
	
}
.page-rabbinic-quotes .node-teaser .teaserContent{}

.page-rabbinic-quotes .node-teaser .teaserContent h2{
}

.page-rabbinic-quotes .node-teaser .teaserContent h2 a{
	display:block;
	font-size:16px;
	padding:12px;
}


.page-rabbinic-quotes .node-teaser .teaserContent {
    position: relative;
    width:100%;
    float: none;
    height: auto;
}


.page-rabbinic-quotes .node-teaser .dateOfNode,
.page-rabbinic-quotes .node-teaser .links,
.page-rabbinic-quotes .node-teaser .field-type-text-with-summary
{
	
	display:none;
	
}







/*******Bookstore********/

#bookshelves{
width:690px;
height:auto;
background:url('../images/bookshelevs_bg.jpg');
margin:0 0 10px 0;
}


#bookshelves a.book_cover{
display:block;
float:left;
width:170px;
height:182px;
margin:0 30px 10px 30px;

 background:url('../images/book_shadow.png') 50% 23px no-repeat;





}

#bookshelves a.book_cover:hover{

}


#bookshelves a.book_cover span.image_holder{
display:block;
width:170px;
height:180px;
background-position:50% bottom;
background-repeat:no-repeat;
}

#bookshelves a.book_cover span.pop_out_box{
display:none;
}

#bookshelves a.book_cover:hover span.pop_out_box{
display:block;
background:#fff;
background:rgba(255, 255, 255, 0.9);
width:95%;
height:60px;
padding:2px;
position:relative;
top:-55%;
border-radius:4px;
}



.book_title{
font:bold 14px/15px Arial, Helvetica, sans-serif;
display:block;
text-align:center;
}

.book_auther{
font:normal 12px/15px Arial, Helvetica, sans-serif;
display:block;
text-align:center;
}

.lang{
font:bold 11px/11px Arial, Helvetica, sans-serif;
display:block;
text-align:center;
color:#fff;
padding:1px 0 1px 0;
background:#000;
position:relative;
top:3px;
}


/**http://www.truetorahjews.org/parsha-pearls**/
.page-taxonomy-term-652 .dateOfNode{
	display:none;
}


/*http://www.truetorahjews.org/natruna*/
.page-node-517 h1,
.page-node-517 .breadcrumb {display:none}
a.mainTopic{
	
	float:left;
	width:100%;
	height:auto;
}
a.mainTopic img{
	display:block;
	width:98%;
	max-width:600px;
	margin:24px auto;
}

/****gridTopic****/

a.gridTopic{
	display:block;
	width:30%;
	min-width:120px;
	float:left;
	margin:12px;
}

a.gridTopic img{
	width:100%;
}




/*************press*****/
body.page-node-50{

}
body.page-node-50 h1{
	text-align:center;
	background:rgba(0, 60, 128, 0.82);
	color:#fff;
	letter-spacing:.05em;
	padding:48px 0;
}

/*************Endorsements*****/
body.page-node-497{

}
body.page-node-497 h1{
	text-align:center;
	background:rgba(0, 60, 128, 0.82);
	color:#fff;
	letter-spacing:.05em;
	padding:48px 0;
}


/*******home******/


a.homeReadMore{
	display:block;
	background: rgba(0,60,128,0.82);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: bold;	
	margin:24px 0;
	text-align:center;
}
a.homeReadMore:hover{
	background: rgba(0,60,128,0.62);

}








/******donate***/

#donatorFrame{
	width:100%;
	height:1200px;
}


