/*
 *   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.
 */
/* Increase the body font size on small touch devices */
/* line 16, ../sass/responsive.smalltouch.landscape.scss */

/* Background image */

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

.region-sidebar-second .image-style-thumbnail {
	width: 30%; /* Thumbnail Size */
	margin: 0 10px 10px 0;
  	}

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

body {
  font-size: 100%;
	}

#logo {
  padding: 20px 0 0 0;
	}
	
#ucsb-logo {
display: none;
	}	

/* Search block */

#block-custom-search-blocks-1 {
 	float: none;
 	display: block;
 	width: 100%;
	padding: 0;
	margin: 0;
	}
	
.form-item-custom-search-blocks-form-1 {
	float: left;
	padding: 0;
	margin: 10px 10px 0 10px;
	}	
	
/* 33/33/33 Gpanel front page */	
  	
.three-3x33 { 
	margin: 0 0 10px 0;
	padding: 0;	
	}

.three-3x33 .block-content { 
	margin: 0 0 20px 0;
	padding: 0;	
	}
	
.region-three-33-first .region-inner,
.region-three-33-second .region-inner,
.region-three-33-third .region-inner
 	{ 
	margin: 0;	
	}

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

/* Images */

.node-full .field-name-field-image img {
  	margin: 0 0 10px 0;
	padding: 0;
	float: none;
	display: block;	
	min-width: 300px;
	}
  	
.node-full .group-left img {
  	margin: 0 0 10px 0;
	padding: 0;
	float: none;
	display: block;	
	min-width: 300px;
    }
  
/* Gallery Images */

.view-media .views-row, /* Teaser images */ 
.node-gallery .colorbox /* Node images */ {
 	margin: 0;
	padding: 0;
	float: none;
	display: block;
	min-width: 300px;
 	}

/* News Images */

.node-type-news .field-name-field-image img,
.page-news .node-teaser .field-name-field-image img {
  	margin: 0 0 10px 0;
	padding: 0;
	float: none;
	display: block;
	min-width: 300px;
	}

/*** Member / Collaborator ***/

/* Group Left */
.no-sidebars .node-full .group-left,
.node-full .group-left {
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	float: none;
  	display: block;
  	}

/* Group Right */
.no-sidebars .node-full .group-right,
.node-full .group-right {
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	float: none;
  	display: block;
  	}