/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/*# sourceMappingURL=responsive.tablet.landscape.css.map */

body {
  font-size: 100%;
}

/* Background image */

html {
  background: #333333 url(images/header-bg-1024.jpg) center top fixed no-repeat;
}

/* Logo */

#logo {
  padding: 30px 0 30px 0;
}

#ucsb-logo {
	float: right;
	padding: 30px 0 30px 0;
	width: 158px;
	}

/****** Common Elements ******/

/* Sidebar Second Thumbnail */

.region-sidebar-second .image-style-thumbnail {
	width: 22%; /* Thumbnail Size */
	}

/* Sidebar second */

.region-sidebar-first .block-inner,
.region-sidebar-second .block-inner {
	margin: 0 10px;  
	}
	
/*** Member / Collaborator ***/

/* Group Left */

.no-sidebars .node-full .group-left { /* No sidebar blocks */
  	width: 40%;
  	margin: 0 40px 0 0;
  	padding: 0;
  	float: left;
  	display: block;
  	}
 
/* Group Right */

.no-sidebars .node-full .group-right { /* No sidebar blocks */
  width: 52%;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  }

  	
/**** Tablet Portrait and Landscape ****/

#menu-bar { /* Add left, right padding to menubar */
	margin: 10px;  	
  	}

/* Main menu block */

#block-menu-block-1 {
  	width: 66%;
  	}

/* Main menu search block */

#block-custom-search-blocks-1 {
  	width: 22%;
	}

/* 33/33/33 Gpanel front page */	

.three-3x33 { 
	margin: 0 0 10px 0;
	padding: 0;	
	}