/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 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  
 */
#content-content .node img {
	margin: 0px 10px 10px 0px;
}
#content-content .node a {
	outline: none;
}
#content-content .node p {
	text-indent: 1em;
}
#content-content .node p:first-letter {
	font-size: 130%;
	font-weight: bold; 
} 
#content-content .node img.smiley-content {
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}
#content-content .node img.language-icon {
	margin: 0px;
}
tbody {
border-top:0px solid #CCCCCC;
}
#comments .comment-unpublished {
  background-color: #ffff00;
}

#content-content .node ul.links li.private_icon span img {
	margin: 0px;
	vertical-align:middle;
}

blockquote {
    background-color: #F0FFAA;
}

.quote_start {
background: url("/sites/all/themes/acquia_marina/images/open-quote.gif") no-repeat scroll left top transparent;
}

.quote_end {
background: url("/sites/all/themes/acquia_marina/images/close-quote.gif") no-repeat scroll right bottom transparent;
}
