
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing:0.03em;
}

/* Links */

a:link, a:visited {
  color: #005B99;
  text-decoration: underline;
}

a:hover, a:active {
  color: black;
  text-decoration: none;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
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; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/*------- Set things to display 100% high --------------*/
html{

}
html, body 
{
  background-color: #ffffff; 
  height: 100%;
/*  background: url(images/left.png) 0 0px repeat-y #ffffff; */

}

html.one-sidebar.sidebar-right, body.one-sidebar.sidebar-right
{
/*	background: none;  */
}

body 
{
	min-width: 760px;
}
#page
{
  min-height: 100%;
    
  background-image:url(../images/backFade.jpg);
  background-position:center top;
  background-repeat:repeat-x;
}

body.one-sidebar #main
{
  padding-left: 250px;
}

body.one-sidebar.sidebar-right #main
{
  padding-left: 105px;
  padding-right: 250px;
}

body.two-sidebars #main
{
  padding-left: 250px;
  padding-right: 250px;
}

body.two-sidebars #page, body.one-sidebar.sidebar-right #page
{
  /* background: url(images/right.png) 100% 0px repeat-y; */
}

#main-inner
{
  width: 100%;
  padding-bottom: 80px;
}

#float-wrap
{
  float: left;
  width: 100%;
  margin-left: -105px;
}

#content
{
  float: right;
  margin-right: -105px;
  width: 100%;
}
#content-inner
{
  padding: 5px;
}

#sidebar-first
{
  float: left;
  width: 250px;
}

#sidebar-first-inner
{
  padding: 5px;
}

#sidebar-second-inner
{
  padding: 5px;
}

#sidebar-second
{
  float: right;
  width: 250px;
  margin-right: -250px;
}

#footer
{
  height: 80px;
  margin-top: -80px;
	text-align:center;
}

#header
{
	height: 100px;
	background: none;
}

#page {
/* background-image:url(../images/backFade.jpg);
background-position:center top;
background-repeat:repeat-x; */
}

#sidebar-second ul.menu li
{
	list-style-image: none;
	list-style-type: none; 
	padding-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#sidebar-second ul.menu li a
{
	display: block;
	background-color: black; 
	padding: 0.5em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid black;
	color: white;
}

#sidebar-second ul.menu li a:hover
{
	background-color: #888888; 
	border: 1px solid #888888;
}

#sidebar-second ul.menu li.active-trail a.active
{
	background-color: #888888; 
}

#sidebar-second ul.menu li.active-trail a.active:hover
{
	background-color: #005b99; 
}

#page-inner
{
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100%;
}

