/**
 * $Id: style.css,v 1.50 2009/12/29 15:32:30 imremehesz Exp $
 * Acquia Marina 
 */

/******************************************/
/*  TopNotchThemes CSS Stylesheet         */
/*  by Chris Fassnacht & Stephanie Pakrul */
/*  copyright 2008 Collective Mind        */
/******************************************/

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/**************/
/* TYPOGRAPHY */
/**************/

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

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

/*
.color-blue   { color: #4f91cd }
.color-green  { color: #71c15d }
.color-orange { color: #f79244 }
.color-purple { color: #9f9cbc }
.color-red    { color: #b50938 }
.color-yellow { color: #b5b644 }
*/

/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  /* color: #27638C; */
  color: #777;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline:none;
}

a:link,
a:visited {
  /* color: #27638C; */
}  

a:hover,
a:active {
  text-decoration: underline;
}


/**********/
/* LAYOUT */
/**********/

html {
                              /* background & font color */
  color: #777;
}

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

#page-wide{
  width:100%;
  margin:0px; 
  } 


p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}


/*********/
/* LISTS */
/*********/

ul,
ul.menu {
  /*list-style-position: inside;*/
  list-style-type: disc;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

div.block ul {
  padding: 0 0 5px 0;
}

ul.links li {
  padding: 0;
}

ul.menu li.expanded ul.menu {    /* indenting sub menu items when expanded */
  margin: 0 0 0 14px;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;
  padding-left: 20px;
  padding-top: 0.2em
}

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

#preface-wrapper div.block ol li {
  list-style-image: none;
  padding: 2px 0;
}

#sidebar-first ul li,
#sidebar-last ul li,
#postscript-wrapper ul li {
  background: transparent url('images/raquo.png') no-repeat left 0.833em;
  list-style-image: none;
  list-style-type: none;
  padding: 0.2em 0 0 1.333em;
}

div.content ul li,
body.layout-main-last #sidebar-last ul li,
#content-bottom ul li {
  background: transparent url('images/green-bullet.png') no-repeat left 0.333em;
  list-style-image: none;
  list-style-type: none;
  padding: 0 0 0 1.666em;
}

div.content ol li,
body.layout-main-last #sidebar-last ol li,
#content-bottom ol li {
  list-style-image: none;
}


/********/
/* MISC */
/********/

.hidden {
  display: none;
  visibility: hidden;
}
hr {
  border: 1px solid #D6DDB9;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;
}

body.layout-first-main #content-wrapper.page-thin{
  padding-right:70px;
  width:693px;
  }
/********************/
/* ALL PAGE REGIONS */
/********************/

/******************/
/* HEADER REGIONS */
/******************/

#header {
  background-color: #fff;
  padding-left: 15px;
}

#header-wrapper {
  background-color: inherit;
  padding: 0;
  /*margin: 0 auto;
  width: 980px;*/
}

#search-box {
  background-color: #E1E1E1;
  border: 1px solid #CCCCCC;
  float: right;
  padding: 8px;
  position: relative;
  top: 0;
  width: 23em;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}

#search-box input#edit-search-theme-form-1 {
  width: 170px;
}

/* theming for header search box */
#search-box input.form-submit {
  background: #EFEBE7;
  border: 1px solid #ccc;
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 3px 3px 2px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}

#search-box label,
#search-box a.advanced-search-link {
  display: none;
}

#header-first {
  float: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 12px 30px 0 0;
  width: 380px;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;
  margin: 0 14px 0 0;
}

#header-first h1 {    /* site name link */
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
}

#header-middle {
  float: left;
  margin: 10px 20px 0 0;
  width: 230px;
}

#header-last {
  float: right;
  margin: 10px 0 0;
  margin-top:20px;
  width: 300px;
  text-align:left;
}

#header-bottom {
  margin: 0 auto;
  width: 960px;
}


/********************************/
/* PREFACE REGIONS */
/********************************/

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

#preface-wrapper {
  color: #fff;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  padding: 10px 0 8px 0;
  width: 960px;
}

/* correct button font size */
#preface-wrapper .form-submit {
  font-size: 0.6em;
}

#preface-wrapper #preface-first {
}

#preface-wrapper #preface-middle {
}

#preface-wrapper #preface-last {
}

#preface-wrapper.prefaces-1 div.column {
  float: left;
  width: 100%;
}
  
#preface-wrapper.prefaces-2 div.column {
  display: inline;
  float: left;
  margin: 0 14px;
  width: 47%;
}
  
#preface-wrapper.prefaces-3 div.column {
  display: inline;
  float: left;
  margin: 0 14px;
  width: 30%;
} 

#preface-wrapper a:link,
#preface-wrapper a:visited {
  color: #fff;
  text-decoration: underline;
}

#preface-wrapper a:link:hover,
#preface-wrapper a:visited:hover {
  border-bottom: none;
  text-decoration: none;
}

div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main {
  padding-left: 15px;
}

#main-wrapper {
  margin: 0 auto;
  position: absolute;
  width: 964px;
}

#main-wrapper a.active {
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;
}

#sidebar-last {
  background-color: #F4F7E7;
  float: right;
  margin: 0 0 0 10px;
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;
}

#content-top {
  margin: 0 0 30px;
}

#content {
  margin: 0 0 20px;               /* default spacing between content regions */
  min-height: 270px;
}

#content-inner {
  margin: 0 60px 0 0;
}
#content-inner.content-fix {
  margin: 0;
}

#content-bottom {
  clear: both;
  margin: 20px 0 0;
}


/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/

#postscript-wrapper {
  clear: both;
  margin: 0 auto;
  width: 960px;
}

#postscript-wrapper #postscript-first {
  padding-left: 0;
}

#postscript-wrapper #postscript-middle {
}

#postscript-wrapper #postscript-last {
  padding-right: 0;
}

#postscript-wrapper.postscripts-1 div.column {
  float: left;
  width: 100%;
}

#postscript-wrapper.postscripts-2 div.column {
  float: left;
  margin: 0 10px 0 8px;
  width: 48%;
}

#postscript-wrapper.postscripts-3 div.column {
  float: left;
  padding: 0 8px;
  width: 32%;
} 


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  border-bottom: 1px solid #D6DDB9;
  border-top: 1px solid #D6DDB9;
  clear: both;
  display: block;
  font-size: 0.9em;
  margin: auto 0;
  padding: 10px 0;
  text-align: center;
}

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #CCC;
  display: inline;
  padding: 0 5px 0 9px;
}

#footer ul li.first {
  border: none;
}


#legal-notice {
  background: #F4F7E7;
  clear: both;
  color: #AAA;
  display: block;
  font-size: 0.9em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display:none;
}

#legal-notice a {
  color: #6699CC;
}


/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 30px 0 0 0;
  width: 960px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 0px 5px 0 0;
  width: 196px;
}

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


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 30px 20px 0 0;
  width: 470px;
}

body.layout-main-last #sidebar-last {
  background-color: transparent;
  margin: 24px 0 0 0;
  width: 470px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 42px 20px 0 0;
  width: 240px;
}

body.layout-first-main-last #content-wrapper {
  margin: 42px 0 0;
  width: 700px;
}

body.layout-first-main-last #content-wrapper #content-inner {

}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #F4F7E7;
  margin: 0;
  padding: 0 0 0 20px;
  width: 280px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}


/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: hidden;
}


/************/
/* HEADINGS */
/************/

h1.title {                                        /* page titles */
  border-bottom: 1px solid #D6DDB9;
  clear: left;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.272em;
}  

h2.title {                                        /* block titles, node titles */
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
}  

h2.title a:link,
h2.title a:visited {
}  


h2.title a:hover,
h2.title a:active {
  /* color: #619CBE; */
  color: #777;
  text-decoration: none;
}  

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}

/*********/
/* NODES */
/*********/

div.node {
  margin: 0 0 30px;
}

div.node ul.links li,
div.node ul.inline li,
div.node .links a {
  padding-right: 14px;
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
}  

div.node ul.links li.comment_forbidden a {
  padding-right: 4px;
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.9em;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  line-height: 130%;
}

.terms ul.taxonomy li {
  margin: 10px 0 5px;
}

.terms ul.taxonomy ul.vocab-list,
.terms ul.taxonomy li.vocab-term {
  display: inline;
}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:active {
}

blockquote {
}

div.node.full-node div.content {
  border-bottom: 1px solid #D6DDB9;
}

.node-form .standard {
  clear: none;
}

.picture {
  float: right;
  margin: 0 0 2px 4px;
  padding: 2px;
}

/**********/
/* BLOCKS */
/**********/

div.block {
  position: relative;
}

div.block-region {
  background-color: #FFFF66;
  color: #000;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

div.block .title {
}

div.block .submitted {                               /* byline styles in blocks */
}

div.block .submitted a:link {
}

div.block .submitted a:visited,
div.block .submitted a:hover,
div.block .submitted a:active {
}

div.block-wrapper  {                    /* spacing between blocks */
  margin: 10px 0;
}

#header-last div.block-wrapper {   
  margin:0px;     
  clear:both;            /* spacing between blocks */
 
}


  
div#sidebar-first div.block-wrapper{
  margin:0px;
  }

#user-login-form .item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 2px 0 0 16px;
}


#header-middle h2.block-title,
#header-last h2.block-title {
  color: #51748C;
  font-size: 1.833em;
  margin: 0;
  padding: 0;
}

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

#preface-wrapper .block .content {
  margin: 10px 0 0;
}

body.layout-first-main-last #sidebar-first .block-wrapper,
body.layout-first-main-last #sidebar-last .block-wrapper {
  margin: 0 0 10px;
}

#sidebar-first .form-item label,
#sidebar-last .form-item label {
  display: none;
}

/* rounded blocks styles -= layout-first-main-last & layout-first-main blocks */
#sidebar-first h2.block-title,
#sidebar-last h2.block-title,
#postscript-wrapper h2.block-title {
  color: #777;
  padding: 8px 8px 6px;
}

#sidebar-first div.block div.content,
#sidebar-last div.block div.content,
#postscript-wrapper div.block div.content {
  padding: 10px 10px 8px;
}

/* non-rounded blocks styles = prefaces & layout-main-last blocks */
#preface-wrapper div.block div.content,
body.layout-main-last #sidebar-last div.block div.content {
  border: none;
}

body.layout-main-last #sidebar-last div.block-wrapper {
  margin: 0 0 30px;
}

#preface-wrapper div.block div.content,
body.layout-main-last #sidebar-last div.block div.content,
#footer div.block div.content {
  background: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

body.layout-main-last #sidebar-last h2.block-title {
  border-bottom: 1px solid #D6DDB9 ;
  background-color: transparent;
  color: #666;
  padding: 0;
  text-align: left;
  text-shadow: none;
  width: 400px;
}

#footer h2.block-title {
  background: transparent;
  color: #666;
}

/***************/
/* BLOCK MENUS */
/***************/

div.block ul li a,
div.block ul.menu li a {								
  font-size: 1em;
  font-weight: bold;
}

div.block ul.menu li {
  margin: 0;
}

div.block ul.menu li a:link,
div.block ul.menu li a:visited {
}

div.block ul.menu li a:hover,
div.block ul.menu li a:active {
}

#footer div.block ul li a,
#footer div.block ul.menu li a {
  font-weight: normal;
  text-decoration:none;
  
}

#footer div.block ul li a:hover,
#footer div.block ul.menu li a:hover {
  font-weight: normal;
  text-decoration:underline;
  
}


/*****************************************/
/* ROUNDED CORNERS FOR BLOCKS (optional) */
/*****************************************/

div.rounded-block {
  margin-top: -1px;                               /* use negative margin to overlap stacked blocks */
}

p.rounded-topspace {
  margin-top: -14px;                                  /* removes unwanted space */
}

p.rounded-bottomspace {
  margin-bottom: -10px;                               /* removes unwanted space */
}

div.rounded-block-top-left, 
div.rounded-block-top-right, 
div.rounded-block-bottom-left, 
div.rounded-block-bottom-right {                  /* combined rounded corner image */
  font-size: 2px;                                 /* IE div correction */
  height: 11px;                                   /* height of an image corner */
}

body.layout-main-last #sidebar-last div.rounded-block-top-left, 
body.layout-main-last #sidebar-last div.rounded-block-top-right, 
body.layout-main-last #sidebar-last div.rounded-block-bottom-left, 
body.layout-main-last #sidebar-last div.rounded-block-bottom-right { 
  background: none;
  font-size: inherit;
  height: auto;
}

div.rounded-block-top-left, 
div.rounded-block-bottom-left { 
  margin-right: 11px;                             /* width of an image corner */
}

div.rounded-block-top-right {                        /* anchor image in top right */
  background-position: 100% 0;
}

div.rounded-block-top-right,
div.rounded-block-bottom-right { 
  margin-left: 11px;                              /* width of an image corner */
  margin-top: -11px;                              /* height of an image corner */
}

body.layout-main-last #sidebar-last div.rounded-block-top-right,
body.layout-main-last #sidebar-last div.rounded-block-bottom-right { 
  margin: 0;
}

div.rounded-block-bottom-left  { 
  background-position: 0 -11px;                   /* negative height of an image corner */
}

div.rounded-block-bottom-right { 
  background-position: 100% -11px;                /* negative height of an image corner */
}

div.rounded-outside,
div.rounded-inside {
  padding-right: 8px;
}

body.layout-main-last #sidebar-last div.rounded-outside,
body.layout-main-last #sidebar-last div.rounded-inside {
  background: none;
  margin: 0;
  padding: 0;
}

div.rounded-inside {
  background-position: left;
  padding: 0 0 0 8px;
}


/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: right;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 12px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
  
#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}  

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  background: transparent url('images/tab-left.png') no-repeat left 0;
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 0 0.833em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -29px;
}

#primary-menu ul.menu li a {
  background: transparent url('images/tab-right.png') no-repeat right 0;
  color: #154B70;
  display: block;
  padding: 0px;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: right -29px;
  color: #fff;
}

#primary-menu ul.menu li ul {
  background: transparent url('images/drop-bottom.png') no-repeat 0 bottom;
  left: -999em;
  /* opacity: 0.95; */
  margin: 0 0 0 -10px;
  padding: 2px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li {
  background: #94CE18;
  border-bottom: 1px solid #83A638;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  color: #154B6F;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #fff;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;
  top: -6px;
}


#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}
  
/******************/
/* SECONDARY MENU */
/******************/

#secondary-menu {
}


/***********/
/* MISSION */
/***********/

#mission {
  padding: 8px 0;
}

/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: 1em;
  line-height: 100%;
  margin: -16px 0 0;
}  


/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  /*float: left;*/
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  clear: left;
  float: left;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  border-style: none;
  display: inline;
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  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 #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

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

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

select.form-select,
input.form-text,
textarea.form-textarea {                                      /* default styling for all text fields */
  background: #F6F9FB url('images/form-bg.png') left top;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

input.form-submit,
input.teaser-button {                                    /* default styling for all form buttons */
  background: transparent url('images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}

input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}  

fieldset {
  border: 1px solid #D6DDB9;
  margin: 15px 0;
  padding: 10px;
}

fieldset.collapsed {
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

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

div.form-item label {
  font-weight: normal;
}

/* html.js input.form-autocomplete {
  background-position: 100% 5px;
}*/

/**********/
/* PAGERS */
/**********/

#main-wrapper .item-list ul{
  padding-top:40px;
  }

#main-wrapper .item-list .pager {
  clear: both;
  margin: 0 0 20px;
  text-align: right;
}

#preface-wrapper .item-list .pager li,
#main-wrapper .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

#main-wrapper .item-list .pager a.active {
  color: #999;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
  text-decoration: none; 
}

#main-wrapper .pager li.pager-current {
  color: #B5B644;
  text-decoration: underline;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first,
#main-wrapper .pager-next,
#main-wrapper .pager-previous,
#main-wrapper .pager-item,
#main-wrapper .pager-last {
  margin: 0 4px;
  padding: 4px;
  color: #999;
}

#main-wrapper .pager-first:hover,
#main-wrapper .pager-next:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-item:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-last:hover {
  text-decoration:underline;
}


/**********/
/* TABLES */
/**********/

table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 57%;
}

th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 3px;
}

th.active img {
  display: inline;
}

tr.even td {
  background-color: #E3ECC0;
  border-bottom: 1px solid #CCC;
}

tr.odd td {
  background-color: #FDFFEF;
  border-bottom: 1px solid #CCC;
}

td.active {
  
}

tbody {
  border-top: 1px solid #CCC;
}

tbody th {
  border-bottom: 1px solid #CCC;
}

thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview {
  background-color: #FFFFEA;
  padding: 10px;
}

.description {
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}


/*--------------------------------*/
/*---- MODULE SPECIFIC STYLES ----*/
/*--------------------------------*/

/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;
}
.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0.5em;
}

/********/
/* BLOG */
/********/


/************/
/* COMMENTS */
/************/
#comments {
  clear: both;
}

#comments h2.comments {
  background-color: #94CE18;
  color: #fff;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.333em;
  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;
}

#comments .content {
  background: transparent;
  border: none;
}

#main-wrapper #comments a.active {
  color: #27638C;
  text-decoration: none;
}

.box {
  padding: 10px;
}

#comment-form {
  margin: 0 0 20px;
  padding: 0 20px;
}

.comment {
  border: none;
  margin: 6px 0 0;
  padding: 10px;
}

.comment h3.title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.comment .links a {
  font-size: 0.9em;
  text-align: right;
}

#comments .odd {
  background-color: #F4F7E7;
  border: 1px solid #ddd;
}

#comments .even {
  background-color: #fff;
}

#comments .comment-by-author {
  background-color: #FFFFEA;
}

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

.comment ul.links li {
  margin: 0 10px 0 0;
}

.signature p {
  border-top: 1px solid #d6ddb9;
  font-family: serif;
  font-size: 0.916em;
  margin: 10px 0;
  padding: 0;
}

.content blockquote p {
  margin: 0;
  padding: 0 20px 8px;
}

blockquote {
  background: url('images/close-quote.gif') no-repeat right bottom;
  color: #023562;
  margin: 10px 0;
}

blockquote :first-child {
  background: url('images/open-quote.gif') no-repeat left top;
  padding: 10px 0 0 20px;
}

/**********/
/* FORUMS */
/**********/

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, 
#forum td.posts, 
#forum td.topics, 
#forum td.last-reply,
#forum td.replies, 
#forum td.pager {
  white-space: nowrap;
}
#forum td.posts, 
#forum td.topics, 
#forum td.replies, 
#forum td.pager {
  text-align: center;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
}
.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
}

/**********/
/* PANELS */
/**********/

.tnt-panel .panel-preface-wrapper,
.tnt-panel .panel-postscript-wrapper {
}

.tnt-panel .panel-preface-first,
.tnt-panel .panel-postscript-first {
}

.tnt-panel .panel-preface-last,
.tnt-panel .panel-postscript-last {
}


/****************************************************/
/* TNT ROUNDED CORNERS FOR PANELS MODULE (optional) */
/****************************************************/

.tnt-panel {
  margin-top: 15px;
}

.tnt-panel .panel-panel {
  margin: 0 0 10px 0;
}

.rounded_corner .wrap-corner { 
  background-color: transparent !important;
}

.rounded_corner .wrap-corner .t-edge, 
.rounded_corner .wrap-corner .b-edge { 
  background-image: none;
}

.rounded_corner .wrap-corner .l-edge,
.rounded_corner .wrap-corner .r-edge {
  background-image: none !important;
}
 
.rounded_corner .wrap-corner .l-edge {
  border-left: 1px solid #cce2a3;                           /* left inside border color & width */
  border-right: 1px solid #cce2a3;                          /* right inside border color & width */
  background: #FFF;
  color: #000;
  padding-bottom: 1px;                  /* prevents gap in FF when an inner element has bottom padding */
  padding-left: 10px;
  padding-right: 10px;
}

.rounded_corner .wrap-corner .r-edge {
  padding: 0;
}

.rounded_corner .wrap-corner .t-edge .l, 
.rounded_corner .wrap-corner .t-edge .r, 
.rounded_corner .wrap-corner .b-edge .l, 
.rounded_corner .wrap-corner .b-edge .r { 
  background-image: none;                                   /* combined rounded corner image */
  font-size: 2px;                                           /* IE div correction */
  height: 11px;                                             /* height of an image corner */
  position: static;
  width: auto;
}

.rounded_corner .wrap-corner .t-edge .l, 
.rounded_corner .wrap-corner .b-edge .l { 
  margin-right: 11px;                                       /* width of an image corner */
}

.rounded_corner .wrap-corner .t-edge .r {                   /* anchor image in top right */
  background-position: 100% 0;
}

.rounded_corner .wrap-corner .t-edge .r,
.rounded_corner .wrap-corner .b-edge .r { 
  margin-left: 11px;                                        /* width of an image corner */
  margin-top: -11px;                                        /* height of an image corner */
}

.rounded_corner .wrap-corner .b-edge .l  { 
  background-position: 0 -11px;                             /* negative height of an image corner */
}

.rounded_corner .wrap-corner .b-edge .r { 
  background-position: 100% -11px;                          /* negative height of an image corner */
}


/*********/
/* POLLS */
/*********/

.poll .bar {                                      /* styles for poll ratings */
  background-color: #DDD;
}

.poll .bar .foreground {
  background-color: #999;
  float: none;
}


/************/
/* PROFILES */
/************/

.profile {
  clear: none;
  margin: 12px 0;
}

.profile h2.title {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.profile dd {
  margin: 15px 5px 0 205px;
}

.profile dt {
  margin-bottom: -35px;
  padding: 0 5px;
  text-align: left;
  width: 185px;
}

.layout-first-main-last .profile dd {
  margin: 15px 5px 0 120px;
}

.layout-first-main-last .profile dt {
  width: 100px;
}

/******************/
/* SEARCH RESULTS */
/******************/


/*********/
/* VIEWS */
/*********/

.view .view-comments-recent .views-field-subject {
  font-weight: bold;
}

.view .view-style-node{
}

.view .view-style-teaser{
}

.view .view-style-list{
}

.view .view-style-table{
}

.view .views-admin-links li {
  background: transparent !important;
}


/***************/
/* PRINT STYLE */
/***************/

@media print {
  body {
    background: white;
    font-size: 10pt;
  }
   
  #header,
  #header-top,
  #header-wrapper,
  #header-bottom,
  #sidebar-first,
  #sidebar-last,
  #preface-wrapper,
  #content-tabs,
  #mission,
  #slogan,
  #postscript-wrapper,
  #footer-top,
  #footer,
  #primary-menu,
  #search-box,
  #logo {
    display: none;
  }

  #page,
  #main-wrapper,
  #content-wrapper,
  #content-top,
  #content,
  #content-bottom {
    background: transparent none;
    border: 0;
    color: black;
    float: none !important;
    margin: 0;
    padding: 0;
    width: auto;
  }
  
  #content-wrapper {
    margin: 0 3%;
  }
}

#content-wrapper{
    /* background: transparent url('images/left-block.gif') no-repeat right top; */
    }
  
/*
 *  SLIDES
 */

#slides {
  width: 697px;
  height: 270px;
  overflow: hidden;
}
#slides div.slide {
  float: left;
  margin: 0px;
  border-right: 5px solid #FFF;
  overflow: hidden;
}

#slides div.slide div.slide-title {
  height: 34px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  /* background: #d0831b url('images/arrow-left.gif') no-repeat left center; */
  background-color: #000;
  /* padding: 4px 6px 4px 16px; */
  padding: 10px 6px 10px 16px;
  margin-bottom:10px;
  -moz-border-radius: 10px;
}
#slides div.slide div.slide-title1 { width: 205px }
#slides div.slide div.slide-title2 { width: 438px }
#slides div.slide div.slide-title3 { width: 670px }

/*
#slides div.slide div.blue   { background: #96c0e6 url('images/arrow-left.gif') no-repeat left center }
#slides div.slide div.green  { background: #a3d393 url('images/arrow-left.gif') no-repeat left center }
#slides div.slide div.orange { background: #f9a361 url('images/arrow-left.gif') no-repeat left center }
#slides div.slide div.purple { background: #9f9cbc url('images/arrow-left.gif') no-repeat left center }
#slides div.slide div.red    { background: #d78481 url('images/arrow-left.gif') no-repeat left center }
#slides div.slide div.yellow { background: #cfce85 url('images/arrow-left.gif') no-repeat left center }
*/

#slides div.slide div.slide-title a {
  display: block;
  font-weight: normal;
  color: #fff;
  height: 34px;
  overflow: hidden;
}

/*
 *  GALLERY
 */
 
div.hidden {
  display: none;
}
.view-Gallery div.node {
  width: 200px;
  margin: 20px 17px 0;
  float: left;
  font-size: 11px;
  line-height: 14px;
  display: inline;
}
.view-Gallery div.node .gallery-desc {
  padding: 4px;
}

.item-image-Horizontal {
  width: 600px;
  height: 280px;
  text-align: center;
  margin: 10px auto 20px;
  overflow: hidden;
}
.item-image-Vertical {
  float: left;
  text-align: center;
  width: 300px;
  height: 470px;
  overflow: hidden;
  margin: 20px 20px 0 10px;
}
.item-info-Horizontal {
  width: 280px;
  height: 260px;
  overflow: hidden;
  float: left;
  font-size: 11px;
}
.item-info-Vertical {
  position: absolute;
  bottom: 338px;
  left: 368px;
  width: 330px;
  color: #444;
  font-size: 11px;
}
.item-description-Horizontal {
  width: 380px;
  height: 280px;
  padding-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #444;
}
.item-description-Vertical {
  height: 300px;
  width: 330px;
  padding-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #444;
  font-family:Helvetica,Arial,sans-serif;
}
.item-title {
  font-size: 11px;
  margin-bottom: 4px;
}
.item-artist, .item-date, .item-medium, .item-credits, .item-attribution,
.item-origin, .item-dimensions {
  display: block;
}

.item-medium {
  font-size: 11px;
}
.item-credits {
  font-size: 11px;
}

#TB_ajaxContent{
  overflow:hidden;
  width:700px;
  height:495px;
}


/*
 * TMA
 */

 /*
a:link,
a:visited,
a:hover,
a.active,
h2.title                          { color: #D0831B }
body.blue   .title, body.blue   a, body.blue h2 { color: #4f91cd }
body.green  .title, body.green  a, body.green h2 { color: #71c15e }
body.orange .title, body.orange a, body.orange h2 { color: #f79244 }
body.purple .title, body.purple a, body.purple h2 { color: #50497c }
body.red    .title, body.red    a, body.red h2 { color: #b50938 }
body.yellow .title, body.yellow a, body.yellow h2 { color: #B6B644 }

body.purple.purple .title, body.purple.purple a { color: #50497c }
 */

/*
#header-wrapper             { border-top: 22px solid #7d8ea2 }
body.blue   #header-wrapper { border-top: 22px solid #4f91cd }
body.green  #header-wrapper { border-top: 22px solid #71c15d }
body.orange #header-wrapper { border-top: 22px solid #f79244 }
body.purple #header-wrapper { border-top: 22px solid #50497c }
body.red    #header-wrapper { border-top: 22px solid #b50938 }
body.yellow #header-wrapper { border-top: 22px solid #b5b644 }

body.purple.purple #header-wrapper { border-top: 22px solid #50497c }
*/


ul.menu a:link,
ul.menu a:visited,
ul.menu a:hover,
ul.menu a.active { color: #fff;line-height:2;/*color: #7e7e7e;*/ }

div.block-nice_menus{
/* background-color: #e0e0e0;*/
    -moz-border-radius: 10px;
    border: 2px solid #000;
    line-height:3;
}

ul#nice-menu-1{
  border:0px;
  width:100%;
  }

ul.nice-menu li {
background:none;
border:0px;
border-top:1px solid #FFF;
margin:0px;
padding:0px;
}
 
ul.nice-menu li#menu-414{
  border:0px;
}

ul.nice-menu a:link, ul.nice-menu a:visited, ul.nice-menu a:hover, ul.nice-menu a.active{
  /* color:#7E7E7E; */
  color: #000;
  text-transform: uppercase;
  font-size:11px;
  /* margin-top:5px; */
  }

ul.nice-menu li a:hover {
color:#333333;
text-decoration:none;
background: transparent url('images/arrow-right.png') no-repeat right center;
}

#main-wrapper ul.nice-menu li a.active{
  color:#333333;
  text-decoration:none;
  background:none;
  }
  
ul.nice-menu li.active-trail a{
  color:#333333;
  text-decoration:none;
  background:none;
  }
  

#main-wrapper  ul.nice-menu li ul li a:hover, #main-wrapper  ul.nice-menu li ul li a.active{
  background:none;
  text-transform: capitalize;
  background-color:#333333;
  color:#FFF;
  } 


#sidebar-first ul li, #sidebar-last ul li, #postscript-wrapper ul li {
background:none;
list-style-image:none;
list-style-type:none;
padding:0px;
width:100%;
}



ul.nice-menu-right ul {
  padding:0px;
  margin-left:38px;
  text-transform: capitalize;
  opacity:0.91;
  background-color:#7D8EA2;
  border:1px solid #7E7E7E;
  }

 
 ul.nice-menu ul a:link, ul.nice-menu ul a:visited{
  text-transform: capitalize;
  background-color:#e7e7e7;
  font-weight:normal;
  color:#000;
 }
 
  


#sidebar-first #block-menu-primary-links {
  background-color: #e0e0e0;
  font-size: 11px;
  text-transform: uppercase;
  height: 265px;
  overflow: hidden;
}


/*
#sidebar-first #block-menu-primary-links li {
  padding: 1px 0 0 18px;
  background: none;
  display: inline-block;
  width: 100%;
}
#sidebar-first #block-menu-primary-links li.collapsed,
#sidebar-first #block-menu-primary-links li.expanded {
  border-top: 1px solid #fff;
}
#sidebar-first #block-menu-primary-links li li.collapsed,
#sidebar-first #block-menu-primary-links li li.expanded {
  border-top: 0;
}
#sidebar-first #block-menu-primary-links li.first {
  border-top: 0;
}
#sidebar-first #block-menu-primary-links ul.menu ul.menu li.leaf,
#sidebar-first #block-menu-primary-links ul.menu ul.menu li.collapsed {
  padding: 0 0 0 12px;
  line-height: 13px;
  border-top: 0; 
  text-transform: none;
}
#sidebar-first #block-menu-primary-links ul.menu ul.menu {
  margin-left: 0;
  line-height: 16px;
}
#sidebar-first #block-menu-primary-links ul.menu ul.menu li a {
  font-weight: normal;
}*/


table.primary-links td {
  /* height: 269px; */
  height: 50px;
  vertical-align: center;
  padding:2px 0px 2px 8px;
}


table.primary-links {
  padding:0px;
  margin:0px;
  }
  
.sf-sub-indicator{
  display:none;
  }
  
#block-menu-primary-links ul.menu a:link,
#block-menu-primary-links ul.menu a:visited,
#block-menu-primary-links ul.menu a.active,
#block-menu-primary-links ul.menu a:hover {
  text-decoration: none;
  font-weight: bold;
  display: block;
}
#sidebar-first #block-menu-primary-links ul.menu li.active-trail {
  background: transparent url(images/arrow-left.gif) no-repeat scroll left 5px;
}
#sidebar-first #block-menu-primary-links ul.menu ul.menu li.active-trail {
  background: transparent url(images/arrow-menu.gif) no-repeat scroll left 3px;
}
#block-menu-primary-links ul.menu a:hover {
  color: #333;
}


#vocab-block h2,#front-information h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#front-information p {
  margin: 2px 0 2px;
}

.front-info-header{
  margin-bottom:10px;
}

.front-info-footer{
  margin-top:10px;
}

#front-information .front-info-footer p{
  margin-bottom:10px;
}

div.center-wrapper {
  margin-top: 20px;
}
div.panel-pane h2.title {
  margin-bottom:8px;
  padding-bottom:3px;
}
#sidebar-first #block-views-Gallery-block_1 div.content {
  padding-top: 15px;
}

#sidebar-last {
  height: 269px;
  width: 67px;
  background-color: #E0E0E0;
  position: absolute;
  top: 14px;
  right: 0;
}

#tooltip{
  position:absolute;
  -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
  border:1px;
  background:#7b8da3 url(images/arrow-left.gif) no-repeat scroll left 1.2em;
  padding:2px 5px;
  color:#FFF;
  display:none;
  padding:10px;
  padding-left:15px;	
}
	
/*Hide description for art on node reference pages */	
.field-type-nodereference .gallery-desc {
  display:none;
}

div.view-header {
   padding: 10px 0 0 19px;
}



.view-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.view-subtitle {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

div.node {
  margin: 20px 19px 0;
}
div.node-type-panel {
  margin: 0 0 30px;
}

div.node.full-node div.content, tbody {
  border: 0;
}

#footer {
  /*background-color: #7d8ea2;*/
  background-color: #aaa;
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

/*
#footer.footer-blue   { background: #4f91cd }
#footer.footer-green  { background: #71c15e }
#footer.footer-orange { background: #f79244 }
#footer.footer-purple { background: #50497c }
#footer.footer-red    { background: #b50939 }
#footer.footer-yellow { background: #b6b644 }
#footer.view-footer-purple {background: #50497c}
*/


#block-menu-menu-footer-menu {
  float: left;
  margin-left: 184px;
  color: #fff;
  font-size:11px;
  text-transform:uppercase;
  display: inline;
}
#footer #block-menu-menu-footer-menu a {
  /* color: #fff; */
  font-weight: bold;
}
#footer p {
  float: right;
  margin: 0 30px 0 0;
  color: #fff;
  line-height: 32px;
}
#footer div.block-wrapper {
  margin: 0;
}

div.side-left {
  display: block;
  float: left;
  font-weight: bold;
  height: 4em;
  width: 110px;
}
div.side-right {
  display: block;
  margin-bottom: 4px;
  margin-left:111px;
}


div.side-right a, div.side-full a {

}
.event-block h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.event-block p {
  margin-top: 0;
}
#node-9 div.panel-col-first {
  padding-right: 30px;
  width: 48%;
}
#node-9 div.panel-col-last {
  width: 47%;
}

#right-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  background-color: #E0E0E0;
  height: 269px;
  line-height:20px;
  display:block;
  margin-top:14px;
}

div#node-12 .panel-2col-stacked, div#node-18 .panel-2col-stacked,
div#node-21 .panel-2col-stacked, div#node-7 .panel-2col-stacked {
  background:transparent url(images/border.gif) no-repeat scroll 37.5em 28em;
}

div#node-9 .panel-2col-stacked {
  background:transparent url(images/border.gif) no-repeat scroll 31.5em 28em;
}

.panel-2col-stacked div.panel-col-first {
  width: 57%;
  padding-right: 30px;
}
.panel-2col-stacked div.panel-col-last {
  width: 37%;
}

#block-views-Gallery-block_1 {
  text-align: center;
}

.view-Exhibitions div.node, .view-taxonomy-term div.node, .view-Sections div.node {
  background:none;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.section-pdfs{
  margin-top: 10px;
  margin-left:42px;
  width:158px;
  font-size:11px;
  text-align:left;
}

.section-pdfs h2{
  font-size:1.3em;
  text-decoration:underline;
  margin-bottom:5px;
  }


div.ex-left {
  width: 200px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 30px;
}


div.ex-left img {
  vertical-align: bottom;
  margin-bottom:20px;
}
div.ex-left .enlarge {
  display: block;
  font-size: 9px;
  padding: 0 0 10px 0;
}
div.ex-logo {
  margin-bottom: 10px;
}
div.ex-right {
  display: block;
  margin-left: 230px;
}
div.right-fix {
  margin-left: 42px;
}
div.ex-right h2.title {
  border: 0;
  font-style: italic;
}
div.ex-right .subtitle {
  display: inline;
  font-style: italic;
  font-weight: bold;

}
div.ex-right a.read-more {
  display: block;
}

div.node-header {
  margin-bottom: 0px;
}

/*Search Box*/

#search-box{
background:none;
border:none;
width:100%;
text-align:left;
padding:0px;
margin:10px 0px;
}

#search  div.form-item{
  margin:0px;
  }
  
#edit-search-theme-form-1-wrapper input#edit-search-theme-form-1{
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
background:none;
border:1px solid #adadad;
position:relative;
top:0pt;
width:154px;
border-style:inset;
}

#search input.form-submit{
  background:#c6cdd7 url(images/arrow-btn.gif) no-repeat scroll center center;
  width:25px;
  height:17px;
  }
#search-date, #search-header, #search-date p{
  color:#adadad;
  font-weight: bold;
  display: block;
  font-family: Helvetica, Arial, Tahoma, Verdana sans-serif;     /* web safe fonts */
  margin:0px;
  text-transform: uppercase;
  }
#search-header{
  float:left;
  padding-right:5px;
  display:inline;
  }

#search-box input.form-submit{
font-size:1em;
font-weight:normal;
outline-style:none;
outline-width:medium;
padding:0px;
text-transform:none;
}

span.search-info-type, span.search-info-user, span.search-info-date{
  display:none;
  }

select.form-select, input.form-text, textarea.form-textarea{
padding:0px;
}

.gallery-images-size{
  height:200px; 
  width:200px; 
  position:relative;
  }
  
.gallery-images-size img{
  position: absolute;
  bottom:0px;
  left:0px;
}  

div.tma-vocab{
  margin-bottom:10px;
  
  }

/*member login info */	

  
#user-login-form div.form-item label {
text-transform:uppercase;
font-weight:bold;
  }
  
#user-login-form #edit-name-wrapper{
  display:inline;
}

#user-login-form select.form-select, #user-login-form input.form-text, #user-login-form textarea.form-textarea {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
background:none;
border:1px inset #9F9CBC;
color:#666666;
padding:1px 1px;
width:85%;
}

#user-login-form input.form-submit, #user-login-form input.teaser-button {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-outline-radius-bottomleft:0px;
-moz-outline-radius-bottomright:0px;
-moz-outline-radius-topleft:0px;
-moz-outline-radius-topright:0px;
background:#9F9CBC url(images/arrow-btn.gif) no-repeat scroll 5.5em center; 
border:none;
color:#FFFFFF;
cursor:pointer;
font-family: Helvetica, Arial, Tahoma, Verdana sans-serif;     /* web safe fonts */
font-size:0.916em;
font-weight:bold;
margin:0 4px;
outline-color:#9BABB0;
outline-style:solid;
outline-width:1px;
padding:2px 26px 2px 13px;
text-transform:uppercase;
text-align:right;
display:block;
float:right;
margin-right:15%;
clear:both;
}

#user-login-form input.form-submit:hover, #user-login-form input.teaser-button:hover {
background-position:5.5em center;
cursor:pointer;
}

.artist-photo{
float:left;
padding-right:10px;
}

div.content ul li, body.layout-main-last #sidebar-last ul li, #content-bottom ul li {
background:none;
list-style-image:none;
list-style-type:none;
padding:0 0 0 0;
}


/*Contact Form*/

#contact-mail-page select.form-select, #contact-mail-page input.form-text, #contact-mail-page textarea.form-textarea,
.webform-client-form input.form-text {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
background:none;
border:1px inset #9BABB0;
color:#666666;
padding:2px 0;
}

#contact-mail-page input.form-submit, #contact-mail-page input.teaser-button{
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-outline-radius-bottomleft:0px;
-moz-outline-radius-bottomright:0px;
-moz-outline-radius-topleft:0px;
-moz-outline-radius-topright:0px;
background:transparent url(images/blue-button.png) no-repeat scroll left center;
border:1px solid #FFFFFF;
color:#FFFFFF;
cursor:pointer;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:0.916em;
font-weight:bold;
margin:0 4px;
outline-color:#9BABB0;
outline-style:solid;
outline-width:1px;
padding:2px 4px;
text-transform:uppercase;
}


#contact-mail-page input.form-submit:hover, #contact-mail-page input.teaser-button:hover{
background-position:right center;
cursor:pointer;
}


/*Calendar*/

.view-calendar{
  margin-right:11px;
}

.calendar-calendar th{
  background-color:#7D8EA2;
  }
.calendar-calendar td.empty {
background:#EEEEEE none repeat scroll 0 0;
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
background:#FFFFCC none repeat scroll 0 0;
color:#266795;
font-weight:bold;
margin:5px 0px;
}

.view-calendar a{
  background:none;
}

.view-calendar div.calendar-calendar .links{
  margin-bottom:10px;
}
.view-calendar div.calendar-calendar .links li a{
padding:0px 10px 0px 15px;
background: transparent url('images/arrow-right-lightr.png') no-repeat left center;
}

.view-calendar div.calendar-calendar .links a:hover{
background: transparent url('images/arrow-right.png') no-repeat left center;
}

.calendar-calendar .month {
border:1px solid #e0e0e0;
}

.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
background:none;
}

.calendar-calendar table.mini td.empty {
background-color:#efefef;
}



/******** Year *******/

.calendar-calendar .month-view div.date-nav{
  background-color: #777777;
  }
  
.calendar-calendar .month-view div.date-heading h3 a{
  color:#FFF;
  }
  
/******** Month *******/
  
.view-display-id-calendar_block_1 .month, .view-calendar .year, .view-calendar .year{
  text-align:center;
}

.view-display-id-calendar_block_1 .month a:hover, .view-calendar .year a:hover{
  background-color: #A3D393;
  color:#FFF;
  display:block;
  text-decoration:none;
}

.view-display-id-calendar_block_1 .mini-day-on a, .view-calendar .mini-day-on a{
  background-color: #A3D393;
  color:#FFF;
  display:block;
  text-decoration:none;
}

.view-display-id-calendar_block_1 .mini-day-on a:hover, .view-calendar .mini-day-on a:hover{
  background-color:#71C15E;
}

/******** Week *******/

.view-id-calendar .item-list h3{
  margin: 5px 0px;
  margin-top:  10px;
  }


/***** events **********/

.event-block .float{
  float:left;
}

.event-block .event-teaser{
  padding-top:5px;
  }

/******* Empty View******/

.view-empty p{
  padding: 0px 10px;
  padding-left:20px;
  }

#block-block-4 p,
#block-block-2 p {
margin:0px;
padding:0px;
}

#block-block-4 a,
#block-block-2 a {
color:#7D8EA2;
font-family:Helvetica,Arial,Tahoma,Verdana sans-serif;
font-weight:bold;
text-transform:uppercase;
padding:0px;
margin:0px
}

#block-block-4 a:hover,
#block-block-2 a:hover {
color:#4A95C8
}

div.messages {
  margin-right:90px;
  }

ul li.menuparent
{
    background-color: #f00;
}

div.panel-col-last
{
    background-color:#ddd;
    -moz-border-radius: 10px;
}

div.panel-col-last .panel-panel
{
    
}

.panel-pane
{
    /* margin-top:20px; */
    color: #000;
}

#block-views-Gallery-block_1 h2
{
    display:none;
}