/*
Orange:#fcb03b
Blue: #0872ba
Grey: #e3e3e3
*/

body {
        background: #e3e3e3;
		margin: 0;
		padding: 0;
        font-family: Georgia, serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0px;
        line-height: 1.5em;
}

a:link {
        color: #000077;
        outline: none;
        text-decoration: none;
}

a:visited {
        color: #0872ba;
        outline: none;
        text-decoration: none;
}

a:hover {
        color: #fcb03b;
        outline: none;
        text-decoration: underline;
}

a:active {
        color: #fcb03b;
        outline: none;
        text-decoration: none: none;
}

#header {
        background-image: url(http://noahpoole.com/blog/wp-content/themes/default/images/noah.png);
        background-repeat: repeat-x;
        height: 225px;
        line-height: 225px;
        text-align: center;
        font-size: x-large;
        font-weight: bold;
}

#links {
        margin-right: 20px;
        padding: 19px;
        width: 200px;
        text-align: right;
        font-size: medium;
        float: left;
}

#content {
        padding: 19px;
        height: 100%;
        text-align: left;
        font-size: medium;
        float: none;
}

#footer {
		background-image: url(http://noahpoole.com/blog/wp-content/themes/default/images/noah.png);
        background-repeat: repeat-x;
        height: 225px;
        width: 100%;
        text-align: center;
        line-height: 225px;
        font-size: medium;
        font-weight: bold;
        clear: both;
		
}

#title {
        font-weight: bold;
        font-size: large;
}

#date {
		font-style: italic;
		font-size: small;
		text-indent: 20px;
}

#body {
		padding-left: 20px;
		text-indent: 20px;
}

#video {
        height: 75%;
        line-height: 588px;
        text-align: center;
}

#fear {
		text-align: center;
		font-size: smaller;
		padding: 15%;
}

#reel {
		text-align: center;
		font-size: medium;
		padding: 0%;
}