@import 'reset.css';
@import 'text.css';

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  background: #fff;
  color: #333;
}

h1 {
  background: #eee 
  border-bottom: 1px solid #ccc;
  padding: 10px 90px 10px 15px;
  text-shadow: #fff 0 1px 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #06c;
}

a:hover {
  color: #c60;
}

small {
  font-size: 11px;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

.data,
.data th,
.data td {
  border-style: solid;
  border-color: #ddd;
}

.data {
  border-width: 0 1px 1px;
  width: 100%;
}

.data caption {
  padding: 0 10px 5px;
  text-transform: uppercase;
}

.data th,
.data td {
  border-top-width: 1px;
  padding: 5px 10px;
}

.data th {
  white-space: nowrap;
}

.data thead th {
  background: #eee;
  font-weight: bold;
  text-shadow: #fff 0 1px 0;
}

.data tbody th {
  width: 1px;
}

.data tr th:first-child {
  text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/

pre,
code {
  font-size: 12px;
  font-family: Menlo, Courier, monospace;
}

pre,
.notice {
  background: #ffe;
  border: 1px solid;
  border-color: #eed #ccb #bba #ddc;
  overflow: auto;
  padding: 10px 0 10px 10px;
}

* html pre {
  overflow: hidden;
  width: 97%;
}

code {
  background: #ff9;
  padding: 0 2px;
}

/* fireflies
--------------------------------------------------------------------------------------------------------------*/

#mainlogo {width: 100%; max-width: 400px; height: 100%; max-height:100px;}

#home-red-bar {	background-color: #CC0000;
background: -webkit-radial-gradient(30% 30%, farthest-side,#FF6600, #CC0000); /* Safari */
background: -o-radial-gradient(30% 30%, farthest-side,#FF6600, #CC0000); /* For Opera 11.1 to 12.0 */
background: -moz-radial-gradient(30% 30%, farthest-side,#FF6600, #CC0000); /* For Firefox 3.6 to 15 */
background: radial-gradient(30% 30%, farthest-side,#FF6600, #CC0000); /* Standard syntax (must be last) */
padding-top: 30px;
padding-bottom: 30px}

#red-bar-message { color: #ffffff;
			font-size: 25px;}

#footer-container { font-size: 25px;
border-top-color: #dddddd;
border-top-width: 1px;
border-top-style: solid;
margin-top: 10px;
padding-top: 20px}