/* $Id: style.css,v 1.2.2.1 2006/01/01 01:57:56 tclineks Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  color: #000;
  /* background-color: #cccccc; */
    background-color: #ffffff;
/* background:url('images/shadow.gif'); */
  /* font: 76% Verdana, Arial, Helvetica, sans-serif; */
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}

td
{
    vertical-align:top;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 14px;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: normal;
}


a:link {
  color: #39c;
 
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}

a:link
{
  color: #000000;
  text-decoration: none;
  font-size:10px;
  font-weight: normal;
}

a:visited
{
  color: #000000;
  text-decoration: none;
  font-size:10px;
  font-weight: normal;
}

a:hover
{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size:10px;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
  margin-top: 0em;
  padding:0px;
 font-weight:normal;   
}


.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header
{
  background-color: #ffcc00;
}

#logo {
  vertical-align: bottom;
  border: 0;
}
#logo img , #menu img{
  
  padding: 0;
  border: 0;
  margin:0px;  
}
#menu {
  padding: 0;    
  text-align: right;  
  margin:0px;
    border: 0;
}

#primary {
 font-family:arial;
  font-size:12px;
  padding: 4px;
  color:#660000;
 letter-spacing:0.05em;
  

}
#primary a {
font-family:arial;
  font-weight: normal;
  font-size:12px;
  color:#333333;

  
}
#primary a:hover
{
font-family:arial;
    color: #287755;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #369;
  padding:0;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}

.breadcrumb {
  margin-bottom: .5em;
}

.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ffffff;
  width: 120px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

#sidebar-left, #sidebar-right
{
    /* background:#b2b2b2; */
    /* background:#FDFDEC; */
    background:#ffffff;
    

}
#sidebar-right
{
    background:#ffffff;
   /* background:#efeac7; */
    /* background:#F8F6D9; */
    
}


#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a, h2 a {
  font-weight: bold;
  font-size: 14px;
  color: #777;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: normal;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

.architecture-page-text
{
    width:550px;
    vertical-align:top;    
}

.architecture-page-imgs
{
    width:180px;
    vertical-align:top;
    padding-left:15px;
}

wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  display: block;
   margin-right:0px;
   float:none;
  }
.wrap0
{
    float:left;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:10px;
}
.wrap1
{
    float:left;
    background-image:none;
}
.wrap2
{
    background-image:none;
}
.wrap3
{
    padding: 0px 3px 4px 0;
    background-image:none;
}

.wrap3 img
{
    display:block;
}
#subheader
{
    background:url('images/abcbg.jpg');
    
    text-align:right;
    padding-right:5px;
    height:20px;
}

.subheader_menu
{
    text-align:right;
 
}

#edit-search_theme_form_keys 
{
    width:90px;
}

input, textarea
{
    border:1px solid #b2b2b2;
}

.readmore, .readmore a
{
    text-align:right;
    font-weight:normal;
}

.highlightbredcrumb a
{
    color:#cc0000;
}

.pic-title
{
    color:#666666;
    font-size:10px;
    width:150px;
    line-height:100%;
}


.event-itemlist
{
   color:#666666;
   font-size:10px;
   padding-top:0px;
}

.event-itemlist a
{   
   font-size:10px;
   font-weight:normal; 
}

.event-itemlist a:hover
{
    color:#cc0000;
}

.block .title
{
font-size:11px;
}

.submitted a, .taxonomy a, .block a
{
    font-weight:normal
}

#content
{
    background:#ffffff;
}

#content a
{
    font-weight:normal;
    font-size:11px;
}

.view-address .form-text
{
    width:150px;    
}

.termdesc, .reminder, .preview
{
    padding:4px;
    color:#666666;
    padding-left:0px;
    padding-bottom:8px;
    xwidth:400px;
}

.resizable-textarea
{
    width:450px;
}

.block-menu .title
{
    background:#eeeedd;
    padding-left:2px;
}


.exhibition-dateinfo, .exhibition-dateinfo a
{
    color:#666666;
    font-size:10px;
}

.printheader
{
  padding-bottom:20px;
}


*
{
    font-size:12px;
    line-height: 20px;
}
