* {
padding: 0;
margin: 0;
} 

body {
    font-family: 'Quicksand', sans-serif;
font-size: 25px;
/*background-image: url(image/optsbg.gif);*/
background-repeat: repeat;
}

a {
text-decoration: none;
color: #8cb8ca;
}

a:hover { 
color: #000; 
}

#wrap 
{
margin: 20px auto;
width: 980px;
padding: 10px;
background-color: #fff;
}

#header {
height : 120px;
width: 321px;
background-image: url(image/header.png);
background-repeat: no-repeat;
text-align:left;
margin-bottom: 15px;
}

#header h1 { font-family: 'Exo 2', sans-serif; padding-left: 10px; padding-top: 12px; font-size: 25px; color: #8cb8ca; }
#header h1 a { font-size: 25px; color: #8cb8ca; text-decoration: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 27px; color: #fff; }

#menu {
position: fixed;
top: 0;
background-image: url(image/menu.png);
background-repeat: no-repeat;
width: 980px;
height: 122px;
text-align: right;
margin-bottom: 30px;
font-size : 20px;
padding-bottom: 20px;
font-family: 'Lato', sans-serif;
border: 0px solid #D8E3EE;
}

#menu a {
font-family: 'Lato', sans-serif;    
color: #aaa;
text-decoration : none;
padding-top: 60px;
padding-left: 25px;
padding-right: 25px;
}

#menu a:hover {
color : #f3bd48;
}

/* IMAGES ON PAGES*/
#imghome { background-image: url(image/home/imghome2.jpg); height: 420px; width: 980px; margin-top: 70px; padding-bottom: 120px; background-repeat: no-repeat; }
#imgabout { background-image: url(image/about/imgabout.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgproject { background-image: url(image/project/imgproject.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek1 { background-image: url(image/week1/imgweek1.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek2 { background-image: url(image/week2/headerweek2.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek3 { background-image: url(image/week3/headerweek3.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek4 { background-image: url(image/week4/header4.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek5 { background-image: url(image/week5/header5.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek6 { background-image: url(image/week6/header6.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek7 { background-image: url(image/week7/header7.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek8 { background-image: url(image/week8/header8.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek9 { background-image: url(image/week9/header9.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek11 { background-image: url(image/week11/11header.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek12 { background-image: url(image/week12/12header.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek13 { background-image: url(image/week13/13header.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek14 { background-image: url(image/week14/14header.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek15 { background-image: url(image/week15/15header.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek16 { background-image: url(image/week16/header16.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek17 { background-image: url(image/week17/header17.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek18 { background-image: url(image/week18/header18.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
#imgweek19 { background-image: url(image/week19/header19.jpg); height: 420px; width: 980px; margin-top: 70px; background-repeat: no-repeat; }
/* IMAGE VIEWS/

/*One image in center*/

#imgcentral {
    width: auto;
    text-align: center;
}

/*Two images aligned*/
#imgdouble1 {
    width: 50% !important;
    float: left !important;
    text-align: left;
}

#imgdouble2 {
    width: 50%;
    float: right !important;
    text-align: right;
}

/* CONTENT */
#content { 
text-align: left;
margin-top: 5px;
padding: 10px;
font-size: 24px;
}

#content h2 { 
font-size: 27px; color : #444; 
padding: 0 0 5px 0;
}

.meta {
padding-bottom:2px;
font-size: 18px;
color:#999999;
font:Arial, Helvetica, sans-serif;
}

#bottom {
	font-size:20px;
	padding: 10px 0 0 0;
}


/* HOMEPAGE WEEK UPDATES*/

#homepost {
width: 64%;
height: 400px;
float: right;
background: #fff;
padding-bottom: 20px;
padding-left: 5px;
}

#homeimg {
width:35%;
height: 322px;
float:left;
width: 320px;
height: 400px;
padding-bottom: 20px;
}

#footer { 
margin-top: 15px; 
clear: both;
text-align: center; 
color: #fff;
font-size:18px; 
background-color:#f3bd48;
padding-top; 60px;
}

