
/* Luxe 6 - topnotchthemes_1042 v1.1.2 03112009 */

/*****************************************/
/*  TopNotchThemes CSS Stylesheet        */
/*  copyright 2008-2009 Collective Mind  */
/*         DO NOT DISTRIBUTE             */
/*****************************************/


/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/**************/
/* TYPOGRAPHY */
/**************/

body {
  background: url(images/bg-swirl.png) no-repeat center top;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  line-height: 160%;
  padding: 10px 0 0 0;
}

h1 {
  color: #690a2a;  
  font-size: 1em;                                 /* font sizes in ems for consistent sizing */
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/**********/
/* LAYOUT */
/**********/

html {
  background: #fffef3 url(images/bg_stripe.png) repeat;
  color: #000;
}

#page {
  margin: 0 auto;                                 /* center page */
  width: 800px;
  background: white;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 1em 0;
}

/* for region labels on block admin page */
.block-region {
  color: #000;
}


/*********/
/* LISTS */
/*********/

ul,
ul.menu {
  list-style-position: inside;
  list-style-type: disc;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

#content .content ul,
#content .content ol {
  margin: 10px 0 10px 20px;
  font-size: .93em; /* 12px */
}

#content .content ul ul,
#content .content ol ol {
  font-size: 100%;
  margin: 0 0 0 20px;
}

#content-inner .content ul li {
  list-style-image: url(images/list-style-arrow.png);
}

#content-inner .content ul.tips li,
#content-inner .content ul.links li {
  background: none;
  list-style: circle;
  padding: 0;
}

div.block ul {
  padding: 0 0 5px 0;
}

ul.links li {
  padding: 0;
}

/* 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 */
/* note: display set in openid.js */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  list-style-type: none;
  margin-top: 15px;
  padding: 5px 0 0 18px;
}


/********/
/* MISC */
/********/

hr {
  border: 1px solid gray;
  height: 1px;
}

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 */
/* format initial startup page list nicely */
#first-time strong {
  padding: 0;
}

#first-time p {
  clear: both;
}

#first-time ol li {
  margin: 0 0 1em 0;
}

#first-time ol {
  list-style-position: outside;
  margin: 0 0 1em 20px;
}

#mission-wrapper {
  background: url(images/banner-image.jpg) no-repeat;
  display: block;
  height: 330px;
  margin: 0 0 5px 0;
  overflow: hidden;
  width: 790px;
}

#mission {
  background: url(images/mission-bg.png) repeat;   /* This is the table and chair background image in the Mission statement */
  color: #550822;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.85em; /* 24px */
  line-height: 100%;
  margin: 25px 10px;
  padding: 10px;
  width: 700px;
}


/********************/
/* ALL PAGE REGIONS */
/********************/

/*****************/
/* BANNER REGION */
/*****************/

#banner {
  text-align: center;
}


/******************/
/* HEADER REGIONS */
/******************/


#header-wrapper {
	min-height: 200px;
  background: url(images/header-bg.jpg) repeat;
  color: #ccb5b5;
}

#header-wrapper .block-wrapper a {
  color: #fff;
}

#header {
  padding: 20px 35px;
}

#header-first {
  float: left;
  width: 50%;
}

#header-first h1 {
  display: block;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 2.69em; /* 24px */
  font-weight: normal;
  line-height: 77%;
}

#header-first h1 a {                             /* site name link */
  color: #fff;
  text-decoration: none;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  display: block;
  float: left;
  margin: 0 0px 0 0;
  padding: 0px;
}

#header-first #slogan {
  color: #ccb5b5;
  display: block;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.08em; /* 14px */
  text-indent: 5px;
}

#header-last {
  float: right;
  width: 40%;
}


/***************************************/
/* PREFACE, POSTSCRIPT & PANEL REGIONS */
/***************************************/

#preface-wrapper,
#postscript-wrapper,
.tnt-panel .panel-preface-wrapper,
.tnt-panel .panel-postscript-wrapper {
}

#preface-wrapper #preface-first,
#postscript-wrapper #postscript-first,
.tnt-panel .panel-preface-first,
.tnt-panel .panel-postscript-first {
}

#preface-wrapper #preface-middle,
#postscript-wrapper #postscript-middle {
}

#preface-wrapper #preface-last,
#postscript-wrapper #postscript-last,
.tnt-panel .panel-preface-last,
.tnt-panel .panel-postscript-last {
}

#preface-wrapper {
  margin: 0 0 1em 0;
}

#preface-wrapper #preface-first .block-wrapper,
#preface-wrapper #preface-last .block-wrapper,
#postscript-wrapper #postscript-first .block-wrapper,
#postscript-wrapper #postscript-last .block-wrapper {
 
  color: #fff;
  margin: 0 0 5px 0;
  padding: 10px;
}

#preface-wrapper #preface-first .block-wrapper a,
#preface-wrapper #preface-last .block-wrapper a,
#postscript-wrapper #postscript-first .block-wrapper a,
#postscript-wrapper #postscript-last .block-wrapper a {
  color: #fff;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  padding: 5px;
}


/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;
  padding: 0 0 1em 0;
  width: 215px;
}

#sidebar-first .block-wrapper {
  background: #181818;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 20px;
}

#sidebar-first .block-wrapper a {
  color: #fff;
}

#sidebar-first p {
  font-size: .85em; /* 11px */
}

#sidebar-first .meta {
  color: #ccb5b5;
  font-size: .85em; /* 11px */
  line-height: 100%;
  margin: 0 0 5px 0;
}

#sidebar-first .meta a,
#sidebar-first .terms,
#sidebar-first .terms a {
  color: #ccb5b5;
}

#sidebar-first .meta a:hover,
#sidebar-first .meta a:focus {
  color: #fff;
}

#sidebar-first .terms {
  font-size: .77em; /* 10px */
  text-align: right;
}

#sidebar-first .links {
  font-size: .85em; /* 11px */
  text-align: right;
}

#sidebar-first .links .node_read_more {
  background: url(images/icon-read-more.png) no-repeat;
  margin-left: 10px;
  padding-left: 15px;
}

#sidebar-first .more-link a {
  background: url(images/icon-read-more.png) no-repeat left center;
  float: right;
  margin-left: 10px;
  padding: 0 0 0 15px;
}

#sidebar-first .block-wrapper.odd .block {
  background: url(images/sidebar-menu-flower.png) no-repeat 150px -20px;
  margin: -20px;
  padding: 20px;
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;
}

#content-top {
  background: #fbf7ed;
  border: 1px solid #ddcdc9;
  margin: 1em 0;
  padding: 15px;
}

#content {
  margin: 10px 0;               /* default spacing between content regions */
}

#content p {
  font-size: .93em; /* 12px */
}

#content-bottom {
  background: #fbf7ed;
  border: 1px solid #ddcdc9;
  margin: 1em 0;
  padding: 15px;
}

#node-bottom {
  margin: 30px 0 0 0;
}


/*****************/
/* FOOTER REGION */
/*****************/

#footer_nav {
	color: white;
	margin: 0 auto;
	
}


#footer {
  background: black;
  border-top: 3px solid gray;
  margin: 0 auto;
  width: 800px;
  padding: 10px 0 10px;
  
}

#footer_nav li:first-child {
	border: none;
	
}

#footer-message {
  text-align: right;
}

#footer ul {
	font-size: 10px;
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;
}

#footer ul li {
  border-left: 1px solid #CCC;
  display: inline;
  padding: 0 5px 0 9px;
}

#footer ul li.first {
  border: none;
}

#footer a {
  text-decoration: none;
}

#footer a:hover,
#footer a:focus {
  text-decoration: underline;
}

#footer-top {
  float: left;
  width: 49%;
}

#footer-message {
  float: right;
  margin-right: 40px;
  width: 44%;
}

#footer-message a {
  font-weight: bold;
}


/****************************************/
/*          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: 0;
  width: 790px;
}

body.layout-main #content-inner {
  margin: 0 15px;
  width: 760px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 0 30px 0 0;
}

body.layout-first-main #content-wrapper {
  margin: 0 0 0 0;
  width: 520px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 15px 15px 0 0;
  width: 485px;
}

body.layout-main-last #sidebar-last {
  margin: 15px 0 0 0;
   width: 385px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 15px 15px 0 0;
  width: 185px;
}

body.layout-first-main-last #content-wrapper {
  margin: 15px 15px 0 0;
  position: relative;
  width: 485px;
  z-index: 1;                    /* keep content visible on admin pages */
}

body.layout-first-main-last #sidebar-last {
  margin: 15px 0 0 0;
  width: 185px;
}


/**********************************/
/*  PREFACE & POSTSCRIPT REGIONS  */
/* (First:Middle:Last)            */
/**********************************/

#preface-wrapper.prefaces-1 .column,
#preface-wrapper.prefaces-2 .column,
#preface-wrapper.prefaces-3 .column {
  float: left;
  width: 520px;
}

body.layout-main #preface-wrapper.prefaces-1 .column {
  width: 790px;
}

/* Two preface regions */
#preface-wrapper.prefaces-2 .column {
  width: 250px;
}

.preface-first-middle #preface-middle,
.preface-first-last #preface-last,
.preface-middle-last #preface-last {
  margin: 0 0 0 20px;
}

body.layout-main #preface-wrapper.prefaces-2 .column,
body.layout-main-last #preface-wrapper.prefaces-2 .column {
  width: 385px;
}

/* Three preface regions */
.preface-first-middle-last #preface-wrapper.prefaces-3 .column {
  width: 160px;
}

.preface-first-middle-last #preface-middle {
  margin: 0 20px 0 20px;
}

body.layout-main #preface-wrapper.prefaces-3 .column,
body.layout-main-last #preface-wrapper.prefaces-3 .column {
  width: 250px;
}

/* Postscript regions */
#postscript-wrapper {
  clear: both;
  padding: 20px 5px;
}

#postscript-wrapper.postscripts-1 .column,
#postscript-wrapper.postscripts-2 .column,
#postscript-wrapper.postscripts-3 .column {
  float: left;
  width: 790px;
}

/* Two postscript regions */
#postscript-wrapper.postscripts-2 .column {
  width: 379px;
}

.postscript-first-middle #postscript-middle,
.postscript-first-last #postscript-last,
.postscript-middle-last #postscript-last {
  border-left: 1px solid #DDCDC9;
  margin: 0 0 0 16px;
  padding: 0 0 0 15px;
}

/* Three postscript regions */
.postscript-first-middle-last #postscript-wrapper.postscripts-3 .column {
  width: 242px;
}

.postscript-first-middle-last #postscript-middle {
  border-left: 1px solid #DDCDC9;
  border-right: 1px solid #DDCDC9;
  padding: 0 16px;
  margin: 0 15px;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #690a2a;
  text-decoration: underline;
}  

a:hover,
a:focus,
a:active {
}  


/******************/
/* 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 */
  clear: both;
  font-weight: bold;
  margin: 0 0 .5em 0;
}  

h2.title {                                        /* block titles, node titles */
  font-size: 1.31em; /* 16px */
  font-weight: bold;
  font-family: "Times New Roman", Times, Georgia, serif;
}  

.block-wrapper h2.title {
  color: #7b1034;
}

#header-wrapper .block-wrapper h2.title {
  color: #fff;
}

#sidebar-first .block-wrapper h2.title,
#preface-first .block-wrapper h2.title,
#preface-last .block-wrapper h2.title,
#postscript-first .block-wrapper h2.title,
#postscript-last .block-wrapper h2.title {
  border-bottom: 1px solid #90606c;
  color: #fff;
  margin: 0 0 .5em 0;
}

#preface-middle .block-wrapper h2.title,
#postscript-middle .block-wrapper h2.title {
  border-bottom: 1px solid #90606c;
  margin: 0 0 .5em 0;
}

#footer-wrapper .block-wrapper h2.title {
  border-bottom: 1px solid #BFA7AC;
  margin: 0 0 .5em 0;
}

#sidebar-first .block-wrapper .block-menu h2.title,
#preface-first .block-wrapper .block-menu h2.title,
#preface-last .block-wrapper .block-menu h2.title,
#postscript-first .block-wrapper .block-menu h2.title,
#postscript-last .block-wrapper .block-menu h2.title,
#sidebar-first .block-wrapper .block-uc_catalog h2.title,
#preface-first .block-wrapper .block-uc_catalog h2.title,
#preface-last .block-wrapper .block-uc_catalog h2.title,
#postscript-first .block-wrapper .block-uc_catalog h2.title,
#postscript-last .block-wrapper .block-uc_catalog h2.title,
#sidebar-first .block-wrapper .block-user h2.title,
#preface-first .block-wrapper .block-user h2.title,
#preface-last .block-wrapper .block-user h2.title,
#postscript-first .block-wrapper .block-user h2.title,
#postscript-last .block-wrapper .block-user h2.title {
  border-bottom: none;
}

#sidebar-first .block-wrapper .teaser h2.title {
  border-bottom: none;
  font-family: Tahoma, Arial, sans-serif;
  font-size: .85em; /* 11px */
  line-height: 120%;
}

h2.title a:link,
h2.title a:visited {
  text-decoration: none;
}  

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
  text-decoration: underline;
}


/*********/
/* NODES */
/*********/

#main {
}  

#content .teaser {
  border-bottom: 1px solid #d6d6cd;
  padding: 0 0 15px 0;
}

.picture {
  float: right;
}

.picture img {
  margin: 0 0 15px 15px;
  border: 1px solid #aaa;
}

div.node {
  margin-bottom: 20px;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  font-size: .85em;
  line-height: 130%;
}

.terms ul.taxonomy li {
  margin: 5px 0;
}

.terms ul.taxonomy ul.vocab-list,
.terms ul.taxonomy li.vocab-term {
  display: inline;
}

.meta {
  margin: 0 0 1em 0;
}

#content .links {
  font-size: .85em; /* 11px */
  text-align: right;
}

#content .links li {
  border-right: 1px solid #000;
  margin: 3px 0 0 5px;
  padding: 0 5px 0 0;
}

#content .links li.last {
  border-right: none;
}

#content .links li a {
  font-size: 1em;
}

#content .links .node_read_more {
  background: url(images/icon-arrowcircle.png) no-repeat;
  margin-left: 5px;
  padding-left: 22px;
  padding-bottom: 5px;
}

div.node ul.links li.comment_forbidden a {
  padding-right: 4px;
}

.submitted {
  font-size: .85em; /* 11px */
  margin: 0 0 1em 0;
  padding: 0;
}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:focus,
.submitted a:active {
}

blockquote {
  background: #fbf7ed;
  color: #7b1034;
  margin: 1em 0;
  padding: 25px;
}


/**********/
/* BLOCKS */
/**********/

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:focus,
div.block .submitted a:active {
}

div.block-wrapper {                    /* spacing between blocks */
  margin: 0 0 1em 0;
}

#user-login-form .item-list ul li,
.terms ul li {
  list-style-type: none;
  margin: 0;
}


/*****************************************/
/* ROUNDED CORNERS FOR BLOCKS (optional) */
/*****************************************/

div.rounded-block {
  margin-top: -1px;                               /* use negative margin to overlap stacked blocks */
}

p.rounded-topspace {
  margin-top: 0;                                  /* removes unwanted space */
}

p.rounded-bottomspace {
  margin-bottom: 0;                               /* removes unwanted space */
}

div.rounded-block-top-left, 
div.rounded-block-top-right, 
div.rounded-block-bottom-left, 
div.rounded-block-bottom-right { 
  background-image: none;                         /* combined rounded corner image */
  font-size: 2px;                                 /* IE div correction */
  height: 11px;                                   /* height of an image corner */
}

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 */
}

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-inside {
  border-left: 0;                                 /* left inside border color & width */
  border-right: 0;                                /* right inside border color & width */
  padding-left: 10px;
  padding-right: 10px;
}


/****************************************************/
/* 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 */
}


/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  background: #540822 url(images/primary-menu-bg.png) repeat-x top;
  clear: both;
  display: block;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.08em; /* 14px */
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;

  position: relative;
  margin: -25px 0 15px 0;
  border-bottom: 3px white solid;
}

#primary-menu ul.links {
  padding: 10px;
  float: right;
}

#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
  display: block;
  float: left
}  

#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 {
  color: #fff;
  display: block;
  margin: 0 15px 10px 0;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:focus,
#primary-menu ul.links li a:active {
  background: #7a2e46;
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 75px;
}

#primary-menu ul.menu li a,
#primary-menu ul.menu li a:link,
#primary-menu ul.menu li a:visited {
  display: block;
}

#primary-menu ul.menu li ul {
  left: -999em;
  position: absolute;
  width: 75px;
}
  
#primary-menu ul.menu li:hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 75px;
}
  
#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 {
  display: block;
  margin: 0;
  padding: 0;
  width: 75px;
}

  
/************************/
/* BLOCK MENUS - SECONDARY */
/* SIDEBAR FIRST           */
/************************/

#sidebar-first #secondary-menu {

}

#sidebar-first #secondary-menu ul.links {
  text-align: left;
}

#sidebar-first #secondary-menu ul.links li {
  display: block;
}

#sidebar-first #secondary-menu ul.links li a:hover,
#sidebar-first #secondary-menu ul.links li a:focus {
  color: #000;
}


/***************/
/* BLOCK MENUS */
/***************/

.block ul.menu {
  font-family: "MS Sans Serif", Geneva, sans-serif 
}

.block ul.menu li a {								
  text-decoration: none;
}

.block ul.menu li {
  border-top: 1px solid #90606c;
  font-size: 1em;
  padding: 1px 0 1px 5px;
}

.block ul.menu li.last {
  border-bottom: 1px solid #90606c;
}

.block-menu li.expanded,
.block-uc_catalog li.expanded,
.block-menu li.collapsed,
.block-uc_catalog li.collapsed,
.block-menu li.leaf,
.block-uc_catalog li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding: 0 5px 0 5px;
  margin: 0;
}

.block ul.menu li a:link,
.block ul.menu li a:visited {
}

.block ul.menu li a:hover,
.block ul.menu li a:focus,
.block ul.menu li a:active {
  text-decoration: underline;
}

/* Sidebar first */
#sidebar-first .block-menu {
  margin: -20px;
  padding: 20px;
}

#sidebar-first .block ul.menu li a:link,
#sidebar-first .block ul.menu li a:visited {
  color: #fff;
}

/* Footer wrapper */
#footer-wrapper .block ul.menu {
  font-family: Tahoma, Arial, sans-serif;
  margin: 0 0 0 -10px;
}

#footer-wrapper .block ul.menu li {
  border-top: none;
  border-left: 1px solid #b4848e;
  padding: 0 0 0 3px;
}

#footer-wrapper .block ul.menu li.first {
  border-left: none;
  padding: 0;
}

#footer-wrapper .block ul.menu li.last {
  border-bottom: none;
}

#footer-wrapper .block ul.menu li a:link,
#footer-wrapper .block ul.menu li a:visited {
  color: #b4848e;
}

/* SUB  MENU */
.block-menu ul.menu li ul.menu {
  padding-top: 3px;
}

.block-menu ul.menu li ul.menu li {
  background: url(images/block-menu-arrow.png) no-repeat left .6em;
  border-top: none;
  font-size: .92em;
  margin: 0 0 3px 25px;
  padding: 0;
}

/* Preface and Postscript */
#preface-wrapper .block-menu ul.menu li ul.menu li,
#postscript-wrapper .block-menu ul.menu li ul.menu li {
  background: url(images/list-style-arrow.png) no-repeat left .6em;
}

.block-menu ul.menu li ul.menu li.last {
  border-bottom: none;
}

.block-menu ul.menu li ul.menu li a,
.block-menu ul.menu li.active-trail ul.menu a {
  display: block;
  padding: 0 .5em 0 1em;
}

.block-menu ul.menu li ul.menu a:hover,
.block-menu ul.menu li ul.menu a:focus,
.block-menu ul.menu li ul.menu a.active,
.block-menu ul.menu li.active-trail ul.menu a:hover,
.block-menu ul.menu li.active-trail ul.menu a:focus {
  text-decoration: underline;
}

#sidebar-first .block .item-list ul,
#preface-first .block .item-list ul,
#preface-last .block .item-list ul,
#postscript-first .block .item-list ul,
#postscript-last .block .item-list ul {
  margin-left: -20px;
}

#sidebar-first .block .item-list ul li,
#preface-first .block .item-list ul li,
#preface-last .block .item-list ul li,
#postscript-first .block .item-list ul li,
#postscript-last .block .item-list ul li,
#sidebar-first .block ul.menu li,
#preface-first .block ul.menu li,
#preface-last .block ul.menu li,
#postscript-first .block ul.menu li,
#postscript-last .block ul.menu li {
  list-style: none;
  list-style-image: none;
}

#sidebar-first #block-user-0 .item-list {
  margin: 0 0 0 25px;
}


/***************/
/* BLOCK MENUS - HEADER */
/***************/

#header-wrapper .content,
#header-wrapper .content p {
  color: #fff;
}

#header-wrapper a {
  color: #CDC1AB;
}

#header-wrapper .block-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

#header-wrapper .block-menu ul.menu li {
  background: none;
  border-top: none;
  border-right: 1px solid #CCB5B5;
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}

#header-wrapper .block-menu ul.menu li.last {
  border-bottom: none;
  border-right: none;
  padding: 0;
}

#header-wrapper .block-menu ul.menu li a:link,
#header-wrapper .block-menu ul.menu li a:visited {
  color: #CCB5B5;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#header-wrapper .block-menu ul.menu li a:hover,
#header-wrapper .block-menu ul.menu li a:focus,
#header-wrapper .block-menu ul.menu li a.active,
#header-wrapper .block-menu ul.menu li.active-trail ul.menu a:hover,
#header-wrapper .block-menu ul.menu li.active-trail ul.menu a:focus {
  background: none;
  color: #fff;
}

#header-wrapper .block-menu ul.menu li.active-trail a {
  background: none;
  color: #fff;
}

#header-wrapper .block-menu ul.menu li.active-trail ul.menu a {
  background: none;
  color: #fff;
}


/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: .85em; /* 11px */
  font-weight: bold;
  line-height: 100%;
  margin: 2em 0 2em 0;
}   

#breadcrumb a {
}


/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;
  margin: 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #DDCDC9;
  clear: both;
  float: left;
  margin: 0;
  padding: 0 10px;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #555;
  color: #690A2A;
  font-variant: small-caps;
  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: #690A2A;
  float: left;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #690A2A;
  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 #DDCDC9;
  color: #690A2A;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #DDCDC9;
  color: #690A2A;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: 4px solid #DDCDC9;
  color: #690A2A;
  padding-bottom: 2px;
}


/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

.form-text {                                      /* default styling for all text fields */
}

.form-submit,
#content .form-item .form-submit,
input.search_submit,
#header-last #search input.search_submit {          /* default styling for all form buttons */
  background: #680a11;
  border: 1px solid #b06f80;
  color: #fff;
  cursor: pointer;
  font-size: 0.85em;
  font-weight: bold;
  margin: 3px;
  outline: 2px solid #7b1034;
  padding: 2px 5px;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}

.form-submit:hover,
.form-submit.hover,
input.search_submit:hover,
input.search_submit.hover,
#content .form-item .form-submit:hover,
#content .form-item .form-submit.hover,
#header-last #search input.search_submit:hover,
#header-last #search input.search_submit.hover {
  background: #48060b;
  border: 1px solid #b06f80;
  outline: 2px solid #6F1434;
}

.form-item input,
.form-item select,
.form-item textarea,
.form-item .resizable-textarea .grippie {
  max-width: 95%;
}

#content .form-item input,
#content .form-item select,
#content .form-item textarea,
input#edit-search-theme-form-keys {
  background: #fffef3 url(images/input-bg.png) repeat-x top left;
  border: 1px solid #ccb4b4;
  padding: 2px;
}

.block-wrapper select.form-select,
.block-wrapper input.form-text,
.block-wrapper textarea.form-textarea {
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#preface-middle .block-wrapper select.form-select,
#postscript-middle .block-wrapper select.form-select,
#preface-middle .block-wrapper input.form-text,
#postscript-middle .block-wrapper input.form-text,
#preface-middle .block-wrapper textarea.form-textarea,
#postscript-middle .block-wrapper textarea.form-textarea {
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#content .form-item .option input {
  background: none;
  border: none;
}

fieldset {
  border: 1px solid #dec2c3;
  margin: 15px 0;
  padding: 10px;
}

fieldset.collapsed {
}

legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
  display: block;
  margin: 0;
  font-size: 1em;  /* 13px */
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
}

.form-item label,
.tableHeader th,
.tableHeader-processed th {
  color: #690A2A;
}

#sidebar-first .form-item label,
#preface-first.form-item label,
#preface-last .form-item label,
#postscript-first .form-item label,
#postscript-last .form-item label {
  color: #fff;
}

/* views form field width limit */
.views-edit-view input,
.views-edit-view textarea {
  max-width: 95%;
}

/* theme settings form field width limit */
form#system-theme-settings select,
form#system-theme-settings input.form-text {
  max-width: 95%;
}

/* keep theme select form visible */
#system-themes-form {
  position: relative;
  z-index: 1;
}

/* keep theme switcher visible */
.form-item select#edit-theme {
  max-width: none;
}

/* keep admin columns from dropping under */
div.admin .left,
div.admin .right {
  margin-left: 1%;
  margin-right: 1%;
}


/***********/
/* SEARCH  */
/***********/

#search {
  margin: 0 0 10px 0;
  text-align: right;
}

#search .form-item label,
#search-block-form .form-item label {
  color: #fff;
  font-size: .85em; /* 11px */
}

#preface-middle #search-block-form .form-item label,
#postscript-middle #search-block-form .form-item label,
#footer #search-block-form .form-item label {
  color: #7B1034;
}

#search input#edit-search_theme_form,
.block-search input#edit-search-block-form-1.form-text {
  background: #f5f4e9 url(images/icon-search.png) no-repeat right center;
  border: 1px solid #ccb4b4;
  font-size: .85em; /* 11px */
  padding: 3px 25px 3px 2px;
}


/**********/
/* PAGERS */
/**********/

ul.pager {
  margin: 10px 0;
}

ul.pager li {
  color: #7B1034;
  font-weight: bold;
  margin: 0 -5px 0 0;
  padding: 0;
}

ul.pager li a {
  color: #7B1034;
  text-decoration: none;
}

ul.pager li a:hover,
ul.pager li a:focus {
  text-decoration: underline;
}

ul.pager li.pager-current {
  background: #7B1034;
  color: #fff;
}

#sidebar-first ul.pager li.pager-current,
#preface-first ul.pager li.pager-current,
#preface-last ul.pager li.pager-current,
#postscript-first ul.pager li.pager-current,
#postscript-last ul.pager li.pager-current {
  border: 1px solid #CCB5B5;
  padding: 3px;
}

#preface-first ul.pager,
#preface-last ul.pager {
  padding-left: 15px;
}


/*********/
/* VIEWS */
/*********/

div.view-style-node{
}

div.view-style-teaser{
}

div.view-style-list{
}

div.view-style-table{
}

div.view div.views-admin-links li {
  background: transparent !important;
}


/*********/
/* POLLS */
/*********/

div.poll div.bar {                                      /* styles for poll ratings */
  background-color: #DDD;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/************/
/* COMMENTS */
/************/

div.comment {
  border: 1px solid #90606C;
  margin: 15px 0;
  padding: 10px;
}

div#comments h2.title {
  border-bottom: 1px solid #BFA7AC;
  color: #690A2A;
  margin: 0 0 .5em 0;
}

div.comment h3.title {
  font-weight: bold;
  margin: 0;
}

div.comment div.links a,
div.comment ul.links a {
  font-size: 0.9em;
  text-align: right;
}

#comments div.odd {
  background-color: #fff;
  border: 1px solid #DDCDC9;
}

#comments div.even {
  background-color: #FBF7ED;
  border: 1px solid #DDCDC9;
}

#comments div.comment-by-author {
  background: #FFEFF5;
  border: 1px solid #90606C;
}

.signature {
  border-top: 1px solid #ddcdc9;
  font-size: 0.916em;
  margin: 10px 0;
  padding: 0;
}

#comments blockquote {
  background: #fff;
}

.new {
  font-weight: bold;
  border: 1px solid #000;
  padding: 0 5px;
  float: right;
  background: #fff;
  text-transform: uppercase;
  font-size: .85em; /* 11px */
}

form#comment-form {
  margin: 0 0 30px 0;
}


/**********/
/* FORUMS */
/**********/

#forum .description {
  font-size: 0.92em;   /* 12px */
  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 {
  font-weight: bold;
}

#forum td.last-reply {
  font-size: .85em;
  line-height: 120%;
}

#forum td.posts, 
#forum td.topics, 
#forum td.replies, 
#forum td.pager {
  text-align: center;
}

#forum td {
  padding: 5px;
}

.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border: none;
  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%;
}

.forum .forumlist-wrapper {
  margin: 0 0 40px 0;
}

.forum .forumlist-wrapper th.center {
  text-align: center;
  padding: 0;
  margin: 0;
}

.forum .forumlist-wrapper th.center {
  padding: 0 5px 0 5px;
}

.forum #forum div.indent {
  margin-left: 0;
}

.forum .name {
  font-size: 1.08em;  /*14px*/
}

.forum #content-inner tbody {
  border-top: none;
}

.forum th {
  text-align: left;
  padding-right: 1em;
  border-bottom: none;
}

.forum tr td.forum {
  padding: 0 50px;
}

#forum .links {
  margin: 10px 0;
  text-align: left;
}

.forum tr.odd td {
  border-bottom: none;
}

.forum tr.even td {
  background-color: #fbf7ed;
  border-bottom: none;
}

.forum td {
  padding: 10px 3px;
}

#forum table {
  margin: 0 0 40px 0;
}


/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation {
  margin: 20px 0;
}

.book-navigation .menu {
  border-top: 1px solid #ccc;
  padding: 1em 0 0 3em;
}

.book-navigation .page-links {
  background: #FBF7ED;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: block;
  float: left;
  text-align: center;
  padding: 0.5em;
}

.book-navigation .page-previous {
  padding: 3px 5px 0 30px;
  margin: 0;
}

.book-navigation .page-next {
  padding: 3px 30px 0 5px;
  margin: 0;
}

.book-navigation .page-up {
  margin: 0;
  display: block;
  text-align: center;
}

.layout-main-last .book-navigation .page-previous,
.layout-main-last .book-navigation .page-next {
  width: 230px;
}


/**********/
/* TABLES */
/**********/

table {
  border-collapse: collapse;
  width: 100%;
}

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: #fbf7ed;
  border-bottom: none;
}

tr.odd td {
  background-color: #f2e6e0;
  border-bottom: none;
}

tr.odd, 
tr.even {
  border: none;
}

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;
}

#preface-first tr.odd,
#preface-last tr.odd,
#postscript-first tr.odd,
#postscript-last tr.odd,
#sidebar-first tr.odd,
#preface-first tr.even,
#preface-last tr.even,
#postscript-first tr.even,
#postscript-last tr.even,
#sidebar-first tr.even {
  background: transparent !important;
}

#preface-first tr.odd td,
#preface-last tr.odd td,
#postscript-first tr.odd td,
#postscript-last tr.odd td,
#sidebar-first tr.odd td,
#preface-first tr.even td,
#preface-last tr.even td,
#postscript-first tr.even td,
#postscript-last tr.even td,
#sidebar-first tr.even td {
  background: transparent !important;
}


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview .node {
  background-color: #FFFFEA;
}

.description {
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #000;
  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.error {
  background-color: #FFF2F2;
  border-color: #550B24;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {
}

.warning {
  margin: 10px 0;
}

.form-required {
  color: #BF0042;
}


/************/
/* PROFILES */
/************/

.profile h2.title {
  border-bottom: 1px solid;
  margin-top: 15px;
}

.profile dd {
  margin: 15px 5px 0 205px;
}

.profile dt {
  background-color: #FBF7ED;
  border-bottom: 1px solid #f2e6e0;
  border-right: 1px solid #f2e6e0;
  color: #7b1034;
  margin-bottom: -10px;
  padding: 0 5px;
  text-align: right;
  width: 185px;
}


/************/
/* UBERCART */
/************/

#cart-form-products,
.cart-review {
  border: 0;
}

#cart-form-buttons,
#checkout-form-bottom,
.review-button-row {
  border: 0;  
}

#cart-form-products table th {
  border-bottom: 3px solid #dec2c3;
}

.full-node #content .display-price {
  color: #7b1034;
}

.product-image {
  border-left: 0;
  clear: left;
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.product-image a {
}

.product-image img {
  border: 1px solid #d7c1c0;
  margin: 0 10px 5px 0;
  padding: 3px;
}

/* Shopping cart */
#header-last .block-uc_cart {
  background: url(images/icon-shoppingcart.png) no-repeat left top;
  float: right;
  width: 200px;
}

.cart-block-icon-full {
  display: none;
}

#header-last .block-uc_cart .content {
  color: #fffef3;
  font-size: .85em;
  margin: 0 0 0 50px;
}

#header-last .block-uc_cart h2.title {
  color: #fffef3;
  font-weight: normal;
  margin: 0;
}

.block.block-uc_cart h2.title {
  background: url(images/cart.png) no-repeat 0 3px;
  padding: 0 0 0 20px;
}

#preface-middle .block.block-uc_cart h2.title,
#postscript-middle .block.block-uc_cart h2.title,
#content-top .block.block-uc_cart h2.title,
#content-bottom .block.block-uc_cart h2.title {
  background: url(images/cart_empty.gif) no-repeat 0 3px;
}

#header-last .block.block-uc_cart h2.title {
  background: none;
}

#header-last .block-uc_cart h2.title a img {
  display: none;
}

#header-last .block-uc_cart h2.title .block-cart-title-bar-text img,
#header-last .block-uc_cart h2.title .block-cart-title-bar-arrow img {
  display: static;
}

.block-uc_cart #block-cart-title-image,         /* removing UC's default icons */
.block-uc_cart #block-cart-title-bar-arrow {
  display: none;
}

#sidebar-first .block-uc_cart {
  color: #fff;
}

.block-uc_cart tr.odd td {
  background-color: transparent !important;
}

#header-last .block-uc_cart td.cart-block-summary-items,
#header-last .block-uc_cart td.cart-block-summary-total,
#header-last .block-uc_cart td.cart-block-summary-checkout {
  padding: 0;
}

.category-grid-products table {
  clear: both;
  table-layout: fixed;
}

.category-grid-products table {
  border: none;
  margin: 5px 0;
}  

.category-grid-products .form-submit {          /* default styling for all form buttons */
  background: #fff url(images/icon-addtocart.png) no-repeat top left;
  border: none;
  color: #690a2a;
  cursor: pointer;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  margin: 0;
  outline: none;
  padding: 0 0 0 20px;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}

.category-grid-products .form-submit:hover {
  background: #fff url(images/icon-addtocart.png) no-repeat top left;
  border: none;
  outline: none;
}

#content .category-grid-products td {
  background: none;
  border: none;
  vertical-align: top;
  width: 33%;
} 

.catalog-grid-image img {
  border: 1px solid #d7c1c0;
  padding: 3px;
}

.catalog-grid-title {
  font-size: .85em; /* 11px */
  font-weight: bold;
  line-height: 120%;
}

.catalog-grid-title a {
  color: #343434;
  text-decoration: none;
}

.catalog-grid-title a:hover,
.catalog-grid-title a:focus {
  text-decoration: underline;
}

.catalog-grid-ref {
  font-size: .85em; /* 11px */
}

/* product info */
#product-info {
  background: #fbf7ed;
  border: 1px solid #DDCDC9;
  margin: 1em 0;
  padding: 10px;
  position: relative;
}

#product-info h2.title {
  color: #7b1034;
}

#product-info-first {
  float: left;
  padding: 5px 10px 10px 5px;
  width: 55%;
}

#product-info-first .form-submit {
  margin-bottom: 10px;
  margin-top: 10px;
}

#product-info-last {
  background: #f2e6e0;
  top: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 35%;
}

#product-info-last-wrapper {
  left: 10%;
  position: absolute;
  margin-top: 25px;
  width: 80%;
}

#product-info-last .sell-price,
.catalog-grid-sell-price {
  background: #fffef3;
  text-align: center;
  padding: 5px;
  margin: 0 0 1em 0;
  color: #550822;
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.08em; /* 14px */ 
}

#product-info-last .sell-price {
  font-weight: bold;
}

#product-info-last .add-to-cart {
  text-align: center;
}


/*******************/
/* HEADER - USER LOGIN BLOCK */
/*******************/
html.js #header-top #block-user-0,
#header-top #block-user-0 {
  display: block;
  float: right;
  height: 4em;  
  margin: -20px 0 0 0;
  padding: 0;
  position: relative;
  width: 450px;
}

#header-top #block-user-0 .content {
  padding: 0;
  margin: -10px 0 0 0;
}

#header-top #block-user-0 h2.title {
  display: none;
}

#header-top #block-user-0 #edit-pass-wrapper {
  display: block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#header-top #block-user-0 #user-login-form  {
  margin: 0;
  padding: 0;
}

html.js #header-top #block-user-0 #user-login-form label {
  color: #4e4e4e;
  font-size: 85%;
  font-weight: normal;
  margin-left: 7px;
  position: absolute;
  text-align: left;
}

#header-top #block-user-0 #user-login-form label {
  position: static;
  margin-left: 2px;
  text-align: left;
}

#header-top #block-user-0 #user-login-form input.form-text {
  border: 1px solid #ccc;
  padding: 1px;
  width: 115px;
}

#header-top #block-user-0 #edit-name-wrapper {
  display: block;
  float: left;
}

html.js #header-top #block-user-0 #user-login-form input.form-submit,
#header-top #block-user-0 #user-login-form input.form-submit {
  clear: none;
  float: right;
  margin: 12px 0 0 0;
}

#header-top #block-user-0 #user-login-form input.form-submit {
  clear: none;
  margin: 30px 0 0 0;
}

html.js #header-top  #block-user-0 .item-list,
#header-top #block-user-0 .item-list {
  float: none;
  margin: 2px 0 -15px 0;
  padding: 5px 0 0 0;
  text-align: left;
  width: auto;
}

#header-top #block-user-0 .item-list  {
  float: right;
  margin: -17px 105px -15px 0;
}

#header-top #block-user-0 .item-list ul {
  margin: 0;
  padding: 0;
}

#header-top #block-user-0 .item-list li {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 77%;
}

/* OpenID */
#header-top #block-user-0 #edit-openid-identifier {
  display: block;
  text-align: left;
}

#header-top #block-user-0 #user-login-form input#edit-openid-identifier.form-text {
  margin-top: 1px;
  padding: 1px 1px 1px 20px;
  width: 130px;
}

#header-top #block-user-0 #user-login-form input#edit-openid-identifier.form-text {
  padding: 1px 1px 1px 20px;
  width: 130px;
  float: left;
  margin: 0 10px 0 0;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper {
  float: left;
  width: 160px;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper .description {
  font-size: 77%;
  text-align: left;
}

html.js #header-top #block-user-0 #edit-openid-identifier-wrapper label {
  padding: 0 0 0 20px;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper label {
  padding: 0;
  margin: 0;
}

#header-top #block-user-0 #user-login-form li.openid-link,
#header-top #block-user-0 #user-login li.openid-link {
  background: none;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper .description a,
#header-top #block-user-0 .item-list li a {
  text-decoration: none;
}

#header-top #block-user-0 #edit-openid-identifier-wrapper .description a:hover,
#header-top #block-user-0 .item-list li a:hover,
#header-top #block-user-0 .item-list li a:focus  {
  text-decoration: underline;
}


/***************/
/* 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%;
  }
}


/*******************/
/* MAINTENANCE */
/*******************/

.in-maintenance  {

}


/*********************/
/* Web Accessibility */ 
/*********************/

/*skip-link*/

#skip a,
#skip a:hover,
#skip a:visited {
  height: 1px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
}

#skip a:active, 
#skip a:focus {
  height: auto;
  position: static;
  width: auto;
}