

body {  
	font-family: 'Open Sans', sans-serif, "Times New Roman"; 
	background:#fffeec;
	color: #2e3436;
	margin: 0px auto;
	max-width: 80%; 
	text-align:left;
}

.sa {
    font-family: 'sanskrit_2003regular', 'Open Sans', sans-serif;
}


ul{
	list-style: none outside none;
}

li{
	border-left: none;
	margin: 0px;
	padding: 4px;
}

ol.fnote {
    border-top: 1px solid #888a85;
    font-size: 70%;
}

ol.fnote > li{
	border-left: none;
	border-bottom: none;
}

a.fnote {
    vertical-align: super;
    font-size:65%;
    text-decoration: none;
}

#intro{
	width: 100%;
}

a.arrow{
    font-size:80%;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 0px 1px #eeeeec, 0px 2px 3px #f4f4f4;
}


a:link{
	color:#3465a4;
	text-decoration: none;
}

a:visited{
	color:#3465a4;
	text-decoration: none;
}

a:hover{
	color:#ce5c00;
}

h1, h2, h3, h4{
    text-align: center;
    font-weight: normal;
}

h1{
	border-bottom: 1px solid #babdb6;
    color: #2D9933;
}

h2{
    color: #ce5c00;
}


footer{
	border-top: 1px solid #babdb6;
}

div.quote{
	/*float:right;*/
	color: #555753;
	clear:both;
	/*max-width:400px;*/
}

img.main{
	padding-right:20px;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

p.quote{
	margin-top:10px;
	text-align:justify;
}

div.SRK{
	width: 100%;
	min-height: 300px;
	border-bottom:1px dotted #babdb6;
	clear:both;
}
div.SV{
	width: 100%;
	min-height: 300px;
	border-bottom:1px dotted #babdb6;
}

.poem{
    margin: 1em;
    padding-left: 0.5em;
    /*
    box-shadow: 0pt 0.2em 0.2em rgb(2e, 34, 36);
    */
}

.nav{
    background: #905337;
    color: #eeeeec;
    padding: 0.2em;
    text-align: center;
    box-shadow: 0px 2px 4px #babdb6;
    /* Fixed Nav bar on top */
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    margin-top: 0px;    
}

.nav > a {
    color: #eeeeec;
}

/* Used due to fixed nav bar on top */
a[name], a[id] {
  padding-top: 3em;
  margin-top: -3em;  
  display: inline-block; /* required for webkit browsers */
}

/* Fixed Nav bar on top */
body {
    margin-top: 2em;    
}


p.bengtrans{
        font-family:"SolaimanLipi", Kalpurush, Vrinda;
        text-align: center;
        font-size: 80%;
}

p.beng{font-family:"SolaimanLipi", Kalpurush, Vrinda;
	font-size: 100%}

p.bengcenter{font-family:"SolaimanLipi", Kalpurush, Vrinda;
		text-align:center;
		font-size: 100%}

p.bengright{font-family:"SolaimanLipi", Kalpurush, Vrinda;
		text-align:right;
		font-size: 100%}

p.bengfn{
        font-family:"SolaimanLipi", Kalpurush, Vrinda;
        text-align: left;
        font-size: 90%;
}		

table {
    border: #729fcf 1px solid;
    margin: 5px auto;
    padding: 1em;
}

.info{
    margin: 0px auto;
    width: 50%;
}

.info img{
    display: block;
    padding: 1em;
    margin: 0px auto;
    
}

.sbox{
    border: 2px solid #eeeeec;
    /*background: #eeeeec url('search.png') no-repeat right top;*/
    float:right;
    display: block;
    width: 1em;
    border-radius: .4em !important;
    background: #eeeeec url('search.png') no-repeat center center;
    padding-left: 1.5em;
    margin-right: .5em;
}

.sbox:focus {
    background: #eeeeec url('search.png') no-repeat left center;
    width: 10em;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    translation: width 0.25s;
}

/* Footer bar at the end of page. */

body>div:last-child:after {
    content: '  ';
    display: block;
    background-color: #729fcf;
    min-width: 100%;
    height: 1em;
}



@media (min-width:1025px) and (max-width: 1320px) {
	*{font-size: medium;}
    body{max-width: 100%; border: none;margin-top: 3em;}
    a[name], a[id] {
        padding-top: 4em;
        margin-top: -4em;
    }

}

@media (min-width:0px) and (max-width: 1024px) {
	*{font-size: medium;}
    body{max-width: 100%; border: none;margin-top: 3em;}
    a[name], a[id] {
        padding-top: 4em;
        margin-top: -4em;
    }

}




