@charset "UTF-8";
body {
	font-family: 'Roboto', serif;
	font-size: 12pt;
	line-height: 16pt;
	background-color: #eeeeee;
	margin: 20px;
	font-weight: 300;
}

p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1 {
	font-size: 36pt;
	color: #eb0000;
	font-weight: 300;
	padding: 0px;
	margin:0px; 
}

h2 {
	font-size: 18pt;
	line-height: 22pt;
	color: #eb0000;
	font-weight: 300;
	padding: 0px;
	margin-left: 2px;
	margin-top: 25px;
	margin-bottom: 0px;
}

h3 {
	font-size:14pt;
	color: #0073cd;
	font-style:italic;
	font-weight:300;
	margin: 0px;
}

h4 {
	font-size:14pt;
	color: #0073cd;
	font-weight:300;
	margin-left: 0px;
	margin-top:20px;
	margin-bottom:0px;
}

h1 a, h2 a, h3 a {
	color:inherit;
}

a:link {
	text-decoration:none;
	border: none;
}

a img {
	border: none;
	outline: none;
}

a:hover{
	text-decoration:underline;
	border: none;
}

#content {
	margin-top:25px;
	width:1020px;
}

.workdetails {
	font-size: 10pt;
	line-height: 13pt;
	margin-top: 5px;
}

.workline {
	margin-bottom: 50px;
	border-bottom:1px solid #cccccc;
	height: 1%;
	overflow:hidden;
}

.workimages{
	width: 600px;
	margin: 0px;
	float: left;
}

.worktext{
	width: 400px;
	margin: 0px;
	padding:0px;
	float:right;
}

.workimages ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.workimages li {
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	
}

.activenav {
	font-weight:400;
}

.lazy {
  display: none;
}

p a {
	color:#00355e;
}

strong {
	font-weight:400;
}

em {
	font-style:italic;
}

/*overrides for small screens*/

@media only screen and (max-width: 800px), only screen and (max-device-width: 480px) {
	
	#content {
		width: 600px;
	}
	
	.workimages {
		width: 600px;
		float: none;
	}
	
	.worktext {
		float: none;
		margin-left: 10px;
	}
	
	.clear {
		clear: both;
	}


}