/* 
    Document   : splash
    Created on : Jul 14, 2010, 2:55:37 PM
    Author     : collinbrooks
    Description:
        Stylesheet used for the splash page of notadaypromised
*/

#urlImg {
    display: block;
    width: 784px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

a, a:visited, a:active {
    text-decoration: underline;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.third h2 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-top-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    margin-bottom: .5em;
}

.third p {
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #666666;
}

.buffer {
    height: 2.4em;
}

a img {
    border: 1px solid #ccc;
}

#footer p {
    font-size: .6em;
    text-align: center;
}

