/* CSS Document */

/* =========== REDEFINED HTML ELEMENTS ============ */

html,body {
height: 100%;
font-size: 100%;
margin: 0 0 0 0;
}

body {
margin: 0 0 0 0;
padding: 0;
background-attachment: fixed;
font-family: 'Lato', sans-serif;
font-size: 82%;
color: #26393d;
text-align: center;

}

a:link { 
	color: #333333;
	}

a:hover { 
	color: #CCCCCC;
	}

/* Defined - Main site structure
*****************************************************************/

#container {
width: 749px;
margin: 0 auto;
padding: 0;
text-align: left;
background: #ffffff;
}

/* Defined - Header
*****************************************************************/

#header {
width: 749px;
margin: 0 0 0 0px;
}

#headertitle {
	height: 100px;
	background-color: #000000;
	background-image: url(images/WRES-Header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#headerimg {
	height: 169px;
	background-color: #000000;
	background-image: url(images/ImageHeaderProjects.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav {
background: #40627c;
padding: 6px 0 6px 0;
}

#nav a, #nav a:visited, #nav a:active {
color: #ffffff;
text-decoration: none;
padding: 6px 13px 6px 13px;
font-size: 100%;
/* font-weight: bold; */
/* margin-right: 1px; */
/* border-right: 1px solid #fff; */
}

#nav a:hover {
color: #ffffff;
text-decoration: none;
background: #26393d;
}

#nav a.selected {
background: #26393d;
}

/* Defined - Content area
*****************************************************************/

#contentwrap {
background: #ffffff;
width: 755px;
margin: 0 0 20px 0;
}

#main {
	width: 710px;
	padding: 0;
	text-align: left;
	line-height: 1.2;
	margin-top: 0;
	margin-right: 19;
	margin-bottom: 20px;
	margin-left: 19px;
}

#content {
	padding: 0;
	text-align: left;
	line-height: 1.2;
	margin-top: 0;
	margin-right: 19;
	margin-bottom: 20px;
	margin-left: 100px;
}

/* Defined - Posts
*****************************************************************/

.post {
border-bottom: 1px solid #e8e8e8;
margin: 0 0 1.5em 0;
}

.entry {
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 1.5em;
	margin-left: 2.5em;
}

/* Defined - Footer
*****************************************************************/

#footer {
	height: 20px;
	margin: 0 0 1px 0;
	background-color: #000000;
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer p {
margin: 0;
}

#footer a, #footer a:visited, #footer a:active {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
}

img.banner {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
