/* Global Styles for sahaliepublishing.org */
*
{
	margin:0;
	padding:0;
}

body
{
	font-family: Geneva, 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	margin: 0;
	height:100%;
	margin:0px;
	padding:0px;
}

a > img
{
	border: 0;
}

a, a:link, a:active, a:visited
{
	background-color:inherit;
	color:#18507C;
	text-decoration:underline;
	}


/* remove underline on hover and change color */
a:hover
{
	color:#385C72;
	text-decoration:none;
}

/* TEXT */
p, li
	{
	font-size:1.1em;
	}
p {
	margin-bottom: 1.1em;
	}

blockquote
	{
	/* border-left:10px solid #ddd; */
	margin-left:18px;
	margin-right:18px;
	}

strong,b
	{
	font-weight:700;
	}

em,i
	{
	font-style:italic;
	}

/* Wrapping text in  tags. Makes CSS not validate */
code,pre
	{
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	white-space:0;
	word-wrap:break-word;
	}

pre
	{
	background-color:#ddd;
	border:1px solid #000;
	font-size:90%;
	line-height:1.5em;
	margin:0 1em 1em;
	padding:0.5em;
	}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin:2em 0 1em;
	line-height: 140%;
	}
	
h1 {
	font-weight:400;
	text-align:left;
	font-size:2em;
	}
h1.header {
	margin-top: 0em;
	}

h2
{
	font-size:1.6em;
	text-align:left;
}

h3
{
	font-size:1.2em;
    font-weight: bold;
}

h4 {
	font-size:1.2em;
    letter-spacing: 0.15em;
	font-weight: normal;
	}
h5
{
	font-size:1em;
	font-variant:small-caps;
}

h6
{
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
}

/* LISTS */
ul, ol, dl {
     line-height:140%;
     margin:0 0 18px;
     }
ul {
	 list-style: none none outside;
	 }
ol {
	list-style: decimal outside none;
	}
ol li {
	margin-left: 1.5em;
	}

ul.leaf {
     list-style: circle url(../images/leaf-icon.png) outside;
	 margin: 18px 53px;    
     }
li {
	margin-bottom: 1em;
	}

dl, dfn {
     display: none;
     }

/*    SPECIAL STYLES  */

#footer p {
      padding: 0 47px;
      text-align: center;
      }
#footer {
	color: #819C0E;
	}
#subfooter p {
      padding: 0;
      text-align: right;
      }
#subfooter {
	color:#526308;
	}
#footer a:link, #footer a:visited, #footer a:active, #subfooter a:link, #subfooter a:visited, #subfooter a:active {
      color: #99BC12;
      }
table.imagegrid {
	text-align:center;
	}
table.imagegrid td {
	padding:3px;
	}
.math {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 100%;
	font-weight: 100;
	letter-spacing: 0px;
	}
.smalltext {
      font-size: 85%;
      }
.floatleft {
	float: left;
	margin-right: 12px;
	}
.floatright {
	float: right;
	margin-left: 12px;
	}
div.donation {
	color:#0F3524;
	}
