/*
 *   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 */
body {
  font-size: 100%;
  background: #5567c3 url(images/background.png) center top fixed no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  }

/* Search */

#block-custom-search-blocks-1 {
	margin: 0 0 20px 0;
	width: 100%;
	}

.form-item-custom-search-blocks-form-1 {
  	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	}
	
/* Logo */
#logo {
  padding: 0;
}

/* Media */
.view-media .views-row /* Teaser images */ {
	width: 100%;
 	margin: 0;
	padding: 0;
	float: none;
	display: block;
	min-width: 220px;
 	}
 	
/* Sidebar Second */
.region-sidebar-second .block-inner { /* Block Outline */
	margin: 0 20px 0 20px;
	}