/* $Id: local_sample.css,v 1.2 2009/11/15 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 */
#legal-notice {
		display: none;
}

#primary-menu ul.links li {
	font-size: 1.1428em;
	padding: 7px 5px;
  	text-decoration: none;
	text-transform: none;
}

#secondary-menu {
	display: none;
}

#content-tabs ul.secondary {
  	border-bottom: 1px solid #555;
  	margin-top: 10px;
	text-transform: none;
}

#logo img {
	margin: -15px 0px 10px -50px;
}

#header-first h1 {
	display: none;
}

#preface-wrapper {
	background: transparent url('http://www.danieldolce.com/db/sites/default/files/images/BV_Ties.jpg') no-repeat left top;
	height: 250px;
}

#main-wrapper {
		background-color: white;
		margin: -25px 0 0 0;
}
body {
		color: black;
}

#sidebar-first p {
		margin-left: 15px;
}

/* Centers image titles in galleries */
.field-content {
		display: block;
		width: 100;
		text-align: center;
		margin-left: -45%;
}

/* Hide "Request new password" link adjacent to login */
#user-login-form a {
		display: none;
}

