/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech 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.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

h4 {
font-size: 130%;
font-weight: bold;
text-decoration: underline;

}
#site-name-slogan {
	margin-top: 33px;
	font-size: 12pt;

}

.field-field-portfolio-image img {
border:2px solid #000000;
display:inline;
float:left;
margin:5px 5px;

}

.node-type-ei_portfolio p {
	clear: both;

}

.field-field-portfolio-image-cover {
float: left
display: inline;
}