/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 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 */

#content_lamogia{
	width: 130%;
	margin-left: 20px;
}

.field-field-subject{
	font-size: 1.2em;
}

.field-items{
	margin-top: 10px;
	margin-bottom: 7px;
}

.blogs-front img{
	float: left;
	border: 3px;
	margin-bottom: 10px;
	margin-right: 8px;
}

.blogs-front li{
	margin-bottom: 5px;
}

.blogs-front a{
	float: center;
}

#attachments{
		width: 75%;
}
