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


/* TAMBIEN TENGO CAMBIOS EN PAGE.TPL.PHP */


html {
  background: #FFFFFF;                                /* background & font color FAFDFE*/
  color: #666;
}

#page {
  background-color: #FFFFFF; 
  margin: 0;
  width: 100%;
}

body {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

#main-wrapper .item-list .pager {
  clear: both;
  margin: 0 0 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 65%;  
}

#header-first {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 10px 0 0;
  width: 320px;
}

#preface {
  background: #2B6E9E url('images/preface-wrapper-bg.png') repeat-x top;
  min-height: 24px;
  padding-left: 15px;
}

#preface-wrapper {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0 auto;
  padding: 10px 0 8px 0;
  width: 960px;
}

#preface-wrapper div.block ul li {
  background: url('images/green-checkmark.png') no-repeat 1em 0.222em;
  list-style-image: none;
  list-style-type: none;
  padding: 0 0 0 2.222em;
}

body.layout-first-main #sidebar-first {
  margin: 24px 14px 0 0;
  width: 200px;
}

body.layout-first-main #content-wrapper {
  margin: 34px 0 0 0;
  width: 740px;
}



#preface-wrapper h2.block-title {
  background-color: transparent;
  color: #FFCC66;
  font-size: 1em;
  padding: 0;
}


#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
  background-color: #FFCC66;
  color: #fff;
  padding: 8px 8px 6px 46px;
  text-align: right;
  text-shadow: #545454 1px 1px; 
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#primary-menu {                                   /* menu layout */
  display: block;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

#primary-menu ul.menu li ul li {
  background: #FFCC66;
  border-bottom: 1px solid #FFCC66;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #FFCC66;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #FFCC66;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #FFCC66;
  color: #4A95C8;
  padding-bottom: 2px;
}

#comments h2.comments {
  background-color: #FFCC66;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  padding: 6px 14px 6px 52px;
  text-shadow: #545454 1px 1px;
  text-transform: uppercase;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

h1.title {                                        /* page titles */
  border-bottom: 1px solid #D6DDB9;
  clear: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
}  

h2.title {                                        /* block titles, node titles */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: 600;
  text-transform: uppercase;
}  


