/* $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 */

.field
{
	clear: both;
	padding-bottom: 10px;
}

.field-field-link a
{
	font-weight: bold;
	padding-left: 20px;
}

.field-field-screenshot, .field-field-teaser-image
{
	display: inline;
	float: right;
	padding-right: 15px;
}
.content blockquote
{
	min-height: 140px;	
}
.content
{
	clear: both;
	padding-bottom: 20px;
}

.field-field-images .field-item {
	display: inline;
}

.field-field-images .field-item img {
	padding: 0px 20px;
}



