body {   
  background: #EEEEEE;
  background-image: url('images/back.gif');
  color: #333333;
  font: 83% Verdana, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, label, 
fieldset, address { 
  margin: 0.75em 0;
}
h1 { font-size: 200%; }
h2 { font-size: 129%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
a {
  color: #CC6633;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #CC6633;
  font-weight: normal;
  text-decoration: underline;
}

#page {
  width:743px; 
  margin: 20px auto;
  padding: 0;
}

#header, #content, #footer {
  width:743px; 
}


#top{
  background-image: url('images/header.gif');
  height: 191px;
}

#menu_bg{
  background-image: url('images/menu.gif');
  height:26px;
  margin: 0;
  padding: 0;
}


#submenu_bg{
  background-image: url('images/submenu.gif');
  height:36px;
  margin: 0;
  padding: 0;
}

#content{
  background-image: url('images/conteudo.gif');
  overflow: hidden; /*expand the div need to have width set IE FIX*/
}

#footer {
  height:53px;
  background-image: url('images/bottom.gif');
  background-repeat: no-repeat; 
}
#footer_text{
  text-align: center;
  font-size: smaller;
  background-image: url('images/back.gif'); 
  color: #fff7bd;
}

#content #sidebar-right {
  font-size: 80%;
  padding: 0px 0px 0 10px;
  margin: 0;
  width: 190px;
  float: right;
}

#content #sidebar-right ul {
  margin: 0.25em;
}

#content #main {
  float: left;
  text-align: justify;
  width: 465px;
  padding-left: 55px;
}


#content #main h1.title {
  font-size: 139%;
  text-align: left;
  margin: 15px 0 15px;
  font-weight: bold;
  letter-spacing: -1px;
}

#primary {
  height:26px;
  background-image: url('images/menu.gif');
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#primary ul {
  float:right;
  clear: both;
  display: block;
  margin: 0px 0 4px 0;
  list-style: none;
  text-align: center;
  vertical-align: text-bottom;
}
#primary ul li {
  line-height: 23px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}
#primary ul li a {
  display: block;
  border: 0px hidden #CC6600;
  margin: 0px 2px 0px 0px;
  padding: 2px 7px 2px 7px;
}
#primary ul li a:hover, 
#primary ul li a.active {
  border: 0px solid #CC6600;
  margin: 0px 2px 0px 0px;
  padding: 2px 7px 2px 7px;
  background-image: url('images/barrita.gif');
  background-repeat:repeat-x;
}
#primary a, #primary a:hover {
  color: #EEEEEE;
  text-decoration: none;
}

#secondary {
  height:36px;
  background-image: url('images/submenu.gif');
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#secondary a, #secondary a:hover {
  color: #000000;
  text-decoration: none;
}
#secondary ul {
  float:right;
  clear: both;
  display: block;
  margin: 0px 0 0px 0;
  list-style: none;
  text-align: center;
  vertical-align: text-bottom;
}
#secondary ul li {
  line-height: 25px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}
#secondary ul li a {
  display: block;
  margin: 0px 2px 0px 0px;
  padding: 2px 7px 2px 7px;
}
#secondary ul li a:hover, 
#secondary ul li a.active {
  border: 0px solid #CC6600;
  margin: 0px 2px 0px 0px;
  padding: 2px 7px 2px 7px;
  background-image: url('images/barrita_submenu.gif');
  background-repeat:repeat-x;

}


.blocktitle {
  padding-top: 5px;
  text-align: center;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.block {
  margin: 10px 1px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.blockhead {
  height: 48px;
  background-image: url('images/box_h.gif');
}

.blockbody {
  padding: 5px 5px 5px 5px; 
  background-image: url('images/box_m.gif');
}

.blockfoot {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 5px;
  background-image: url('images/box_b.gif');
  background-repeat: no-repeat; 
}



.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 3em 0;
}
.sticky {
  padding: 1px;
  background-color: #fff7bd;
}
.node .content, .comment .content {
  clear: both;
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture, .comment .picture {
  border: none;
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.comment {
  border: 1px solid #CCCCCC;
  padding: .5em;
  margin: 0 0 1em 0;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: left;
  color: red;
}
.itemhead {
  margin: 10px 0 0 0;
}
.itemhead .title a {
  float: left;
  color: #333333;
  font-weight: bold;
}
a.editlink {
  float: right;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 !important;
  background: url('images/pencil.png') right center no-repeat;
}
.metadata { /* Time and category for blog entries */
  font-size: smaller;
  color: #aaa;
  line-height: 16px;
}
.tagdata {
  float: right; 
  padding: 2px 0 2px 20px;
  background: url('images/tag_blue.png') left center no-repeat;
}
.chronodata {
  padding: 2px 0 2px 20px ;
  background: url('images/time.png') left center no-repeat;
}
.commentslink {
  padding: 2px 0 2px 20px;
  background: url('images/comment.png') left center no-repeat;
}
.form-item input.form-text, .form-item textarea.textarea, 
.description { 
  width: auto; 
  padding: 0; 
} 
.form-item select {
  width: auto;
}
.user-login-block .form-item input {
  width: auto;
} 


/*overwrite system defaults*/
tbody {
  border-top: 0;
}

ul.links li {
  display: block;
  list-style-type: none;
}

/* override acidfree styles */
div.acidfree-cell {
   margin-right: 30px;
   margin-bottom: 5px;
}
div.acidfree-cell div.acidfree-folder {
  background-color: #fff7bd;
  border-color: #ccc;
}

div.acidfree-cell > div.acidfree-item {
  border: 2px solid #c0b874;
}

div.acidfree-cell > div.acidfree-item:hover {
  border-color: #CC6633;
}

.acidfree-cell{
	width:126px;
}
.acidfree .acidfree-cell{
	height:170px;
}

tr.odd{
    background-color : #fff39c;
}

tr.even{
    background-color : #fff7bd;
}
