/* $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 */

.view-lsdsng-link,
.view-kit-link {
border-top: 3px solid #aaa;
border-left: 1px solid #999;
border-right: 1px solid #999;
padding: 10px;
background-color: #222;
color: #ccc;
clear: left;
margin-top: 1em;
margin-left: -70px; 
} 
.view-lsdsng-link p,
.view-kit-link p {
margin:0;
}
.view-lsdsng-link .view-header,
.view-kit-link .view-header {
color: #fff; }

.node .picture { float: left; padding:0 10px 20px 0; }
.node.node-type-lsdsng .content,
.node.node-type-lsdsng .meta,
.node.node-type-kit .content,
.node.node-type-kit .meta { margin-left: 70px; }

.comment { border-width: 1px; border-style: solid; border-color: #929292 #E2E2E2 #FFFFFF; background-color: #efefef; }
.comment .withpicture-column-left { float: left; }
.comment .withpicture-column-right { margin-left: 70px; }
.comment-wrapper .content { border-top:1px solid #dedede;}