@charset "utf-8";
/* CSS Document */
@import('../font/font-awesome.min.css');
 @import('../font/myfont.css');

header {
	width: 100%;
	height: 100px;/*naoki7:not this*/
	background-color: #fffefe;/*background color for IE8 - narayani*/
	margin-bottom: 75px; /*narayani naoki7*/
}

#headerhome {
	/*background: url(../images/about_header.jpg) no-repeat center center;*/
	/*background:url(../images/about_header.jpg) no-repeat center top 30%;*/
	/*background-color:#fdf9f6;*/
	background-size: cover;
	height: 100px; /*naoki7:not this 100px*/
}

#headerhome.random {
	/* [disabled]background: url(../images/random_header.jpg) no-repeat center center;
 */
	background-size: cover;
	height: 100%;
}

#logo_search {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: table;
} /*naoki4: 98.5%*/

#search input {
	float: left;
}

#cse {
	font-size: 14px;
	line-height: 20px;
}

#logo {
	/*	margin-top: 15px;*/
	float: left; /*naoki4*/
	width: 390px;
	height: 72px;
	display: table-cell;
	background-image: url(../images/logo/logo_390.png);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: 10px;
}

input[type="submit"].search-btn {
	background: url(../images/search_icon.png) no-repeat;
	border: none;
	outline: none;
	position: absolute;
	width: 21px;
	height: 35px;
	margin-left: -3%;
	margin-top: 5px;
}

#dl-menu {
	display: none;
}

.ie8 #navbar {
	filter: none;
}

#navbar {
	width: 100%;
	/*background: url(../images/navbar_bg.png) repeat-x center bottom;*/
	background: #fffefe;
	opacity: 0.95;
	/*mainNav: #fff opacity: 0.85 */
	filter: alpha(opacity=85); /* For IE8 and earlier */
	top: 131px;/*naoki7:105px*/
	/*mainNav: 239px */
	position: absolute;
	z-index: 9999;
	/*mainNav: #0e548a*/
	height: 30px;
	/*mainNav: 76px*/
	right: 0 !important; /*naoki7:0px*/
	margin-bottom: 0 !important;
}

#navbar .menu {
	list-style: none;
	border-top: 1px solid #e0e6e6;
	border-bottom: 1px solid #e0e6e6;
	margin: 0px auto;
	display: table;
	background-color: #f9f8f3; /*f9f8f3*/
}

#navbar .menu li {
	float: left;
	margin-left: 0px;
}

#navbar .menu li a {
	text-decoration: none;
	/*color: #3a3a3a;
	color: #D96D00;
	color:#573411;*/
	color: #0e548a;
	text-transform: none;
	margin-top: 5px;
}

/*mainNav: main menu text color #ec9b54 */
.menu .active .bullet {
	background-repeat: no-repeat;
	height: 8px;
	position: absolute;
	top: 28px;
	/*mainNav: 76px */
	/*narayani made it a little wider to center it*/
	width: 48px;
}

.menu .active .bulletEbooks {
	background-repeat: no-repeat;
	height: 8px;
	position: absolute;
	top: 28px;
	/*mainNav: 76px */
	/*narayani made it a little wider to center it*/
	width: 51px;
}

.menu .active .bulletArticles {
	background-repeat: no-repeat;
	height: 8px;
	position: absolute;
	top: 28px;
	/*mainNav: 76px */
	/*narayani made it a little wider to center it for Articles*/
	width: 51px;
}

.menu .active .bulletMedia {
	background-repeat: no-repeat;
	height: 8px;
	position: absolute;
	top: 28px;
	/*mainNav: 76px */
	/*narayani - for Media*/
	width: 44px;
}

.menu .active .bulletContents ul {
}

.menu .active {
	background: #f9f8f3;
	/*mainNav: active main menu bg color #0e548a */
	color: #b44810;
}

.menu .active span {
	color: #b44810;
}

/*mainNav: no change */
.menu span {
	display: block;
	text-transform: none;
	font-size: 16px;
	font-family: 'MyWebFont';
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 30px;
	/*mainNav: 76px*/
	font-weight: 500;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 2px;
}

.menu span:hover {
	background: #f9f8f3;
	/*mainNav: sub menu item bg color when hover #0e548a */
	color: #b44810;
}

#navbar .menu li .fulldrop {
	display: block;

}

.menu > li:hover > ul,
 .menu > li:active > ul,
 .menu > li:focus > ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.menu li > ul li {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 20px 10px;
}

.menu > li > ul li:hover {
	background-color: #f9f8f3;
}

.menu ul li:hover > a {
	background-color: #f9f8f3;
}

.menu > li > ul li ul li:hover {
	background-color: #f9f8f3;
}

input#mobile_menu {
	display: block;
}

.menu > li > ul li ul li ul {
	background-color: #f9f8f3;
}

.menu > li > ul li ul li ul li:hover {
	background-color: #f9f8f3;
}

.menu > li > .fulldrop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	display: block;
	top: 30px;
	/*mainNav: 75px */
	left: 0px;
	background: none repeat scroll 0 0;
	/*mainNav: sub menu background color #0e548a; */
	width: 100%;
	text-align: left;
	margin-top: 30px;/*naoki7:this is it! 10px*/
	padding: 0;
	z-index: 99;
	overflow: hidden;
}

/*mainNav: sub menu background color */
.menu > li:hover .fulldrop,
 .menu > li:active .fulldrop,
 .menu > li:focus .fulldrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.menu ul li:hover:after {
}

.menu > li:hover .coldrop,
 .menu > li:active .coldrop,
 .menu > li:focus .coldrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.menu .coldrop .column {
	width: 130px;
	margin: 0 9px;
}

.menu .column {
	width: 960px;
	margin: 0 auto;
	color: #0e548a;
	text-align: center;
}

.menu .column ul {
	padding: 0; /*naoki7:0px*/
	margin: 0 auto;
	text-align: center;
	display: table;
}

.menu .column.mediasub ul {
	margin: 0 auto 0 305px;
}

.menu .column.randomsub ul {
	margin: 0 228px 0 auto;
}

.menu .column ul li {
	list-style: none;
	margin: 0;
	width: auto;
	display: inline-table;
	color: #0e548a;
	height: 15px;
	text-transform: none;/*border-bottom: 1px solid #e0e6e6; this is the one for just the items*/
}

.fulldrop {
	overflow-y: hidden;
	max-height: 200px;
	transition-property:all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(1, 0, 0.5, 0);
}

.menu .column ul li a {
	font-size: 12px;
	display: block;
	height: 15px;
	color: #0e548a;
	padding-bottom: 7px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
}

.menu .column ul li a span {
	padding: 0px 13px;  /*naoki7:not this*/
	font-family: 'MyWebFont';
	line-height: 20px;
	color: #0e548a;
}

/*mainNav: sub-menu color */
.menu .column ul li a:hover {
	color: #b44810;
}

.menu .column ul li a span:hover {
	color: #b44810;
}

/*mainNav: sub menu hover color */
.menu .column ul li a:hover {
	color: #b44810;
}


/*mainNav: sub menu hover color */
#content {
	padding-top: 0px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/*naoki: Original left/right-padding 20px creates h-scroll bar */
#content p {
	font-family: 'MyWebFont';
	
}

.title {
	text-align: left;
	font-size: 36px;
	color: #0F3F73;
	text-transform: none;
	line-height: 40px;
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 25px;
}

.title span {
	font-weight: normal;
	font-size: 30px;
	text-transform: none;
	color: #b44810;
	display: block;
}

.aboutdesc p {
	line-height: 22px;
	text-align: justify;
}

#twitter-feed a {
	text-decoration: none;
}

#twitter-feed a:hover {
	text-decoration: none;
}

.audio_videobg {
	float: left;
	padding: 0px;
	background: #e8edf0 url(../images/swami_audio.png) no-repeat;
	height: 87px;
	/*border-bottom: 3px solid #0e548a;*/
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin: 10px 10px !important;
	background-size: cover;
}

.audio_videobg h5 {
	font-size: 30px;
	color: #0e548a;
	/*text-shadow: 1px 1px 1px #333;*/
	font-weight: bold;
	margin: 24px 0 0 150px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}

.audio_videobg .audio_icon {
	background: url(../images/audio_icon.png) no-repeat;
	margin: 0 0 0 130px;
	padding: 23px 40px;
	display: inline;
	/*+-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	-ms-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;*/
	font-family: 'Open Sans', sans-serif;
}

.audio_videobg .video_icon {
	background: url(../images/video_icon.png) no-repeat;
	margin: 0 0 0 130px;
	padding: 29px 40px;
	display: inline;
	/*-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	-ms-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;*/
	font-family: 'Open Sans', sans-serif;
}

.audio_videobg span {
	margin: 10px 0 0 0;
	color: #0e548a;
	float: left;
	font-size: 16px;
	/*text-shadow: 1px 1px 1px #333;*/
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}

/*.audio_videobg strong {
	color: #0078B9;
	text-shadow: 1px 1px 1px #333;
	-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	-ms-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
	font-family: 'Open Sans', sans-serif;
}
.audio_videobg:hover strong,
 .audio_videobg:active strong {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
/*.audio_videobg:hover.audio_videobg .video_icon 
{
	background: url(../images/video_icon_h.png) no-repeat;
.audio_videobg:hover.audio_videobg .audio_icon 
{
	background: url(../images/audio_icon_h.png) no-repeat;
}
.audio_videobg:hover,
 .audio_videobg:active {
	background: #0e548a url(../images/swami_audio.png) no-repeat;
	/*border-bottom: 3px solid #ec9b54;
	-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	-ms-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
	cursor: pointer;
	background-size: cover;
}*/
#footer {
	width: 100%;
	height: auto;
	/*background: #86d9ff; /*narayani*/
	margin-top: 15px;
}

.social-networks {
	width: auto;
	margin: 0px auto 0;
	list-style: none;
}

.social-networks li {
	width: auto;
	padding: 0 10px;
	float: left;
}

.social-networks i {
	color: #b44810;
	font-size: 27px;
	line-height: 50px;
	text-align: center;
	display: block !important;
}

.social-networks i:hover {
	color: #ff8138 /*narayani*/ /*#3BBBFF*/;
}

.social-networks a {
	display: block;
	text-decoration: none;
}

.social-networks a:hover {
	display: block;
	text-decoration: none;
	color: #000;
}

.f_nav {
	width: auto;
	display: table;
	margin: 10px auto;
	text-align: center;
}

.f_nav li {
	width: auto;
	padding: 0px;
	color: #0e548a;
	text-align: center !important;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: none;
}

.f_nav a {
	padding: 0 5px;
	color: #0e548a;
	text-align: center;
	text-decoration: none;
}

.f_nav a:hover {
	color: #b44810; /*narayani*/
	text-decoration: none
}

.stylesocial {
	background: #86d9ff /*narayani*/ url(../images/arrowbtm.png) no-repeat center top;
	padding: 15px 0;
}

.social {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}/*narayani - gray arrow instead of white*/

.copyright {
	margin: 0 0 0 0px;
	color: #0e548a;
	font-size: 15px;
}

.center {
	text-align: center;
}

.testimonial {
	background: #f6f5f5 url(../images/arrowbtm2.png) no-repeat center top;
	border-top: 2px solid #ec9b54;
	padding: 10px 0 10px 0;
}

.testimonial-txt {
	font-size: 18px;
	font-weight: 300;
	color: #0e548a;
	text-align: center;
	margin: 15px 0 0 0;
	line-height: 24px;
}

.testimonial-txt strong {
	color: #0e548a; /*narayani*/
	font-size: 18px;
	font-weight: 300;
}

.home-txt {
	margin-bottom: 40px;
}

.home-txt p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #333;
	text-align: justify;
	margin: 15px 0 0 0;
}/*narayani for homepage*/

.testi-quote {
	background: #f5f5f5; /*#fbfefe;  f7fdfd #fcfcfc;*/
	border-top: 1px solid #f9ae72;
	margin-bottom: 30px;
	padding: 10px 0 10px 0;
	-webkit-border-radius: 30px 30px 20px 20px;
	-moz-border-radius: 30px 30px 20px 20px;
	border-radius: 30px 30px 20px 20px;
}

.quote {
	padding: 10px 20px 5px 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.quote-txt {
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	color: #0F3F73;
	text-align: justify;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
}/*narayani for quote of the day*/

.quote-txt strong {
	color: #0F3F73; /*narayani*/
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.more {
	color: #0c6696; /*narayani*/
	font-size: 16px;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 5px;
	margin-right: 40px;
}

.more a {
	color: #0c6696;
	text-decoration: none;
}

.more a:hover,
 a:focus {
	color: #076799;
	text-decoration: underline;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.5;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	z-index: 9999;
	background: url(../images/icon_top.png) no-repeat;
	border: 0;
	outline: none;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------------------
										ABOUT PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
.contents_page-title {
	text-align: left;
	font-size: 34px;
	color: #0F3F73;  /*narayani - was #066293;*/
	text-transform: none;
	margin-top: 5px;
	margin-left: 100px;
	margin-bottom: 20px;
	line-height: 38px;
}

.contents_page-title strong {
	color: #d9794f; /*narayani*/
	font-size: 30px;
	font-weight: normal;
	margin-top: 20px;/*narayani for tables of contents*/
}

.inner_page-title {
	text-align: left;
	font-size: 30px;
	color: #0F3F73;  /*narayani - was #066293;*/
	text-transform: none;
	margin: 5px 0 20px;
	line-height: 35px;
}

.inner_page-title-ebooks {
	text-align: left;
	font-size: 30px;
	color: #0F3F73;  /*narayani - was #066293;*/
	text-transform: none;
	margin: 10px 0 10px;
	line-height: 38px;
}

.inner_page-title-disc {
	text-align: left;
	font-size: 30px;
	color: #0F3F73;  /*narayani - was #066293;*/
	text-transform: none;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	line-height: 38px;
}

.inner_page-title-audios {
	text-align: left;
	font-size: 30px;
	color: #0F3F73;  /*narayani - was #066293;*/
	text-transform: none;
	margin-top: 30px;
	margin-right: 0;
	padding-left: 30px;
	margin-bottom: 20px;
	line-height: 38px;
}

.inner_page-title-photos {
	text-align: left;
	font-size: 30px;
	color: #0F3F73;  /*narayani - was #066293;*/
	text-transform: none;
	margin-top: 30px;
	margin-right: 0;
	padding-left: 0px;
	margin-bottom: 20px;
	line-height: 38px;
}



.inner_page-title strong {
	color: #b44810; /*narayani*/
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;/*narayani*/
}

.inner_page-title-ebooks strong {
	color: #b44810; /*narayani*/
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;/*narayani*/
}

.inner_page-title-audios strong {
	color: #b44810; /*narayani*/
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;/*narayani*/
}

.inner_page-title-photos strong {
	color: #b44810; /*narayani*/
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;/*narayani*/
}

.swamiji {
	color: #b44810; /*narayani*/
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;/*narayani*/
	margin-left: 2px; /*narayani*/
}

.subhead {
	color: #003f5e;
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 2px;/*narayani - created for Canons*/
}

hr {
	border: 0px;
	border-bottom: 1px solid #efefef;
}

.icon_logo {
	background: url(../images/title_icon.png) no-repeat left top;
	padding: 0 0 0 35px;
}

h5.icon_logo {
	font-size: 20px;/*line-height: 24px;*/
}

#headerabout {
	background: url(../images/about_header.jpg);
	background-size: cover;
	height: 100%;
}

.aboutus .span12 {
	margin-left: 1px;
	font-size: 1em;
}

.dl-menuwrapper {
	top: 90px; /*naoki3: 105px, 100px, 95px*/
}

.mini-logo {
	margin-left: 30px;
}

#related_links {
	background-color: #f6f5f5;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

#related_links h1 {
	background-color: #c7eaf8;
	color: #066191;
	font-size: 17px;
	line-height: 32px;
	padding-left: 27px;
}

#related_links ul {
	list-style: url(../images/list-icon-article-active.png) outside;
	margin-bottom: 10px;
	margin-top: 10px;
}

#related_links ul {
	padding-left: 27px;
}

#related_links ul li a {
	text-decoration: none;
	color: #066191;
	text-transform: none;
}

#related_links ul li a:hover {
	text-decoration: none;
	color: #b44810;
}

#about a {
	color: #0e548a;
	text-decoration: none;
}

#about a:hover {
	color: #ec9b54;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------------------
										SIDEBAR CSS
------------------------------------------------------------------------------------------------------------------*/
.sidebar {
	background-color: #fffefe; /*narayani*/
	border-radius: 10px 10px 0 0;
}

.sidebar-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-color: #f9f8f3; /*narayani*/
	border-top: 1px solid #e0e6e6;
	margin-top: 7px; /*narayani*/
	margin-bottom: -2px; /*narayani*/
	border-left: -3px; /*narayani*/
	color: #0F3F73; /*narayani*/
	border-radius: 10px 10px 0 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 4px;/*narayani removed text-shadow: black 0.08em 0.08em 0.08em;*/
}

.sidebar-heading-audio {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-color: #f9f8f3; /*narayani*/
	margin-top: 47px; /*narayani*/
	margin-bottom: -2px; /*narayani*/
	border-left: -3px; /*narayani*/
	color: #0F3F73; /*narayani*/
	border-radius: 10px 10px 0 0;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;/*narayani removed text-shadow: black 0.08em 0.08em 0.08em;*/
}

.related-links {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-color: #f9f8f3; /*narayani*/
	margin-top: 10px; /*narayani*/
	margin-bottom: 10px; /*narayani*/
	border-top: 1px solid #e0e6e6;
	color: #0F3F73; /*narayani*/
	border-radius: 10px 10px 0 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;/*narayani removed text-shadow: black 0.08em 0.08em 0.08em;*/
}

.sidebar ul {
	list-style: none;
	margin: 0px;
}

.sidebar ol {
	/*	list-style: none;*/ /*naoki*/
	margin: 0px;
}/*naoki2*/

.sidebar ul li {
	border-bottom: 1px dashed #faab7b;/*#e0e8ea;*/
	line-height: 20px; /*narayani*/
}

.sidebar ol li {
	border-bottom: 1px dashed #faab7b;/*#e0e8ea;*/
	line-height: 20px; /*narayani*/
}/*naoki2*/

.sidebar ul li:last-child,
 .sidebar ul li:last-child:hover {
	border-bottom: 1px dashed #faab7b; /*narayani*/
}

/*naoki: the above two for the dotted underline of the sidebar*/
.sidebar ol li:last-child,
 .sidebar ol li:last-child:hover {
	border-bottom: 1px dashed #faab7b; /*narayani*/
}/*naoki2*/

.sidebar ul li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	display: block;
	text-decoration: none;
}

.sidebar ol li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	display: block;
	text-decoration: none;
} /*naoki2*/

.sidebar ul li a:hover,
 .sidebar ul li.active a {
	/*background:#0e548a;
	color:#fff;*/
	color: #b44810;
	text-decoration: none;
}

.sidebar ol li a:hover,
 .sidebar ol li.active a {
	/*background:#0e548a;
	color:#fff;*/
	color: #b44810;
	text-decoration: none;
}/*naoki2*/

.sidebar ul li:hover {
	/*background:#0e548a;
	color:#fff;*/
/*	color: #ec9b54;
*/	text-decoration: none;
	border-bottom: 1px dashed #ec9b54;
}

/*naoki: color change when hovering stopped*/
.sidebar ol li:hover {
	/*background:#0e548a;
	color:#fff;*/
/*	color: #ec9b54;
*/	text-decoration: none;
	border-bottom: 1px dashed #ec9b54;
}/*naoki2*/

	
/*------------------------------------------------------------------------------------------------------------------
										AUDIO PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
.audio-heading {
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #144e8d; /*narayani*/
	font-size: 1.1em; /*narayani*/
	font-weight: bold;
	background: #fff;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 8px;
}

.audio-name {
	color: #144e8d; /*narayani*/
	font-size: 1.1em; /*narayani*/
	font-weight: normal;
	line-height: 23px; /*narayani*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.audio-item a {
	color: #144e8d; /*narayani*/
	font-size: 1em;
	font-family: 'MyWebFont';
	text-decoration: none;
}

.audio-item {
	border-bottom: 1px solid #e8edf0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px; /*narayani*/
}

.audio-zip a {
	color: #144e8d; /*narayani*/
	font-size: 1em;
	font-family: 'MyWebFont';
	text-decoration: none;
}

.audio-zip {
	color: #144e8d;
	border-bottom: 1px dashed #e0e8ea;
	padding-top: 10px;
	padding-bottom: 15px; /*narayani*/
}

.audio-item .span1,
 .audio-item .span2 {
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center; /*narayani*/
}

.audio-item audio {
/*width:200px;
    background:#36C;*/
}

.audio-item a:hover {
	color: #ec9b54;
	text-decoration: none;
}

.audio-item span a {
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #666666;
}

.audio-item span a:hover {
	text-decoration: none;
}

.audio-item:nth-child(odd) {
	background: #fffefe;
}

.video-name p {
	color: #114483;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	line-height: 22px;
	border-top: 1px solid #f5f5f5;
	background-color: #fffefe;
}

.table th {
	padding: 0px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #ec9b54;
	font-weight: bold;
	background: #fff;
}

.table tr {
/*border-bottom: 1px dashed #faab7b;*/
}

.table tr td img {
	max-width: none;
}

.table tr td audio {
	background: #36C;
	width: 190px;
}

.table tr td a {
	color: #066dc4;
	font-size: 15px;
	font-family: 'MyWebFont';
	text-decoration: none;
	font-weight: 600;
	line-height: 25px;
}

.table tr td a:hover {
	color: #ec9b54;
	text-decoration: none;
}

.table tr td span a {
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #666666;
}

.table tr td span a:hover {
	text-decoration: none;
}

.table tr:nth-child(odd) {
}
 #audio .mini-logo, #video .mini-logo, #gallery .mini-logo, {
 margin-left:0px;
}

.audioplayer {
	height: 1.5em; /* 40 */
	color: #fff;
	text-shadow: 0px 0px 0;
	border: 1px solid #7d8da1; /*#6F7285;*/
	position: relative;
	z-index: 1;
	background: #738090;/*#A2B5CD;/*#7D7F94;/*#A9ACB6;/*#9FB6CD; /*#9bcbe2; /*#9BC4E2; narayani #977855;*/
	/*background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( top, #444, #222 );*/
	/*-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	/*-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	/*box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
	margin-bottom: 5px;
}

.audioplayer-mini {
	width: 2.5em; /* 40 */
	margin: 0 auto;
}

.audioplayer > div {
	position: absolute;
}

.audioplayer-playpause {
	width: 2.5em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}

.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}

.audioplayer-playpause:hover,
 .audioplayer-playpause:focus {
	background-color: #222;
}

.audioplayer-playpause a {
	display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
	width: 0.75em; /* 12 */
	height: 0.75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -0.375em; /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
 .audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background-color: #fffefe;
	content: '';
	position: absolute;
	top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}

.audioplayer-time {
	width: 4.375em; /* 70 */
	height: 100%;
	/*line-height: 2.375em;*/ /* 38 */
	line-height: 1.5em;
	text-align: center;
	z-index: 2;
	top: 0;
}

.audioplayer-time-current {
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	left: 2.5em; /* 40 */
	text-align: left;
}

.audioplayer-time-duration {
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	right: 2.5em; /* 40 */
	text-align: right;
}

.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}

.audioplayer-bar {
	height: 0.875em; /* 14 */
	background-color: #7d8da1; /*#6183A6;	/*#346487; /*narayani - changes color of the bar*/
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 3.5em; /* 110 */
	left: 5em; /* 110 */
	margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}

.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.audioplayer-bar-loaded {
	background-color: #333;
	z-index: 1;
}

.audioplayer-bar-played {
	background: #007fd1;
	background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( left, #007fd1, #c600ff );
	background: -moz-linear-gradient( left, #007fd1, #c600ff );
	background: -ms-radial-gradient( left, #007fd1, #c600ff );
	background: -o-linear-gradient( left, #007fd1, #c600ff );
	background: linear-gradient( left, #007fd1, #c600ff );
	z-index: 2;
}

.audioplayer-volume {
	width: 2.5em; /* 40 */
	height: 100%;
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}

.audioplayer-volume:hover,
 .audioplayer-volume:focus {
	background-color: #222;
}

.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}

.audioplayer-volume-button a {
	width: 0.313em; /* 5 */
	height: 0.375em; /* 6 */
	background-color: #fffefe;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}

.audioplayer-volume-button a:before,
 .audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}

.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em; /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
	/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
	width: 0.313em; /* 5 */
	height: 0.313em; /* 5 */
	border: 0.25em double #fff; /* 4 */
	border-width: 0.25em 0.25em 0 0; /* 4 */
	left: 0.563em; /* 9 */
	top: -0.063em; /* 1 */
	-webkit-border-radius: 0 0.938em 0 0; /* 15 */
	-moz-border-radius: 0 0.938em 0 0; /* 15 */
	border-radius: 0 0.938em 0 0; /* 15 */
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}

.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #222;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( top, #444, #222 );
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}

.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1;
	background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
	background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
	background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
	background: -o-linear-gradient( bottom, #007fd1, #c600ff );
	background: linear-gradient( bottom, #007fd1, #c600ff );
}

.audioplayer-novolume .audioplayer-volume {
	display: none;
}

.audioplayer-play,
 .audioplayer-pause,
 .audioplayer-volume a {
	-webkit-filter: drop-shadow( 1px 1px 0 #000 );
	-moz-filter: drop-shadow( 1px 1px 0 #000 );
	-ms-filter: drop-shadow( 1px 1px 0 #000 );
	-o-filter: drop-shadow( 1px 1px 0 #000 );
	filter: drop-shadow( 1px 1px 0 #000 );
}

.audioplayer-bar,
 .audioplayer-bar div,
 .audioplayer-volume-adjust div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.audioplayer-bar,
 .audioplayer-volume-adjust > div {
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}

.audioplayer-volume-adjust div div,
 .audioplayer-bar-played {
	-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}

.audioplayer-volume-adjust {
	-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}

.audioplayer *,
 .audioplayer *:before,
 .audioplayer *:after {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

/*------------------------------------------------------------------------------------------------------------------
VIDEO PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
#video .table tr {
	font-size: 1em;
	color: #0F3F73;
	line-height: 1.3em;
}

#video .table tr td a {
	font-weight: 500;
	line-height: 20px;
}

#video .table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 1em;
	color: #0661c4;
	line-height: 1.3em;
}

#video .table tr td:last-child {
	vertical-align: middle;
}

#video .table tr td:first-child {
	width: 180px;
}

#video .table tr td span {
	font-size: 12px;
}

#video .sidebar-audio img {
	width: 100%;
}

#video .sidebar-audio a,
 #video .sidebar-gallery a {
	text-decoration: none;
}

#video .sidebar-audio a:hover,
 #video .sidebar-gallery a:hover {
	text-decoration: none;
}
#video .sidebar {
	margin-left: -2px;
}
#video .sidebar-audio,
 #video .sidebar-gallery {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #e8edf0;
}

#video .sidebar-audio h3,
 #video .sidebar-gallery h3 {
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;
	padding-left: 20px;
	margin: 0px;
	line-height: 25px;
	padding-top: 15px;
	text-transform: none; /*narayani*/
}

#video .sidebar-audio h3 span,
 #video .sidebar-gallery h3 span {
	color: #0e548a;
	text-shadow: 0.1em 0.1em 0.2em white;
}

#video .sidebar-audio h5,
 #video .sidebar-gallery h5 {
	color: #0e548a;
	/*text-shadow: 0.1em 0.1em 0.2em black;*/
	padding-left: 20px;
	margin: 0px;
	text-transform: none;
	padding-bottom: 15px;
}

#video .sidebar-gallery h5 {
	padding-left: 20px;
}

#video .sidebar-gallery img {
	padding-top: 10px;
}

/*------------------------------------------------------------------------------------------------------------------
									EBOOKS PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
#ebook h3 {
	font-size: 18px;
	color: #0F3F73;
	line-height: 20px;
	margin-bottom: 2px; /*narayani*/
	padding-top: 0px; /*narayani*//*narayani: changed the font size, color, etc. on june 29 night because it had been changed inadvertantly*/
}

.span12.ebookdesc {
	/*	margin-left: 20px;*/
	font-size: 16px; /*narayani*/
	line-height: 20px; /*narayani ebooks page*/
	margin-left: 65px;
}

/*naoki: this 20px creates h-scroll bar  */
#ebook a {
	text-decoration: none;
	color: #076799;
}

#ebook a:hover {
	text-decoration: underline; /*narayani*/
}

/*narayani color change*/
#ebook p {
	text-align: justify;
}

#ebook .span6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ebookdesc img {
	margin-left: 5%; /*naoki: 20px*/
}

/*naoki: Ensure mini-logo above is not included.
#content .container #ebook .span12 .span12.ebookdesc .row .span6 .row .pull-left img
 */
.ebookDesc {
	width: 60%;
	margin-left: 0.5em;
}

#content .container #ebook .span12 .span12.ebookdesc .row .span6 .row .ebookDesc.pull-left p a {
	margin-top: 2em;
}

.poetry li { /*narayani - for the poetry page*/
	line-height: 25px;
	list-style: url(../images/list-icon-article-active.png) outside;
}

/*narayani for list of poems*/
/*------------------------------------------------------------------------------------------------------------------
									CONTACT PAGE CSS
--------------------------------------------------------------------------------------------------------------*/	
#contact {
	margin-left: 65px;
}

#contact .inner_page-title {
	padding-top: 15px;
}

#contact h3 {
	line-height: 25px;
	font-size: 20px;
	margin: 15px 0 0 0;
}
 #contact form input, #contact form textarea, {
 background-color:#f6f4f4;
}

.contact-img {
	/*-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 10px #888888;*/
	margin-top: -40px;
}

/*------------------------------------------------------------------------------------------------------------------
									RANDOM PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
.sidebar.download {
	background: #fffefe; /*narayani previously #2291cc*/
	color: #066293;
}

.sidebar.download li {
	border-bottom: 1px dashed #faab7b;
}

.sidebar.download audio {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar.download .audioplayer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

.sidebar.download li a {
	color: #0F3F73;
	text-decoration: none;
}

.sidebar.download li a img {
	vertical-align: text-top;
	margin-left: -8px;
}

.sidebar.download li a:hover {
	color: #b44810;
	/* [disabled]text-decoration: none;
 */
	background: #fff; /*narayani previously #2291cc;*/
}

.sidebar.bookcontent {
	float: none;
	margin-top: 0px; /*narayani previously 20*/
}

.sidebar.bookcontent ul li a {
	word-wrap: break-word;
	padding-right: 10px;
	padding-left: 0px; /*naoki: space between chapter number and chapter name */
}

.sidebar.bookcontent ol li a {
	word-wrap: break-word;
	padding-right: 10px;
	padding-left: 0px; /*naoki: space between chapter number and chapter name */
}/*naoki2*/

.sidebar.bookcontent .sidebar-heading {
	border-radius: 0px;
}

.sidebar.bookcontent ul li.current {
	font-size: 14px;
	font-weight: bold; /*narayani*/
	text-transform: uppercase; /*narayani*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px; /*narayani*/
	display: block;
	background-color: #fffefe;
	color: #0F3F73;
	border-bottom: 1px dashed #faab7b;
}

.sidebar.bookcontent ol li.current {
	font-size: 14px;
	font-weight: bold; /*narayani*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px; /*narayani*/
	display: block;
	background-color: #fffefe;
	color: #0F3F73;
	border-bottom: 1px dashed #faab7b;
}/*naoki2*/

.sidebar.bookcontent ul li.consc {
	font-size: 15px;
	font-weight: bold; /*narayani*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px; /*narayani*/
	display: block;
	background-color: #fffefe;
	color: #0F3F73;
	border-bottom: 1px dashed #faab7b;/*narayani - for consc*/
}

.sidebar.bookcontent ol li.consc {
	font-size: 15px;
	font-weight: bold; /*narayani*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px; /*narayani*/
	display: block;
	background-color: #fffefe;
	color: #0F3F73;
	border-bottom: 1px dashed #faab7b;/*narayani - for consc*/
}/*naoki2*/

.sidebar.bookcontent ul li.chhand {
	font-size: 17px;
	font-weight: 400;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	display: block;
	background-color: #fffefe;
	color: #0F3F73;
	border-bottom: 1px dashed #faab7b;/*narayani - more margin for Chhand*/
}

.sidebar.bookcontent ol li.chhand {
	font-size: 17px;
	font-weight: 400;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	display: block;
	background-color: #fffefe;
	color: #0F3F73;
	border-bottom: 1px dashed #faab7b;/*narayani - more margin for Chhand*/
}/*naoki2*/

.sidebar.bookcontent ul li.link {
	font-size: 14px;
	display: block;
	padding-left: 0px;
	background-color: #fffefe;
	color: #147cb4;
	border-bottom: 1px dashed #faab7b;/*narayani - for Brahma Sutra sidebar*/
}

.sidebar.bookcontent ol li.link {
	font-size: 14px;
	display: block;
	padding-left: 0px;
	background-color: #fffefe;
	color: #147cb4;
	border-bottom: 1px dashed #faab7b;/*narayani - for Brahma Sutra sidebar*/
}/*naoki2*/

.sidebar.bookcontent ul li.contents {
	font-size: 14px;
	display: block;
	padding-left: 0px;
	background-color: #fffefe;
	color: #147cb4;
	border-bottom: 1px dashed #faab7b;/*narayani - for Brahma Sutra sidebar*/
}

.sidebar.bookcontent ol li.contents {
	font-size: 14px;
	display: block;
	padding-left: 0px;
	background-color: #fffefe;
	color: #147cb4;
	border-bottom: 1px dashed #faab7b;/*narayani - for Brahma Sutra sidebar*/
}/*naoki2*/

.sidebar.bookcontent ul li.disabled {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	display: block;
	color: #fff; /*narayani previously #0e548a;*/
	border-bottom: 1px dashed #e0e8ea;
}

.sidebar.bookcontent ol li.disabled {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	display: block;
	color: #fff; /*narayani previously #0e548a;*/
	border-bottom: 1px dashed #e0e8ea;
}/*naoki2*
.sidebar.bookcontent ul li.disabled:hover {
	background-color: transparent;
}
#random p {
	text-align: justify;
	/*font-size: 17px; /*narayani*/
 font-size: 1em; /*naoki*//*line-height: 28px; /*narayani*/
}/*naoki same line-heihgt is defined in body*/

.center p {
	text-align: center; /*narayani*/
}

.rightcontent.random_pg {
	text-align: justify;
	margin-left: 60px;
	min-height: 700px; /*narayani for short pages*/
}

.rightcontent.poetry_pg {
	text-align: justify;
	margin-left: 60px;
	min-height: 700px; /*narayani for poetry pages*/
}

.rightcontent.contents_pg {
	text-align: justify;
	margin-left: 60px;
	min-height: 700px; /*naoki: copied from above*/
}

.rightcontent.brihad_pg {
	margin-left: 60px;
}

#changesize {
	padding-top: 20px;
	text-align: center;
}

#changesize a {
	text-decoration: none;
	color: #083b57;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

#changesize a:hover {
	text-decoration: none;
}

#changesize .increase {
	font-size: 20px;
}

#changesize .decrease {
	font-size: 15px;
}

.accordion {
	font-size: 17px; /*narayani*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px; /*narayani*/
	display: block;
	color: #0F3F73;
	background-color: #f9f8f3;
	cursor: pointer;
}

.accordion-open {
	background: #f9f8f3;
	color: #0F3F73;
}

.accordion-open span {
	display: block;
	float: right;
	padding: 10px;
}

.accordion-open span {
	background: url(../images/zoom-in-minus.gif) center center no-repeat;
}

.accordion-close span {
	display: block;
	float: right;
	background: url(../images/zoom-in-plus.gif) center center no-repeat;
	padding: 10px;
}

/*------------------------------------------------------------------------------------------------------------------
										RECENT UPLOAD PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
#recent-upload .inner_page-title {
	padding-top: 15px;
	
}

#recent-upload .section h4 {
	background: #f9f8f3;
	padding-left: 20px;
	font-size: 1.1em;
	color: #066191;
	line-height: 35px;
	margin: 0 0 1px 0;
	font-weight: 500;
	text-transform: none;
	
}

#recent-upload .section a {
	font-size: 17px;
	font-weight: 500;
	color: #066191;
	text-decoration: none
}

#recent-upload .section a:hover {
	text-decoration: none;
}

#recent-upload .section a img {
	padding: 10px;
}

#recent-upload ul {
	list-style: url(../images/list-icon-recent.png) outside;
	background: #fffefe;
	margin: 0px;
	padding: 20px 10px 20px 30px;
	
}

#recent-upload ul li {
	line-height: 25px;
}

#recent-upload ul li a {
	text-decoration: none;
	color: #0F3F73;
}

#recent-upload ul li a:hover {
	color: #b44810;
	text-decoration: none;
}

#recent-upload .single {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	background-color: #1a85bf;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}/*narayani - single entries in sitemap*/

#recent-upload .single a:hover {
	text-decoration: underline;
}/*narayani - single entries in sitemap*/

#recent-upload .link {
	color: #0F3F73;
	text-decoration: underline;
}/*narayani - for the underline links in birthday*/

#recent-upload .bday {
	color: #0F3F73;
	line-height: 20px;
	margin-left: -10px;
	margin-bottom: 5px;
}/*narayani - for birthday for uploads*/

#recent-upload .notice {
	color: #0F3F73;
	line-height: 20px;
	margin-left: 0px;
	
}

#recent-upload .noLink {
	color: #0F3F73;
	line-height: 25px;
}/*narayani - for uploads that aren't linked*/

#recent-upload .resume {
	color: #0F3F73;
	margin-top: 10px;
}/*narayani - for the underline links in birthday for sitemap*/

#recent-upload .before {
	color: #0F3F73;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------------------------------
										ARTICLES PAGE CSS
------------------------------------------------------------------------------------------------------------------*/
#articles {
/*	margin-left:100px;
*/
}

#articles .rightcontent ul {
	list-style: url(../images/list-icon-article-active.png) outside;
}

#articles .rightcontent ul li {
	font-size: 1.1em;
	padding-bottom: 5px; /*naoki: originally 15px*/
	padding-left: 4px; /*naoki: adjust along with margin-left */
	padding-right: 0px;
	margin: 0px 0px 0px 10px;
}

#articles .rightcontent ul li a {
	color: #0C6696; /*narayani*/
	text-decoration: none;
	line-height: 25px;
}

#articles .rightcontent ul li a:hover,
 #articles .rightcontent ul li.active a {
	text-decoration: none;
	color: #0C6696;
}

#articles .rightcontent ul li.active,
 #articles .rightcontent ul li:hover {
	list-style-image: url(../images/list-icon-article-active.png);
	text-decoration: underline;
}

#articles .rightcontent p {
	text-align: justify;
}

.bulletContents li {
	margin-left: 50px;
	padding-left: 50px;
}

#content .tableHead {
	margin-top: 20px;
	margin-bottom: 10px; /*narayani*/
}

#content .tablePreface li {
	list-style: url(../images/list-icon-article-active.png) outside;
	margin-left: 25px;
	font-size: 1em;
	font-color: #0b7bb6;
	color: #0b7bb6;
	line-height: 30px;
	margin-left: 0px;
}

.tablePreface a {
	color: #076799;
	text-decoration: none;
}

.tablePreface a:hover,
 a:focus {
	color: #076799;
	text-decoration: underline;
}

/*narayani: for tables of contents*/
#content .tableBrhad {
	list-style: disc;
	padding-left: 5px;
	font-size: 1em;
	color: #0b7bb6;
	line-height: 25px;
	margin-top: -5px;
	margin-left: 20px;
}

.tableBrhad a {
	color: #076799;
	text-decoration: none;
}

.tablePreface a:hover,
 a:focus {
	color: #076799;
	text-decoration: underline;
}

/*narayani: for tables of contents*/
.tableContents li {
	font-size: 1em;
	font-color: #076799;
	color: #076799;
	line-height: 30px;
	margin-left: 5px;
}

/*narayani - these tableContents are for the tables of contents*/
.tableContents a {
	color: #076799;
	text-decoration: none;
}

.tableContents a:hover,
 a:focus {
	color: #076799;
	text-decoration: underline;
}

.tableDisc li {
	font-size: 1em;
	color: #076799;
	list-style: disc;
	line-height: 30px;
	margin-left: 5px;
}

/*narayani - these tableContents are for the tables of contents*/
.tableDisc a {
	color: #076799;
	text-decoration: none;
}

.tableDisc a:hover,
 a:focus {
	color: #076799;
	text-decoration: underline;
}

.appendix {
	font-size: 0.9em;
	color: #0F3F73;
}

.appendix ul li {
	font-size: 0.9em;
	color: #076799;
}

.tableBrhad {
 padding left: 30px;
}

.read-more {
	padding-left: 10px;
	text-decoration: none;
	color: #666666;
}

.read-more:hover {
	text-decoration: none;
	color: #0e548a;
}

#searchWrap {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

/*naoki: -----------------------------------------------------------------------------------------------------------
										STICKY FOOTER (http://galengidman.com/2014/03/25/responsive-flexible-height-sticky-footers-in-css/)
	<header class="page-row">
				<h1>Site Title</h1>
		</header>
	<main class="page-row page-row-expanded">
				<p>Page content goes here.</p>
	</main>
		<footer class="page-row">
				<p>Copyright, blah blah blah.</p>
		</footer>
(Just applying class="page-now" to id="footer"	seems to work for Swamiji's site)
------------------------------------------------------------------------------------------------------------------*/
html,
 body {
	height: 100%;
}

body {
	display: table;
	width: 100%;
}

.page-row {
	display: table-row;
	height: 1px;
}

.page-row-expanded {
	height: 100%;
}

.bookTitle {
	padding-left: 46px;
}/*naoki4*/

.bookTitleC {
	padding-left: 40px;
}/*naoki4*/

/*------------------------------------------------------------------------------------------------------------------
										MEDIA QUERIES CSS
------------------------------------------------------------------------------------------------------------------*/
@media (min-width:1200px) {

#twitter-feed .row {
	margin-left: -10px;
}

#logo_search {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
} /*naoki4*/

#searchWrap {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.rightcontent.random_pg {
	text-align: justify;
	margin-left: 80px;/*naoki4: space between the sidebar and contents */
	min-height: 700px;
	background-color: fff;
}

#search {
	margin-top: 80px;
	margin-right: 0px;
}/*naoki8*/

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: 0 0 0 125px;
}
}

@media (max-width:1200px) {

.audio_videobg h5 {
	margin: 24px 0 0 120px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: 0 0 0 50px;
}

#navbar .menu {
	list-style: none;
	margin: 0px auto 10px;
	display: table;
}

.audio-item .span1 {
	font-size: 12px;
}

#logo_search {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: right;
	position: relative;
} /*naoki4*/

.bookTitle {
	padding-left: 36px;
}/*naoki4*/

.bookTitleC {
	padding-left: 34px;
}/*naoki4*/
}

@media (min-width:980px) and (max-width:1199px) {

input[type="submit"].search-btn {
	background: url(../images/search_icon.png) no-repeat;
	border: none;
	outline: none;
	position: absolute;
	width: 21px;
	height: 21px;
	margin-left: -2.5%;
	margin-top: 5px;
}

#search {
	margin-top: 80px;
	margin-right: 5px;
}/*naoki8*/
/*h1.span9.inner_page-title{margin-left:-30px;}*/
}

@media (max-width:980px) {

.audio_videobg h5 {
	margin: 24px 0 0 85px;
	font-size: 25px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: 0 0 0 36px;
}

.audio_videobg span {
	font-size: 12px;
	line-height: 14px;
}

#logo {
	float: left;
	margin-left: 10px;
	width: 390px;
	height: 72px;
}

/*naoki5#search {
	margin-right: 5px;
	position: absolute;
	z-index: 999999999;
	right: 0px;
	top: 75px;
}*/
.search-btn {
	display: none;
}
}

@media (width: 480px) {

#content {
	margin-top: -25px;
}

#content .aboutdesc {
	margin-top: -40px;
}
}

@media screen and (min-width:768px) and (max-width:1200px) {/*.accordion{font-size:14px;}*/
}

@media screen and (min-width:1025px) and (max-width:1290px) {
}
 media screen and (min-width:768px) and (max-width:1024px) {
 #logo img {
 margin-right: 5px;
 float: left;
}
 #logo {
 width:390px;
 height:72px;
}
 .span3.aboutimg {
 margin-top:50px;
}
 input[type="submit"].search-btn {
 background:url(../images/search_icon.png) no-repeat;
 border:none;
 outline:none;
 position:absolute;
 width:21px;
 height:21px;
 margin-left:-3%;
 margin-top:5px;
}
 #dl-menu {
 display:none;
}
 .sidebar-audio h5, #video .sidebar-gallery h5 {
 line-height:15px;
 font-size: 12px;
}
 .menu > li:hover > ul, .menu > li:active > ul, .menu > li:focus > ul {
 opacity: 1;
 visibility: visible;
 margin-top: 0px;
}
 .menu > li:hover .fulldrop, .menu > li:active .fulldrop, .menu > li:focus .fulldrop {
 opacity: 1;
 visibility: visible;
 margin-top: 0px;/*naoki7:not this*/
}
 .menu ul li:hover:after {
 color: white;
}
 .menu > li:hover .coldrop, .menu > li:active .coldrop, .menu > li:focus .coldrop {
 opacity: 1;
 visibility: visible;
 margin-top: 0px;
}
}

@media screen and (min-width:768px) and (max-width:980px) {

.mini-logo {
	margin-left: 30px;
}

#searchWrap {
	width: 95%;
	margin-left: auto;
	margin-right: 8%; 	 /*naoki: 8%*/
	float: left;
}

#logo_search {
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: right;
	position: relative;
} /*naoki4*/

#search {
	margin-right: 5px;
	position: absolute;
	z-index: 999999999;
	margin-bottom: 5px;
	right: 0px;
	top: 70px;
}/*naoki8*/

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: 0 0 0 170px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 56px;
}/*naoki9*/
}

@media screen and (min-width:0px) and (max-width:980px) {

header {
	width: 100%;
	/*border-top: 2px solid rgb(236, 155, 84); /*naoki: 2px*/
	height: 50px; /*naoki6*/
}

#headerhome {
	/*background: url(../images/about_header.jpg) no-repeat center top;*/
	background-size: cover;
	height: 100px; /*naoki5: 100% */
}

#headerhome.audio {
	/* [disabled]background: url(../images/audio_header.jpg) no-repeat center top;
 */
	height: 100%;
	background-size: cover;
}

#headerhome.ebook {
	/* [disabled]background: url(../images/ebook_header.jpg) no-repeat center top;
 */
	height: 100%;
	background-size: cover;
}

#headerhome.contact {
	/* [disabled]background: url(../images/contact_header.jpg) no-repeat center top;
 */
	height: 100%;
	background-size: cover;
}

#headerhome.gallery {
	/* [disabled]background: url(../images/gallery_header.jpg) no-repeat center top;
 */
	background-size: cover;
	height: 100%;
}

#headerhome.random {
	/* [disabled]background: url(../images/random_header.jpg) no-repeat center top;
 */
	background-size: cover;
	height: 100%;
}

#headerhome.random-inner {
	/* [disabled]background: url(../images/random-inner_header.jpg) no-repeat center top;
 */
	background-size: cover;
	height: 100%;
}

#headerhome.recent-uploads {
	/* [disabled]background: url(../images/recent-uploads_header.jpg) no-repeat center top;
 */
	background-size: cover;
	height: 100%;
}

#headerhome.video {
	background: url(../images/video_header.jpg) no-repeat center top;
	background-size: 100%;
	height: 100%;
}

header {
	height: 60px;
	width: 100%; /*naoki6*/
}

nav#navbar {
	display: none;
}

#dl-menu {
	display: block;
}

.dl-menuwrapper { /*top: 15% !important;*/
}

.dl-menuwrapper { /*top:20%;background:#fff; width:100%;*/
}

#ebook p {
	text-align: left;
}
}

@media screen and (min-width:481px) and (max-width:767px) {

#content .aboutdesc {
	margin-top: -50px;
}

#content {
	margin: 30px auto;
	padding: 0 15px;
}

/*naoki: Ensure mini-logo above is not included.
#content .container #ebook .span12 .span12.ebookdesc .row .span6 .row .pull-left img
 */
.ebookDesc {
	width: 70%;
	margin-left: 0.5em;
}

#search {
	margin-right: 5px;
	position: absolute;
	z-index: 999999999;
	right: 0px;
	top: 90px;
}/*naoki8*/
}

@media screen and (min-width:480px) and (max-width:767px) {

.span3.aboutimg {
	display: none;
	visibility: hidden;
}

.title,
 .title span {
	text-align: center;
	display: block;
}

#logo img {
	margin-right: 5px;
	float: right;
}

#search input[type="text"] {
	float: right !important;
	width: 150px;
}

input[type="submit"].search-btn {
	left: 95%;
	float: left;
	position: absolute
}

.dl-menuwrapper { /*top: -36% !important;*/
}

h1.inner_page-title {
	padding-left: 30px; /*naoki4*/
	float: none;
}

.about-welcome {
	display: none;
}

.audio_videobg h5 {
	line-height: 40px;
	font-size: 35px;
	margin-left: 120px;
	padding-top: 5px;
}

.audio_videobg span {
	font-size: 14px;
	margin-top: 0px;
	line-height: 16px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: -40px 15px 0 0;
	float: right;
}

.testimonial-txt {
	padding: 0 20px;
}

#twitter-feed .row {
	margin-right: 20px;
}

#twitter-feed {
	margin-bottom: 0px;
}

#about .span12 {
	margin-top: -15px;
}

.mini-logo {
	margin-left: 0px;
}

.table tr td a {
	line-height: 20px;
}

.rightcontent {
	margin-top: 20px;
}

.span12.ebookdesc {
	margin-left: 0px;
}

/*naoki: propbly needs deleteing or changing*/
#ebook .span4.pull-left {
	float: none;
	padding-left: 120px
}

#changesize {
	float: none;
	padding-top: 0px;
}

.span2.contact-img {
	display: none;
}

.rightcontent.random_pg {
	margin-left: 0px;
}

.audio-heading [class*="span"] {
	display: table-cell;
	text-align: left;
}

.audio-item [class*="span"] {
	display: table-cell;
}

.search-btn {
	display: none;
}

#logo {
	/*	margin-top: 4%; */
	
	float: left;
	width: 350px;
	height: 65px;
	display: table-cell;
	background-image: url(../images/logo/logo_350.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#logo_search {
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: right;
	position: relative;
}/*naoki4*/

.rightcontent.contents_pg {
	text-align: justify;
	margin-left: 0px;
	min-height: 700px; /*naoki5*/
}
}

@media screen and (min-width:480px) and (max-width:560px) {

.audio_videobg h5 {
	line-height: 40px;
	font-size: 28px;
	margin-left: 100px;
	padding-top: 5px;
}

.audio_videobg span {
	font-size: 12px;
	margin-top: 0px;
	line-height: 14px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: -40px 15px 0 0;
	float: right;
}

.search-btn {
	display: none !important;
}
}

@media screen and (min-width:320px) and (max-width:479px) {

header {
	height: 35px;
	width: 100%; /*naoki6*/
}

.span3.aboutimg {
	display: none;
	visibility: hidden;
}

.mini-logo {
	display: none;
	visibility: hidden;
}

.about-welcome {
	display: none;
}

.inner_page-title {
	text-align: left;
	display: block;
}

.title,
 .title span {
	text-align: center;
	display: block;
}

#logo img {
	float: right;
	margin-right: 10px;
}

#search input[type="text"] {
	margin-top: 3%;
	margin-left: 35%;
	width: 150px;
}

input[type="submit"].search-btn {
	position: absolute;
	margin-left: 65%;
	margin-top: 22.5%;
}

/*input.search-btn[type="submit"] {position: absolute;margin-top: 5%;margin-left: -10%;}*/
	/*.dl-menuwrapper { top: -120% !important;}*/
.dl-menuwrapper {/*top: -125% !important;*/
	top: 85px;
}

.audio_videobg h5 {
	line-height: 40px;
	font-size: 22px;
	margin-left: 100px;
	padding-top: 10px;
}

.audio_videobg span {
	font-size: 10px;
	margin-top: -10px;
	line-height: 12px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: -38px 15px 0 0;
	float: right;
	background-size: 80%;
}

/*.audio_videobg:hover .audio_videobg .video_icon {background: url(../images/video_icon_h.png) no-repeat;margin: -38px 15px 0 0; float:right; background-size:80%;}
	.audio_videobg:hover .audio_videobg .audio_icon {margin: -38px 15px 0 0; float:right; background-size:80%;}*/
.testimonial-txt {
	padding: 0 20px;
}

#twitter-feed .row {
	margin-right: 20px;
}

#content .aboutdesc {
	margin-top: -30px;
}

#twitter-feed {
	margin-bottom: 0px;
}

#footer {
	margin-top: -30px;
}

#twitter-feed .row {
	margin-top: -20px;
}

.table tr td a {
	line-height: 20px;
	font-size: 12px;
}

.rightcontent {
	margin-top: 20px;
}

#audio .inner_page-title {
	float: none;/*padding-left:120px;*/
}

#contact .inner_page-title {
	padding-top: 0px;
}

.span2.contact-img {
	display: none;
}

#ebook .span4.pull-left {
	float: none;
	padding-left: 15px;
}

#changesize {
	float: none;
	padding-top: 0px;
}

#recent-upload {
	margin-bottom: 20px;
}

#recent-upload .inner_page-title {
	padding-top: 0px;
}

.rightcontent.random_pg {
	margin-left: 0px;
}

.audio-heading [class*="span"] {
	display: table-cell;
	text-align: left;
}

.audio-item [class*="span"] {
	display: table-cell;
}

.audio-item .row .span4 {
	width: 200px;
}

.span1.size {
	display: none;
}/*naoki: disabling READ button makes title area too narrow*/

.search-btn {
	display: none !important;
}

#logo {
	/*	margin-top: 38px;
*/	float: left;
	width: 300px;
	height: 55px;
	display: table-cell;
	background-image: url(../images/logo/logo_300.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#search input {
	float: right;
}

.aboutus .span12 {
	margin-left: 1px;
	font-size: 1em;
}

.rightcontent.contents_pg {
	text-align: justify;
	margin-left: 0px;
	min-height: 700px; /*naoki: copied from above*/
}

/*naoki: Ensure mini-logo above is not included.
#content .container #ebook .span12 .span12.ebookdesc .row .span6 .row .pull-left img
 */
.ebookDesc {
	width: 50%;
	margin-left: 0.5em;
	float: left;
}
}

@media screen and (min-width:480px) and (max-width:550px) {

.span1.size {
	/* [disabled]display: none;
*/
}/*naoki: READ button*/
}

@media screen and (min-width:320px) and (max-width:420px) {

.audio_videobg h5 {
	line-height: 40px;
	font-size: 18px;
	margin-left: 90px;
}

.audio_videobg span {
	font-size: 10px;
	margin-top: -10px;
	line-height: 12px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: -28px 5px 0 0;
	float: right;
	background-size: 70%;
}

input.search-btn[type="submit"] {
	position: absolute;
	margin-left: 69%;
	margin-top: 22.5%;
}
}

@media screen and (min-width:350px) and (max-width:420px) {

input.search-btn[type="submit"] {
	position: absolute;
	margin-left: 69%;
	margin-top: 22.5%;
}
}

@media screen and (min-width:320px) and (max-width:370px) {

.audio_videobg h5 {
	line-height: 40px;
	font-size: 16px;
	margin-left: 80px;
}

.audio_videobg span {
	font-size: 10px;
	margin-top: -10px;
	line-height: 12px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: -28px -30px 0 0;
	float: right;
	background-size: 60%;
}

.about {
	font-size: 24px;
	text-align: justify;
}

.table tr td audio {
	background: #36C;
	width: 72px;
	display: block;
}

.rightcontent.contents_pg {
	text-align: justify;
	margin-left: 0px;
	min-height: 700px; /*naoki: copied from above*/
}
}

@media only screen and (max-width : 350px) {

input.search-btn[type="submit"] {
	position: absolute;
	margin-left: 75%;
	margin-top: 21%;
}

#related_links ul li a {
	font-size: 12px;
}
}

@media screen and (min-width:0px) and (max-width:319px) {

.span3.aboutimg {
	display: none;
	visibility: hidden;
}

.title,
 .title span {
	text-align: center;
	display: block;
}

.about-welcome {
	display: none;
}

/*.dl-menuwrapper { top: -90% !important;}*/
.dl-menuwrapper { /*top: -63% !important;*/
}

.audio_videobg h5 {
	line-height: 30px;
	font-size: 18px;
	margin-left: 70px;
	padding-top: 20px;
}

.audio_videobg span {
	font-size: 10px;
	margin-top: -10px;
	line-height: 12px;
}

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: -28px -30px 0 0;
	float: right;
	background-size: 60%;
}

.testimonial-txt {
	padding: 0 20px;
}

#search input {
}

#searchWrap {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
}

@media print {

#content p {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
}
}

.thankyou {
	min-height: 670px;
	padding-left: 90px;
}

.thankyou-txt {
	color: #1b83aa;
	font-family: 'MyWebFont';
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin: 90px 0 0;
}

.names_color {
	color: #14549A !important;
}

.video_color {
	color: #066dc4 !important;
}

.video_color:hover {
	color: #EC9B54 !important;
}

.hiddenTR {
	display: none;
}

@media (max-width:480px) {

#content {
	margin: 15px auto 30px;
	padding: 0 20px;
}

#search {
	margin-right: 5px;
	position: absolute;
	z-index: 999999999;
	margin-bottom: 5px;
	right: 0px;
	top: 75px;
}/*naoki8*/
}

@media screen and (min-width:981px) and (max-width:1199px) {

.audio_videobg .audio_icon,
 .audio_videobg .video_icon {
	margin: 0 0 0 210px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 58px;
}/*naoki9*/
}

@media (width:980px) {

#search {
	margin-right: 5px;
	position: absolute;
	z-index: 999999999;
	right: 0px;
	top: 25px;
}/*naoki8*/
}

#content .container.indexpage {
	margin-top: 80px;
}/*naoki6: push down contents for indexpage*/

#aboutimage {
	margin-top: 20px;
}/*naoki6*/
