@charset "UTF-8";
/* 
Filename: 
Author: david wysocki
Description: this is the css for the project4 homework, were going to make it look very goood trust in me
*/

/* CSS simple reset minified */

*{
	margin:0;padding:0;border:0;outline:0;line-height:1.5em;vertical-align:baseline;text-decoration:none;font-family:Arial,Helvetica,sans-serif;list-style:none;
}

/* body and layout styles */

body {
	font-size: 11px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
  }

  p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 5px;
  }

/* header */

#header {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.75);
	background-image: url(images/vangoghbanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
  }

 
/* side bar */
#sidenav {
	width: 220px;
	float: left;
	margin-left: -1px;
	padding: 5px;
}

#sidenav h3 {
	background-color: rgba(204, 204, 204, 1);
	padding: 5px;
	margin-right: 5px;
  }

/* side bar navigation */

.navigation {
	float: left;
	display: block;
	overflow: hidden;
	width: 220px;
  }

/* css sprites */

.woa .menu {
	display: block;
	position: relative;
	height: auto;
	width: 220px;
	background-color: rgba(0, 0, 0, 1);
	cursor: pointer;
	padding: 5px 0 0 0;
	color: rgba(255, 255, 255, 1);
  }

  .woa .menu li {
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 0 0;
  }

  .woa {
	list-style: none;
	margin: 0;
  }
  
  .drop {
	display: block;
	background-color: rgba(175, 175, 175, 1);
	position: relative;
	width: auto;
  }

  .menu li,.drop li {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(204,204,204,1);
  background: transparent url("images/nav_pointer.png") no-repeat right 0;
}

/* navigation link styles */

.menu a {
	display: block;
	text-decoration: none;
	padding: 10px;
	width: 100%;
	height: 100%;
  }

.menu a:visited {
  color: rgba(0, 0, 0, 1);
}

.menu a:link {
	color: rgba(0, 0, 0, 1);
  }

  .menu a:hover {
	color: rgba(255, 255, 255, 1);
  }

  .menu a:active {
	color: rgba(0, 102, 153, 1);
  }

  .menu .drop li:hover {
	background-color: rgba(102, 102, 102, 1);
	background-position: right -100px;
  }

  .menu .drop li:active {
	background-color: rgba(204, 204, 204, 1);
	background-position: right -200px;
  }


/* content area */	

#content {
	padding: 10px;
	margin-left: 230px;
	border-left: 1px solid rgba(0,0,0,.75); /* black with 75% opacity */
}

#content h2 {
	color: rgba(51,102,153,1);
	margin-top: 0;
  }

  .selfportraits {
	display: block;
	width: 160px;
	height: 144px;
	background: url(images/selfportraits.jpg) bottom;
	text-indent: -99999px;
	cursor: help;
	float: left;
	margin: 0 5px 5px 0;
  }

  .selfportraits:hover {
	background-position: 0 0;
	float: left;
	margin: 0 5px 5px 0;
	cursor: help;
  }

  #content blockquote {
	display: inline-block;
	color: rgba(0, 0, 0, 1);
	font-style: italic;
	line-height: 1.5em;
	padding: 5px;
  }
  
  #content blockquote:first-letter {
	font-size: x-large;
	color: rgba(51, 102, 153, 1);
  }

/* table with portraits */

table {
	caption-side: top;
	display: inline-table;
	background-color: rgba(204,204,204,1);
	border: 1px solid rgba(0,0,0,1);
	border-collapse: collapse;
	color: rgba(0,0,0,0.75);
	box-shadow: 2px 2px 4px rgba(51,51,51,1);
  }

  td {
	text-align: left;
	padding: 10px;
  }

  .captiontext {
	color: rgba(51,102,153,1);
	padding: 3px 3px 7px 3px;
	font-size: 12px;
	font-weight: bold;
  }

  img {
	border: 1px solid rgba(0,0,0,1);
	float: left;
	margin: 0 5px 5px 5px;
	opacity: 0.6;
  }

  img:hover {
	opacity: 1;
  }


/* footer area */

#footer {
	color: rgba(0, 0, 0, 1); /* black with full opacity */
	border-top: 1px solid rgba(0, 0, 0, 0.75); /* black with 75% opacity */
	font-size: 9px;
	font-style: italic;
	clear: both;
	padding: 2px 0 0 10px; /* top right bottom left */
  }


/* spacer */
.spacer {
	clear: both;
}
/* validation logos hyperlinks */
a.validation_logo:link {
	background-color: #fff;
	text-decoration: none;
}
a.validation_logo:visited {
	background-color: #fff;
	text-decoration: none;
}
a.validation_logo:hover {
	background-color: #fff;
	text-decoration: none;
}
a.validation_logo:active {
	background-color: #fff;
	text-decoration: none;
}
img.validation {
	opacity: 1;
	border: none;
}

/* default link styles */

a {
	text-decoration: none;
  }
  
  a:link {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
  }
  
  a:visited {
	color: rgba(204, 0, 0, 1);
	text-decoration: underline;
  }
  
  a:hover {
	color: rgba(204, 0, 0, 1);
	text-decoration: none;
  }
  
  a:active {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
  }
