/*   CSS for Albany Fund for Education
       Copyright Gaetano Vaccaro 2009     */ 


/* Elements */

html {
    font-size: 100%;
}
/* the font-size helps IE to behave correctly with the elastic layout */

body {
    font-size: 1em;
    font-family: Arial, verdana, serif;
    color: #000000;
    padding: 0;
    margin: 0;
}

p {
    font-size: 0.750em;
    line-height: 1.5em;
    margin: 2em;

}

h1{
font-size: 1.125em;
line-height: 1em;
margin: 1.25em;
font-weight: 300;
}

h2 {
    font-size: 1em;
    line-height: 1em;
    margin: 1.5em;
    font-weight: bold;
}

h3 {
	font-size: .9em;
    line-height: 1em;
    margin: 1.5em;
    font-weight: bold;
}

hr {
	margin-left: 1.25em;
}

a  {
    color: #5A0663;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #eecb1d;
    font-weight: bold;
}

ul {
    margin: 1.125em .5em;
    padding: 0px;
    color: #000000;
    line-height: 1.5em;
    white-space: nowrap;
}

li {
    list-style-type: none;
}

/* Containers */

#wrap {
    width: 46.25em;
    margin: .5em auto;
    background: #fff;
    text-align: left;
}

#sidebar {
    width: 9em;
    margin: .75em .75em .75em 0;
    float: left;
    
}

#header {
    height: 9em;
}

#mainContent {
    width: 27.5em;
    margin: .75em 0;
    float: left;
    border-left: .066em solid #5A0663;
    padding-left: .75em;
}

#grants {
    float: right;
    width: 8em;
    margin-top: .75em;
    border-left: .066em solid #5A0663;
    border-bottom: .066em solid #5A0663;    
    color: #000000;
}

#grants p {
    margin: .5em;
    text-align: left;
}

#grants h1 {
    margin: 1.125em .5em;
}

#footer {
    font-size: .8em;
    text-align: center;
    color: #ffffff;
    margin-top: 7em;
    background: #5A0663;
    width: 100%;
    letter-spacing: .2em;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #eecb1d;
}

/* Navigation */

#navbar {
    height: 1.875em;
    width: 42em;
    background-color: #5A0663;
}


div#navbar ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}

div#navbar li {
    list-style-type: none;
    display: inline;
}

div#navbar li a {
    text-decoration: none;
    padding: .435em 2em;
    color: #FFF;
}
div#navbar li a:link {
    color: #FFF:
}
div#navbar li a:visited {
    color: #FFF;
}
div#navbar li a:hover {
    color: #5A0663;
    background-color: #eecb1d;
}


/* misc classes */

.clear {
    clear: both;
}

.bottomSpace {
    margin-bottom: 5em;
}

ul.mainList li {
    margin: 2em;
    list-style-type: disc;
    font-size: 0.750em;
    line-height: 1.5em;
    width: 10em;
}

ul.board li {
    margin: 1.5em;
    list-style-type: none;
    font-size: 0.750em;
    font-style: italic;
    line-height: 1.5em;
    width: 10em;
}

.current {
    color: #eecb1d;
}

.date {
	font-weight: normal;
}

.donate {
    display:block;
    height: 30px;
    width: 100px;
    background:url(http://www.thealbanyfundforeducation.org/images/donate.png) no-repeat 0 0;
    text-indent:-9009px;
}

a.donate:hover   {
    background-position: 0 -30px;
}

a.donate:active   {
    background-position: 0 0px;
}