/* $Id: layout.css,v 1.8 2011/01/04 05:24:13 webchick Exp $ */


/* {{{ --------------------------------------- HTML5 SCAFFOLD 
header {
  display: block;
}
footer {
  display: block;
}
nav {
  display: block;
}
section {
  display: block;
}
article {
  display: block;
}


aside {
  display: block;
}
figure {
  display: block;
  margin: 0;
}
dialog {
  display: block;
}
 }}} --------------------------------------- HTML5 SCAFFOLD */

/* {{{ --------------------------------------- GENERAL
body {
  margin: 0;
  padding: 0;
  color: black;
}

p {
  margin: .55em 0 1em;
}

form {
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: bold;
}

img {
  border: 0;
}

button {
  cursor: pointer;
}

input.form-submit {
  cursor: pointer;
}

button:active,
input.form-submit:active {
  border-style: inset;
}

address {
  margin: 0;
  padding: 0;
}
}}} --------------------------------------- GENERAL */

/* ---------- Basic Layout Styles -----------

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#global-header div.section,
#featured div.section,
#messages div.section,
#main,
#footer-columns,
#global-footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#global-header div.section {
  position: relative;
}
.region-header {
  float: right; / * LTR * /
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; / * LTR * /
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; / * LTR * /
  position: relative;
}
.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}
#footer-wrapper {
  padding: 35px 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#global-footer {
  width: 940px;
  min-width: 920px;
}  */


#admin-sidebar-left {
  padding-top: 65px;
  
  position: fixed;
  width: 5px;
  
  top: 0;
  bottom: 0;
  left: 0;
  
  float: none;
  overflow: auto;
  margin: 0;
  
  background: #e0e0e0;
  border: 3px solid black;
  
  z-index: 10;
}
#admin-sidebar-left * {
  visibility: hidden;
}

#admin-sidebar-left:hover {
  width: 180px;
  border-color: #A60000;
}
#admin-sidebar-left:hover * {
  visibility: visible;
}
