
/* $Id: local-sample.css,v 1.1 2010/04/06 21:40:58 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 */

/* To get banner to rotate */
.banner-background-rotating #preface-top .preface-top-inner {
background: url(../images/banner/rotate_img.php) no-repeat left top;
}

#legal-notice {
  display: none;
}

/* Change the font color in the Google Map (GMap) pop up info bubbles. */
div.gmnoprint  {
	color: #000; 
}

/* Change the link colors in the Google Map (GMap) pop up info bubbles for the World Map of classes.
div.gmapnodelabel.gmapnodelabel-icl-class a {
	color: #3879d9; 
}
*/
/* Link color */
div.gmnoprint a {
	color: #3879d9; 
}

div.gmnoprint a:hover {
	color: #0080FF;
}

/* This moves the non-front pages closer to the left so there isn't so much gaping space between its contents and the sidebar menu. */
.content-inner-inner {
  padding: 0 0 0 20px;	
}

html.js .fusion-horiz-login#block-user-0 #user-login-form label {
  	margin: 0;
  	top: -15px;
}

html.js .fusion-horiz-login#block-user-0.block {
  	overflow: visible;
}

blockquote {
  	color: #fff;
  	font-style: normal;
  	margin: 1.5em;
}

h.2.block-title {
 	 font-size: 18px;	
}

div.forum-secondary-links li a {
	margin-left:40px;			
}

/* Theming CCK fields. */
.field-field-language {
	
}

/* Moves all the CCK text fields together. But not the link one.
.field-type-text {
	margin-left:50px;	
}
*/


/* Applies to all the user enter data in a CCK field. */
div.field-label-inline-first {
		
}

/* Removed border from profile. */
div.content-profile-display {
	border:none;
}

dl.user-member {
	
}

/* Moved profile picture to the right. */
/*div.picture img {
	margin-left:440px;
}
*/

/* Was used to move the profile box up and then it moved when I applied the "display:none" below. */
h3#content-profile-title-profile {
	margin-top:-160px;
	border-bottom:none;
}

/* Hid the word "Profile". */
h3#content-profile-title-profile.content-profile-title {
	display:none;
}

/* Moved the User profile display up. */
/* div#content-profile-display-profile.content-profile-display {
	margin-top:-124px;
}
*/
