@CHARSET "UTF-8";

/**
*   Zen CSS
*h
*   $Id: style.css,v 1.17.2.2 2007/01/17 05:02:52 jjeff Exp $
*/

/**
*   IMPORT EXTERNAL STYLE SHEETS
*   We have separated out these styles because they are
*   common to the zen template system.
*/
@import "layout.css";
@import "icons.css";

/**
*   FONT STYLES
*
*  Standardize font sizes and line-height across browsers
*/


body {
  font:13px arial,helvetica,clean,sans-serif;
  *font-size:small;
  *font:x-small;
}

table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}

table tr.odd {
  background: #ddd;
}

tr, td {
  padding: .25em;
}

td.icon {
  text-align: center;
}

hr {
  color: #000;
  background-color: #000;
}


/**
*   LAYOUT STYLES
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.
*   See layout.css for major adjustments.
*/
body {
  margin: 0 auto;
  padding: 0;
  min-width: 700px;
  max-width: 1100px;
width:expression(
    document.body.clientWidth > (500/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );
  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  /*width: 900px;  */             /* page width - optional */
  /*margin: 0 auto;   */          /* center the page - optional */
  /*border-left: 2px solid #AAA;*/
  /*border-right: 2px solid #AAA;*/
  padding: 0 0;
  margin: 0 1.2cm 0 0;
  background: url('images/dot.gif') repeat-y top right;
}


/**
*  OTHER STYLES
*
*  Styles that are specific to this theme.
*/

/* Common styles */
body {
  background: #fff;
}

#page {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #111;
  line-height:1.5em;
  background-color: #fff;
}

#container {
  margin: 0px 2px 10px 10px;
}

#main .node .content{
  color: #333;
}

.sideImage {
  margin: -10px 0 0 0;
  padding: 0 0 0 2em;
  float: right;
}

#surfaceRangeList ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
#surfaceRangeList li {
  display: inline;
  font-weight: bold;
  margin: 0 1.2em 0 0;
  padding: 0 0 0 10px;
  background-image: url(images/red_triangle_bullet1.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

#floorRangeList ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
#floorRangeList li {
  display: inline;
  margin: 0 1.2em 0 0;
  padding: 0 0 0 10px;
  background-image: url(images/red_triangle_bullet1.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

div.content, div.links {
  font-size: 92%;
}

a, a:link, a:visited {
  color: #4B77A5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #4B77A5;
  text-decoration: underline;
}

a:active, a.active {
  color: #89A3E4;
}

h1.title, h1.title a, h1.title a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #C6343B;
  font-size: 200%;
  margin:0;
  margin-bottom:0px;
  line-height:normal;
}

h1, h1 a, h1 a:hover {
  font-size: 140%;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  font-size: 122%;
  color: #C6343B;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
  line-height: 23px;

}

/* The navigation titles */
.blockinner h2 {
  color: #E2DBC8;
  background-image: url('images/bw/menu1.gif');
  background-repeat: no-repeat;
  padding-left: 6px;
}

h3 {
  font-size: 107%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #AEB459;
}

h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

p, .book .body {
  padding: 0 0 0.5em 0;
  margin: 0;
 
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px 0px #ccc solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

code {
  font-size: 100%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

img {
  border: 0;
}

ol, ul, dl {
  position: relative;
}

/* Header styles */
#header {
  background: url('images/corner-curve-top.gif') no-repeat top right;
  background-color: #000;
  margin: 0;
  padding: 3px 0 0 0;
  /*height: 133px;*/
}

#header-region {
  background-color: #fff;
}

#logo-title {
  margin: 0 20px 0 20px;
  margin: 0;
  padding: 0;
  position: relative;
}

#logo{
  vertical-align: baseline;
}

#name-and-slogan {
  display: inline;
}

#site-name {
  margin: 0;
  display: inline;
}

#site-name a, #site-name a:hover {
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-weight: normal;
  color: #6DA6E2;
  font-size: 176%;
  margin: 0;
  padding: 0;
}

#site-slogan {
  color: #aaa;
  margin: 0;
  font-size: 85%;
  margin-left:20px;
}

#search {
  float: right;
  padding: 15px 0.8cm 0 0;
  /*position: absolute;
  padding:0;
  top: 18px;
  right: 2cm;*/
}
#languageBar {
  float: right;
  margin: 110px -165px 0 0;

  color: #fff;
  font-weight: bold;
}
#languageBar .linkSeparator {
  color: #E2DBC8;
}
#languageBar a {
  color: #E2DBC8;
}

#mission {
  color: #666;
  font-weight:bold;
  padding: 2em;
  background: #D7E3F0 url(images/background.png);
  margin-bottom:20px;
  font-size: 85%;
  border: solid 1px #B5C9D8;
}

.breadcrumb {
  margin-left: 1.5em;
  font-size: 85%;
  margin-left: 210px;
  padding-left: 1em;
  color: #B1C075
}

/* Menu styles */
div.menu {
  margin: 0 0 0 1em;
}

#primary {
  font-size: 85%;
  line-height:normal;
  padding:0px 0px 1px 20px;
  border-bottom:4px solid #000;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}

#primary a {
  background:#6DA6E2 url(images/tabs.gif) repeat-x;
  color:#FFF;
  font-weight:bold;
  display:block;
  float:left;
  padding:5px 14px 5px 14px;
  margin: 0px 1px 0px 0px;
  border: solid #4B77a5 1px;
  border-width: 1px 1px 0px 1px;
}

#primary a {
  background-position:0% 0px;
}

#primary a:hover {
  background-position:0% -42px;
  text-decoration:none;
}

#primary a.active {
  background-position: 0% -84px;
}

#secondary {
  padding-left:20px;
  background: #6DA6E2; /*#347FD2;*/
  border-bottom: solid #000 4px;
}
#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  color: #fff;
  font-size: 85%;
  text-decoration:none;
  padding:0px 5px 0px 5px;
}

#secondary a:hover {
  background:#000;
}

#secondary a.active {
  font-weight:bold;
}

/* Link styles */
ul.links {
  text-align:left;
}

ul.links li {
  border-left: 1px solid #9cf;
}

.taxonomy {
  margin:0;
  padding:0;
  display:inline;
}

.taxonomy ul.links li {
  border:none;
  padding:0 .1em 0 .2em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left:0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding:0 .1em 0 .1em;
}

.submitted, .taxonomy {
  font-size: 85%;
  color: #999;
}

/* Form styles */
input, textarea, textfield {
  margin:0;
  color: #000;
  font-family: arial;
  padding:1px;
  font-size: 100%;
}

fieldset {
  border: solid #ccc 1px;
}

input.form-checkbox, input.form-radio {
  border: none;
}

#search .form-text, #user-login-form .form-text {
  color: #000;
  border: 1px solid #4B77a5;
  padding: 2px;
}

.form-submit, .button {
  padding: 1px;
}

#search .form-submit {
  background-color: #E2DBC8;
  color: #000;
  font-weight:bold;
  border: none;
  /*height: 20px;
  width: 60px;
  background: url('images/search-button.gif') no-repeat 0px 0px;*/
}

#search .button,
#user-login-form .button,
#user-login-form .form-submit {
  background-color: #E2DBC8;
  color: #000;
  font-weight:bold;
  border: none;
  /*border: 1px solid #4070A1;*/
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#user-login-form {
  text-align:left;
}

#user-login-form .item-list ul {
  margin-top:10px;
}

/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #999;
  background: #eee;
  margin: 10px 10px 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* Footer styles */
#footer-wrapper {
  margin:0;
  margin-top: 15px;
}

#footer {
  background: url('images/corner-curve-bottom.gif') no-repeat bottom right;
  background-color: #000;
  /*border: solid 1px #004969;*/
  color:#FFFFFF;
  text-align: left;
  margin:0;
  font-size: 85%;
  padding: .4em 0 .4em 1em;
}

#footer a {
  color: #fff;
  font-weight:bold;
  border-bottom: 1px dotted #FFFFFF;
}

#footer a:hover {
  border-bottom: 1px solid #FFFFFF;
}

#footer img.drupal-powered {
  position:relative;
  top:.3em;
}

/* Administration styles */
.admin-panel {
  margin:0;
  padding:0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #4B77a5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding:10px;
}

.admin-panel h3 {
  margin-bottom:0;
  padding:5px 5px 5px 30px;
  font-family: verdana;
  font-size: 122%;
  color:#fff;
  border-width: 0px 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin:0px 0px 10px 0;
  padding: 10px;
  background: #EBF2F8;
}

.comment  h3.title, .comment  h3.title a {
  font-size: 122%;
  color: #2266AB;
  font-weight:normal;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  margin-bottom:3px;
  margin-top:0;
}

.comment .picture, .node .picture {
  float:left;
  margin-right:15px;
}

.comment-unpublished {
  background: #FCE38E;
}

.comment .new {
  color: #FFC600;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

.comment .links {
  text-align: right;
}

/* Poll styles */
.poll .bar .foreground {
  background: #000;
}

.poll .bar {
  padding:2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #000;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border:1px solid #000;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* Forum styles */
#forum table {
  width: 100%;
}

/* Pager styles */
.pager {
  text-align:center;
  margin-top: 30px;
}

.pager  a, .pager-current {
  padding:3px 8px 3px 8px;
  margin:0 2px 0 2px;
  color: #000;
  font-weight:bold;
  border: solid 1px #eee;
}

.pager-current {
  color: #fff;
  background-color: #000;
}

/* Node, Block, Content styles */
.node {
  margin-bottom:15px;
  padding-bottom:15px;
}

.node h2.title {
  margin-bottom:.1em;
}

.node h2.title a {
  color: #C6343B;
  font-size: 129%;
  font-weight:normal;
  font-family:verdana;
  line-height:1.4em;

}

.node .content {
  padding-top:10px;
  padding-bottom:5px;
}

.sticky {
  border-bottom: solid 2px #000;
}

.profile {
  clear:none;
}

#sidebar-left .block, #sidebar-right .block {
  border-bottom: solid #999 1px;
  padding-bottom:15px;
  margin-bottom:20px;
  /*background-color: #e2dbc8;*/
}

#sidebar-left a {
  color: #000;
}

.block .item-list ul {
  padding-left:0;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
