/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
  	line-height: 1.8em;
	font-size: 12px;
	
	background: url(images/body_bg.gif) repeat-x #c0bfc0;
	color: #333;
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  
	#content-area, #header p {
		padding: 0;
		margin: 0 20px;
		font-size:12px;
		line-height:1.83em;
	}
	
	#header p {
		padding: 0 5px;
	}
	
	
	#content p{
		margin-bottom:10px;
	}

th, thead th {
  border-right: 1px dashed #b8cfe4;
}

table tr.odd {
  background: #d5e4f2;
}

table td {
  padding: 15px;
  border-right: 1px dashed #b8cfe4;
}

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 960px;
		background: #f1f1f2 url(images/container-bg-gradient.jpg) top right repeat-x;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/

/* Pitt Header
----------------------------------------------------------------------- */
#pitt-header {
	height: 49px;
	border-bottom: 1px solid #CCCCCC;
	width:960px;
	margin:0 auto;
	background:#fff;
	}
	
	#p-link {
	display: block;	
	width: 2270px;
	height: 49px;
	background: url(images/logo-pitt.gif) right top no-repeat;
	margin-left: -2000px;
	float:left;}

#pitt-links {
list-style-type: none;
padding:22px 10px 0 0;
}

#pitt-links li {
	height: 18px; 
	overflow: hidden; 
	display:inline; 
	float:right;
	}

#p-home {
	right:160px;
	width:51px; 
	background:url(images/pitt-home.gif) top left no-repeat;
	position:relative;
	}
#p-space {
    margin-top: -8px;
    opacity:0.4;
	filter:alpha(opacity=40);
    position: relative;
    right: 100px;
	}
#p-as {
	 right:5px;
	 margin-top:-1px;
	 width:82px; 
	 background:url(images/theDietrichSchool.gif) top left no-repeat;
	 position:relative;
	 }
#p-find {
	right: -140px;
	width:59px; 
	background:url(images/find-people.gif) top left no-repeat;
	position:relative;
	}

#pitt-links a {
	display: block; 
	height: 18px; 
	background-position: top right; 
	background-repeat:no-repeat;
	text-indent:-2000px;}
	
  #header
  {
 	width:940px;
	height:241px; /* height of image */
	margin:0 auto;
	padding-top:10px;
	position: relative;
	overflow:hidden;
  }
	

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
  	position:absolute;
	top:40px; left: 27px;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks div.header-callout
  {
  	background:url(images/header-callout-box-trans.png) no-repeat;
	width:490px;
	height:100px;
	padding: 120px 27px 20px;
  }
  
  #header-blocks div.block-inner h2{
	display:none;
  }
  
  #header-blocks div.block-inner p{
  	font-size:14px;
	margin-bottom:5px;
	line-height:20px;

  }
  #header-blocks div.block-inner p.attribution{
  text-transform:uppercase;
	font-size:11px;
	text-align:right;
	padding-right:40px;
	font-weight:bold;
	letter-spacing:.05em;
  }
  
  
	#header-blocks div.header-home,
	#header-blocks div.header-about,
	#header-blocks div.header-degrees,
	#header-blocks div.header-current-students,
	#header-blocks div.header-research,
	#header-blocks div.header-people,
	#header-blocks div.header-news-events,
	#header-blocks div.header-contact{
  	background:url(images/header-marek2-druzdzel.jpg) no-repeat;
		height:241px;
		margin: 0 -2px;
  }
	
	#header-blocks div.header-about{
	  background:url(images/header-ward.jpg) no-repeat;
	}
	
	#header-blocks div.header-degrees{
	  	background:url(images/header-madhavi-ganapathiraju.jpg) no-repeat;
	}
	
	#header-blocks div.header-current-students{
	  	background:url(images/header-min-chi.jpg) no-repeat;
	}
	
	#header-blocks div.header-research{
	  	background:url(images/header-yanna-shen.jpg);
	}
	
	#header-blocks div.header-news{
	  	background:url(images/header-marek-druzdzel.jpg) no-repeat;
	}
	
	#header-blocks div.header-people{
	  	background:url(images/header-kevin-ashley.jpg) no-repeat;
	}
	
	#header-blocks div.header-contact{
	  	background:url(images/header-saeed-amizadeh.jpg) no-repeat;
	}
	
	#header-blocks div.header-contact2{
	  	background:url(images/header-saeed-amizadeh2.jpg) no-repeat;
	}


	#header-blocks div.header-events{
	  	background:url(images/header-cem-akkaya.jpg) no-repeat;
	}


/** main (container for everything else) **/
  #main
  {
    position: relative;
	margin-top:-5px;
  }

  #main-inner
  {
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 960px;
    margin-left: 0;
    margin-right: -960px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 694px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 688px;
    margin-left: 0;
    margin-right: -740px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 688px;
    margin-left: 0px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    padding: 0;

  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
		margin-top:10px;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
					  z-index: 999999 !important;
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 58px; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  	background: url(images/nav-bar.gif) no-repeat; 
		min-height:43px; 
		margin: 0 0 0 8px;
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
  	margin-left:10px;
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 10px 0 8px;
	margin-bottom:2px;
	letter-spacing:.2em;
	font-family: Helvetica, Verdana, Arial, sans-serif
  }
  
  #navbar li:last-child {
  	border:none;
  }
  
  #navbar li:hover{
  	background:url(images/nav-hover.gif) repeat-x; 
  }
  
  #navbar li a{
  	color:#fff;
	text-decoration: none;
	font-weight:bold;
	padding:5px 26px;
  }
   #navbar ul li ul {margin-top:10px;}
  
  #navbar ul li ul li { border-bottom: 1px dotted #fff; padding-bottom:2px; padding-top:2px;}/* A simple method to get navbar links to appear in one line. */
 
  #navbar ul li ul li a{padding:5px 26px;}
  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */
  
  #navbar ul li ul li:hover{
  	background:url(none) repeat; 
	background-color:#2D61AB;
	-webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 272px;
    margin-left: 688px; /* Width of content + sidebar-left. */
    margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0;
    padding: 0;
  }


/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }
	
	#closure-blocks{
		background:none;
		color:#7f7c7c;
		padding-left:20px;
		padding-top:5px;
		font-size:10px;
	}
	
	#closure-blocks a{
	  text-decoration:none;
		color:#7f7c7c;
	}

  #navbar
  {
    /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */




.sf-menu,
.sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-menu {
  line-height: 1.0;
  z-index: 497;
}
.sf-menu ul {
  left: 0;
  position: absolute;
  top: -99999em;
  width: 12em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li {
  float: left;
  position: relative;
  z-index: 498;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 499;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  left: 0;
  top: 2.5em;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
  left: 12em;
  top: 0;
}
.sf-hidden {
  left: 0 !important;
  top: -99999em !important;
}
.sf-menu a.sf-with-ul {
  min-width: 1px;
}
.sf-sub-indicator {
  background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  text-indent: -999em;
  top: 1.05em;
  width: 10px;
}
a > .sf-sub-indicator {
  top: 0.8em;
  background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
   background:#999898;
  padding: 0 0px 0px 0 !important;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
.sf-menu.rtl,
.sf-menu.rtl li {
  float: right;
}
.sf-menu.rtl li:hover > ul,
.sf-menu.rtl li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl li li:hover > ul,
.sf-menu.rtl li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-menu.rtl ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl .sf-sub-indicator {
  left: 0.75em;
  right: auto;
  background: url('../images/arrows-ffffff-rtl.png') no-repeat -10px -100px;
}
.sf-menu.rtl a > .sf-sub-indicator {
  top: 0.8em;
  background-position: -10px -100px;
}
.sf-menu.rtl a:focus > .sf-sub-indicator,
.sf-menu.rtl a:hover > .sf-sub-indicator,
.sf-menu.rtl a:active > .sf-sub-indicator,
.sf-menu.rtl li:hover > a > .sf-sub-indicator,
.sf-menu.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-menu.rtl ul .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl ul a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.rtl ul a:focus > .sf-sub-indicator,
.sf-menu.rtl ul a:hover > .sf-sub-indicator,
.sf-menu.rtl ul a:active > .sf-sub-indicator,
.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,
.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
  background-position: bottom left;
  padding: 0 0 9px 8px !important;
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 0px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sf-vertical.rtl li:hover > ul,
.sf-vertical.rtl li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-vertical.rtl .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-vertical.rtl a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-vertical.rtl a:focus > .sf-sub-indicator,
.sf-vertical.rtl a:hover > .sf-sub-indicator,
.sf-vertical.rtl a:active > .sf-sub-indicator,
.sf-vertical.rtl li:hover > a > .sf-sub-indicator,
.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-navbar.rtl li li {
  float: right;
}
.sf-navbar.rtl ul .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-navbar.rtl ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul ul .sf-sub-indicator {
  background-position:  0 0;
}
.sf-navbar.rtl ul ul a > .sf-sub-indicator {
  background-position:  -10px 0;
}
.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-navbar.rtl li li:hover > ul,
.sf-navbar.rtl li li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-navbar.rtl li li li:hover > ul,
.sf-navbar.rtl li li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-navbar.rtl > li > ul {
  background: transparent;
  padding: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}