@charset "UTF-8";
/* LINKS */


/*The following styles are for navigation menu links */

.nav {
	width: 961px;
	height: 36.25px;
	margin-top: 50px;
	background-color: #000;
	font-size: 17.5px;
	z-index: 5;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}




ul {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
	width: auto;
	height: 36.25px;
	background-color: #000;
}

li {
	display: inline;
	
	
}


a:link {
	color: #FFF;
	background-color: #000;
	text-align: center;
	
	padding-top: 3.5px;
	padding-bottom: 2.5px;
	margin-left: 1.75px;
	margin-right: 0px;
	margin-top: 1.25px;
	
	padding-right: 0px;
	padding-left: -6px;
	text-decoration: none;
	outline: 0;
	width: 190px;/* specifies the width of the links*/
	float: left;/*needed for all links to have an equal width*/
	
	
-webkit-border-radius:1px; -moz-border-radius:1px; -ms-border-radius:1px; border-radius:1px; 	
	
	
	
	
}

  
a:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	
}


a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
		
}

.active a {
	color: #000;/*text*/
	background-color: #FFF;
	text-decoration: none;
}
/*End of styles for navigation menu links */


/*The following styles are for the website logo links that are in the footer */

.website_logos a:link {
	background-color: transparent;
	padding-left: 9.7px;
	padding-right: 9.7px;
	margin-left: -2px;
	float: none;/*needed in order to separate code from "a:link" float:left*/
}

.website_logos a:visited {
	background-color: transparent;
}

.website_logos a:hover {
	background-color: transparent;
}

.website_logos a:active {
	background-color: transparent;
}
/*End of styles for the website logo links that are in the footer */



/*Page 2 "Digital"*/

/*Breadcrumb Trail*/

.breadcrumb_trail {
	margin-top: 25px;
	margin-left: 25px;
	word-spacing: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		
}

.breadcrumb_trail ul {
list-style-type: none;
}

.breadcrumb_trail li {
	display: inline;
}

.breadcrumb_trail a:link  {
	color: #AAA;
	background-color: transparent;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	outline: 0;
	width: 0px;/* specifies the width of the links*/
	float: none;/*needed for all links to have an equal width*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

.breadcrumb_trail a:visited  {
	color: #AAA;
	background-color: transparent;
	text-decoration: none;
}

.breadcrumb_trail a:hover  {
	color: #EBEBEB;
	background-color: transparent;
	text-decoration: none;
}

.breadcrumb_trail a:active  {
	color: #AAA;
	background-color: transparent;
	text-decoration: none;
}

.breadcrumb_trail_current {
	color: #EBEBEB;
}
/*End Breadcrumb trail styling*/

/*Side Navigation*/

.side_menu_nav {
	width: 190px;
	height: 145px;
	color: #FFF; /*text white*/
	background-color: #000;
	font-size: 17.5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	margin-top: 50px;
	text-align: left;
	
 }

side_menu ul  {
	list-style-type: none;
	
}

 
side_menu li  {
	display: block;
}


side_menu a:link  {
	text-align: left;
	color: #FFF; /*text FFFwhite*/
	background-color: #000;
	width: 120px;
	margin-top: 15px;/*this effects all links that follow for the side_menu*/
	margin-left: 25px;
	text-decoration: none;
	padding-top: 0px;/*this minimizes the space around each item in the list and causes the mouse to turn into a hand closer to each item in the list*/
	padding-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


side_menu_video a:link  {
	text-align: left;
	color: #FFF; /*text white*/
	background-color: #000;
	margin-top: 0px;/*this creates space between the video item from the still image item in the list*/
	
	
	
	margin-left: 25px;
	
	text-decoration: none;
	width: 60px; /*this adjusted the size of the area to be smaller than the still image text area so that the mouse would turn from an arrow into a hand closer to the text*/
	
	
}


side_menu_animation a:link  {
	text-align: left;
	color: #FFF; /*text white*/
	background-color: #000;
	
	
	
	width: 105px;/*this adjusted the size of the area to be smaller than the still image text area so that the mouse would turn from an arrow into a hand closer to the text*/
	margin-top: 0px;
	margin-left: 25px;
	
	text-decoration: none;
	
}
side_menu_website a:link  {
	text-align: left;
	color: #FFF; /*text white*/
	background-color: #000;
	
	
	
	width: 90px;/*this adjusted the size of the area to be smaller than the still image text area so that the mouse would turn from an arrow into a hand closer to the text*/
	margin-top: 0px;
	margin-left: 25px;

	text-decoration: none;
	
}

side_menu a:visited  {
	color: #FFF; /*text white*/
	background-color: #000;
	
}


side_menu a:hover  {
	color: #CCC; /*text grey*/
}


side_menu a:active   {
	color: #000;/*text black, background black*/ 
	
}
/*End Side Navigation* *is the fact that it is a vertical navigation the reason for taking the period out of the beginning of the declaration, or is it because it is a different style for each item within the same container: side_menu_nav?*/

/*Begin links for Digital Thumbnail*/


.page{
	margin-top: 50px;
	width: 660px;
	padding-top: 39px;
	padding-left: 32px; /*this increases the width of the page*/
	padding-right: 12px;
	background-color: #FFF;/*FFF white*/
	float: right;
	margin-bottom: 75px;
	z-index: 5;
	padding-bottom: 72px;
	display: inline; /*this prevents IE6 from doubling the margin in the direction of the float.  This can be applied to all floats without side effects*/
	
}


.thumbnail {
	float: left;/*the float left indicates where the first div will go to in the page2 container div*/
	width: 200px;/*the width and height specify the width and height of the div that contains the element*/
	margin: 0 20px 20px 0; /*space between thumbnails*/
	padding: 0px; /*the thumbnail divs are still against the inside upper left edge of the page2 container div.  Use padding in the page2 class style.
*/
	display: inline;
}


thumbnail ul  {
	list-style-type: none;
}

 
thumbnail li  {
	display: inline;
	
}


thumbnail a:link  {
	float: left;/*the float left indicates where the first div will go to in the page2 container div*/
	width: 200px;/*the width and height specify the width and height of the div that contains the element*/
	margin: 0 20px 20px 0; /*space between thumbnails*/
	padding: 0px; 
	display: inline;
	text-decoration: none;
	border: 0px;
	background-color: transparent;
	
}



thumbnail a:visited  {
	
}


thumbnail a:hover  {
	
}


thumbnail a:active   {
	 
}

thumbnail_website a:link  {
	float: right;
	width: 200px;/*the width and height specify the width and height of the div that contains the element*/
	margin: 0 20px 20px 0; /*space between thumbnails*/
	padding: 0px; 
	display: inline;
	text-decoration: none;
	border: 0px;
	background-color: transparent;
}
.resume_pdf_link a:link {
	color: #FC6;
	float: right;
	width: 110px;/*the width and height specify the width and height of the div that contains the element*/
	margin-top: -146.25px;/*this number is not -145px as it is for the about content because the a:link has a margin-top of 1.25px.  So I had to adjust this rule definition for this amount, 1.25px, to make the two divs even horizontally across the page.  With out adjusting it, the resume_pdf text appears lower*/
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.16em;
	z-index: 5;
	display: inline;
	text-decoration: none;
	background-color: transparent;
	margin-left: 64px;
	padding: 0px;
}
.resume_pdf_link a:visited {
	color: #FC6;
	
}
.resume_pdf_link a:hover {
	color: #FC6;
	text-decoration: underline;
}
.resume_pdf_link a:active {
	color: #FC6;
}