/*
EXTERNAL CSS FILE FOR atributetosankaradeva.org
-----------------------------------------------------------------------------
*/

/*this is the style defn for the menu-layer*/
#menu_layer{
position:absolute;
top:10%;
left:2%; 
height:75%;
width:20%;
border:4px double firebrick;
background-image:url('images/mscript2.jpg');
-ms-filter:"progidDXImageTransform.Microsoft.Alpha(Opacity90)"; 
filter: alpha(opacity=90);
opacity: 0.9
}


/*this is the style for the body element. it contains the necessary font styles also so that we don't have to define a <font> tag anywhere inside the page*/

body{
background:#FFCC66 url('images/mscript.jpg') fixed;
alink:red; vlink:green; border:medium none; font-color:indigo; font-size:100%; font-family:Arial; font-style:normal; background-image:url('images/mscript.jpg'); background-attachment:fixed

}/*try this alternately: background-image:url(tile5bl.jpg)*/
/*Also can try out this--->margin-top:10em; margin-bottom:10em;----works nicely in case of netscape, not so in case of IE*/

/*this is the style for the key-terms in the text (not hyperlinks)*/
/*changes made - style defn incorporated newly ex. contained in 'ankiya' page*/
.key_term{
color:firebrick; /*or, a different shade of blue; close to 'indigo'*/
font-weight:bold;
border-bottom:1px dashed firebrick; 
}


/*this is the general style for all paragraphs */
p{
margin:0.25in 5%; color:indigo;
font-family:Georgia,Verdana,"Times New Roman";
font-size:106%;
text-align:left;
background-image:url('none');
text-indent:4em;
 }

/*this is the style for the reference element - tool-tip; to be used in a <a> tag; ex given in page 'ankiya' */
/*changes made - style defn inc */
#reference{
font-family:Georgia;
font-weight:normal;
border-bottom:4px double blue;
}

.reference{
font-family:Georgia;
border-bottom:4px double blue;
}

a.reference:hover{
text-decoration:none;
}


/*this is the style for paras which will be center-aligned */
p.center{
margin:0.25in;
color:indigo; font-family:Arial;font-size:0.5cm;font-family:Times;
text-align:center ;
text-indent:0px;
}


/*this is the style for translation-paras*/
p.translated{
text-align:center;
background-color:#FFCC66;
border:4px double firebrick;font-family:'Times New Roman';
font-size:110%;
font-weight:light;
background-image:url('images/transback.jpg');
padding:4px;
text-indent:0px
}



/*this is the style for the 'Last Modified' time-stamp*/
p.time_stamp{
color:indigo;font-weight:bold; font-family:Times;font-size:80%;font-style:italic;
text-align:center; 
background-image:url('none');
text-decoration:underline;
}


/*this is the style for the 'Also See' element*/
p.also_see{
margin-top: 0.25in;
margin-bottom: 0.25in;
color:indigo;
font-weight:bold;
font-family:Arial;
font-style:normal;
text-align:center;
background-image:url('back4.1.jpg');
border:1px solid firebrick;
width:12%;
margin-left: 5%;
text-indent:0em;
}


/*this is the style for  all (long) passages meant to be centred*/
p.center_passage{
border:4px double firebrick; margin-left:20%;margin-right:20%;/*adjust manually on per-page basis as per reqrmnt*/
color:indigo; font-size:110%;font-family:'Times New Roman';
text-align:center ;
padding:4px;
background-image:url('images/mscript4.jpg');
text-indent:0px
}

pre{border:4px double firebrick; margin-left:20%;margin-right:20%;/*adjust manually on per-page basis as per reqrmnt*/color:indigo; font-size:110%;font-family:'Times New Roman';
text-align:center ;
padding:4px;
background-image:url('images/mscript4.jpg');
text-indent:0px
}


/*for all quotations*/
.quote{
font-style:oblique;
font-size:0.4cm;font-weight:bold;
}


/*this style is for decorating the (short) classical terms/phrases of Assamese and Sanskrit occuring within the page.*/ 
.term{
font-family:Times;font-size:105%;text-decoration:overline;font-weight:bold;
}


/*this defines the style for the source element which is inserted on the extreme right immediately after a quotation-block*/
.source{
margin-left:3.70in;
font-size:0.4cm;font-family:serif;font-weight:bold;
}

/*this is the style for paras which will be aligned right*/
p.right{
margin:0.25in;
color:indigo; font-family:Arial;font-size:0.5cm;
text-align:right ;
}



/*the 'emphasis' element*/
*.emphasis{
font-weight:light; font-size:0.55cm;font-family: Times New Roman; line-height:26px;
word-spacing:0.05em;letter-spacing:0.05em;
background:#FFFF99;
}




/*this is the style for the page-heading element*/
h3{
margin:0.25in 5%; color:red;
border:4px double red;
text-align:center;
font-family:Georgia;
background-image: url('saaachi1.9.1.jpg');
font-size:110%;
}
 
/*this is the style for the paragraph-heading element*/
h4{
color:red;
border:2px solid rgb(100%, 0%, 0%);
margin-left:5%;
margin-right:5%;
margin-bottom:20px;
margin-top:0px;
text-indent:2em;
font-family:Georgia;
background-image: url('saaachi1.9.1.jpg');
font-size:100%;
}


h4.menu{
margin-top:10px;
}

h4.bottom{
margin-bottom:2px ;
}

h5{
color:red;
margin-left:5%;
margin-right:5%;
font-family:Georgia;
font-size:100%;
margin-bottom:0px;
margin-top:0px;
text-decoration:underline;
}


/*this is the style for the 'next-home-previous' navigational bar appearing on page top-left*/
h5.nav{
margin-left:2%;
margin-top:0px;
margin-bottom:0px;
/*text-align:left;*/
font-size:95%; 
text-decoration:none;
}

/*this is the style for the 'next-page' link*/
h5.nextlink{
margin:0.25in;
text-align:center;
font-size:95%;  
font-style:normal;
}

/*this is the style for the 'go-to-top-of-page' link*/
h5.toplink{
margin:0.25in;
text-align:right;
font-size:95%;  font-family:Arial;font-style:normal;
}


/*this is the style for the image element*/
img{
display:block;
border:0px solid firebrick;
margin:5px; 
}

/*the sanchi-leaf image(page_header)--IMAGE*/
img.leaf{  
height:25 ; width:20; 
border:1px solid firebrick;
margin-left:2.8%;margin-bottom:0px;
}


/*the sanchi-leaf image(para_header3.jpg)--CONTAINER*/
div.mast_leaf{
height:25px; 
width:20px; 
border:1px solid firebrick;
margin-left:2.8%;
margin-bottom:0px;
padding:0px;
background-image:url('images/para_header3.jpg');
}

/*Gurudeva's portrait (gurudev2.jpg) Container Div*/
div.portrait{
height: 130px;
width: 95px;
border:1px solid firebrick;
float:right;
background-image:url('images/Gurudev_2.jpg');margin-left:5px; margin-right:3px; margin-top:-30px; margin-bottom:2px
}


/*Gurudeva's Image*/
img.main{
display:block;height: 20%;
border:2px solid firebrick;
float:right;
margin:-30px 3px  2px 5px;
}



u{text-decoration:none;}


/*these are the styles for the un-ordered-lists*/
ul{
color:indigo;
text-align:justify;
font-size:95%;
margin:2%;
}

ul li{
color:rgb(80%,10%,10%);
list-style-image:url('list_button.gif');
border:0px none px;
margin:2%;
font-weight:bold;
font-style:normal;
}

ul li.menu_item{
list-style-image:url('none');
text-align:center;
padding:0px;
margin-left:2px;margin-right:2px;margin-bottom:2px;
font-style:normal;
}

/*this is/will be the style for the italicizing certain important/key terms like names of books, Sanskrit/Assamese words, etc*/
i{
border-style:groove;border:0px solid firebrick;
background:none;
padding:2px;
}

/*i.something{border-style:groove;border:1px solid firebrick;background:none;padding:2px;}*/


/*these are the styles for the ordered-lists*/
ol{
color:rgb(80%,10%,10%);
font-size:95%;
margin:2%;
text-align:justify;
}

ol li{
margin:5px;

}

/*this is the style for the anchor element*/
a{

color:blue;
font-family:'Times New Roman';
font-weight:bold;
text-decoration:none;
}

a:hover {
background:#FFCC66;
text-decoration:underline;
}
/*a.top{
color:rgb(0%,45%,0%);
text-align:right;
font-family:'Arial';
font-weight:bold;
margin:0.25in;
}
*/

a.top_next{
color:rgb(0%,45%,0%);
font-family:"Arial";
font-style:italic;
}

a.navbar{
color:rgb(0%,45%,0%);
margin-right:5px;
}

a.navig{
font-size:0.47cm;
}



/*this is the style for main outline div*/
div.main{
margin-top:0px;
margin-left:5%;
margin-right:5%;
border:4px double red;
background-image:url('images/mscript3.jpg');
}


 i{
text-decoration:none;
font-weight:bold;
font-style:normal;
}

.subscript{
font-size:60%;
font-weight:bold;
}
/*NOTES-------->*/
/* use separate styles for the <h5> element (the sub-heading <h5> and the navign <h5>*/
/*also for the top elt and for the next elt*/
/*REMEMBER TO INCLUDE THE 'SRC' OF IMAGES WITHIN THIS STYLE-SHEET ALSO;LEARN HOW TO INCLUDE THE 'SRC' IN A STYLE SHEET*/
/* this is the entity for smart quotes &ldquo; (opening) and &rdquo; (closing)*/
/*margin vals- <top right bottom left>*/
/*h2{color:red; border:2px solid red;margin:0.25in;background-color:; text-align:center;font-family: Arial;background-image: url(saachi1.8.jpg);}*/
