/**
 *   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.
 *   
 * - There is an scss (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set Compass to watch it or the directory this file will be
 *   overwritten!
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

body {
} 

/* Page wrapper, includes the .container class which sets the overall page or
   section width */
#page  {
}

#page {
	background-image: url("/sites/all/themes/senate/images/page-shadow.png");
	background-position: center 0;
	background-repeat: no-repeat;
}
.front #page {
	background-position: center 560px;
}
.not-front #page {
	background-image: none;
}


/* Main site header */

/* branding */
#site-name {
  font-size:45px;
}




/*
 * First sidebar
 * Remember to NOT add padding or margin to your .region-sidebar-first.
 */

.region-sidebar-first {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#6CA3D9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #6CA3D9, #ffffff);
  background-image: -moz-linear-gradient(top, #6CA3D9, #ffffff);
  background-image: -ms-linear-gradient(top, #6CA3D9, #ffffff);
  background-image: linear-gradient(top, #6CA3D9, #ffffff);  
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6CA3D9', endColorstr='#ffffff', GradientType=0);
}



.region-sidebar-first .block-menu {
  margin-bottom:130px;
}



/*
 * Search Form in Header
 */

#page #header .form-item-search-block-form {
  display: block;
  float: left;
  width: 60%;
  margin: 0 6% 0 0;
}
#page #header #edit-actions {
  display: block;
  float: left;
  width: 30%;
  margin: 0;
}

/* Video View */
.view-video tr {
	display: block;
	width: 98%;
	border: none;
}
.view-video td {
	width: 48%;
	display: inline-block;
	padding-right: 0;
}



