/* $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 */





/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */


div.views-field-field-author-first-value {
    display: inline-block;
}

div.views-field-field-author-last-value {
    display: inline-block;
}

.imagefield-field_blog_image {
    float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}

.views-field-field-nomination-value {
	clear:left; 
}

.views-field-field-annotation-value {
	clear:left; 
}

.imagefield-field_cover {
	    float: left;
		padding-right: 5px;
		padding-bottom: 10px;
}


.views-field-title {
		border-top: 1px solid #CCCCCC;
		clear: left;
	    padding-top: 10px;
		padding-bottom: 4px;
		font-weight: bold;
        font-size: 1.25em;
}

/* added to remove legalese at bottom of acquia marina template */
#legal-notice {
  display: none;
}

/* css that was applied to content-content in stylesheet */

#content-featured .comment ul.links li {

  background: transparent;

  margin: 0 10px 0 0;    /* LTR */

  padding: 0;

}

#content-featured .node ul.links li,

#content-featured .node ul.inline li,

#content-featured .node .links a {

  background: transparent;

  margin: 0;

  padding: 0 14px 0 0;    /* LTR */

}

#content-featured .node ul.links li.comment_forbidden a {

  padding-right: 4px;    /* LTR */

}

#content-featured .terms ul.taxonomy li {

  background: transparent;

  margin: 10px 0 5px;

  padding: 0;

}



#content-featured .terms ul.taxonomy ul.vocab-list,

#content-featured .terms ul.taxonomy li.vocab-term {

  background: transparent;

  display: inline;

  padding: 0 0 0 2px;    /* LTR */

}


#content-featured .node ul li  {

  background: url('images/green-bullet.png') no-repeat left 0.50em;    /* LTR */

  list-style-image: none;

  list-style-type: none;

  padding-left: 20px;    /* LTR */

}

/* icon styling */

#block-views-cc_blog-block_1 div.block-icon {

  background: transparent url('icons/tnt_icon_01.png') no-repeat left center;

}

/*--- MENU BLOCK ---*/

div.block-menu div.block-icon,

body.layout-main-last #sidebar-last div.block-menu h2.block-title {

  background: transparent url('icons/capitol1.png') no-repeat left center;
  }

div.block-menu-menu-members div.block-icon,

body.layout-main-last #sidebar-last div.block-menu h2.block-title {

  background: transparent url('icons/talking_head_trans.png') no-repeat left center;

}

/*--- USER BLOCK ---*/

div.block-user div.block-icon,

body.layout-main-last #sidebar-last div.block-user h2.block-title {

  background: transparent url('icons/tnt_icon_14.png') no-repeat left center;

}

