/*
-------------------------------------------
File: ejjolson.css Style Sheet
Author: William Donegan
-------------------------------------------
*/

/*NAVBAR CSS STYLES*/

#navbar{
  width: 141px;
}

#navbar ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-left: 1px solid #FFFFFF;
}

#navbar li{
  position: relative;
  border-bottom: 1px solid #AFB7DD;
}

html>body #navbar li{
  border: none;
}

#navbar ul a{
  display: block;
  padding: 3px 5px;
  width: 131px; /* subtract <a> left/right padding from final desired width (see #navbar width above) */
  text-decoration: none;
  color: #C6CCE7;
}

html>body #navbar ul a{
  border-bottom: 1px solid #AFB7DD; /* Set any borders for non-IE browsers here */
}

#navbar ul a:hover, #navbar ul a:active{
  background-color: #7580BD;
  color: #FFFFFF;
}

#navbar ul ul{
  position: absolute;
  top: 0px;
  left: 141px;
  display: none;
  background: #AFB7DD;
  border-left: 0px;
}

#navbar ul ul a{
  color: #C6CCE7;
  background-color: #6C77AE;
}

#navbar ul li:hover ul{
  display: block;
}

#navbar ul li:hover ul ul{
  display: none;
}

#navbar ul ul li:hover ul{
  display: block;
}

#navbar ul ul li:hover ul ul{
  display: none;
}

#navbar ul ul ul li:hover ul{
  display: block;
}

#navbar ul ul ul li:hover ul ul{
  display: none;
}

/*BODY CSS STYLES*/

body{
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
  text-align: center;
  background: #6C77AE url('images/body-background.jpg') top repeat-x;
}

.infobox{
	background-color: #D9D9F3;
	overflow: auto;
	float: right;
	width: 265px;
	height: 250px;
	padding: 5px 10px 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin: 8px 5px 5px 5px;
}

a:link, a:visited{
  text-decoration: none;
}

a:hover, a:active{
	text-decoration: none;
  	color: silver;
}

a.footer:hover{
	text-decoration: underline;
}



img.principal {
	border: 0px;
	float: left;
	margin: 25px 10px 0px 0px;
}

img.presentation {
	border: 0px;
	margin: 0px 10px 0px 10px;
	width: 140px;
}

img.dual-slide {
	border: 0px;
	margin: 0px 10px 0px 10px;
	width: 250px;
}

img.experience {
	border-width: 1px;
	border-color: black;
	margin: 2px 5px 2px 5px;
	width: 100px;
}

/* WRAPPER CSS STYLES */

#wrapper{
  position: relative;
  width: 740px;
  margin: 24px auto;
  text-align: left;
  background: #FFFFFF url('images/wrapper-background.jpg') top repeat-y;
}

/* HEADER CSS STYLES */

#header{
  margin: 0px;
  height: 95px;
  background: #FFFFFF url('images/header-background.jpg') top no-repeat;
}

#header h1{
  margin: 0px;
  padding: 35px 10px 0px 170px;
  font-size: 15px;
  color: #2B70BB;
}

#header h2{
  margin: 0px;
  padding: 0px 10px 0px 170px;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}

/* Content Wrappers - Page Classes */

#content-wrapper{
  margin: 0px;
  background: transparent url('images/image-background.jpg') top no-repeat;
}

#principals-wrapper {
	margin: 0px;
	background: transparent url('images/compass_image.jpg') top no-repeat;
}

#index-wrapper {
	margin: 0px;
	background: transparent url('images/puzzle_image.jpg') top no-repeat;
}

#presentations-wrapper {
	margin: 0px;
	background: transparent url('images/loudspeaker_image.jpg') top no-repeat;
}

#services-wrapper {
	margin: 0px;
	background: transparent url('images/computercoffee_image.jpg') top no-repeat;
}

#contact-wrapper {
	margin: 0px;
	background: transparent url('images/phone_image.jpg') top no-repeat;
}

#links-wrapper {
	margin: 0px;
	background: transparent url('images/links_image.jpg') top no-repeat;
}

#experience-wrapper {
	margin: 0px;
	background: transparent url('images/bridge_image.jpg') top no-repeat;
}

#future-wrapper {
	margin: 0px;
	background: transparent url('images/spyglass_image.jpg') top no-repeat;
}


#content-logo{
  background: transparent;
  position: absolute;
  top: 95px;
  left: 142px;
  width: 590px;
  height: 171px;
}

/* NAVBAR CSS STYLES */

#navbar{
  float: left;
  width: 141px;
  background: #7580BD url('images/sidebar-background.jpg') left repeat-y;
  font-size: 10px;
}

#sidebar{
  margin: 0px;
  padding: 5px 8px 200px 8px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #AFB7DD;
}

#sidebar a{
  color: #FFFFFF;
}

/* CONTENT WRAPPER CSS STYLES */

#content{
  float: right;
  width: 543px;
  padding: 0px 26px 0px 26px;
  margin-top: 196px;
}

/* FOOTER CSS STYLES */

#footer{
  height: 60px; /* Appease the IE6 gods */
  margin: 0px;
  padding: 25px 20px 20px 163px;
  clear: both;
  text-align: center;
  color: #FFFFFF;
  background: #6C77AE url('images/footer-background.jpg') top no-repeat;
}

html>body #footer{
  height: auto; /* Reset for non-IE browsers */
}

#footer img{
  margin: 5px;
}

#footer ul, #footer li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer a{
  color: #FFFFFF;
}

#presentation-image-box {
	width: auto;
	height: auto;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
	
/*GLOBAL CSS STYLES*/

/* applies to all images in content area of any page */
.imagestyle{}

/* use this to make blocks of text 'standout' */
.standout{
font-style: italic;
}

/* use these tags to style <h1> - used in page header for site title*/
h1 {
color: #000000;
font-size: 24px;
margin-bottom: 3px;
}

/* use these tags to style <h2> - used in page header for site slogan */
h2 {
color: #000000;
font-size: 22px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h3> */
h3 {
color: #000000;
font-size: 20px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h4> */
h4 {
color: #000000;
font-size: 18px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h5> */
h5 {
color: #000000;
font-size: 16px;
font-weight: normal;
margin-bottom: 3px;
}

/* use for user-positioned inline images */
.image-right{
float: right;
padding: 10px 0px 10px 10px;
}

/* use for user-positioned inline images */
.image-left{
float: left;
padding: 10px 10px 10px 0px;
}

table{
  margin-bottom: 25px;
}

table td{
  text-align: left;
}

/* styles the album title div */
.album-title{
   font-weight: bold;
   color: #2B70BB;
   font-size: 15px;
   margin-bottom: 5px;
}

/* styles the album description div */
.album-description{
  margin-bottom: 25px;
  margin-right: 10px;
  line-height: 1.4em;
}

/* styles the thumbnail frame div in each <td> tag */
.thumbnail-frame{}

/* styles the image in the thumbnail frame */
.thumbnail-frame img{
  border: 0px;
}

/* styes the thumbnail caption <p> tag */
.thumbnail-caption{
  margin: 0px;
  padding: 0px;
  color: #2B70BB;
}

/* styles the body of the page */
.photo-background{
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #6C77AE url('images/photo-body-background.jpg') top repeat-x;
}

/* styles the navigation bar */
.photo-navigation{
  margin: 0px;
  height: 112px;
}

/* styles the photo title <p> tag */
.photo-title{
  margin: 0px;
  padding: 25px 25px 10px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

/* styles the photo caption <p> tag */
.photo-caption{
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px 0px 0px 25px;
  padding: 0px;
}

/* styles the photo links <p> tag */
.photo-links{
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

/* styles <a> links in .photo-links <p> tag */
.photo-links a{
  color: #FFFFFF;
}

.photo-links a:link, .photo-links a:visited{
  text-decoration: underline;
}

.photo-links a:hover, .photo-links a:active{
  text-decoration: none;
}

/* styles the actual image */
.photo-frame{
  margin: 25px;
}
