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


/* Acquia Prosper */
.row {
  max-width: 1320px;   /* 960px + 360px */
  min-width: 960px;
}
.header-group-inner {
  padding: 10px 0 5px 0;
}
.prosper-comments-edgy .comment-wrapper .withpicture .withpicture-column-left {
  margin-top: 17px;
  width:10%;
}
.prosper-comments-edgy .comment-wrapper .withpicture .withpicture-column-right {
  width:87%;
}

/* Vote Alternate Widget */
.vud-widget-alternate {
  border-top: 1px #fbf389 solid;
  border-bottom: 1px #fbf389 solid;
  background-color: #fbfbe6;
  padding: 0;
  margin: 5px 6px 1px 0;
  width: 50px;
  height: 54px;
}
.vud-widget-alternate .alternate-votes-display {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: none;
  margin-bottom: -15px;
}
.vud-widget-alternate .total-votes-label {
  font-size: 10px;
  text-align: center;
}

/* Geshi Code Block */
.geshifilter {
  font-size:12px;
  max-height: 500px;
}

/* Favorites Node Broken CSS in User Profiles */
.profile dl dd div.item-list {
  clear: both;
  padding-top: 1em;
  margin-left: 1em;
}

/* Fix tagadeic tag alignment */
#block-tagadelic-0 li {display: inline};

/* Attachment Node box more prominent */
.node .inner .content div.field { 
  margin:10px 0; 
}
.node .inner table#attachments { 
  font-size:14px; 
  margin: 20px 0;
  background-color: white;
}
.node .inner table#attachments thead tr th { 
  height: 40px;
  background-color: #aeaeae;
  color: white;
}
.node .inner table#attachments tbody tr td { 
  padding: 8px 10px; 
}

/* Attachment Comment box more prominent */
.comment-upload-attachments { 
  font-size:14px; 
  margin: 20px 0;
  background-color: white;
}
.comment-upload-attachments thead tr th { 
  height: 40px;
  background-color: #aeaeae;
  color: white;
}
.comment-upload-attachments tbody tr td { 
  padding: 8px 10px; 
}