@charset "UTF-8";
/* 
** Main CSS Document 
** Jon Thompson 
*/


body { background:#000; }

/*********************************** MAIN CONTAINERS *****************************************/

#mainContainerHome { background:url(../../images/bg-homepage.jpg) no-repeat top center #000; width:900px; height:675px; margin:20px auto 0 auto; }
.contentContainerHome { width:330px; padding:240px 0 0 50px; }

/*********************************** NAVIGATION **********************************************/

.nav { width:120px; float:left }
.nav ul { display:block; padding-right:20px; text-align:left; }
.nav ul li { font-size:20px; font-weight:normal; }
.nav ul li a { text-decoration:none;  }
.nav ul li a:hover { text-decoration:none; color:#eed894; }

/*********************************** NEWS **********************************************/

.homeNews { margin:40px 0 0 0; float:right; width:170px; font-size:11px; line-height:12px; }
.homeNews h2 { font-size:18px; margin:10px 0; }
.homeNews h3, .homeNews h3 a { font-size:16px; margin:0 0 8px 0; color:#eed894; }
.postSummary p { line-height:16px; }

/*********************************** FOOTER **************************************************/

.footer { clear:both; width:900px; margin:20px auto 0 auto; }
.footer p, .footer p a { color: #444; font-size:12px; text-decoration:none; }

.footer form input { color:#444; }
.footer form input#s { width:150px; padding:2px 5px; margin-right:10px; background:#444; color:#fff; border:1px solid #ccc; }

.footerHome p, .footerHome p a { color:#fff; text-decoration:none; font-weight:normal; font-size:12px; }
.footerHome form input#s {  background:#fff; color:#000; }
