/* $Id: local-sample.css,v 1.1 2009/11/23 15:59:59 atelier 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 */

/* style links, and unlinked parent items (via Special Menu Items module) */
.primary-menu ul li a,
.primary-menu ul li .nolink {
  display: block;
  padding: 0em 1em;
  text-decoration: none;
}

hr {
  background-color: #D6D6D6;
  border: 0 none;
  height: 1px;
  clear: both;
}

.title h3{
  color: #999999;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 12px;
  padding: 0;
  margin:0;
}
.title h2{
  margin: 1px;
}

.software p{
  padding: 6px 0;
  margin: 0;
}

.software .downloada{ /*change it*/
  padding-top: 15px;
}

.software .systems{
  padding-left: 58px;
  margin-right: 6px;
}

.systems img{ 
  margin-right: 6px;
}

.systems p{
  margin: 0;
  padding: 0;
}

.speciallist li {
  background: url(/themes/celadon/images/bullet_blue.png) no-repeat scroll 0px center;
  list-style: none;
  padding: 1px 13px 1px 20px;
}

.speciallist ul {
  margin: 0;
  padding: 0 0 6px 10px;
}

.middle p {
  text-align: center;
}

.middle img {
  vertical-align: middle;
}

#page {
  margin: 15px;
 }

.imagelist a {
  float: left;
  padding-right: 15px;
  margin-bottom: 10px;
}

.imagelist hr {
  margin-bottom: 10px;
}

#downloadbutton {
  text-align: center;
}

#sidebar-first {
  padding-top: 14px;
}

#main-inner {
  padding-top: 0px;
}

#download hr {
  margin-top: 10px;
  margin-bottom: 15px;
}

.desc .left{
  padding-right: 10px;
  padding-bottom: 5px;
}
  
.desc .right{
  padding-left: 5px;
  padding-bottom: 5px;
 }

#award img {
  vertical-align:middle;
}

h1 {
  padding-top: 14px;
}