/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf 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.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

#header-first{
	width: 580px;
}


div.block-user div.block-icon, 
body.layout-main-last #sidebar-last div.block-user h2.block-title {
	background:transparent url(icons/tnt_icon_12.png) no-repeat scroll left center;
}

#block-views-events-block_1 .block-icon{
	background-image: url('icons/tnt_icon_02.png');	
	background-repeat:no-repeat;
	background-position:left center;
	background-color:transparent;
}

#block-biblio-0 .block-icon{
	background-image: url('icons/tnt_icon_10.png');	
	background-repeat:no-repeat;
	background-position:left center;
	background-color:transparent;
}

#preface-last #block-block-1 p{
	text-align:right;
	margin:0;
}

#preface-last .block-wrapper{
	text-align:right;
	margin:0;
}

div.vldb-journal{
 padding:10px;
font-size:105%;
}

div.vldb-journal img{
  float:left;
  margin-right:10px;
}



