/* Zen Overide Styles */

/************
*************	Layout
************/

body {
	text-align: center; /* in the body to allow IE5.5 and under browsers to center the page. */
	background-color: #f5f5f5;
	background-image:none;
}
#header-wrapper {
	background-color: #00C;
	max-width: 100%;
	max-height: 120px;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
}
#header-image {
	max-width: 850px;
	min-width: 360px;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
	text-align: left;
}
/* Header Navigation */
#header-nav {
	max-width: 850px;
	min-width: 360px;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 10px 20px 0 20px;
	text-align: left;
	font-size: 1em;
}
/* Navigation Links */

.navlink-login {
	float: right;
	margin-right: 10px;
	font-size: 0.9em;
	color: White;	
}
.navlink-login a:link, .navlink-login a:visited, .navlink-login a:active {
	color: White;
	text-decoration: none;
}
#navlink-login a:hover {
	color: White;
	text-decoration: underline;
}
.navlink-btn {
	font-size: 0.9em;
	color: White;
	float: right;
	margin: 0;
	padding: 0;
}
#header-nav a:link, #header-nav a:visited, #header-nav a:active {
	color: White;
	text-decoration: none;
}
#header-nav a:hover {
	color: White;
	text-decoration: underline;
}
.header-nav-col-1, .header-nav-col-2 {
	padding: 0;
	margin: 0;
}
.navlink-1, .navlink-2, .navlink-3, .navlink-4, .navlink-5, .navlink-6, .navlink-7 {
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
}


/* 	Recent Comments Page */

.recent-comments .views-row{
	padding-bottom: 10px;
	
}


/*     Slidebar         */
.slidelink-block {
	width: 180px;
	margin: 0;
	padding-left: 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2em;
}
.slidebar-navlink-btn { margin: 15px 0 20px 0; }
.sidelink-user-navigation {
	margin-top: 10px;
	color: White;
	text-decoration: none;
}
.sidelink-user-navigation li.leaf, .sidelink-user-navigation li.collapsed {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-size:0.9em;
}
.sidelink-list { margin-top: 10px; }
.sidelink-link { padding-top: 10px; }
.sidelink-link-sml {
	font-size:0.8em; 
	margin-top: 0.9em;
	}





/* Slidebar overrides */
.sb-right a:link, .sb-right a:visited, .sb-right a:active {
	color: White;
	text-decoration: none;
}
.sb-right a:hover {
	color: White;
	text-decoration: underline;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close { cursor: pointer; }







/* Search Page Box */

.search-page-box {
	text-align:center;
	width: 300px;
	margin: 100px auto 0 auto;
	padding: 30px 10px 20px 30px;
	background-color: #00C;
	border-width: 1px;
	border-style: solid;
	border-color: #00C;
	border-radius: 10px;
}
/* Page Content */


#page-wrapper, .region-page-closure {
	max-width: 1000px;
	min-width: 360px;
	margin: 5px auto 30em auto;
	text-align: left; /* This is to set things right after centering everything in the body. */
	padding: 15px 10px 10px 10px;
	background-color: white;
}
#main-wrapper { width: 100%; }
#search-page {
	min-width: 820px;
	max-width: 900px;
	margin: 0px auto;
	text-align: left; /* This is to set things right after centering everything in the body. */
	padding: 0 15px 10px 15px;
	background-color: white;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
#copyright {
	text-align: center;
	clear: both;
	font-size: 1em;
	margin-top: 3em;
	margin-bottom: 10em;
}
#container {
	float: right;
	width: 97%;
	padding-bottom: 50px;
}
#content {
	padding: 0.5em;
	text-align: left;
}
#container .content {
	overflow: hidden;
	/* padding: 10px; */
      margin: 1.0em 0 1.0em 0;
}
#news-page .title { font-size: 1.1em; }
#news-page .content {
	padding: 0 0 5px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 0 0 0 0;
}
#logo-title /* Wrapper for logo, website name, and slogan */ { }
#logo /* Wrapper for logo */ {
	margin: 0 10px 0 0;
	padding: 0;
}
#logo-image /* The actual logo image */ { }
h1#site-name, div#site-name /* The name of the website */ {
	margin: 0;
	font-size: 2em;
	line-height: 1.3em;
}
#site-name a:link, #site-name a:visited {
	color: #000;
	text-decoration: none;
}
#site-name a:hover { text-decoration: underline; }
#site-slogan /* The slogan (or tagline) of a website */ { }
#header-blocks /* Wrapper for any blocks placed in the header region */ { }
/** main (container for everything else) **/
  #main { }
#main-inner { }
/** content **/
  #content { }
#content-inner {
	padding: 5px;
	background-color: white;/* border: 1px solid #ECECEC;
	border-radius: 10px; */
}
#mission /* The mission statement of the site (displayed on homepage) */ { }
#content-top /* Wrapper for any blocks placed in the "content top" region */ { }
#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */ { }
.breadcrumb /* The path to the current page in the form of a list of links */ { padding-bottom: 0; /* Undo system.css */ }
/************
*************	HTML ELEMENT STYLING
************/

       
body { font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */ }
#page {
	font-size: 0.875em;
	line-height: 1.4em;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset { font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; }
pre, code {
	font-size: 1em; /* Monospace fonts can be hard to read */
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
/** headings **/
  h1 {
	text-transform: capitalize;
	color: Black;
	font-size: 1.3em;
	font-family:  "trebuchet MS", verdana, helvetica, sans-serif;
	margin-top: 0.5em;
}
h2 {
	text-transform: capitalize;
	color: Black;
	font-size: 1.1em;
	font-family:  "trebuchet MS", verdana, helvetica, sans-serif;
	padding: 5px;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3 {
	text-transform: capitalize;
	color: Black;
	font-size: 1em;
	font-family:  "trebuchet MS", verdana, helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4, h4, h5 {
	text-transform: capitalize;
	color: Black;
	font-size: 1em;
	font-family:  "trebuchet MS", verdana, helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active, h3 a:link, h3 a:visited, h3 a:active, h4 a:link, h4 a:visited, h4 a:active {
	color: Black;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: Black;
	text-decoration: underline;
}
#nav-header a:link {
	color: White;
	text-decoration: none;
}
#nav-header a:visited {
	color: White;
	text-decoration: none;
}
#nav-header a:active {
	color: White;
	text-decoration: none;
}
#nav-header a:hover {
	color: White;
	text-decoration: underline;
}
/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote { margin: 1em 0; }
/** lists **/
  /* standardize list item indentation */
  ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
.block ul, /* Drupal overrides */ .item-list ul {
	margin: 0.9em 0;
	padding: 0 0 0 2em;
}
ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul { margin: 0; }
li {
	margin: 0;
	padding: 0;
}
.item-list ul li /* Drupal override */ {
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	list-style: inherit;
}
ul.menu li, /* Drupal override */ li.expanded, li.collapsed, li.leaf {
	margin: 0;
	padding: 0;
}
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }comment 
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: decimal; }
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0 2em;
	padding: 0;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
table {
	margin: auto;
	border: none;
	/* width: 100%; */
	empty-cells: show; /* This negates the need for <td>&nbsp;</td> in empty cells*/
}
tbody {
	border-top: none;  /* Fix for line at to of table */
	border-style:none;
	}
th, td { padding: .2em; }
th {
	color: #eeeeee;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #F5F5F5;
}
tr.odd td { background-color: #ffffff; }
tr.even td { background-color: #F5F5F5; }
/* Library Table */ 	 
table.library {
	/*	font-size: 0.9em; */
	font-size: 1em;
	text-align: left;
	border-width: 1px;
	border-spacing: 4px;
	border-style: none;
	border-collapse: separate;
	background-color: white;
	margin: 20px 0 0 0;
}
table.library td {
	background-color: #f6f6f6;
	border-width: 1px;
	padding: 10px;
	border-style: none;
}
table.library p { line-height: 0.5em; }
/* Uploader Link on Model Page */
a.uploader-display {
	color: Black !important;
	font-style: italic;
}
/** abbreviations **/
  abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
/* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created {
	border: none;
	cursor: auto;
	white-space: normal;
}
/** images **/
  img { border: 0; }
/* Image alignment */

img.space { margin: 5px 15px 5px 0; }
img.right {
	float: right;
	margin: 5px 0 5px 15px;
}
img.left {
	float: left;
	margin: 5px 15px 5px 0;
}
img.news {
	margin: 0 0 15px 15px;
	padding: 0;
	border: none;
}
.image-thumbnail {
	margin: 0.5em 0 0.5em 0;
	}
.view-content-image-gallery { }
.view-item-image-gallery { }
.greybox {
	border-width: 1px;
	padding: 5px;
	border-style: none;
	background-color: #F5F5F5;
	margin: 10px 0 10px 0;
}
.grey-border {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 10px;
}
.grey-border-padded {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	border-radius: 10px;
}



.gallery-grey-border {
	border-width: 1px;
	border-style: solid;
	border-color: #ECECEC;
	border-radius: 10px;
	padding: 1em;
    margin: 1em 0 1em 0;
}




.description {
	padding: .5em;
	font-size: .8em;
	font-style: italic;
}
.jumpbox { border: none; }
.small-print {
	font-size: 0.8em;
	font-style: normal;
}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.comment {
	width: 500px;
	margin-bottom: 15px;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 10px;
}
img.grey-border {
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 10px;
}

.content img {
  height: auto;
  max-width: 100%;
}

.comment img {
  max-height: 100%;
  max-width: 100%;
}

.images-add-single img {
  /*max-height: 80px;*/
}


/** horizontal rules **/
hr {
	border: 0;
	background-color: #ebebeb;
	height: 2px;
	margin-right: 50px;
}
/** forms **/
  form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 1em 0;
	padding: 0.5em;
}
h1.title, /* The title of the page */ h2.title, /* Block title or the title of a piece of content when it is given in a list of content */ h3.title /* Comment title */ { margin: 0; }
div.messages /* Important messages (status, warning, and error) for the user */ { }
div.status /* Normal priority messages */ { }
div.warning, tr.warning /* Medium priority messages */ { /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */ }
div.error, tr.error /* High priority messages. See also the .error declaration below. */ { }
div.tabs /* See also the tabs.css file. */ { }
/* Floating Divs */

.ad-square {
	background-color: white;
	margin: 5px 5px 5px 0;
	clear: right;
	padding: 15px;/* border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-radius: 10px; */
}
.ad-160x600-floatright {
	background-color: white;
	float: right;
	width: 170px;
	height: 610px;
	margin: 5px 5px 5px 5px;
	padding: 0;
}
.ad-floatright {
	background-color: white;
	float: right;
	margin: 5px 0 5px 10px;
	clear: right;/* padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-radius: 10px; */
}
/* --------	Advert Divs --------- */

/* 160x600 no positioning*/
.hfe-menu-no-pos {
	background-color: white;
	width: 160px;
	height: 600px;
	margin: 5px 5px 5px 5px;
	padding: 0;
}
/* 160x600 float right */
.hfe-menu-floatright {
	background-color: white;
	float: right;
	width: 160px;
	height: 600px;
	margin: 5px 5px 5px 5px;
	padding: 10px;/*	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-radius: 10px;
*/
}
/* 728x90 no border */
.hfe-menu-lrg-rec-nobrd {
	background-color: white;
	width: 728px;
	height: 90px;
	padding: 10px;
	margin: 0px auto -1px auto; /* centers div */
}
/* 468x60 */
.hfe-menu-sml-rec {
	background-color: white;
	width: 460px;
	height: 60px;
	padding: 10px;
	margin: 0px auto -1px auto; /* centers div *//*	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-radius: 10px;
*/
}
/* 468x60 no border */
.hfe-menu-sml-rec-nobrd {
	background-color: white;
	width: 460px;
	height: 60px;
	padding: 10px;
	margin: 0px auto -1px auto; /* centers div */
}
/* 300x250 */
.hfe-menu-square {
	background-color: white;
	margin: 5px 5px 5px 5px;
	padding: 10px;
}
/* --------	End Advert Divs --------- */

.floatright {
	float: right;
	margin: 5px 0 5px 20px;
	clear: right;
}
.floatleft {
	float: left;
	margin: 5px 15px 5px 0;
	clear: left;
}
.help /* Help text on a page */ { margin: 1em 0; }
.more-help-link /* Link to more help */ {
	font-size: 0.85em;
	text-align: right;
}
#content-area /* Wrapper for the actual page content */ { }
ul.links /* List of links */ {
	margin: 1em 0;
	padding: 0;
}
ul.links.inline {
	margin: 0;
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.pager /* A list of page numbers when more than 1 page of content is available */ {
	clear: both;
	margin: 1em 0;
	text-align: center;
}
.pager a, .pager strong.pager-current { padding: 0.5em; }
.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ { margin: 1em 0; }
#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ { }
/** navbar **/
  #navbar { }
#navbar-inner { }
#search-box /* Wrapper for the search form */ { }
#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ { display: none; }
/** footer **/
  #footer { }
#footer-inner { }
#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */ { }
/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */ { }
/** Drupal nodes **/
  .node /* Node wrapper */ { }
.node-inner /* Additional wrapper for node */ { }
.sticky /* A sticky node (displayed before others in a list) */ { }
.node-unpublished /* Unpublished nodes */ { /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */ }
.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */ .comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word; /* A very nice CSS3 property */
}
.node-mine /* A node created by the current user */ { }
.node-teaser /* A node displayed as teaser */ { }
/* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */ { }
.node-type-story /* Story content node */ { }
.node h2.title /* Node title */ { }
.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ { color: #c00; }
.node .picture /* The picture of the node author */ { }
.node.node-unpublished .picture, .comment.comment-unpublished .picture { position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */ }
.node .meta /* Wrapper for submitted and terms data */ { }
.node .submitted /* The "posted by" information */ { }
.node .terms /* Node terms (taxonomy) */ { }
.node .content /* Node's content wrapper */ { }
.node .image-attach-body {
	float: none;
	padding: 10px 0px 5px 0px;
}
.forum-topic-navigation { padding-top: 5em; }
.node ul.links /* Node links. See also the ul.links declaration above. */ { }
.preview .node /* Preview of the content before submitting new or updated content */ { /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */ }
/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */ { margin: 1em 0; }
#comments-title /* Heading for the list of comments */ { }
.comment /* Wrapper for a single comment */ { width: 98% }
.comment-inner /* Additional wrapper for a single comment */ { }
.comment-preview /* Preview of the comment before submitting new or updated comment */ { }
.comment.new /* A new comment since the user last viewed the page. */ { }
.comment.odd /* An odd-numbered comment in the list of comments */ {
	border-style: solid;
	border-width: 1px;
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #ebebeb;
	border-radius: 8px;
}
.comment.even /* An even-numbered comment in the list of comments */ {
	border-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 8px;
}
.comment.first /* The first comment in the list of comments */ { }
.comment.last /* The last comment in the list of comments */ { }
.comment-unpublished /* Unpublished comments */ { /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */ }
.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */ { }
.comment-published /* Published comments */ { }
.comment-by-anon /* A comment created by an anonymous user */ { }
.comment-by-author /* A comment created by the node's author */ { }
.comment-mine /* A comment created by the current user */ { }
.comment h3.title /* Comment title */ { }
.new /* "New" marker for comments that are new for the current user */ { color: #c00; }
.comment .picture /* The picture of the comment author */ { }
.comment .submitted /* The "posted by" information */ { }
.comment .content /* Comment's content wrapper */ { }
.comment .user-signature /* The user's signature */ { }
.comment ul.links /* Comment links. See also the ul.links declaration above. */ { margin: 1em 0; }
.indented /* Nested comments are indented */ { /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */ }
.preview .comment /* Preview of the comment before submitting new or updated comment */ { /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */ }
/** Drupal blocks **/

  .block {
	background-color: white;
	border: 1px solid #ECECEC;
	border-radius: 8px;
	padding: 5px;
	/* font-size: 0.6em; */
	margin: 0 0 1em 0;
}
.block h2.title /* Block title */ {
	color: Black;
	font-size: 0.9em;
	font-family:  "trebuchet MS", verdana, helvetica, sans-serif;
	padding: 5px;
	padding-left: 0px;
}
.block .content /* Block's content wrapper */ { font-size: 0.9em; }
/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */ { }
.box-inner /* Additional wrapper for box */ { }
.box h2.title /* Box title */ { }
.box .content /* Box's content wrapper */ { }
/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */ { /* color: #e55; */ /* Drupal core uses a #e55 background */ }
.warning /* Warnings that are separate from div.messages status messages (see above.) */ { /* color: #e09010; */ /* Drupal core uses a #e09010 background */ }
.more-link /* Aggregator, blog, and forum more link */ { text-align: right; }
#user-login-form /* Drupal's default login form */ { text-align: left; }
tr.even /* Some tables have rows marked even or odd. */ { /* background-color: #eee; */ /* Drupal core uses a #eee background */ }
tr.odd { /* background-color: #eee; */ /* Drupal core uses a #eee background */ }
li a.active /* The active item in a Drupal menu */ { color: #000; }
/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */ .form-checkboxes, .form-radios { margin: 1em 0; }
.form-item input.error, /* Highlight the form elements that caused a form submission error */ .form-item textarea.error, .form-item select.error { border: 2px solid #c00; }
.form-item label /* The label for a form element */ {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
}
.form-item label.option /* The label for a radio button or checkbox */ {
	display: inline;
	font-weight: normal;
}
.form-required /* The part of the label that indicates a required field */ { color: #c00; }
.form-item .description /* The descriptive help text (separate from the label) */ { font-size: 0.85em; }
.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */ .form-radios .form-item { margin: 0.4em 0; }
.form-submit /* The submit button */ { }
.container-inline div, .container-inline label /* Inline labels and form divs */ { display: inline; }
.tips /* Tips for Drupal's input formats */ {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */ { margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */ }
#user-login-form li.openid-link /* The "Log in using OpenID" links. */ {
	margin-top: 1em;
	margin-left: -20px; /* Un-do some of the padding on the ul list. */
}
#user-login-form li.user-link /* The "Cancel OpenID login" links. */ { margin-top: 1em; }
#user-login ul { margin: 1em 0; }
#user-login li.openid-link, /* The OpenID links on the /user form. */ #user-login li.user-link { margin-left: -2em; /* Un-do all of the padding on the ul list. */ }
/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody { border-top: 1px solid #ccc; }
form th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
form tbody th { border-bottom: 1px solid #ccc; }
form thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
table.reviews-display_main {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #f5f5f5;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 6px;
}
table.reviews-display {
	border:none;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size: 1em;
	border-collapse: separate;
	border-spacing: 4px;
	text-align: center;
	vertical-align: top;
}
table.reviews-display td {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align:left;
	background-color: #ffffff;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 6px;
}
.greybox-rounded {
	border-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	margin: 5px 40px 5px 15px;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.greybox-title {
	display:inline;
	border-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0 10px 0;
	padding: 8px;
	background-color: #f5f5f5;
	border-radius: 8px;
}
.greybox-review-odd {
	border-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	margin: 5px 0 10px 0;
	padding: 5px;
	background-color: rgb(245, 245, 245);
	border-radius: 5px;
}
.greybox-review-even {
	border-color: rgb(245, 245, 245);
	border-style: solid;
	border-width: 1px;
	margin: 5px 0 10px 0;
	padding: 5px;
	background-color: #ebebeb;
	border-radius: 5px;
}
.greyborder-rounded {
	border-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	margin: 5px 5px 5px 5px;
	padding: 10px;
	border-radius: 5px;
}
.grey-border-image-popup {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 50px;
	background-color: #ffffff;
	border-collapse: separate;
	border-radius: 10px;
}
/* Table No Borders */
table.no-borders {
	border-collapse:separate;
	border-spacing:4px;
	border: none;
}
table.no-borders td { border: none; }
/* Table No Borders */
table.man-list {
	border:none;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size: 1em;
	border-collapse: separate;
	border-spacing: 4px;
	text-align: left;
	vertical-align: top;
}
table.man-list td {
	border: none;
	vertical-align: text-top;
}
#news-page .content { border-bottom: none; }
.social-share-facebook {
	background: transparent url(https://www.hifiengine.com/sites/all/themes/hifienginetoo/images/fb-share-icon.jpg) no-repeat;
	display: block;
	float:left;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}
.social-share-twitter {
	background: transparent url(https://www.hifiengine.com/sites/all/themes/hifienginetoo/images/twitter-icon.jpg) no-repeat;
	display: block;
	float:left;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}
.social-share-googleplus {
	background: transparent url(https://www.hifiengine.com/sites/all/themes/hifienginetoo/images/google-plus-icon.jpg) no-repeat;
	display: block;
	float:left;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}
.social-share-digg {
	background: transparent url(https://www.hifiengine.com/sites/all/themes/hifienginetoo/images/digg-icon.jpg) no-repeat;
	display: block;
	float:left;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}
.social-share-delicious {
	background: transparent url(https://www.hifiengine.com/sites/all/themes/hifienginetoo/images/delicious-icon.jpg) no-repeat;
	display: block;
	float:left;
	height: 32px;
	width: 32px;
	;
	text-indent: -9999px;
}
#database-page-wrapper {
	font-size: 0.875em; /* 16px x .875 = 14px */
	line-height: 1.286em; /* 14px x 1.286 = 18px */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#database-nav-wrap {
	/* clear: both; */
	margin: 0 auto 0;
	padding: 0px 20px 0 20px;
	text-align: left; /* This is to set things right after centering everything in the body. */
	width: 1036px;
}
#database-nav-wrap a:link, .header-nav-links a:visited, .header-nav-links a:active {
	color: #000000;
	font-weight: normal;
}
#database-nav-wrap a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
table.database-nav {
	border: none;
	margin: 10px 0 -2px 0;
	padding: 5px 5px 0 5px;
	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
}
td.database-nav-inactive {
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 5px;
	font-weight: normal;
	background-color: #d9d9d9;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 15px 15px 0 0;
}
td.database-nav-inactive:hover { background-color: white; }
td.database-nav-active {
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 5px;
	font-weight: bold;
	background-color: #ffffff;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 15px 15px 0 0;
}
#new-database-page {
	border-width: 0 1px 1px 1px;
	border-color: #eaeaea;
	border-style: solid;
	margin: 0 auto 10px auto;
	padding: 20px 20px 20px 20px;
	width: 980px;
	background-color: #ffffff;
	background-position: top;
	background-repeat: no-repeat;
	text-align: left; /* This is to set things right after centering everything in the body. */
	border-radius: 0 10px 10px 10px;
}
/*-- ------------------------------ Database Main --------------------------*/

table.database-main {
	text-align: center;
	border-collapse: separate;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	background-color: #f5f5f5;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 6px;
}
table.database-main a:link, a:visited, a:active { text-decoration:underline; }
table.database-main a:hover { text-decoration:none; }
table.database-main td { vertical-align: top; }
/*-- ------------------------------ Database Home --------------------------*/

table.database-home {
	font-size: 0.9em;
	text-align: center;
	border-collapse: separate;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
	background-color: #f5f5f5;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 6px;
}
table.database-home a:link, a:visited, a:active { text-decoration:none; }
table.database-home a:hover { text-decoration:none; }
table.database-home td { vertical-align: top; }
table.database-inner {
	border-color: #ffffff;
	border-style: none;
	border-width: 1px;
	margin: 10px 0 10px 0;
	padding: 5px;
	background-color: #f5f5f5;
	/* font-size: 0.9em; */
	border-collapse: separate;
	border-spacing: 4px;
	text-align: left;
	vertical-align: top;
}
table.database-inner td {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	vertical-align: top;
	border-collapse: separate;
	border-radius: 6px;
}
.database-grey-border {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 15px 0 0 0;
	padding: 15px;
	background-color: #ffffff;
	border-collapse: separate;
	border-radius: 5px;
}
.database-grey-border-image {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 15px 0 0 0;
	padding: 15px;
	background-color: #ffffff;
	background-image: url(https://www.hifiengine.com/sites/all/themes/hifienginetoo/images/magnify.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-collapse: separate;
	border-radius: 5px;
}
/*-- ------------------------------ Model Carousel --------------------------*/

table.carousel-slider { width:100%; }
.carousel-slider-inner { float: left; }


/*------------------------------- Library Pages ------------------------------*/

.new-addition {
	font-style:italic;
	color: red;
}

.library-cat_specs {
	overflow: auto;
}

.library-mod-img {
	max-width:150px;
	max-height:150px;
	padding: 10px;
	margin: 10px 15px 10px 0;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-radius: 8px;
	float:left;
}

.library-cat_specs img{
	/*padding: 10px;*/
	margin: 10px 15px 10px 0;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	/*border-radius: 8px;*/
	float:left;
}

/*--------------------- Database Thumbnail Pop-up -----------------------------*/

.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span {
	padding: 10px;
	background-color: transparent;
	color: #000000; /*CSS for enlarged image*/
	text-decoration: none;
	left: -1000px;
	position: absolute;
	visibility: hidden;
	z-index: 50;
}
.thumbnail span img {
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}
.thumbnail:hover span {
	left: 60px;
	top: 0; /*CSS for enlarged image on hover*/
	visibility: visible;
}


/*----------------------------------------------------------------------------------*/

.small_fraction { font-size: 0.85em; }
/*-------------------------- Hide Password Strength Warning -------------------------------*/
.password-description { display:none !important; }
