﻿* { margin: 0; }

html, body
{
    height: 100%;
}

body
{
    background: #f3f3f3 none;
    color: #353535;
   
    padding: 0px;

    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
}

p, ul
{
    line-height: 1.4em;
    margin: 1em 0 1em 0;

}

#centerWrapper
{
    position:absolute;
    left:50%;
    width: 930px;
    margin-left: -465px;
    padding:0;
    height: 100%;
}

#singleColumn
{
    position:absolute;
    padding: 0;
    top: 100px;
    width:930px;
    vertical-align: top;
}

#leftColumn
{
    position:absolute;
    padding:0;
    top:100px;
    width:450px;
    vertical-align: top;
}

#rightColumn
{
    position:absolute;
    padding:0;
    top:100px;
    left:450px;
    width:480px;
    vertical-align: top;
}

.footer
{
    background: #0177b2;
}

.serifFont
{
    font-family: Georgia, Times New Roman, Serif;
}

.sansSerif
{
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.header, .header a
{
    color: White;
    text-decoration: none;
}

.header a:hover
{
    text-decoration: underline;
}


/* Top-level "Synthesia" text */
.mainTitle
{
    font-size: 54px;
}

/* The "fun way to learn..." text */
.mainSubtitle
{
    font-size: 36px;
}

/* Heading in each of the feature boxes on the front page */
.readableHeading
{
    font-size: 24px;
}

/* Most "large" text: header copy, feature box copy, news entry titles, etc. */
.readable
{
    font-size: 18px;
}

.featureBox
{
    background: #d4e1ec;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    
    width: 303px;
    height: 108px;
    margin-bottom: 20px;
    
    padding-left:104px;
    padding-right:18px;
    padding-top:12px;
}

.downloadBox
{
    background: #d4e1ec;
    
    width:215px;
    height:70px;
    
    padding:10px;
    padding-top:15px;
    padding-left:100px;
    margin:10px;

    text-align:left;

    background-repeat: no-repeat;
    background-position: 15px 10px;
}

h1
{
    background: #d4e1ec;
    font-family: Georgia, Times New Roman, Serif;
    
    width: 910px;
    height: 30px;
    
    margin: 40px 0 20px 0;
    
    padding: 10px 10px 10px 10px;
    font-size: 24px;
    font-weight: normal;
    color: #017ab4;
    
    clear:both;
}

.newsBox
{
    background-repeat: no-repeat;
    background-image: url('images/newsBox.png');
    
    width: 462px;
    height: 31px;
    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    
    font-size: 18px;
    color: White;
}

/* The date in a news box */
.newsDate
{
    padding-top: 4px;
    float: right;
    font-size: 12px;
}

.featureTitle
{
    font-size: 24px;
    color: #017ab4;
}

.bigButton
{
    background-repeat:no-repeat;
    display:inline-block;
    
    height: 50px;
    
    padding-left:20px;
    padding-top:10px; 
}

.bigButton span
{
    font-family:Arial;
    font-size:12px; 
}

/* For C&D Page */
.paper
{
   background-color: white;
   outline: black solid 1px;
   color: black;
   padding: 30px;
}

.boxOutline
{
    outline: #017ab4 solid 3px;
}

img
{
    border: 0;
}

.emphasis
{
   font-weight: bold;
}


div.donate100, div.donate50, div.donate25, div.donate10, div.donate5, div.donate4 {
	height: 18px;
	background-repeat: no-repeat;
   background-position: 0 1px;
	margin: 0 0 0 0;
	text-indent: 20px;
	font-size: small;
}

div.donate100 { background-image: url("images/donate_100.gif"); }
div.donate50  { background-image: url("images/donate_50.gif"); }
div.donate25  { background-image: url("images/donate_25.gif"); }
div.donate10  { background-image: url("images/donate_10.gif"); }
div.donate5   { background-image: url("images/donate_5.gif"); }
div.donate4   { background-image: url("images/donate_4.gif"); }
