/* $Id: htmlelements.css,v 1.1.2.18.2.11 2010/02/01 16:47:04 psynaptic Exp $ */

/* ROLLOVER BACKGROUNDS */

#pload, #pload img {
  display: none;
}

#nav-l, #nav-r {
  width: 32px; height: 28px;
  background-image: url('/sites/all/themes/hexspace/img/trans-cube.png');
  background-repeat: no-repeat;
}

#nav-l { background-position: left bottom; }
#nav-r { background-position: right bottom; }
#nav-l:hover { background-position: left top; }
#nav-r:hover { background-position: right top; }

#sub-l, #sub-r {
  display: inline-block;
  width: 24px; height: 21px;
  background-image: url('/sites/all/themes/hexspace/img/sub-cube.png');
  background-repeat: no-repeat;
}

#sub-l { background-position: left bottom; }
#sub-r { background-position: right bottom; }
#sub-l:hover { background-position: left top; }
#sub-r:hover { background-position: right top; }

#navtop {
  margin: 32px auto 0 auto; padding: 0;
  width: 28px; height: 32px;
  background-image: url('/sites/all/themes/hexspace/img/nav-top.png');
  background-repeat: no-repeat;
  background-position: left top;
}


#navtop:hover { background-position: right top; }

#navtop img { width: 28px; height: 32px; }

.hb {
  width: 100px; height: 87px;
  margin: 0; padding: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}

.hb:hover, .hb:active { background-position: right center; }

.home-hexblog { background-image: url('/sites/all/themes/hexspace/img/home-hexblog.png'); }
.home-blogs { background-image: url('/sites/all/themes/hexspace/img/home-blogs.png'); }
.home-forum { background-image: url('/sites/all/themes/hexspace/img/home-forum.png'); }
.home-library { background-image: url('/sites/all/themes/hexspace/img/home-library.png'); }
.home-links { background-image: url('/sites/all/themes/hexspace/img/home-links.png'); }
.home-gallery { background-image: url('/sites/all/themes/hexspace/img/home-gallery.png'); }

.home-hexagram { background-image: url('/sites/all/themes/hexspace/img/dihexagram.png'); }

.hl-1, .hl-2, .hl-3 { width: 100px; margin: 0; padding: 0; display: inline-block; }

.hl-1 { float: left; }
.hl-2 { float: left; }
.hl-3 { float: right; }

/* Tables */

table, th, td {
  line-height: 1.35em;
}


table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  background-color: transparent;
}

th, td {
  padding: 5px 10px;
}

thead th {
  border-bottom: none;
}

#user-admin-perm td.module {
  background-color: #777;
  color: #fff;
}

/* Blocks */

div.block-block {
}

.block {
  margin-bottom: 20px;
}


.block-title {
  margin-bottom: 0;
}

.block ul {
  padding: 0;
}

.block ul li {
  margin: 0;
}

/* Boxes */

#comments .comment .content {
  padding: 1em;
}

/* Messages */

div.messages,
div.help,
div.warning {
  padding: 13px 25px 13px 25px;
  margin-bottom: 10px;
}

div.messages ul {
  margin: 0;
}

div.password-description {
  padding: 10px;
}

/* Nodes */

div.node {
}

.node .content {
  padding-bottom: 1em;
}

/* Comments */

#comments {
  margin: 1em 0;
}

div.comment {
  border: 0;
  margin: 0;
  padding-bottom: 8px;
}

#content .comment .content {
  margin: 1em;
  padding: 0;
}

/* Lists */

ul, ol {
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Drupal */

.meta {
  margin-bottom: 1em;
}

#search label {
  display: none;
}

/* Admin */

div.admin .left,
div.admin .right {
  margin: 0;
}

div.admin-panel .body {
  padding: 0;
}

/* Teaser button */

.teaser-checkbox {
  float: right;
  position: relative;
  top: -4px;
  width: 60%;
}

#edit-teaser-include-wrapper {
  float: right;
}

#edit-teaser-include-wrapper label {
  margin-right: 20px;
}

/* Devel */

li.krumo-footnote span.krumo-call {
  font-size: 8px !important;
}

li.krumo-footnote {
  overflow: hidden;
}

/* Fieldsets (stolen from tao) */

div.fieldset.collapsed {
  margin: 10px 0;
}

h2.fieldset-title {
  font-size: 1em;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  font-weight: bold;
}

.collapsed h2.fieldset-title {  font-size: 0.9em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

div.collapsible h2.fieldset-title {
  cursor: pointer;
}

div.fieldset-content {
  padding: 10px;
  border: 1px solid #eee;
}

div.collapsed div.fieldset-content {
  display: none;
}

.vertical-tabs-panes {
  padding: 15px 0;
}

.vertical-tabs-panes h2.fieldset-title {
  display: none;
}

/* Forms */

span.form-required { display: none; }

.form-item {
  margin: 0 0 10px 0;
}

input,
button,
textarea,
select,
input.form-text,
input.form-autocomplete,
input.form-button
.form-item input.error,
textarea.form-textarea,
select.form-select {
  padding: 1px 3px;
  margin: 1px 0px;
  font-size: 1em;
}

.node-form .form-text,
.node-form textarea {
  display: block;
  width: 95%;
}

input.form-submit {
  cursor: pointer;
}

label {
  font-weight: bold;
}

.form-item label.option {
  font-size: 0.9em;
}

div.description {
  margin: 0 0 1em 0;
}

div.content-add-more {
  margin-bottom: 1.5em;
}

html.js input.form-autocomplete {
  background-position: 100% 3px;
}
html.js input.throbbing {
  background-position: 100% -17px;
}

.node-form fieldset .form-text {
  width: auto;
}

/* Core */

.admin-panel {
  margin: 10px 0 20px;
}

div.admin .left {
  float: left;
  width: 48%;
}

div.admin .right {
  float: right;
  width: 48%;
}

.admin-panel ul.menu {
  margin: 0;
  padding: 0;
}

.admin-panel ul.menu li {
  list-style: none;
}

tr.region-populated {
  display: none;
}

/* Modules */

.hierarchical-select select {
  height: auto !important;
}

div.view div.views-admin-links {
  width: 200px;
}

.display-node li {
  list-style: none;
  list-style-type: none;
}

#views-ui-edit-view-form {
  margin-bottom: 30px;
}

form#views-ui-preview-form input#preview-submit {
  margin: 15px 0 0;
}

.eminline-wrapper {
  margin-bottom: 1.5em;
}

/* Markup free clearing
 *
 * Consider adding your own selectors to this instead of finding ways
 * to sneak the clear-block class into Drupal's markup.
 * From http://www.positioniseverything.net/easyclearing.html
 */
ul.links:after,
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Exclude inline links from clear-block behavior */
ul.inline:after {
  content: "";
  display: none;
  clear: none;
}

ul.links,
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html ul.links,
* html .clear-block {
  height: 1%;
}

ul.links,
  .clear-block {
  display: block;
}

/* End hide from IE-mac */

/* SOME ADDITIONAL CRAP FOR YOU */

.page-segment .more-link, .block-tagadelic .more-link { display: none; }

.sidebar .block, .sidebar-home .block {
  padding: 0 0;
  margin-bottom: 14px;
}

p.rq {
  text-align: center;
  font-size: 12px;
  padding: 0 220px; margin: 0;
}

hr.p {
  border-width: 0;
  border-top: 1px solid #2A55AA;
  margin: 0px;
}

div.node-content ul, div.views-field-body ul, ul.content-list {
  margin: 0;
  padding: 0 0 0.5em 25px;
  list-style-type: disc;
}
div.node-content li ul, div.views-field-body li ul {
  padding-bottom: 0;
  padding-top: 0.5em;
}

div.node-content ul li, div.views-field-body ul li, ul.content-list li { margin-top: 0; }

.fi, .ri {
  float: right;
  padding: 3px 0 3px 3px;
}
.li {
  float: left;
  padding: 3px 3px 3px 0;
}

div.node-submitted, div.comment-submitted {
  padding: 0 25px 1em 25px;
  font-size: 11px;
  letter-spacing: 0.03em;
}

div.node-links, div.comment-links, div.tag-links {
  padding: 4px 25px 0.5em 25px;
  margin: 0 0 1.5em 0;
  font-size: 11px;
  letter-spacing: 0.03em;
}

div.tag-links {
  margin: 0 0 0.5em 0;
}

div.blog-links {
  padding: 4px 0 0.5em 20px;
  margin: 0.0em 0 1.5em 0;
  font-size: smaller;
  letter-spacing: 0.03em;
}

div.node-links ul li, div.comment-links ul li  {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #BFD4E9;
}

div.node-links ul li.last, div.comment-links ul li.last {
  border-right: 0;

}

div.comment-links ul li a, div.node-links ul li a { margin: 0px; padding: 0px; }

div.feed-item {
  margin-bottom: 13px;
}

.node-content img.image-preview { padding-bottom: 7px; }


#edit-submit { margin-top: 25px; margin-left: 20px; }

table.profile-items {
  margin: 0 0 20px 0; padding: 0px;
  width: auto;
}


table.profile-items td {
  margin: 0;
  padding: 7px 10px;
  width: 50%;
  border: 2px solid #FFFFFF;
}

table.profile-items td.profile-field {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-vlb.png');
  background-repeat: repeat;
  text-align: right;
  vertical-align: top;
  font-weight: 600;
}

table.profile-items td.profile-value {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-ab.png');
  background-repeat: repeat;
}

table.profile-items td p { margin: 0; padding: 0; }

.block-amazon_store select {
  font-size: 12px;
}

.block-amazon_store input.form-submit {
  margin: 6px 0px 3px 1px;
}

.block-amazon_store div.form-item input, .block-amazon_store div.form-item select {
  margin-left: 5px;
}

.block-amazon_store label {
  font-weight: normal;
  margin-left: 5px; display: none;
}

table.ht tr { margin: 0; }

table.ht td {
  margin: 0;
  padding: 6px;
  text-align: center;
}

table.ht {
  width: auto;
  max-width: 100%;
  margin: 0 auto 0 6px;
  border: 0; padding: 0;
  text-align: center;
}

/*COPIES OF THIS IN PRINT VIEW PLS UPDATE THERE TOO */
table.math {
  width: auto; 
  margin: 2px 0 15px 0; padding: 0; border: 0;
}
table.math tr, table.math td { margin: 0; padding: 0 6px; font-family: monospace;}
table.math tr.ln, table.math td.ln { border-bottom: 1px solid #3F3F3F; }
table.math.i, table.math tr.i, table.math td.i { font-style: italic; }
table.math.r, table.math tr.r, table.math td.r { text-align: right; }
table.math.c, table.math tr.c, table.math td.c { text-align: center; }
table.math.lft, table.math tr.lft, table.math td.lft { text-align: left; }

.node-links img { vertical-align: middle; }

/*TAGADELIC CRAP */




div.block-tagadelic div.block-content, #block-multiblock-5 div.block-content {
  padding-left: 10px; padding-right: 10px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

a.tagadelic:link, a.tagadelic:visited { color: #557FD4; }
a.tagadelic:hover { color: #2A55AA; }

.tagadelic.level1 { font-size : 0.8em; }
.tagadelic.level2 { font-size : 0.9em; }
.tagadelic.level3 { font-size : 1.0em; }
.tagadelic.level4 { font-size : 1.1em; }
.tagadelic.level5 { font-size : 1.2em; }
.tagadelic.level6 { font-size : 1.3em; }
.tagadelic.level7 { font-size : 1.4em; }
.tagadelic.level8 { font-size : 1.5em; }
.tagadelic.level9 { font-size : 1.6em; }


/* VIEWS */


#right-home .container-inline {
  margin-right: 10px;
}

#right-home .item-list ul { margin-bottom: 0; }

td.active { background-color: transparent; }

.block-user .item-list { margin-left: 15px; }
.block-user .item-list li a { padding: 5px 0; }
.block-user .form-submit { margin-left: 15px; margin-bottom: 6px; margin-top: 10px; }
.block-user .form-item { margin-left: 15px; margin-bottom: 0; }


.block-user label { font-weight: normal; }
.block-search .block-content { margin-left: 5px; }

.captcha img { border: 1px solid #557FD4; }
span.marker { display: none; }


.hexmenu li {
  padding: 0;
  line-height: 1.5;
}

.hexmenu a {
  padding: 5px 15px 5px 5px;
  background: none;
  line-height: 1;
  display: block;
}


/* FEED */

.feed-item-title {
  border-top: 1px solid #BFD4E9;
  margin-bottom: 0px;
}

.feed-item-date {
  font-style: italic;
  font-size: smaller;
}

.feed-item-body > a, .feed-item-body > br, .feed-item-body a b { display: none; }

/*.feed-item-body a b {
  font-size: 17px;
  font-weight: normal;
  padding: 0.2em 0; margin: 0 0 0.4em 0;
  line-height: 1.0;
  font-family: Arial, Helvetica, sans-serif;
}*/

a.fp {
  display: block;
  border: 2px solid #2A55AA;
}

/* CUSTOM PAGER images whatever i am not putting any effort into organizing this horseshit anymore */

.node-image .node-content {
  text-align: center;
}

.node-image .node-content p, .node-image .node-content ul {
  text-align: left;
}

img.image { margin: 0 auto; }

div.pager {
  display: block;
  margin: 0 auto 10px auto;
  padding: 3px 0;
}


div.pager a, div.pager a:active, div.pager a:hover, div.pager a:link, div.pager a:visited { color: #FFFFFF; }

/* SITE MAP */

#site-map { padding: 10px 20px; }
#site-map ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

#site-map li, #site-map li.leaf #site-map li.expanded { margin: 0.25em 0; }
#site-map h2.title {
  font-size: 16pt;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 5px 0;
}

#site-map li img { vertical-align: middle; }

/* STUPID THINGS */

img.ai { vertical-align: bottom; }

.view-library-view .views-field-body, .view-link-view .views-field-body {
  margin-bottom: 6px;
}

.page-library h1.page-title, .page-links h1.page-title, .page-blog h1.page-title, .page-comment h1.page-title { border: none; }

.node-type-blog .breadcrumb a {
  text-transform: capitalize;
}

#content-home .pager {
  display: none;
}

.edit-link {
  font-size: 0.7em;
  float: right;
}

span.print { float: right; }

