/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 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 */

/* image insert classes */
.standalone-image {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	margin: 10px auto;
}

.image-left {
  float: left;
  font-size: 11px;
	font-style: italic;
  margin: 0 10px 10px 0;
}

.image-right {
  float: right;
  font-size: 11px;
	font-style: italic;
  margin: 0 0 10px 10px;
}

.hidden {
	display: none;
}


/* fix file icon displays */
.filefield-icon {
	display: inline;
}

a.pdf-small {
  background: transparent url(/images/icons/sm/icon_pdf_sml.png) left center no-repeat;
  line-height: 20px;
  margin: 5px 0;
  padding-bottom: 2px;
  padding-left: 18px;
}

a.doc-small {
  background: transparent url(/images/icons/sm/icon_word_sml.png) left center no-repeat;
  line-height: 20px;
  margin: 5px 0;
  padding-bottom: 2px;
  padding-left: 18px;
}

a.xls-small {
  background: transparent url(/images/icons/sm/icon_excel_sml.png) left center no-repeat;
  line-height: 20px;
  margin: 5px 0;
  padding-bottom: 2px;
  padding-left: 18px;
}

a.ppt-small {
  background: transparent url(/images/icons/sm/icon_powerpoint_sml.png) left center no-repeat;
  line-height: 20px;
  margin: 5px 0;
  padding-bottom: 2px;
  padding-left: 18px;
}


/* New contact/plist styles */
.plist {
  margin-top: 30px;
}

li.name {
font-weight: bold;
}

.p-list ul {
	margin: 0;
	padding: 0;
}

.person {
	float: left;
	width: 45%;
	height: 175px;
	margin-bottom: 10px;
	margin-left: 1em;
	line-height: 1.4em;
} 

.person ul {
    list-style-type: none;
    padding-left: 0;
}

.person ul li.name {
    font-weight: bold;
}

.person ul li.name em {
	font-weight: normal;
}

/* lightbox magnifying glass */
.thumb-wrapper {
	position: relative;
}

a.imagefield-lightbox2 .magnify-overlay {
  background: url("../images/icons/magnify.png") no-repeat center center transparent;
  position: absolute;
  height: 66px;
  width: 60px;
  top: 50%;
  right: 50%;
  margin-top: -33px;
  margin-right: -30px;
  text-indent: -9999px;
}

/* print */
.print-only {
	display: none;
}