/* $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 */

/* OQ don't use the middle header, so if we don't show	*/
/* it, the right one has more space.			*/
#header-middle {
	display: none;
}

/* This one can be 240px winder now */
#header-last {
	float: right;    /* LTR */
	margin: 10px 0 0;
	width: 540px;
}

/* Smaller please kthxbye */
#header-last h2.block-title {
	font-size: 1.2em;
	text-align: left;
	margin-left: 1em;
}

/* No break slogan. */
#header-first #slogan {
  float: left;
}

div.quotes-quote p {
	text-align: left;
}

div.quotes-author {
	margin-right: 5em;
}

#preface-wrapper {
	padding: 6px 0 2px;
}

#preface-first .block-wrapper {
	margin: 0;
}

#preface-first .content {
	font-size: 70%;
}

#preface-wrapper a:link,
#preface-wrapper a:visited {
	text-decoration: none;
}

