/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address,  em, img, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: rgb(0,0,0);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** {outline: dashed #FFFBFB thin }*/

body {
	background-color: rgb(38,38,38);
	max-width: 1024px;
	margin: 12px auto;
}

/*Header*/
header {
	background: rgb(227, 227, 227);
	border-radius: 10px 10px 0 0;
	float: left;
	clear: both;
	height: 100px;
	width: 990px;
	margin: 0 0 0 0;
}
header h1 {
	color: rgb(0,0,0);
	font-weight: 700;
	font-size: 3.5em;
	font-family: allan;
	font-style: normal;
	text-align: left;
	line-height: 1em;
	float: left;
	width: 45%;
	margin: 1.5% 0 0 3.10%;
}
header h2 {
	display: none;
}
header img {
	position: absolute;
	z-index: 1;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 10px;
}

/*Main Navigation*/
#mainNav  {
	background: rgb(227, 227, 227);
	position: absolute;
	z-index: 2;
	/*float: right;*/
	/*clear: right;*/
	width: 640px;
	height: 46px;
	margin: 25px 1px 0 325px;	
	/*padding: 1px 0px .5px 0px; /* top right bottom left */
}
#mainNav ul {
	line-height: normal;
	list-style: none;
	padding: 0px;
  	margin: 0px 0px 0px 15px;
}
#mainNav a {
	font-family: "grad",sans-serif;
	font-weight: 600;
	font-size: 1.33em;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 48px;
	/*color: rgb(0,0,0);*/
	display: inline;
	float: left;
	height: 45px;
	border: none;
	border-radius: 3px 5px;
	padding: 0px 14px; 
	margin: 0px 4px;
}
#mainNav a:hover {
	background: rgb(47, 47, 47);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#mainNav a:active {
	background: rgb(47, 47, 47);
	color: rgb(255, 255, 255);
	width: auto;
}
ul li .current {
	background: rgb(50, 50, 50);
	color: rgb(214, 214, 214);
	text-decoration: none;
}

/*About Me, Resume, Links*/
section {
	background: rgb(234, 234, 234);
	float: left;
	clear: both;
	width: 990px;
	height: auto;
	border-radius: 0px 0px 10px 10px; /* topLeft topRight bottomRight bottomLeft */
	padding-bottom: 10px;
	margin: 8px 0 0 0;
}
section h2 {
	color: rgb(0,0,0);
	font-family: "grad",sans-serif;
	font-size: 200%;
	font-weight: 700;
	text-align: left;
	line-height: 1em;
	/*float: left;*/
	/*padding: 5px 10px 0;*/
	margin: 20px 0px 15px 20px; /* top right bottom left */
}
section p {
	color: rgb(0,0,0);
	font-size: 110%;
	font-family: "grad",sans-serif;
	text-align: left;
	line-height: normal;
	margin: 10px 40px; /* top-bottom right-left */
}
section#about img {
	margin: 10px 15px 5px 40px;
	float: left;
}
section#resume .linkBold {
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 40px;
}
section#resume table {
	width: 940px;
	margin-top: 20px;
	margin-left: 40px;
	border: 0;
}
section#resume table tr th {
	width: 140px;
}
section#resume h3, table {
	color: rgb(0,0,0);
	font-family: "grad",sans-serif;
	text-align: left;
	line-height: normal;
	margin: 10px 40px; /* top-bottom right-left */
}
section#resume p {
	font-size: 105%;
	text-align: left;
	line-height: 22px;
	margin: 0 0; /* top-bottom right-left */
}
section#resume table th h3 {
	font-size: 105%;
	font-weight:800;
	margin: 0;
}
section#resume table td {
	padding-bottom: 10px;
}
section#resume p.employerBold {
	font-weight: bold;
}
section#resume td ul {
	font-size: 103%;
	margin-bottom: 5px;
}
section#resume td ul.bullets li {
	 list-style: disc;
	 margin-left: 18px;
}
section#resume td ul.bullets2 li {
	list-style-type: square;
	margin-left: 18px;
}
section#resume td ul.bullets2 {
	list-style-type: square;
	margin-bottom: 10px;
}
section#resume td ul.nobullets li {
	 margin-left: 20px;
}
section#resume td ul.nobullets {
	margin-bottom: 10px;
}
section#contact .linkBold {
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 40px;
}
section .links {
	color: rgb(0,0,0);
	font-size: 110%;
	font-family: "grad",sans-serif;
	text-align: left;
	margin: 10px 40px; /* top-bottom right-left */
}
.links a img {
	margin-right: 10px;
}
.links a {
	float: left;
	clear: both;
	vertical-align: middle;
	margin-bottom: 10px;
}

/*Portfolio Section*/
#content {
	background: none;
	float: left;
	clear: right;
	width: 980px;
	height: 880px;
}
#content h3  {
	display: none;
}
/* Portfolio Links */
#portfolioLinks {
	border-radius: 0px 0px 0px 5px; /* topLeft topRight bottomRight bottomLeft */
	background-color: rgb(227, 227, 227);
	float: left;
	width: 240px;
	height: auto;
	margin-right: 8px;
}
#portfolioLinks ul {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 1.05em;
	font-weight: normal;
	line-height: normal;
	list-style: none;
	/*margin: 10px 3px 20px 3px; /* top right bottom left */
}
#portfolioLinks a {
	display: block;
	text-decoration: none;
	color: rgb(0, 0, 0);
	line-height: 20px;
	border-radius: 2px 2px;
	padding: 5px 5px;	
	margin: 5px 8px 5px 8px;
}
#portfolioLinks a:hover {
	/*border: thin solid rgb(47, 47, 47);*/
	background: rgb(90, 90, 90);
	color: rgb(227, 227, 227);
	text-decoration: none;
}
#portfolioLinks a:active {
  background: rgbrgb(90, 90, 90);
  color: rgb(255, 255, 255);
}
.sublink {
	color: rgb(0, 0, 0);
	font-size: .8em;
}

/* Portfolio Images */
#portfolioFrame {
	width: auto;
}
#portfolioFrame iframe {
	width: 760px;
	height: 900px;
	position: absolute;	
	border: none;	
}
iframe:focus {
	outline: none;
}
iframe[seamless] {
	display: block;
}
#galleryText {
	width: 530px;
	margin-left: 112px;
}
#galleryText p {
	font-family: "grad",sans-serif;
	font-weight: normal;
	color: rgb(245, 245, 245);
	font-size: 1.05em;
	padding-bottom: 8px;
	line-height: 20px;
	text-indent: -102px;
	letter-spacing: .5px;
}
#galleryText a {
	color: rgb(227, 227, 227);
	font-size: 1.10em;
}
#galleryText .bold  {
	font-weight: 700;
}

/*Footer*/
footer {
	float: left;
	clear: both;
	width: 49%;
	height: 30px;
	margin: 15px 0 0 0; /* top right bottom left */
}
footer p {
	font: 0.8em verdana;
	color: rgb(234, 234, 234);
	text-align: left;
	line-height: 1em;
	margin: 8px 0 0 1.03%; /* top right bottom left */
}


/* media layouts */
@media screen and (min-width: 871px) and (max-width: 1012px) {
	body  {
		/*background-color: yellow;*/ 
	}
	header, #mainNav, section {
		width: 83%;
	}
	#portfolioImages  {
		width: 70%;
		height: 785px;
		overflow: hidden;
	}
	#portfolioImages img {
		width: 98%;
	}
	#rossetti {
	  margin-bottom: 475px;
   }
   #signature {
	  margin-bottom: 230px;
   }
   #jwphotos  {
	  margin-bottom: 250px;
   }
   #dimitri, #lolaPuppies {
	  margin-bottom: 100px;
  }
}

@media screen and (min-width: 601px) and (max-width: 870px)  {
	body {
		/*background-color: green;*/
	}
	header, #mainNav, section {
		width: 50%;
	}
	#portfolioLinks {
		width: 28%;
		min-width: 175px;
		margin-right: 8px;
	}
	#portfolioLinks ul  {
		font-size: 95%;
	}
	#portfolioImages  {
		width: 70%;
		height: 660px;
		overflow-y: scroll;
	}
	#portfolioImages img {
		width: 96%;
	}
	#dimitri, #signature, #rossetti, #jwphotos, #lolaPuppies {
		margin-bottom: 20px;
   }
}

/*@media screen and (min-width: 601px) and (max-width: 768px) {
	body  {
		/*background-color: blue; 
	}
	header {
	   font-size: 75%;
		width: 83%;
		height: auto;
	}
	header h1 {
		margin-top: 1.5%;
		margin-bottom: 2%;
	}
	header h2 {
		margin-top: 2%;
	}
	#mainNav {
		width: 83%;
		height: 40px;
		margin-top: 6px;
	}
	#mainNav a {
		line-height: 42px;
		height: 39px;
		padding: 0 10px; 
		margin: 0px 5px;
	}
	section  {
		margin-top: 6px;
	}
	#portfolioLinks {
		width: 30%;
		min-width: 165px;
		margin-right: 4px;
	}
	#portfolioLinks ul  {
		font-size: 88%;
	}
	#portfolioLinks a  {
		line-height: 16px;
	}
	#portfolioImages  {
	width: 66%;
	height: 555px;
	overflow-y: scroll;
	}
	#portfolioImages img {
		width: 98%;
	}
	#dimitri, #signature, #rossetti, #jwphotos, #lolaPuppies {
		margin-bottom: 20px;
   }
}

@media screen and (min-width: 321px) and (max-width: 600px)  {
	body  {
		/*background-color: red;
	}
	header {
		font-size: 58%;
		width: 83%;
		height: auto;
	}
	header h1 {
		width: auto;
		margin: 2% 0 2% 3%;  /* top right bottom left 
	}
	header h2 {
		width: 40%;
		margin-top: 2%;
		margin-right: 1%;
	}
	#mainNav {
		width: 83%;
		height: 40px;
		margin-top: 5px;
	}
	#mainNav a { 
		line-height: 42px;
		height: 39px;
		padding: 0 8px; 
		margin: 0px 3px;
	}
	section  {
		margin-top: 5px;
	}
	#portfolioLinks  {
		display: none;
	}
	#portfolioImages  {
		height: 530px;
		overflow-y: scroll;
	}
	#portfolioImages img  {
		width: 98%;
	}
	#dimitri, #signature, #rossetti, #jwphotos, #lolaPuppies {
		margin-bottom: 10px;
   }
	footer {
		width: 80%;
	}
}

@media screen and (max-width: 320px) {
	body  {
		/*background-color: purple;
		max-width: 320px;
	}
	header {
		font-size: 60%;
		width: 83%;
		height: auto;
	}
	header h1 {
		float: none;
		width: 80%;
		margin: 2% 0 1.5% 5%;  /* top right bottom left 
	}
	header h2 {
		float: none;
		width: 80%;
		margin-right: 1%;
		margin-left: 10%;
	}
	#mainNav  {
		height: 38px;
		margin-top: 4px;
	}
	#mainNav a {
		font-size: 1.2em;
		line-height: 40px;
		height: 37px;
		padding: 0 5px; 
		margin: 0px 3px;
	}
	section  {
		margin-top: 6px;
	}
	#portfolioLinks  {
		display: none;
	}
	#portfolioImages {
		height: 450px;
		overflow-y: scroll;
	}
	#portfolioImages img  {
		width: 98%;
	}
	#dimitri, #signature, #rossetti, #jwphotos, #lolaPuppies {
		margin-bottom: 10px;
   }
   footer  {
	  font-size: 80%;
	  width: 83%;
   }
*/
