/*
 * style.css -- Style definitions for sankethi.org website
 *
 * Copyright (C) 2002 North American Sankethi Association. All Rights Reserved.
 */

/* common definitions. */
/* Note: NS4 requires all these, as it doesn't inherit from <body> alone */

body, h1, h2, p, ul, div, span, td, .copyright, .menuitem, .masthead1, .masthead2, .masthead3  {
    color: black;
    font-family: "arial", "helvetica", "sans-serif";
}

/* Specifics */

body {
    background-color: #ffffff;
}

p {
    text-align: justify;
}

.masthead1 {
    font-weight: bold;
    font-size: 180%; /* 22pt; */
}

.masthead2 {
    font-weight: normal;
    font-size: 140%; /* 18pt; */
}

.masthead3 {
    font-weight: bold;
    font-size: 110%; /* 12pt; */
}

.copyright {
    font-weight: normal;
    font-size: 70%; /* 8pt; */
}

h1 {
    font-weight: bold;
    font-size: 140%; /* 14pt; */
}

h2 {
    font-weight: bold;
    font-size: 120%; /* 12pt; */
}

.menuitem {
    color: #333399;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%; /* 12pt; */
}

a.menuitem:hover { /* not recognized by NS4 */
    color: #000066;
    background-color: #ccccff;
}

@font-face {
    font-family: "BRH Kannada";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/BRHKANN0.eot");
}

hr {
    color: black;
}

.ed_notes {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    font-size: 80%;
}

.bg0 { /* Same background as page */
    background-color: #ccccff;
}

.bg1 { /* Alternative background 1 */
    background-color: #bbbbee; 
}

.bg2 { /* Alternative background 2 */
    background-color: aliceblue; /* #F0F8FF */
}

.bg3 { /* Alternative background 3 */
    background-color: papayawhip; 
}

/* Pane styles 
 *   The content in a browser window is conceptually divided into five panes:
 *         top
 *   left  center  right
 *         bottom
 *   They are currently implemented as <table> cells, but could equally well
 *   be implemented as frames, <div> with absolute positioning etc.
 */
.paneleft {
    padding: 2px;
    background-color: #ffffaf;
}

.panetop {
    padding: 2px;
}

.paneright {
    padding: 2px;
}

.panecenter {
    padding: 4px;
}

.panebottom {
    padding: 2px;
}

.kannada {
    font-family: "BRH Kannada";
}
