/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
html, body{
	height:100%;
}
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
	min-height:100%;
	background: url(../images/Atan_gross_final_bg2_bg-10.jpg);
}

#page {
}

table {
  width: 100%;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}
h1, h2 {
	font-family: 'Ubuntu', sans-serif;
}
.section-confocal-microscope h1,
.section-members h1 {
	margin-top: 20px;
	font-size: 29px;
	font-family: 'Ubuntu', sans-serif;
	display: block;
	text-decoration: none;
	color: #a8a8a8;
	font-weight: normal;
}
/*
 * Header
 */
#header {
}

#header .section {
	position: relative;
	height: 218px;
	background-color: #eee;
	background-image: url(../images/header.jpg);
}

#logo /* Wrapping link for logo */ {
	top: -20px;
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#above-header {
  height: 90px;
  margin: 0 auto;
  width: 990px;	
  background: #FFFFFF;
}
#above-header .section {
	position: relative;
	margin-right: 30px;
}
#wis-logo {
	position: absolute;
	right:0;
	top:20px;
}
#dept-logo {
  position: absolute;
  right:0;
  top:60px;
  z-index: 9999;
}
#department {
	position: absolute;
  left:15px;
  top:30px;
  font-size: 25px;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  position: relative;
  left: 60px;
  top: -45px;
  width: 650px;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 3em;
  line-height: 1.5em;
  font-family: 'Ubuntu', sans-serif;
  color: #ededed;
  /* background: #a3a3a3; */
  background: #555249;
  opacity: 0.9;
  padding: 5px 40px;
  font-weight: bold;
  display: inline-block;
  z-index: 10;
  position: relative;
}
#site-name a:link,
#site-name a:visited {
  color: #ededed;
  text-decoration: none;
  font-weight: normal;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: none;
}

h2#site-slogan {
    background: none repeat scroll 0 0 #555249;
    bottom: -35px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    left: 250px;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 0;
    opacity: 0.6;
    padding: 10px 30px;
    position: absolute;
    z-index: 20;
}
#site-slogan a:link,
#site-slogan a:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}
#site-slogan a:hover,
#site-slogan a:focus {
  text-decoration: none;
}


#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  padding: 15px;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

.region-highlighted {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
.region-footer {
  height:30px;
  margin:-30px auto auto;
  width:912px;
  background-color: #96c23d;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  z-index: 3;
}
.region-footer .block .content {
  padding: 10px 10px 0;
}
#clearFooter{
  clear:both;height:30px;
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}

#page-title-image {
	float: left;
	margin-left: 10px;
}
.not-front .region-content {
	margin-left: 20px;
	padding: 5px 10px;
	float: left;
	width: 700px;
}
.one-sidebar .region-content {
	width: 630px;
}
.section-node-edit .region-content,
.page-admin .region-content,
.front .region-content {
	margin-left:0;
}

.content p {
    margin: .5em 0;
}


#main-wrapper {
  /* background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 3px 0; */
  margin: -20px auto 0;
  width: 880px;
  z-index: 0;
  padding-top: 30px;
}

.contact-info-wrapper {
  float: left;
}

.img-wrapper {
  float: right;
}

.prof-descr-wrapper {

}

.prof-imf-wrapper {
  float: left;
  height: 125px;
  width: 105px;  
}

.prof-imf-wrapper img {
 border: 1px solid #FFFFFF; 
}

.region-footer .block .content p {
 margin: 0px; 
}

.section-contact-us table td {
 vertical-align: top; 
}

.contact-bold-wrapper {
 font-weight: bold;
 margin-bottom: 5px; 
}

.red-box {
 color: #D1585F; 
 
}

.section-contact-us table td a{
 color: #0071BC; margin-left: 10px;
}

.build-name-wrapper {
 float: right;
 font-size: 13px; 
}

.section-contact-us table td p {
 margin: 0px; 
}
.group-hidden-wrapper {
  display: none;
  padding: 20px;
  border: 2px dotted #DDDDDD;
  width: 500px;
}

.group-hidden-wrapper.active{
 display: block; 
}

.tabs-wrapper{
  width: 400px;
  margin-left: 0px;
  height: 29px;
  line-height: 25px;
}

.tabs-wrapper ul{
  list-style-type: none;
  padding-left: 0px;
}
.tabs-wrapper ul li{
  float: left;
  width: 100px;
  cursor: pointer;
  background-color: #DDDDDD;
  color: #0071BC;
  text-align: center;
  border-right: 4px solid #FFFFFF;
}

.tabs-wrapper ul li.active,
.tabs-wrapper ul li:hover{
  background-color: #D1585F;
  color: #FFFFFF;
}


.m-photo-wrapper{
  float: left;
}

.m-title-wrapper{
    float: left;
    margin-left: 10px;
    margin-top: 75px;
}

.principal-title-wrapper{
  display: block; 
  color: #D1585F;
}

.investigator-title-wrapper{
  color: #0071BC;
  text-transform: uppercase;
  display: block;
}

.investigator-cv-wrapper{
  display: block;
}

.member-top-wrapper{
    border-bottom: 2px dotted #DDDDDD;
    height: 140px;
    width: 500px;
    padding-bottom: 5px;
}

.member-bottom-wrapper{
  margin-left: 110px;
  color: #808080;
}

.m-photo-wrapper img {
 box-shadow: 0 0 5px 1px;
}

.m-info-wrapper{
    padding-left: 110px;
    padding-top: 30px;
}

.m-info-wrapper span{
  display: block;
  color: #808080;
}

.m-info-wrapper span.investigator-title-wrapper {
 color: #0071BC; 
}

.group-hidden-wrapper .member-top-wrapper {
 margin-bottom: 40px; 
}

.view-display-id-principle_investigator{
 margin-top: 20px; 
}

.view td {
  padding: 5px;
}

.views-field-field-date {
  width: 90px;
}

.view-research td{
 padding: 0px; 
}

.homepage-about-gross-wrapper {
  background: url("../images/Atan_CV.jpeg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 0.75em;
  height: 410px;
  line-height: 1.5em;
  padding: 10px;
  margin-top: 20px;
}

.front.sidebar-first #content {
  width: 620px;
  margin-left: 250px;
  
}

.front .region-sidebar-first {
    float: left;
    margin-left: 0;
    margin-right: -300px;
    padding: 0;
    width: 250px;
}

.pos-name-wrapper h2 {
  color: #D1585F;
  display: block;
  font-family: 'Ubuntu',sans-serif;
  font-size: 23px;
  font-weight: normal;
  text-decoration: none; 
}
