/* $Id: local-sample.css,v 1.1 2010/04/06 21:40:58 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */
.block {
	float: left;
	margin-bottom: .01em;
	overflow: hidden;
	width: 100%;
}

ul.primary li.active a {
	background-color: #d4d6d6;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
        color: #555;

}


div.view.view-gallery-videos.view-id-gallery_videos td {
        width: 200px;
}



