
/** ABOUT
---------------------------------
*  default.css is used to establish general rules and User interface Styles

   BROWSER RESET
---------------------------------
*  For a more complete reset, go to http://developer.yahoo.com/yui/reset/
*/

* { margin: 0; padding: 0; }

/** Clear Floats Without Structural Markup:
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* clear classes for content
---------------------------------*/

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

/* Float classes for images */

.floatleft { float: left; margin: 0 10px 5px 0 !important; }
.floatright { float: right; margin: 0 0 5px 10px !important; }
.floatleft .caption { font-size: 10px; font-weight: bold; text-transform: uppercase; padding-top: 5px; }


/** "Skip to Main Content" link
---------------------------------
*  This link useful for both visually impaired people and those with mobility impairments
*  who cannot use a mouse.
*/


/** Prevent overflowing content **/

#header,
#content,
#sidebar-left,
#sidebar-right,
#footer {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/* bug fix with views 2 edit links */

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

/** User interface styles
---------------------------- */

.resizable-textarea textarea {
        font-size:14px!important;
}
.messages {
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #04a107;
        color: #04a107;
        background-color: #edffed;
}
form{
        margin:10px 0;
}

/** Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}

/** WIREFRAMES STYLE
------------------------------------*/

.with-wireframes #header,
.with-wireframes #content-top,
.with-wireframes #content-top>*,
.with-wireframes #content-header,
.with-wireframes #content-header>*,
.with-wireframes #content-area,
.with-wireframes #content-area>*,
.with-wireframes #content-bottom,
.with-wireframes #content-bottom>*,
.with-wireframes #primary,
.with-wireframes #secondary,
.with-wireframes #sidebar-left-inner,
.with-wireframes #sidebar-right-inner,
.with-wireframes .block{
  padding: 2px;
  border: 1px solid #bbb;
}
.with-wireframes .node {
  border-bottom: 1px solid #bbb;
  margin-bottom:10px;
}
.with-wireframes .block {
  margin-bottom:3px;
}
.with-wireframes #content-top,
.with-wireframes #content-header,
.with-wireframes #content-area,
.with-wireframes #content-bottom {
  margin:0 3px 3px;
}
.with-wireframes #footer {
  margin-top: 3px;
  padding: 2px;
  border: 1px solid #ccc;
}


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

body {
   margin: 0;
   font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
   font-size: 0.8125em; /* 16px x .8125 = 13px */
   line-height: 1.5em; /* 14px x 1.5 = 21px */
   width: 960px; /* edit to change the width of the page */
   margin: 0 auto;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
   font-family:"Helvetica Neue", helvetica, Arial, sans-serif;
}

/* Links */

a:link, a:visited {
   color: #071F24;
   text-decoration: none;
}

a:hover, a:active {
   color: #1C7481;
   text-decoration: underline;
}

/* Titles  */

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

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

h2 {font-size:1.8em;font-weight:normal;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:1.25em;}
h5 {font-size:1.1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}


/* Paragraph Styles */

p {
   margin: 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  */

#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;
}