@charset "utf-8";
/* CSS Document */

/*---- CSS Layouts for CIM Catalog site for Spring 2008 -- */
/*---- Center for Integrated Media at California Institute of the Arts --- */

/* ----- LAYOUT STYLES ------- */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #8a99a6;
  color: #2c2d2e;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}


/* Commonly used to style page titles. */
h1 {
  color: #292b33;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 4px 0px 2px 0px;
}
/* Commonly used to style section titles. */
h2 {
  color: #f99300;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 4px 0px 2px 0px;
}

hr {
	color:#8a99a6;
	size: 1;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #f99300;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #8a99a6;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #f99300;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #f99300;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #f99300;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 70em;
}


#outerWrapper #navExternal {

  background-color: #292b33;
  /*border-bottom: solid 1px #8a99a6; */ /* Sets the bottom border properties for an element using shorthand notation */
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height:25px;
}

#outerWrapper #header {
	background-color: #292b33;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*border-bottom: solid 1px #8a99a6; */ /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 10px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height:175px;
	clear:both;
	text-align: right;

	/*display: block; */
}

#outerWrapper #header .headerText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	position: relative;
	top: 140px;
	background-color: #ededed;
	padding: 2px 4px 2px 4px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #navMain {
	background-color: #292b33;
	/*border-bottom: solid 1px #8a99a6; */ /* Sets the bottom border properties for an element using shorthand notation */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0px 0px 0px 0px;
	height:30px;
	clear:both;

	
}

#outerWrapper #contentWrapper #leftColumn1 { /*location of artist navigation bar */
	background-color: #b7b5a1;
  	float: left;
	padding: 10px 10px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 14em;
	height: 60em;
}

/* Contains the main page content for Artists' pages. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #contentWide {
  margin: 20px 10px 20px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


/* Contains the main page content for Artists' pages. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper .projectImages {

	/*background-color:#CCFF99; */
	/*border: thin solid #000000; */
	overflow: auto;

}

#outerWrapper #contentWrapper .projectImage {

	display:inline;
	float:left;
	/*background-color:#0066CC; */
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 120px;


}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #ededed;
  border-top: solid 1px #8a99a6; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* ----- NAVIGATION STYLES ------- */

/*Navigation for external links at top of site pages */

ul#navExt{list-style:none;
		margin:0px;
		padding:0px;
		position:relative;
		right:0px;
		left:350px;
}

ul#navExt li {
		float:left;
		margin: 0px 0px;
		padding:0px 0px;
}

ul#navExt li a{
	display:block;  /*allows width and height setting on element */
	float: left;  /*provided only to fix display in IE mac*/
	padding: 0px 20px;  /* (top, right, bottom, left) */
	margin: 0px 0px; /* (top, right, bottom, left) */
	/*border: 1px solid #666666;*/
	/*width:75px;*/
	height:25px;
	line-height:25px;
	background-color:#292b33;
	text-decoration:none;
	text-align:center;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
}
/*Commented backslash hack hides rule from IE 5 Mac \*/
ul#NavExt li a{float:none;
}
/*End IE5-Mac hack */

ul#navExt li a:hover { 
	background-color:#292b33;
		color:#f99300;
}


/*Artist List Sidebar Navigation: Styles for the verticaly aligned navigation */
ul#navArtist {
	list-style:none;
	margin:0px;
	padding:0px;
}
 

ul#navArtist li a{
	display:block;  /*allows width and height setting on element */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 20px 7px 20px;  /* (top, right, bottom, left) was 2 20 0 20*/
	margin: 0px 2px;  /* (top, right, bottom, left) */
	width:125px;
	height:auto;/*40px; /* was 25px cb july 29 2009*/
	line-height:14px; /* was 20px cb july 29 2009*/
	background-color:#b7b5a1;
	text-decoration:none;
	text-align:left;
	color: ##ededed;
	/* shrinking it a tiny bit to see if it fixes francesca's name issue - cb 5.17.2009 */
	font-size: 11px;
	/*border: 1px solid #ff0000;*/

}

/*Commented backslash hack hides rule from IE 5 Mac \*/
ul#NavArtist li a{float:none;
}
/*End IE5-Mac hack */
ul#navArtist li a:hover {
	/*background-color:#f99300; */
	color:#292b33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}











/* _------___----____-_-__---_  */




/*Main Site Navigation: Styles for the Horizontally aligned navigation */
ul#navMain {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	
}

ul#navMain li {
		float:left;
		margin: 0 0px;
		padding:0;
}

ul#navMain li a{
	display:block;  /*allows width and height setting on element */
	float: left;  /*provided only to fix display in IE mac*/
	/*width:100px; */
	height:25px;
	padding: 0px 20px 0px 20px; /* (top, right, bottom, left) */
	margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	/*border: 1px solid #666666;*/
	
	
	line-height:25px;
	background-color:#292b33;
	text-decoration:none;
	text-align:center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	font-weight:bold;

}
/*Commented backslash hack hides rule from IE 5 Mac \*/
ul#NavMain li a{float:none;
}
/*End IE5-Mac hack */
ul#navMain li a:hover { background-color:#292b33;
		color:#f99300;
}
