/*************************************************** 
 *                                                 * 
 *    CSS file                                     *
 *                                                 *
 *    License (for this CSS file): ISC             *
 *  ____________________ _______________________   *
 * | Author  : Amber Jain                       |  *
 * | Web     : http://thinkminus.110mb.com/     |  *
 * | Weblog  : http://thinkminus.wordpress.com/ |  *
 * |____________________________________________|  *
 * | Contact: ithinkminus [at] gmail [dot] com  |  *
 * |____________________________________________|  *
 *                                                 *
 ***************************************************/


/* Body or document layout */
body {
	font-size: 1em;
	margin-left: 32px;
	margin-right: 32px;
	padding: 0;
	background: white;
}

/*********************************************************************/

/* Links in document */
a {
	text-decoration: none;
	color: #0000FF;
	border-bottom: 1px dotted #0000FF;
}

/* Hover on links in document */
a:hover
{
	color: #74b337;
	border-bottom: 1px dotted #74b337;
}

/*********************************************************************/

/* header of web page: Contains logo and header tect */
#header {
	margin-top: 20px;
	font-size: 2em;
	text-align: right;
	margin-left: 10px;
	margin-right: 30px;
	height: 80px;
}

/* Logo: In "header" */
#logo {
	margin-left: 32px;
	margin-right: 40px;
    position: absolute;
    left: 10px;
    top: 25px;
}

/*********************************************************************/

/* navigation menu on leftside of web page */
.leftside {
      position: absolute;
      left: 40px;
      width: 155px;
      padding-top: 10px;
/*    _padding-top: 24px; */          /* Uncomment to correct an IE bug */
	  text-align: right;
	  font-family: Verdana;
	  font-size: 15px;
}

/* Links in leftsided navigation menu */
.leftside a {
	margin-top: 0px;
/*	_margin-top: -14px;  */           /* Uncomment to correct an IE bug */
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	color: black;
	display: block;
	padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    
    border-bottom: none;
}

/* Hover on links in leftsided navigation menu and BOLDed leftsided list item*/
.leftside a:hover, .leftside b a {

	background: #8ad1e4;
	color: black;
}

/* Headings for leftsided navigation menu */
.lefthead {
	padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
	display: block;
	background: black;
	color: white;
	text-align: left;
	font-family: Verdana;
	font-size: 15px;
}

/*********************************************************************/

/* Footer of web page body */
#footer {
	font-size: 0.7em;
	font-family: Verdana;
    margin-top: 20px;
    margin-left: 170px;
    margin-right: 30px;   
	text-align: center;
	color: #808080;
}

/*********************************************************************/

/* Content of web page */
#content {
		background: #ececec;
		font-family: Verdana;
        width: auto;
        min-width: 150px;
        margin-top: 10px;
        margin-left: 170px;
        margin-right: 30px;
        border: 2px solid #000000;
        padding: 10px;
}

/*********************************************************************/

/* declarations for h1, h2, h3 text */
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

/*********************************************************************/

/* date displayed on news or other pages */
.news-date {
    margin-top: 6px;
	font-size: 0.8em;
	color: #000000;
	border-bottom: 1px dotted #000000;
}




/* End of CSS file */
